cxong / cdogs-sdl

Classic overhead run-and-gun game
https://cxong.github.io/cdogs-sdl/
GNU General Public License v2.0
887 stars 114 forks source link

Play Wolfenstein 3D on linux #709

Closed baltassarmonkey closed 2 years ago

baltassarmonkey commented 3 years ago

Forgive me if I have overlooked this, but I cannot find any information on how to get Wolfenstein 3D running in cdogs-sdl. It mentioned in the release notes that both Wolfenstein 3D and Spear of Destiny are playable in the campaign menu if you have them installed via steam or gog.

I cannot find any option to do this, am I missing something?, do I need to show the game where the installation files are?

Playing on linux with the latest release. My default steam library installation is found at ~/.steam/debian-installation/steamapps if that helps.

cxong commented 3 years ago

Steam/gog game detection doesn't work yet on linux 😢 but you can copy the files into the c-dogs missions folder instead The wolf3d game folder is the one that contains files like GAMEMAPS, MAPHEAD, AUDIOHED etc The game detection library is https://github.com/cxong/find_steam_game; I'll need to try it out on linux to add support later

baltassarmonkey commented 3 years ago

Thank you for the reply, dropping the whole game folder in the missions folder works perfectly!

cxong commented 3 years ago

Reopening to add support to linux later