MestreLion / roguepc

Port of original PC-DOS Epyx Rogue to modern platforms
27 stars 6 forks source link

Add installer and set data dir and user save / config dir #14

Open MestreLion opened 4 years ago

MestreLion commented 4 years ago
jwt27 commented 3 years ago

I think rogue.scr should go in /var/games/ if installed system-wide, so high scores are shared between users.

MestreLion commented 3 years ago

That's a good idea @jwt27 ! Do you know any games that use this in a compliant/standard way? What dir/file permissions do they set under /var/games?

jwt27 commented 3 years ago

BSD Rogue uses this directory (package bsdgames-nonfree on Debian). The files there are owned by root:games, chmod 664, and the setgid bit on the directory is enabled. I don't know if the group name is something Debian-specific or standardised.