Advertisement
Guest User

Untitled

a guest
Sep 19th, 2014
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.99 KB | None | 0 0
  1. //Call of Duty Default Server Configuration File
  2.  
  3.  
  4. seta sv_hostname "[os] Customs TDM" // name of your server as listed in the in game browser
  5. seta g_privatepassword "Your_Private_slot_password" // set your private password here, works with sv_privateclients
  6. seta rconPassword "osgaming1978" // set your rcon password
  7. set net_port "28970"
  8. seta g_log "server.log" // what you wish to name your log file
  9. seta protocol "1"
  10. seta sv_pure "0" // pure servers, will not allow anyone to play on your server with custom pk3 files loaded into their main dir.
  11. seta g_logsync "1"
  12. seta sv_gamespy "1" // 1 = your server will be listed on gamespy 0 = your server will not be listed on gamespy
  13. set sv_master1 "codmaster.activision.com"
  14. set sv_master2 "master.gamespy.com:28960"
  15. set sv_master3 "master0.gamespy.com"
  16. set sv_master4 "master1.gamespy.com"
  17. set sv_master5 "clanservers.net"
  18. set sv_master6 "master1.evenbalance.com"
  19. set sv_master5 "codauthorize.activision.com"
  20. seta sv_floodprotect "1"
  21. seta g_forceteamspectate "1"
  22. seta sv_invulnerabletime "3" // time in seconds that you can not be killed when spawned
  23. seta g_teamkillwarn "1" // number of team kills before a warning is issued
  24. seta g_teamkillkick "2" // number of team kills before client is kicked
  25. seta g_teamswitchdelay "10"
  26. seta sv_maxping "200" // max ping a client can have to connect to your server, only checked when client is joining
  27. seta sv_maxrate "25000" // bandwidth your server is allowing for each client. Please see other guide on how to calculate this
  28. set g_inactivity "120" //Set time before an inactive client is kicked
  29. seta scr_motd "Welcome to [os] Gaming's Customs rifle server. Please be respectful and play clean. Failure to comply with either of those conditions could result in a kick or ban." // this will be displayed on the server menu when clients join
  30. seta sv_privateclients "" // leave blank unless you wish to have private clients on your server.
  31. seta g_password "" // game password if you want a private server
  32. seta g_allowvote "0"
  33.  
  34.  
  35. //General Game Default Deion
  36. seta scr_allow_bar "0" //0 - disable weapon 1 - enable weapon
  37. seta scr_allow_bren "0"
  38. seta scr_allow_enfield "0"
  39. seta scr_allow_fg42 "0"
  40. seta scr_allow_kar98k "1"
  41. seta scr_allow_kar98ksniper "1"
  42. seta scr_allow_m1carbine "0"
  43. seta scr_allow_m1garand "0"
  44. seta scr_allow_mp40 "0"
  45. seta scr_allow_mp44 "0"
  46. seta scr_allow_nagant "1"
  47. seta scr_allow_nagantsniper "1"
  48. seta scr_allow_panzerfaust "0"
  49. seta scr_allow_ppsh "0"
  50. seta scr_allow_springfield "0"
  51. seta scr_allow_sten "0"
  52. seta scr_allow_thompson "0"
  53. seta scr_allow_vote "0" //Allow call voting
  54. seta scr_drawfriend "0" //Draws a team icon over teammates
  55. seta scr_forcerespawn "0" //Force respawning - DM & TDM
  56. seta scr_friendlyfire "0" //0 - off 1 - on 2 - reflect damage
  57.  
  58. //Team Deathmatch Default Deion
  59. seta scr_tdm_scorelimit "200" //Map score limit
  60. seta scr_tdm_timelimit "25" // time limit for your game in minutes
  61.  
  62. // The rotation.
  63. set sv_mapRotation "gametype tdm map mp_aim"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement