capodecima

CS SERVER

May 16th, 2025 (edited)
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. cd ~/steamcmd
  2.  
  3. ./steamcmd.sh +login anonymous +force_install_dir ~/cs2-ds +app_update 730 +quit
  4.  
  5. cd ~/cs2-ds/game/bin/linuxsteamrt64
  6.  
  7. screen -ls
  8.  
  9. screen -s server1 ./cs2 -dedicated +game_type 0 +game_mode 0 +map de_overpass +ip 0.0.0.0 -port 27016 +hostname uNk1nds Lair Good Vibrations AK47 1V1 +host_workshop_map 3070253400 +sv_setsteamaccount 5AFD3D81F74F0C4C1BBF162F13C0A207
  10.  
  11. screen -s server2 ./cs2 -dedicated \
  12. +game_type 0 +game_mode 1 \
  13. +map de_overpass \
  14. +ip 0.0.0.0 -port 27017 \
  15. +hostname "uNk1nds Lair Good Vibrations AWP 1V1" \
  16. +host_workshop_map 3080419073 \
  17. +workshop_start_map awp_lego_2 \
  18. +sv_setsteamaccount 5AFD3D81F74F0C4C1BBF162F13C0A207
  19.  
  20.  
  21.  
  22. 185.180.3.154:27016
  23.  
  24. 185.180.3.154:27017
  25.  
  26. bot_kick;
  27. mp_freezetime 1;
  28. mp_round_restart_delay 5;
  29. mp_maxrounds 16;
  30. mp_match_can_clinch 1;
  31. mp_overtime_enable 1;
  32. mp_limitteams 1;
  33. sv_allow_votes 0;
  34. mp_free_armor 1;
  35. mp_ct_default_primary weapon_ak47;
  36. mp_t_default_primary weapon_ak47;
  37. mp_ct_default_secondary weapon_p250;
  38. mp_t_default_secondary weapon_p250;
  39. mp_weapons_allow_map_placed 0;
  40. mp_death_drop_gun 0;
  41. mp_ignore_round_win_conditions 0;
  42. mp_halftime 1;
  43. mp_halftime_duration 8;
  44. mp_warmup_end;
  45. mp_restartgame 3;
  46. say "Live after restart!"
  47.  
  48.  
Advertisement
Add Comment
Please, Sign In to add comment