Skip to content

Commit

Permalink
Update Heretic/Blasphemer cheats
Browse files Browse the repository at this point in the history
  • Loading branch information
dashodanger committed Oct 8, 2024
1 parent 7030d6c commit 35e805d
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 3 deletions.
20 changes: 18 additions & 2 deletions edge_base/blasphemer/scripts/language.ldf
Original file line number Diff line number Diff line change
Expand Up @@ -134,20 +134,36 @@ OurHeroName="The Blasphemer";

iddt="ravmap";
iddqd="quicken";
idkfa="skel"; // Not really accurate, this should give only keys
idunlock="skel";
idfa="rambo";
idclip="kitty";
idclev="engage";
idkillall="massacre";
idsuicide="iddqd";
idtakeall="idkfa";
idbehold2="shazam";

// These are sequences that are unlikely to be entered
// to override Doom cheats that we do not yet have an
// equivalent for
idkfa="_+{}|:";
idbehold1="_+{}|:";
idbehold3="_+{}|:";
idbehold4="_+{}|:";
idbehold5="_+{}|:";
idbehold6="_+{}|:";
idbehold7="_+{}|:";
idbehold8="_+{}|:";
idbehold9="_+{}|:";

GodModeON="God Mode On";
GodModeOFF="God Mode Off";

SuicideCheat="Trying to cheat, eh? Now you die!";
StuffRemoval="Cheater - You don't deserve weapons";

UnlockCheat="all keys";
AmmoAdded="all weapons";
LevelQ="level warp";
ENDOOMOnQuit="Show ENDTEXT on Quit";


Expand Down
22 changes: 21 additions & 1 deletion edge_base/heretic/scripts/language.ldf
Original file line number Diff line number Diff line change
Expand Up @@ -230,16 +230,36 @@ Heretic5Text="As the final maulotaur bellows his\n"

iddt="ravmap";
iddqd="quicken";
idkfa="skel"; // Not really accurate, this should give only keys
idunlock="skel";
idfa="rambo";
idclip="kitty";
idclev="engage";
idkillall="massacre";
idsuicide="iddqd";
idtakeall="idkfa";
idbehold2="shazam";

// These are sequences that are unlikely to be entered
// to override Doom cheats that we do not yet have an
// equivalent for
idkfa="_+{}|:";
idbehold1="_+{}|:";
idbehold3="_+{}|:";
idbehold4="_+{}|:";
idbehold5="_+{}|:";
idbehold6="_+{}|:";
idbehold7="_+{}|:";
idbehold8="_+{}|:";
idbehold9="_+{}|:";

GodModeON="God Mode On";
GodModeOFF="God Mode Off";

SuicideCheat="Trying to cheat, eh? Now you die!";
StuffRemoval="Cheater - You don't deserve weapons";
UnlockCheat="all keys";
AmmoAdded="all weapons";
LevelQ="level warp";

ENDOOMOnQuit="Show ENDTEXT on Quit";

Expand Down

0 comments on commit 35e805d

Please sign in to comment.