Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
Alphawolf

Adding new cheats to Doom

Recommended Posts

How would one add a new cheat into doom? I want to have a cheat that encompasses Iddqd/Idkfa/Idclip all into one cheat for mostly testing purposes, how would one do that?

Share this post


Link to post

You code it in.


With source ports, it can be easier. For example, in ZDoom, you could do this in the console:

alias supercheat "god; give weapons; give keys; give backpack; give ammo; noclip"
bind s supercheat
Then whenever you press the s key you get all these effects.

Share this post


Link to post

Pretty sure you can do this with DeHackEd, for vanilla compatibility.

Patch File for DeHackEd v3.0
Doom version = 21
Patch format = 6

Cheat 0
God mode = idheh
Ammo & Keys = idheh
No Clipping 2 = idheh
Would this not work?

Share this post


Link to post

Thanks gez that worked like a champ.

Out of curiousity how does doom define iddqd as god mode? Same being with the other id cheats. I have some custom items and it would be cool to know how to activate them using something similar to idbehold 's,r,i' etc

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  
×