Share Pastebin
Guest
Public paste!

Storm

By: a guest | Mar 20th, 2010 | Syntax: None | Size: 1.65 KB | Hits: 173 | Expires: Never
Copy text to clipboard
  1. #i3D.net Startup script for Bad Company 2 servers.
  2.  
  3. #Written by i3D.net. If you use this file please leave a link to http://www.i3d.net/
  4.  
  5. #This file is loaded everytime the server restarts. It isn't loaded during a mapchange.
  6.  
  7. #You can comment specific entries by placing a # before the line.
  8. #This will give vars their default value. Other lines with a comment will simply be ignored.
  9. #Unless specifically stated otherwise accepted values are true (var is on) or false (var is off)
  10.  
  11. #These settings are the default server settings.
  12.  
  13. #Set your server to hardcore mode
  14. vars.hardCore false
  15.  
  16. #Turn on friendly fire
  17. vars.friendlyFire false
  18.  
  19. #Turn auto Balance teams on or off
  20. vars.teamBalance true
  21.  
  22. #turn killcam on/off (show the position of who killed you after you die)
  23. vars.killCam true
  24.  
  25. #Turn the minimap on or off
  26. vars.miniMap true
  27.  
  28. #Turn the crosshair on or off (note that this also turns of the crosshair for the UAV)
  29. vars.crossHair true
  30.  
  31. #Turn 3dspotting on or off (shows arrows above enemy heads for you and your teammates when you see an enemy)
  32. vars.3dSpotting true
  33.  
  34. #Turn minimap spotting on or off (displays enemies you or your teammates see on the minimap)
  35. vars.miniMapSpotting true
  36.  
  37. #Allows players to use the third person camera when entering a vehicle
  38. vars.thirdPersonVehicleCameras true
  39.  
  40. #Apply a password to your server
  41. #vars.gamePassword yourpassword
  42.  
  43. #Set the maximum number of players (if left commented it will use the value set in your commandline)
  44. #This value cannot exceed the maximum defined by the gamemode your playing
  45. #This value cannot be set higher than what is defined in your commandline
  46. #vars.maxPlayerLimit 32