Jump to content

How to put godmode on when testing?


cracky-bracky

Recommended Posts

I wanna run GZdoom but have godmode be put on whenever i run it. It won't do that however i dont really know why (i have no idea what im doing)

I am using Ultimate Doom Builder R4102.

Capture.PNG.493c88316147cdb04a4f240c9fb375c1.PNG

(I also tried removing the minus thing before god)

Share this post


Link to post

That certainly will work for an editing session, but sometime it comes in handy during a play session. Then you can add an alias in the autoexec.cfg, such as

 

Quote

alias +godmode "god"  // enter godmode
alias -godmode "god"  // cancel godmode
bind x

 

and bind it to an unuse key

Share this post


Link to post

I have Freeze bound to F, Noclip bound to N, Fly bound to B (Buoy?) and Godmode bound to G. Useful for testing. Just add this to the autoexec.cfg in your port's folder.

 

//Commands
bind f freeze
bind n "noclip" 
bind b "fly"
bind g "iddqd"

 

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...