-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't get the mods to load #13
Comments
I've made a mention of this in his Discord already, but my best guess right now is that he might have uploaded the wrong binary. I checked the data on |
I managed to compile it on my machine and it... kinda works. Now at least it tells it is loading the mods, but I couldn't get a succesfull render. I tried replicating the ETS load order, I tried only promods. Config: {
"AtsPath": "C:\\Program Files (x86)\\Steam\\steamapps\\common\\American Truck Simulator",
"Ets2Path": "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Euro Truck Simulator 2",
"ExportSettings": {
"ExportType": 1,
"TilePadding": 384,
"TileSize": 9216,
"TileZoomMax": 0,
"TileZoomMin": 0
},
"FallbackGame": "ets2",
"MapColor": {
"Background": "#303030",
"CityName": "#DEDEDE",
"Error": "#303030",
"FerryLines": "#FFFFFF",
"PrefabDark": "#E1A338",
"PrefabGreen": "#AACB96",
"PrefabLight": "#ECCB99",
"PrefabRoad": "#FFDC50",
"Road": "#FFDC50"
},
"OutputPath": "C:\\Users\\doode\\TsMap2\\Output",
"RenderFlags": 2147483647,
"SelectedLocalization": "",
"Mods": ["c:\\Users\\doode\\Documents\\Euro Truck Simulator 2\\mod\\promods-me-defmap-v256.scs",
"c:\\Users\\doode\\Documents\\Euro Truck Simulator 2\\mod\\promods-me-assets-v256.scs",
"c:\\Users\\doode\\Documents\\Euro Truck Simulator 2\\mod\\promods-def-v256-maps.scs",
"c:\\Users\\doode\\Documents\\Euro Truck Simulator 2\\mod\\promods-map-v256.scs",
"c:\\Users\\doode\\Documents\\Euro Truck Simulator 2\\mod\\promods-model3-v256.scs",
"c:\\Users\\doode\\Documents\\Euro Truck Simulator 2\\mod\\promods-model2-v256.scs",
"c:\\Users\\doode\\Documents\\Euro Truck Simulator 2\\mod\\promods-model1-v256.scs",
"c:\\Users\\doode\\Documents\\Euro Truck Simulator 2\\mod\\promods-media-v256.scs",
"c:\\Users\\doode\\Documents\\Euro Truck Simulator 2\\mod\\promods-assets-v256.scs"]
} gives the log: When I only listed the map.scs I've got 12MB of errors When I try rusmap {
"AtsPath": "C:\\Program Files (x86)\\Steam\\steamapps\\common\\American Truck Simulator",
"Ets2Path": "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Euro Truck Simulator 2",
"ExportSettings": {
"ExportType": 1,
"TilePadding": 384,
"TileSize": 9216,
"TileZoomMax": 0,
"TileZoomMin": 0
},
"FallbackGame": "ets2",
"MapColor": {
"Background": "#303030",
"CityName": "#DEDEDE",
"Error": "#303030",
"FerryLines": "#FFFFFF",
"PrefabDark": "#E1A338",
"PrefabGreen": "#AACB96",
"PrefabLight": "#ECCB99",
"PrefabRoad": "#FFDC50",
"Road": "#FFDC50"
},
"OutputPath": "C:\\Users\\doode\\TsMap2\\Output",
"RenderFlags": 2147483647,
"SelectedLocalization": "",
"Mods": ["c:\\Users\\doode\\Documents\\Euro Truck Simulator 2\\mod\\RusMap-map_v2.4.2.scs","c:\\Users\\doode\\Documents\\Euro Truck Simulator 2\\mod\\RusMap-def_v2.4.2.scs"]
} i get |
Would you mind sharing your compiled TsMap2? I'd like to give it a shot as well since I want to try and see if I can get Promods for ATS to render. |
For some reason I can't attach it to the comment so I hope the link is OK https://www5.zippyshare.com/v/xPUST1Ka/file.html |
I think know where is the problem. I'll fix that soon. |
I'm not good at the JSON-programmer-thingy but I think I got it right, at least online parsers don't yell errors at me. And neither does the program. I made sure I downloaded the v1.0.0-cli-beta2 release.
Settings.json:
log:
log_20211011.txt
The render completes succesfully, but it's just the base game map (with dlcs) without any of the listed mods.
The text was updated successfully, but these errors were encountered: