Supplice

Supplice

Otillräckligt med betyg
Jump and Crouch Activation
Av SandMartin
Jump and Crouch
4
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
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 kommentarer
Jäger 22 jun @ 19:19 
I dont think this game was made for this...
DeathWrench 20 okt, 2024 @ 21:53 
Because they are unbound, in advanced options > customize controls
bind jump and crouch to keyboard buttons
Professor Tremas Yana 19 sep, 2024 @ 7:17 
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:00 
literally as easy as just doing this through the ingame menu
Slownic 28 jun, 2024 @ 6:55 
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 @ 18:10 
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