Shrine Maiden Aly :yuyueat: :american_megatrans: on Nostr: the ugly hack needed for this to work from a .app are insane the game executable ...
the ugly hack needed for this to work from a .app are insane
the game executable wants to read game assets from the same folder its in. Ok, dump them in the reVc.app/Contents/MacOS folder.
no, no the game refuses to read from that folder for some reason, even when ran directly from the command line.
So i put the executable and the game in a sub folder, and then wrote a shell script to `cd` to the MacOS folder, then `cd ..`, `cd game`, which then from there runs the executable
why is macos like this
the game executable wants to read game assets from the same folder its in. Ok, dump them in the reVc.app/Contents/MacOS folder.
no, no the game refuses to read from that folder for some reason, even when ran directly from the command line.
So i put the executable and the game in a sub folder, and then wrote a shell script to `cd` to the MacOS folder, then `cd ..`, `cd game`, which then from there runs the executable
why is macos like this