kraflab / dsda-doom

This is a successor of prboom+ with extra tooling for demo recording and playback, with a focus on speedrunning and quality of life.
342 stars 87 forks source link

Allow macOS and Linux to find files in the executable directory #493

Closed Pedro-Beirao closed 5 months ago

Pedro-Beirao commented 6 months ago

Ive been meaning to make this PR for like a year :P

This is most useful for finding dsda-doom.wad. When installing/updating, you would need to copy dsda-doom.wad to some folder that dsda searched (~/.dsda-doom for example). This sucked, so adding the executable directory to the search path is pretty helpful.

Will create merge conflicts in PR https://github.com/kraflab/dsda-doom/pull/491