Always On IDBEHOLDL?

Discuss anything ZDoom-related that doesn't fall into one of the other categories.
Post Reply
User avatar
puffleboi
Posts: 46
Joined: Tue Sep 15, 2020 1:44 am
Graphics Processor: Intel (Modern GZDoom)
Location: Still in the basement. Not my basement though. Its starting to collect dust and cobwebs here.

Always On IDBEHOLDL?

Post by puffleboi »

Is there a way to toggle the cheat "IDBEHOLDL" or the "give powerlightamp" infinitely?
User avatar
drfrag
Vintage GZDoom Developer
Posts: 3141
Joined: Fri Apr 23, 2004 3:51 am
Location: Spain
Contact:

Re: Always On IDBEHOLDL?

Post by drfrag »

No, but at least in LZDoom you can type the cheats (idbehold) as commands in the console.
User avatar
puffleboi
Posts: 46
Joined: Tue Sep 15, 2020 1:44 am
Graphics Processor: Intel (Modern GZDoom)
Location: Still in the basement. Not my basement though. Its starting to collect dust and cobwebs here.

Re: Always On IDBEHOLDL?

Post by puffleboi »

But is there a mod/map that can make everything full bright?
User avatar
m8f
 
 
Posts: 1445
Joined: Fri Dec 29, 2017 4:15 am
Preferred Pronouns: He/Him
Operating System Version (Optional): Manjaro Linux
Location: Siberia (UTC+7)
Contact:

Re: Always On IDBEHOLDL?

Post by m8f »

Yes, Ultimate Custom Doom can do this. Options -> Ultimate Custom Doom -> Powerup Options -> Permanent Light Amp.

Or, alternatively, you can type in console:

Code: Select all

alias infinite_light "summon infrared; wait 3500; infinite_light"
bind m infinite_light
Then pressing M key will start a script that summons light amplification goggles, waits for 100 seconds, and calls itself again. Somewhat hacky. Unfortunately, typing "give powerlightamp" instead of "summon infrared" would not work because the engine would not give the player powerlightamp if the player already has it, so it won't prolong the effect.
User avatar
puffleboi
Posts: 46
Joined: Tue Sep 15, 2020 1:44 am
Graphics Processor: Intel (Modern GZDoom)
Location: Still in the basement. Not my basement though. Its starting to collect dust and cobwebs here.

Re: Always On IDBEHOLDL?

Post by puffleboi »

Ok, thanks
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49067
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: Always On IDBEHOLDL?

Post by Graf Zahl »

m8f wrote:Yes, Ultimate Custom Doom can do this. Options -> Ultimate Custom Doom -> Powerup Options -> Permanent Light Amp.

Or, alternatively, you can type in console:

Code: Select all

alias infinite_light "summon infrared; wait 3500; infinite_light"
bind m infinite_light
Then pressing M key will start a script that summons light amplification goggles, waits for 100 seconds, and calls itself again. Somewhat hacky. Unfortunately, typing "give powerlightamp" instead of "summon infrared" would not work because the engine would not give the player powerlightamp if the player already has it, so it won't prolong the effect.
What about "give infrared"?
User avatar
m8f
 
 
Posts: 1445
Joined: Fri Dec 29, 2017 4:15 am
Preferred Pronouns: He/Him
Operating System Version (Optional): Manjaro Linux
Location: Siberia (UTC+7)
Contact:

Re: Always On IDBEHOLDL?

Post by m8f »

Oh. Yes, "give infrared" works better.
User avatar
puffleboi
Posts: 46
Joined: Tue Sep 15, 2020 1:44 am
Graphics Processor: Intel (Modern GZDoom)
Location: Still in the basement. Not my basement though. Its starting to collect dust and cobwebs here.

Re: Always On IDBEHOLDL?

Post by puffleboi »

About the bind thing, how do you unbind it? (just in case)
User avatar
m8f
 
 
Posts: 1445
Joined: Fri Dec 29, 2017 4:15 am
Preferred Pronouns: He/Him
Operating System Version (Optional): Manjaro Linux
Location: Siberia (UTC+7)
Contact:

Re: Always On IDBEHOLDL?

Post by m8f »

Code: Select all

unbind m
Post Reply

Return to “General”