Advertisement
Guest User

Untitled

a guest
Oct 16th, 2021
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. //Made by flares
  2. //For 6's Roamer rollouts.
  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 19/1/2021
  6. //Last edited on 16/10/2021
  7.  
  8. Mp_Restartgame_Immediate 1; Load_Itempreset 1; Wait 1655; Hurtme -100
  9. //Don't touch this ^
  10.  
  11. Net_Fakelag 12
  12. //^ Put your own fake lag here
  13.  
  14. Echo " Execed Soldier 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.
  34.  
  35. //Load_Itempreset 0 = A
  36. //Load_Itempreset 1 = B
  37. //Load_Itempreset 2 = C
  38. //Load_Itempreset 3 = D
  39.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement