Hey all,
Looking at this thread I am trying to figure out how have you managed to make mods work with the GOG version? It looks like any time I am adding "gamedata" folder into the installation folder (Or bin folder and adjust the "fsgame.ltx" file accordingly) and then changing the "game_data" variable to "true" - The game immediately crashes on launch =(
Edit:
I've done some digging into the crash file error log and found that the game crashes because it cannot find the following two lines in "system.ltx" :
#include "misc\amk_mod_outfits.ltx"
#include "creatures\vechicles.ltx"
Commenting these two out makes the game kind of start (With terrible resolution) but then it crashes again =(
I wonder if somebody can help me with a working "system.ltx" file?
Edit2:
So after some research I've found this post:
Steam guide Following the guide I've extracted the files in my game and simply copied the system.ltx from my game and mods that are present only for my game at present and using that file seem to have made it all work as expected