Advertisement
darius1825

hi

Nov 15th, 2013
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.60 KB | None | 0 0
  1. //You can delete anything with the // infront, they are their to help you get the basics... Mine GO BOOM http://www.shanky.com/server/
  2. //This is currently, at time of download, 1.34.14 subgame
  3.  
  4. [Custom]
  5. ArenaMode=1
  6. //1=Any player can create an own a new subarena
  7. //2=Only mods+ can own newly created subarenas
  8. //3=Smods+ own new subarenas
  9. //4=Sysops own new subarenas
  10. //5=New subarenas won't make new files, will just use spawn.cfg instead. If a .cfg is already created for subarena, will use that instead
  11.  
  12. [Arena]
  13. ArenaMaxPlayers=200
  14. ArenaDesiredPlayers=100
  15. ArenaMinimumPlayers=25
  16. SpawnKeepScores=1
  17. MaxArenas=2000
  18. MaxArenasMemory=64000
  19.  
  20. [Comms]
  21. MaxQueueToLogin=200
  22. PacketHistoryMax=2000
  23. IncomingBufferSize=131072
  24. OutgoingBufferSize=131072
  25. EncryptMode=1
  26. UnreliableBufferSize=128
  27. TransportBufferSize=160
  28. FlushTime=10
  29. BandwithIdleTime=21600
  30. SelectTime=10
  31.  
  32. [Misc]
  33. DisableShareware=0
  34. RegisterKickShareware=0
  35. MaxSharewarePlayers=-1
  36. MaxPlayers=200
  37. MaxSharewareTime=90000000
  38. DisableSharewareNames=0
  39. DisableSharewareShips=0
  40. DisableSharewareScores=0
  41. MenuKickOutDelay=12000
  42. NoAntiInSafe=0
  43. //If 1, then if in a safty, SS will ignore that player's anti
  44. LockFreqs=0
  45. //If 1, then *lock doesn't allow freq change
  46. PositionDataAccess=2
  47. //if 0, sysops see player stats in spec. If 1, smods/sysops can. If 2, then <ZH>/<ER>/mod/smods/sysops can
  48. AlertCommand=cheater,help,illegal
  49. //so ?cheater {text} will be sent to online mods
  50. AllowPubScorereset=0
  51. AllowPvtScorereset=0
  52. //If 1, ?scorereset will reset player's score
  53. TimerDropFlagTerritoryRadius=8
  54. //If non-0, then all non-neutral droped flags X tiles away from ship. More info in FAQ at Server Help Site
  55. ShipTypeSwitchResetPeriod=0
  56. //If non-0, than if someone does X amount of shipchanges that is in the .cfg in this amount of time (in milliseconds), then kicks them off
  57. CheckWeapons=0
  58. //Leave this set to 1, so it detects more of different type of cheats.. will kick them out if in .cfg the [Security] SecurityKickoff is 1
  59. CheckFastBombing=0
  60. //More info on website
  61. FastBombingThreshold=30
  62. //More info on website
  63. ForceObsceneCheck=0
  64. //0 = normal, 1 = everyone has obscene checking on
  65. NoFlagRewardLimit=0
  66. //If set non-zero reward multiplier limit is removed in FlagRewardMode 1. Multiplier is (maximumAllowedPerTeam / numberOfTeamMembers), if NoFlagRewardLimit is set 0
  67. multiplier is limited by 2.
  68. LogPoints=0
  69. PointUpdateDiff=500
  70. JackpotBroadcastPoints=0
  71. ServerLog=1
  72. KeepAliveDelay=500
  73. DefaultLevelFile=superwars_v1.lvl
  74. //Change to your map file name
  75. Port=20000
  76. //Make it something round, like 1000, 2000, etc. Change this if you are running more than one zone off same billing
  77. AllowVIEClients=1
  78. //If you wish to restrict your zone to continuum only, set to 0. If you want everyone to play, set to 1
  79. StaffChat=1
  80. //Divide staff chat channels by commas. Only mods+ can join these local chats.
  81. ForceContinuumOnly=0
  82. //If set to 1, will only let continuum users enter zone
  83. ServerIP=
  84. //Set to the server's IP #. This is used for *einfo's proxy detection
  85. AllowPrerelease=1
  86. //Set to 1, people with newer continuum can enter. Set to 0, only current client will be allowed in
  87.  
  88. [CPU]
  89. LoopDelay=0
  90. ProcessMaxTime=4
  91. SleepPerIteration=0
  92. SlowIterationWarningLevel=100
  93. SleepTime=0
  94.  
  95. [Permission]
  96. AllowBadMachineId=1
  97. AllowLowBandwidth=1
  98. MinimumSecondsToLogin=0
  99. PermissionMaxPoints=0
  100. PermissionMode=0
  101. AutoPermissionPoints=0
  102. AutoPermissionIDList=0
  103. AutoPermissionMessage=Congratulations
  104.  
  105. [Password]
  106. SysopPassword=admin1
  107. EnergyPassword=energy
  108. ModeratorPassword=mod
  109. SuperModeratorPassword=smp
  110. VIPPassword=vp
  111. <ER>Password=ER
  112. <ZH>Password=ZH
  113. //Change all to what you want
  114.  
  115. [Billing]
  116. LogMessages=0
  117. IP=localhost
  118. Password=bppw
  119. //What is the billing pw in the subbill.ini
  120. ServerName=Super Wars
  121. //Zone name
  122. Port=20001
  123. ServerId=27015
  124. //Make the same as in [Misc] Port=
  125. GroupId=1
  126. ScoreId=27015
  127. //Make the same as in [Misc] Port=
  128. ReconnectTime=12000
  129. AttemptTime=6400
  130.  
  131. [Advertise]
  132. SendMode=0
  133. DisplayMode=0
  134. Duration=6000
  135.  
  136. [Validation]
  137. CheckOwners=2
  138. CheckMod=0
  139. CheckSMod=0
  140. CheckSysop=4
  141. Check<ER>=1
  142. Check<ZH>=
  143. Check<LR>=0
  144. LogPubCommands=*
  145. LogPvtCommands=*
  146. DisablePubCommands=
  147. DisablePvtCommands=
  148. //Help at http://www.shanky.com/server/ in FAQ section for Subgame2
  149.  
  150. [Directory]
  151. IP=ssdir.playsubspace.com,sscentral.sscuservers.net,sscentral.com,ds1.krslynx.com,ds1.hlrse.net,sscentral.sscuservers.net,69.56.172.170,sscentral.ds98.com,sscentral.subspace.inet.fi,sscentral.subspace.net,sscentral.subspacehq.com
  152. Description=Hey guys
  153. //What you want to have for the description of zone
  154. NamePassword=
  155. //Pick anything you want
  156. Port=4991
  157.  
  158. [Bots]
  159. BotsIP=68.57.245.109
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement