Jump mod?
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: 2
- Joined: Mon Jun 14, 2021 9:58 am
Jump mod?
hi, im looking for any sort of mod for the original doom that uses dehacked that allows you to press a button or something to do a sort of jump, like gain height or something, im gonna use it on the bethesda unity doom port, might be the wrong place to ask here.
-
-
- Posts: 1397
- Joined: Fri Dec 29, 2017 4:15 am
- Discord: m8f#0629
- Github ID: mmaulwurff
- Location: Siberia (UTC+7)
Re: Jump mod?
I'm pretty sure dehacked cannot do that. I would love to be proven wrong.
-
- Posts: 1334
- Joined: Sun Jul 21, 2019 8:54 am
Re: Jump mod?
There's this:
https://www.moddb.com/mods/room
However it damages the player when jumping. I assume it used the Archvile's hitscan attack, but I'm not sure.
For an actual jump, I doubt it's possible.
https://www.moddb.com/mods/room
However it damages the player when jumping. I assume it used the Archvile's hitscan attack, but I'm not sure.
For an actual jump, I doubt it's possible.
-
-
- Posts: 26403
- Joined: Tue Jul 15, 2003 4:58 pm
- Location: Scotland
Re: Jump mod?
I didn't know that there was a mod, but using the archvile attack on the player via dehacked somehow was my first reaction as to how it could be done.
The thing with dehacked is that it cannot do anything that the game doesn't do already. All dehacked patches do it move stuff around and give existing abilities to entities that didn't already have them.
The thing with dehacked is that it cannot do anything that the game doesn't do already. All dehacked patches do it move stuff around and give existing abilities to entities that didn't already have them.
-
- Posts: 2
- Joined: Mon Jun 14, 2021 9:58 am
Re: Jump mod?
*i should have mentioned it doesnt need dehacked, it can be a normal wad, dont know if wads still cant add anything
-
- Moderator Team Lead
- Posts: 21384
- Joined: Tue Jul 15, 2003 7:33 pm
- Preferred Pronouns: He/Him
- Graphics Processor: nVidia with Vulkan support
Re: Jump mod?
If anything, that gives you even less to work with, possibly even nothing at all.greennick78sh wrote:*i should have mentioned it doesnt need dehacked, it can be a normal wad, dont know if wads still cant add anything
-
- Spotlight Team
- Posts: 971
- Joined: Mon Nov 25, 2019 8:54 am
- Discord: Redneckerz#8399
- Graphics Processor: Intel (Modern GZDoom)
Re: Jump mod?
Wads are short for Where is All the Data. They contain everything, art, assets, and so on.greennick78sh wrote:*i should have mentioned it doesnt need dehacked, it can be a normal wad, dont know if wads still cant add anything
What you want is only possible with DEH via the archvile, through a source port, or through a hex edit (Doom Hockey enables a hockey puck through a custom patch file).*
Jumping is inherently a port thing.
* There is one more way and that's the Ace Engine. But that has little to do with vanilla, even less with dehacked and is more of a exploit.