← Return to mod
Log in with itch.io to leave a comment.
can you make a version that doesnt add a tab? i use a few other mods including my own construction tab and having too many makes buildings tab inaccessible. Or merge all your stuff in a universal tab?
The Halloween DLC causes 3 errors2022-09-28 18:42 APalletSilo main.init
2022-09-28 18:42 Error: Can't load resource 'I:/LS22/FS22_Gnadenthal/FS22_SM_HalloweenDLC/maps/mapUS/scripts/aPalletSilo.lua'.
2022-09-28 18:42 Error: Can't load resource 'I:/LS22/FS22_Gnadenthal/FS22_SM_HalloweenDLC/maps/mapUS/scripts/SpawnPalletsAtSiloEvent.lua'.
2022-09-28 18:42 AutomaticCarWash main.init
2022-09-28 18:42 Error: Can't load resource 'I:/LS22/FS22_Gnadenthal/FS22_SM_HalloweenDLC/maps/mapUS/scripts/AutomaticCarWash.lua'.
Thank you, an update will be published shortly
Also I saw that in the modDesc a $ character is missing in the following line
<specialization name="enterable" className="Enterable" filename="dataS/scripts/vehicles/specializations/Enterable.lua"/>it should actually look like this
<specialization name="enterable" className="Enterable" filename="$dataS/scripts/vehicles/specializations/Enterable.lua"/>
← Return to mod
Comments
Log in with itch.io to leave a comment.
can you make a version that doesnt add a tab? i use a few other mods including my own construction tab and having too many makes buildings tab inaccessible. Or merge all your stuff in a universal tab?
The Halloween DLC causes 3 errors
2022-09-28 18:42 APalletSilo main.init
2022-09-28 18:42 Error: Can't load resource 'I:/LS22/FS22_Gnadenthal/FS22_SM_HalloweenDLC/maps/mapUS/scripts/aPalletSilo.lua'.
2022-09-28 18:42 Error: Can't load resource 'I:/LS22/FS22_Gnadenthal/FS22_SM_HalloweenDLC/maps/mapUS/scripts/SpawnPalletsAtSiloEvent.lua'.
2022-09-28 18:42 AutomaticCarWash main.init
2022-09-28 18:42 Error: Can't load resource 'I:/LS22/FS22_Gnadenthal/FS22_SM_HalloweenDLC/maps/mapUS/scripts/AutomaticCarWash.lua'.
Log.txtThank you, an update will be published shortly
Also I saw that in the modDesc a $ character is missing in the following line
<specialization name="enterable" className="Enterable" filename="dataS/scripts/vehicles/specializations/Enterable.lua"/>
it should actually look like this
<specialization name="enterable" className="Enterable" filename="$dataS/scripts/vehicles/specializations/Enterable.lua"/>