Guest User

Battlefield4 1v1 df server config file - Startup.txt

a guest
May 22nd, 2020
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.48 KB | None | 0 0
  1. #This file is a template for Battlefield4 1v1 df server config file "Startup.txt"
  2.  
  3. #At least you must edit “admin.password” and “vars.gamePassword” to what you want.
  4. #At least you must edit “admin.password” and “vars.gamePassword” to what you want.
  5. #At least you must edit “admin.password” and “vars.gamePassword” to what you want.
  6.  
  7. #Server mode options: OFFICIAL RANKED UNRANKED PRIVATE (official will force all settings to default + you cannot kick/ban/slay people)
  8. vars.serverType PRIVATE
  9.  
  10. #MP exerience
  11. vars.mpExperience
  12.  
  13. #Set Server name (between quotes)
  14. vars.serverName "1v1 DF Server"
  15.  
  16. #Set max player count (can only go below the number that you ordered)
  17. vars.maxPlayers 8
  18.  
  19. #Set a server message/description
  20. vars.serverMessage ""
  21. vars.serverDescription ""
  22.  
  23. #Set Admin Password (For remote console)
  24. admin.password "put your admin password here"
  25.  
  26. #Set Server Password (When join game)
  27. vars.gamePassword "cutbitch"
  28.  
  29. #Enable punbkbuster and/or fairfight
  30. #fairFight.inactivate
  31. #punkBuster.inactivate
  32. punkBuster.isActive
  33. punkBuster.activate
  34. fairFight.isActive
  35. fairFight.activate
  36.  
  37. #Set Tickrate
  38. vars.OutHighFrequency 30
  39.  
  40. #activate reserved slots
  41. reservedSlotsList.aggressiveJoin true
  42.  
  43. #activate Commanders
  44. vars.commander true
  45.  
  46. #always allow spectators, if set to false only whitelisted people can spectate
  47. vars.alwaysAllowSpectators true
  48.  
  49. #Set maximum number of spectators
  50. vars.maxSpectators 2
  51.  
  52. #Activate/Deactivate auto balance
  53. vars.autoBalance false
  54.  
  55. #Activate/Deactivate skill balance
  56. vars.SkillBasedBalance false
  57.  
  58. #Set the number of players needed to start a game (default: 8)
  59. vars.roundStartPlayerCount 1
  60.  
  61. #Set the number of players needed in game before it resets to pre-round
  62. vars.roundRestartPlayerCount 1
  63.  
  64. ################################
  65. # Variables affecting gameplay below #
  66. ################################
  67.  
  68. #Activate/Deactivate killcam
  69. vars.killCam true
  70.  
  71. #enable/disable friendly fire
  72. vars.friendlyFire true
  73.  
  74. #Activate/Deactivate Health Regeneration
  75. vars.regenerateHealth true
  76.  
  77. #Soldiers health
  78. vars.soldierHealth 100
  79.  
  80. #Activate/Deactivate Minimap
  81. vars.miniMap true
  82.  
  83. #Activate/Deactivate HUD
  84. vars.hud true
  85.  
  86. #Activate/Deactivate 3d Spotting
  87. vars.3dSpotting true
  88.  
  89. #Activate/Deactivate minimap spotting
  90. vars.miniMapSpotting true
  91.  
  92. #Activate/Deactivate Nametags
  93. vars.nameTag true
  94.  
  95. #Activate/Deactivate 3rd person vehicle Camera
  96. vars.3pCam true
  97.  
  98. #Forces the use of a full magazine when reloading
  99. vars.forceReloadWholeMags false
  100.  
  101. #Activate/Deactivate vehicles
  102. vars.vehicleSpawnAllowed true
  103. ###################################
  104. # Variables involving player control below #
  105. ###################################
  106.  
  107. #number of teamkills allowed before kick
  108. vars.teamKillCountForKick false
  109.  
  110. #Max kills a player can make before being kicked (counter-cheating)
  111. vars.teamKillValueForKick false
  112.  
  113. #Number of team kill kicks that will lead to a permaban
  114. vars.teamKillKickForBan false
  115.  
  116. #Set idle time before getting kicked
  117. vars.idleTimeout false
  118.  
  119. #Respawn delay (percentage)
  120. vars.playerRespawnTime false
  121.  
  122. #Delay on vehicle respawn time (percentage)
  123. vars.vehicleSpawnDelay false
  124.  
  125. #time before a player is forced to respawn
  126. vars.playerManDownTime false
  127.  
  128. #Base damage value
  129. vars.bulletDamage 100
  130.  
  131. #Enable/Disable hit indicator
  132. vars.hitIndicatorsEnabled true
  133.  
  134. #Game mode discounter (tickets factor)
  135. vars.gameModeCounter 9999
  136.  
  137. #Enable/Disable only spawn on the squad leader
  138. vars.onlySquadLeaderSpawn false
  139.  
  140. #Round time limit (percentage)
  141. vars.roundTimeLimit 600
  142.  
  143. #Round warmup timeout value
  144. vars.roundWarmupTimeout 1
  145.  
  146. #Ticket bleed rate (percentage)
  147. vars.ticketBleedRate 100
  148.  
  149. #Team kill value increase value
  150. vars.teamKillValueIncrease 1
  151.  
  152. #Weapons unlock mode
  153. # all = All weapons
  154. # common = Common weapons
  155. # stats = Stats weapons
  156. # none = Basic weapons
  157.  
  158. vars.unlockMode "stats"
  159.  
  160. #Set the server gametype preset
  161. vars.preset CUSTOM
  162.  
  163. #Set the server GunMaster weapon preset
  164. vars.gunMasterWeaponsPreset 1
  165.  
  166. #Set the team faction override
  167. #us vs us (us:0, ru:1, cn:2)
  168. vars.teamFactionOverride 1 0
  169. vars.teamFactionOverride 2 0
  170. vars.teamFactionOverride 3 0
  171. vars.teamFactionOverride 4 0
  172.  
  173. #Enable competitive mode (Obliteration only currently)
  174. vars.isCompetitive false
  175.  
  176. #Round lockdown countdown
  177. vars.roundLockdownCountdown "1"
  178.  
  179. #Round ready bypass timer
  180. vars.roundPlayersReadyBypassTimer 1
  181.  
  182. #Round ready min count
  183. vars.roundPlayersReadyMinCount 0
  184.  
  185. #Round ready percent
  186. vars.roundPlayersReadyPercent 0
Add Comment
Please, Sign In to add comment