
[ACS] Hot Foot Degeneration
Forum rules
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.
Please read the full rules for more details.
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.
Please read the full rules for more details.
-
- Posts: 46
- Joined: Mon Nov 20, 2017 8:24 pm
- Discord: 00face#7808
[ACS] Hot Foot Degeneration
Basically, if you stop moving for X seconds/tick, degenerate health by Y. Moving into a wall doesn't count as moving, so you have to actually be pressing some kind of input. Hopefully, the X and Y could be configurable by server admin/cvars.


-
- Posts: 1333
- Joined: Sun Jul 21, 2019 8:54 am
Re: [ACS] Hot Foot Degeneration
Something like this?
You do not have the required permissions to view the files attached to this post.
-
- Posts: 46
- Joined: Mon Nov 20, 2017 8:24 pm
- Discord: 00face#7808
Re: [ACS] Hot Foot Degeneration
Thank you so much for taking the time so far, unfortunately, I get the error Unknown keyword 'AddOptionMenu'
-
- Posts: 1333
- Joined: Sun Jul 21, 2019 8:54 am
Re: [ACS] Hot Foot Degeneration
That's odd.
You might have to edit the MENUDEF (or remove it) to make it work.
Though it should work as it is.
Maybe you are using an older version of GZDoom?
You might have to edit the MENUDEF (or remove it) to make it work.
Though it should work as it is.
Maybe you are using an older version of GZDoom?
-
- Posts: 46
- Joined: Mon Nov 20, 2017 8:24 pm
- Discord: 00face#7808
Re: [ACS] Hot Foot Degeneration
I apologize, I actually need this for Zandronum. I forgot to add that to the original message x{.
-
- User Accounts Assistant
- Posts: 5994
- Joined: Thu Feb 26, 2004 3:02 pm
- Discord: Caligari87#3089
- Github ID: caligari87
- Preferred Pronouns: He/Him
Re: [ACS] Hot Foot Degeneration
Same advice applies, Zandronum is based on a very old version of GZDoom that doesn't support that MENUDEF option.


-
- Posts: 46
- Joined: Mon Nov 20, 2017 8:24 pm
- Discord: 00face#7808
Re: [ACS] Hot Foot Degeneration
I don't actually need a menu, especially if that is the hurdle.
-
- Posts: 46
- Joined: Mon Nov 20, 2017 8:24 pm
- Discord: 00face#7808
Re: [ACS] Hot Foot Degeneration
Would removing that make it work for Zandronum?Jarewill wrote:That's odd.
You might have to edit the MENUDEF (or remove it) to make it work.
Though it should work as it is.
Maybe you are using an older version of GZDoom?