Supplice

Supplice

Not enough ratings
Jump and Crouch Activation
By SandMartin
Jump and Crouch
4
   
Award
Favorite
Favorited
Unfavorite
Jump and Crouch activation
Since the game is made on the Zdoom engine, it are very easy to activate these features.

Okey, you need to open Steam/Steamapps/Common/Supplice/Supplice.ipk3 file with SLADE editor (from DooM Community) or 7z/WinRAR or any other archiver.
Then open ZMAPINFO.TXT inside Supplice.ipk3.
find
*****************************************************************************
defaultmap
{
NoJump
NoCrouch
SmoothLighting
ClipMidTextures
EnterPic = "INTERPIC"
ExitPic = "INTERPIC"
}
*****************************************************************************
and erase
"nocrouch" and "nojump" strings, to become like this:
*****************************************************************************
defaultmap
{
SmoothLighting
ClipMidTextures
EnterPic = "INTERPIC"
ExitPic = "INTERPIC"
}
*****************************************************************************
Save ZMAPINFO.TXT

Then open
MENUDEF.TXT
and find this part:
*****************************************************************************
OptionMenu "SuppliceKeybinds"
{
Title "$SUMENU_KEYBINDS"
ScrollTop 2
StaticTextSwitchable "$CNTRLMNU_SWITCHTEXT1", "$CNTRLMNU_SWITCHTEXT2", "ControlMessage"

StaticText ""
StaticText "$SUCATG_MOVEMENT", 1
Control "$CNTRLMNU_FORWARD" , "+forward"
Control "$CNTRLMNU_BACK" , "+back"
Control "$CNTRLMNU_MOVELEFT" , "+moveleft"
Control "$CNTRLMNU_MOVERIGHT" , "+moveright"
Control "$CNTRLMNU_TURNLEFT" , "+left"
Control "$CNTRLMNU_TURNRIGHT" , "+right"
Control "$CNTRLMNU_RUN" , "+speed"
Control "$CNTRLMNU_TOGGLERUN" , "toggle cl_run"
Control "$CNTRLMNU_STRAFE" , "+strafe"
Control "$CNTRLMNU_USE" , "+use"
*****************************************************************************

Add these three strings:
Control "$CNTRLMNU_JUMP" , "+jump"
Control "$CNTRLMNU_CROUCH" , "+crouch"
Control "$CNTRLMNU_TOGGLECROUCH" , "crouch"

to become like this:
*****************************************************************************
OptionMenu "SuppliceKeybinds"
{
Title "$SUMENU_KEYBINDS"
ScrollTop 2
StaticTextSwitchable "$CNTRLMNU_SWITCHTEXT1", "$CNTRLMNU_SWITCHTEXT2", "ControlMessage"

StaticText ""
StaticText "$SUCATG_MOVEMENT", 1
Control "$CNTRLMNU_FORWARD" , "+forward"
Control "$CNTRLMNU_BACK" , "+back"
Control "$CNTRLMNU_MOVELEFT" , "+moveleft"
Control "$CNTRLMNU_MOVERIGHT" , "+moveright"
Control "$CNTRLMNU_TURNLEFT" , "+left"
Control "$CNTRLMNU_TURNRIGHT" , "+right"
Control "$CNTRLMNU_RUN" , "+speed"
Control "$CNTRLMNU_TOGGLERUN" , "toggle cl_run"
Control "$CNTRLMNU_STRAFE" , "+strafe"
Control "$CNTRLMNU_USE" , "+use"
Control "$CNTRLMNU_JUMP" , "+jump"
Control "$CNTRLMNU_CROUCH" , "+crouch"
Control "$CNTRLMNU_TOGGLECROUCH" , "crouch"
*****************************************************************************
Then Save MENUDEF.TXT and Save Supplice.ipk3.


Now in the key binding menu (inside the game) you will have a setting for jump and crouch buttons.

P.S. You should keep in mind that many of the levels and secrets were made by the developer with the inability to jump and crouch in mind, so activating these features may change or harm your gaming experience.



6 Comments
Jäger 22 Jun @ 7:19pm 
I dont think this game was made for this...
DeathWrench 20 Oct, 2024 @ 9:53pm 
Because they are unbound, in advanced options > customize controls
bind jump and crouch to keyboard buttons
Professor Tremas Yana 19 Sep, 2024 @ 7:17am 
So, after attempting to enable Jump and Crouch with just the ingame settings (as suggested by UmbreonTM and Siozoden, and primarily out of curiosity - a case of "surely it can't be that simple"), I can say that while that may have worked on previous versions of the game, it doesn't work as of the Episode 3 release.

However, editing ZMAPINFO.TXT to remove the NoJump and NoCrouch flags does .

(Editing MENUDEF.TXT may not be strictly necessary to enable the aforementioned capabilities, but it does make it simpler to assign appropriate keybinds.)
Umbreon™ 24 Jul, 2024 @ 11:00am 
literally as easy as just doing this through the ingame menu
Slownic 28 Jun, 2024 @ 6:55am 
Zoomers are weird as hell man. If a wad doesnt want you to jump, then dont. If you want to cheat just use fly or noclip
Siodozen 9 Apr, 2023 @ 6:10pm 
Indeed being able to jump breaks a lot of things so it's not recommended. Also, you don't need to do things out of the game to enable it; inside the game in the "Advanced" menu of the options you can access the full options of GZDoom, if anyone wants to change the jump stuff or, like me, change more video settings