RSDKModding / RSDKv3-Decompilation

A Full Decompilation of Sonic CD (2011) & Retro Engine (v3)
Other
591 stars 120 forks source link

Game does not load settings.ini #186

Closed BombchuLink closed 1 year ago

BombchuLink commented 2 years ago

OS: Arch linux Compiler: gcc 12.2.0 (using provided makefile) Build version: Latest repo commit (13 hours ago)

The game doesn't load settings.ini upon boot. I have tested case sensitivity, and putting the game into a short length directory, but that didn't change anything. It is also loading Data.rsdk just fine, so it's not like it can't find the source folder.

Mari0shi commented 1 year ago

You need to check ~/.local/share/RSDKv3/ for any configuration files, if I recall, settings & mods are loaded from there.

BombchuLink commented 1 year ago

Ok, yeah it does load from there instead of from the folder the game is in now... There should probably be a launch flag that makes it check the directory the program it is in (if there isn't already)