Hello;
Here is my problem.
The packed game doesn’t crate “GameSaveSettings.sav” upon first running at the location of "C:\Users\UserName\AppData\Local\MyGame\Saved\SaveGames\SettingsSaveFile.sav"
It does create the “GameSaveSettings.sav” only after I launch the game and press “apply” in the menu. I want to be able to launch the game with default settings that I adjust with BPGameSettings, but I can’t.
For instance, in my combobox I use “language options”, since the settings are not applied, the game doesn’t display any language options upon first launch of the game. I have to manually apply settings only after I launch the game.
Any ideas?
I tried the suggestion in the manual 8.1, since settings are not applied on game start but nothing changed.
Everything is working in the editor, but not in packed game.