Some problems with Custom Game Script file
Posted: Tue Mar 28, 2023 2:19 pm
Hello! After some update, may be half a year ago, or so. I started to facing some strange errors when creating New Custom Game with script files. Sometimes I'm using my custom files for this.
It was working fine without any error, but after update it started to throw errors. It took me a while to figure out that file encoding is the problem. So if the script file is saved using anything else than ANSI, game will throw error. For example same script file saved with UTF-8 will throw error and same file saved with ANSI will not.
You could take for example default predefined script file e.g. (autosave every 10 days) and save it using UTF-8, and on some circumstances it will even disappear from the "LOAD FILE" dialog window.
Could you please suggest me, is this problem on my end, OS or may be locale settings or it's game problem?
It was working fine without any error, but after update it started to throw errors. It took me a while to figure out that file encoding is the problem. So if the script file is saved using anything else than ANSI, game will throw error. For example same script file saved with UTF-8 will throw error and same file saved with ANSI will not.
You could take for example default predefined script file e.g. (autosave every 10 days) and save it using UTF-8, and on some circumstances it will even disappear from the "LOAD FILE" dialog window.
Could you please suggest me, is this problem on my end, OS or may be locale settings or it's game problem?