Gamemode Presets Battlefield 3
In Battlefield 3, servers are divided into 4 categories: Custom, Normal, Hardcore, and Inf-Only.
In Basic mode, we already have a function that allows you to quickly switch settings.
In Advanced mode, you need to set the corresponding commands in the file Startup.txt.
The following table shows which settings are necessary for a server to be assigned to a specific category on the Battlelog.
Command | Normal | Hardcore | Inf-Only |
---|---|---|---|
vars.autoBalance | true | true | true |
vars.roundStartPlayerCount | - | - | - |
vars.roundRestartPlayerCount | - | - | - |
vars.friendlyFire | false | true | false |
vars.regenerateHealth | - | - | - |
vars.killCam | true | false | true |
vars.miniMap | true | true | true |
vars.hud | true | false | true |
vars.crossHair | - | - | - |
vars.3dSpotting | true | false | true |
vars.miniMapSpotting | true | true | true |
vars.nameTag | true | false | true |
vars.3pCam | true | false | false |
vars.regenerateHealth | true | false | true |
vars.vehicleSpawnAllowed | true | true | false |
vars.vehicleSpawnDelay | - | - | - |
vars.soldierHealth | 100 | 60 | 100 |
vars.playerRespawnTime | 100 | 100 | 100 |
vars.playerManDownTime | 100 | 100 | 100 |
vars.bulletDamage | 100 | 100 | 100 |
vars.onlySquadLeaderSpawn | false | true | false |
(- = Set value has no effect)
Any other combinations will result in the server appearing as “Custom” on the Battlelog.