Advertisement
Guest User

Untitled

a guest
Oct 16th, 2021
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. //Made by flares
  2. //Made for Engineer's in setup time.
  3. //Reach out to me for any feedback https://steamcommunity.com/id/flaresmoney/ (leave a comment if you want to add me)
  4. //Original TFTV Thread: https://www.teamfortress.tv/58998/rollout-practice-config-script
  5. //made on 23/4/2021
  6. //last edited on 16/10/2021
  7.  
  8. Mp_restartgame_immediate 1; Wait 528; Addcond 32; Wait 528; Addcond 32
  9. //Don't touch this ^
  10.  
  11. Net_Fakelag 12
  12. //^ Put your own fake lag here
  13.  
  14. Echo " Execed Engi Rollout Practice CFG"
  15.  
  16. Sv_cheats 1
  17. Mp_tournament 1
  18. Sv_allow_wait_command 1
  19. TF_player_movement_restart_freeze 1
  20. TF_preround_push_from_damage_enable 1
  21. //^ Pretty important, I'd recommend not touching this.
  22.  
  23. // Minor fixes
  24. Sv_gravity 800 //Default Gravity.
  25. TF_birthday 0 //No birthday mode, birthday ball can't spawn.
  26. Mp_timelimit 0 //No server time limit, so that map doesn't change out of no where.
  27. Host_thread_mode 0 //For me personally if this is set to anything else then 0 I can't move in spawn.
  28. TF_weapon_criticals 0 //No critical hits. Basically doesn't change anything.
  29. Mp_tournament_readymode 0 //Cosmetic difference.
  30. TF_grapplinghook_enable 0 //No grappling hook.
  31. Mp_disable_respawn_times 1 //No respawn times.
  32. TF_avoidteammates_pushaway 0 //No colliding with teammates.
  33. Ent_remove_all func_regenerate //Removes the constant resupply cabinet effect like the ones jump servers.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement