davidjoffe / dave_gnukem

Dave Gnukem is a cross-platform 2D scrolling platform shooter inspired by Duke Nukem 1
GNU General Public License v2.0
75 stars 22 forks source link

For v1 level editor convenient F5 access shouldn't be possible #109

Open davidjoffe opened 6 years ago

davidjoffe commented 6 years ago

Likewise f4 -- this is basically in effect a cheat as you immediately see an overview of the whole level and where everything is. So either it should be behind the cheats shortcut, or one must run e.g. a special commandline e.g. "--withleveleditor", or both or something else.

I'm also not even sure Ctrl+SHIft+G should be accessible without ALSO say, a special commandline eg "--enablecheats" or something.

If cheats have been enabled, it should also flag the game as tainted (and the associated savegames) so if we do have any comcpetitove high score lists (that c4 thing mentioned on openpandora forum?) don't want tainting from cheaters ideally. Edit in that sense plaintext highscores - is that also bad, hm

davidjoffe commented 6 years ago

Made it so you must press Ctrl+SHift+G first, but this is probably also not gonig far enough .. also it should 'taint' the game probably (incl in savegame file) so if we ever have competitive high scores it shoudl avoid the 'tainted games' for high scores etc. .. it could maybe also need a special command line to enable editor?