Jump to content

Jumping


makavelii

Recommended Posts

Is it possible to disable the thing when you fall that it slows you down? + how can you change the map time for example from 60 to 15minutes etc.

1) probably

 

g_misc

64 Disable Falling Damage

 

2)

extract mapscript from map pk3 (unzip, extract ./maps/mapname.script)

edit

game_manager

{

    spawn

    {

        ......

        wm_set_round_timelimit    15  //15 minutes

        ......

 

copy modified mapname.script to your server ./silent/mapscripts directory

 

or ingame: ref timelimit, callvote timelimit :D

Link to comment
Share on other sites

you should use default server physics cvars for TJ, otherwise it's a cheat :D

except:

 

g_fixedphysics      1     //jump is a bit longer, no need to cap your fps at 43/76/125

g_fixedphysicsfps 125

 

if you experience fall damage where it should not happen... most likely g_fixedphysics is 1, zero it out

otherwise your jump is wrong 

 

Link to comment
Share on other sites

Okay,

 

Unfortunately the disable falling damage still slows down when jumping from higher distances which unables to do TJ:/

If there is no slow down it is not TJ anymore :P

 

g_fixedphysics 1 //jump is a bit longer, no need to cap your fps at 43/76/125

g_fixedphysicsfps 125

 

if you experience fall damage where it should not happen... most likely g_fixedphysics is 1, zero it out

otherwise your jump is wrong

ETPro's official configs always have fixed physics enabled.
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...