makavelii Posted April 22, 2014 Share Posted April 22, 2014 (edited) 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. Edited April 22, 2014 by makavelii Quote Link to comment Share on other sites More sharing options...
twiti Posted April 23, 2014 Share Posted April 23, 2014 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_misc64 Disable Falling Damage 2)extract mapscript from map pk3 (unzip, extract ./maps/mapname.script)editgame_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 clan DIABOLIK 1 Quote Link to comment Share on other sites More sharing options...
makavelii Posted April 23, 2014 Author Share Posted April 23, 2014 Okay, Unfortunately the disable falling damage still slows down when jumping from higher distances which unables to do TJ:/ Quote Link to comment Share on other sites More sharing options...
twiti Posted April 23, 2014 Share Posted April 23, 2014 you should use default server physics cvars for TJ, otherwise it's a cheat except: g_fixedphysics 1 //jump is a bit longer, no need to cap your fps at 43/76/125g_fixedphysicsfps 125 if you experience fall damage where it should not happen... most likely g_fixedphysics is 1, zero it outotherwise your jump is wrong makavelii 1 Quote Link to comment Share on other sites More sharing options...
Dragonji Posted April 24, 2014 Share Posted April 24, 2014 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 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 wrongETPro's official configs always have fixed physics enabled. makavelii 1 Quote Link to comment Share on other sites More sharing options...
twiti Posted April 25, 2014 Share Posted April 25, 2014 absolutely true, and I prefer etpro over any other mod for tj but in silent mod jump feels a bit longer with g_fixedphysics 1/g_fixedphysicsfps 125/com_maxfps 125 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.