Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.72 KB | None | 0 0
  1. [Help] @Help <Command>
  2. [Game Servers] @Server-Add @Server-Del @Server-List @Server-Start @Server-Stop @Server-Debug [Game Mods] @Server-Mod_List @Server-Mod_Add @Server-Mod_Del
  3. [Shell Commands] @Exec
  4.  
  5. ============
  6. @Server-Add
  7.  
  8. Server Name: <Enter>
  9. Game (Available: CS,CSS,TF2): <Enter>
  10. Location (Available: TX,CA): <Enter>
  11. Ip (Available: ip1, ip2): [Enter]
  12. Port: [Enter]
  13. Ftp Username: <Enter>
  14. Ftp Password: <Enter>
  15. Rcon Password: [Enter]
  16. ============
  17. @Server-Config - <Name>
  18.  
  19. Server Name: "Name1" <Enter>
  20. Game (Available: CS,CSS,TF2): "CSS" <Enter>
  21. Location (Available: TX,CA): "TX" <Enter>
  22. Ip (Available: ip1, ip2): "ip1" [Enter]
  23. Port: "port1" [Enter]
  24. Ftp Username: "user1" <Enter>
  25. Ftp Password: "pass1" <Enter>
  26. Rcon Password: "rconpass" [Enter]
  27.  
  28. =============
  29.  
  30. @Server-Del - <Name>
  31. @Server-Start - <Name>
  32. @Server-Stop - <Name>
  33. @Server-Debug - <Name>
  34. @Server-Info - <Name>
  35. =============
  36. @Exec <Command>
  37. ---------------------------
  38.  
  39. SRCDS Game List for Installing
  40.  
  41. For Source/Orange Box Engine Games:
  42.  
  43. * Counter-Strike Source -This is Counter-Strike: Source
  44. * ageofchivalry - This is Age of Chivalry (3rd party mod)
  45. * diprip - This is D.I.P.R.I.P. Warm Up (3rd party mod)
  46. * dods -This is Day of Defeat Source
  47. * esmod - This is Eternal Silence (3rd party mod)
  48. * garrysmod -This is Garry's Mod (Orange Box)
  49. * hl2mp -This is Half-Life 2 Deathmatch
  50. * insurgency - This is Insurgency (3rd party mod)
  51. * l4d_full - This is Left 4 Dead
  52. * left4dead - This is Left 4 Dead
  53. * synergy - This is Synergy (3rd party mod)
  54. * tf -This is Team Fortress 2 (Orange Box)
  55. * zps - This is Zombie Panic! Source (3rd party mod)
  56.  
  57.  
  58. For HL Engine Games:
  59.  
  60. * cstrike -This is Counter Strike 1.6
  61. * cstrike_beta This is Counter Strike 1.6 Beta
  62. * czero -This is Counter Strike Condition Zero
  63. * dmc -This is Deathmatch
  64. * dod -This is Day of Defeat
  65. * gearbox -This is Opposing Force
  66. * ricochet -This is Ricochet
  67. * tfc -This is Team Fortress Classic
  68. * valve -This is Half-Life
  69.  
  70.  
  71. Third Party Games:
  72.  
  73. * ageofchivalry - This is Age of Chivalry (3rd party mod)
  74. * darkmessiah -This is Dark Messiah
  75. * diprip - This is D.I.P.R.I.P. Warm Up (3rd party mod)
  76. * garrysmod -This is Garry's Mod (Orange Box)
  77. * insurgency - This is Insurgency (3rd party mod)
  78. * marenostrum - This is Mare Nostrum, a TC mod for Red Orchestra (3rd party mod)
  79. * redorchestra -This is Red Orchestra
  80. * ship -This is The Ship
  81. * sin -This is SiN 1
  82. * synergy - This is Synergy (3rd party mod)
  83. * tshb -This is ThreadSpace: Hyperbol
  84. * zps - This is Zombie Panic! Source (3rd party mod)
  85.  
  86. ==========
  87.  
  88. cd /home/Amanda/Server && screen -A -m -d -L -S css-server1 /home/Amanda/Server/srcds_1/orangebox/srcds_run -port 27015 -console -game cstrike -pingboost 2 +maxplayers 20 +map zm_lila_panic -tickrate 100 +fps_max 750 -autoupdate +rcon_password "getgood"
  89.  
  90. cd /home/Amanda/Server && screen -A -m -d -L -S css-server2 /home/Amanda/Server/srcds_2/orangebox/srcds_run -port 1337 -console -game cstrike -pingboost 3 +maxplayers 11 +map de_dust2 -tickrate 100 +fps_max 500 -autoupdate +rcon_password "getgood"
  91.  
  92. ==========
  93. useradd -d /home/Test1 -m Test1
  94. ==========
  95.  
  96. User Add + Set Pass: (echo pass; echo pass) | pure-pw useradd test1 -d /home/Amanda/Server -u ftpuser
  97. pure-pw mkdb
  98. /usr/local/sbin/pure-ftpd -S ,21 -c 30 -C 10 -l puredb:/etc/pureftpd.pdb -x -E -j -R
  99.  
  100. ==========
  101. @Server-Add
  102. 1. useradd
  103. 2. copy steam/srcds over
  104. 3. run steam update(to download files)
  105. 4. setup ftp
  106. 5. write servers.txt Name:CS|CSS|TF2:Port:Ftp UserName:Ftp Password:Rcon Password
  107. 6. run server
  108. 7. notify on mirc
  109.  
  110. @server-Debug
  111. 1. pastebin screenlog.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement