D12-Dev / OpenWorld

A Free Multiplayer Mod For Rimworld
Other
96 stars 17 forks source link

MacOS RimWorld looks for save in wrong location #65

Closed fe-ax closed 1 year ago

fe-ax commented 1 year ago

Hi,

The MacOS version of the game/mod look at different save locations.

Game: /Users/username/Library/Application Support/RimWorld/Saves Mod: /Users/username/Library/Application Support/ludeon.rimworld/Saves

It works flawlessly after symlinking the ludeon.rimworld to RimWorld like so:

cd /Users/username/Library/Application Support/;
rm -rf ludeon.rimworld;
ln -s RimWorld ludeon.rimworld;

I've posted this in the Discord channel too.

saffue commented 1 year ago

hey sorry, dont check here too often i did see in the discord and saved it to help others, thank you so much <3