The game crashes before reaching the loading screen when mod from Steam Workshop is enabled, printing following error on console:
The problem seems to be related to handling compressed (ckz.zip) archive of the mod. The game works correctly after unpacking the mod archive (ckz.zip) and changing the line 'archive="mod/ckz.zip"' to 'path="mod/ckz"'.
Code:
terminate called after throwing an instance of 'CFileException'
Game closed.
The problem seems to be related to handling compressed (ckz.zip) archive of the mod. The game works correctly after unpacking the mod archive (ckz.zip) and changing the line 'archive="mod/ckz.zip"' to 'path="mod/ckz"'.
Last edited:
Upvote
0