Results 1 to 3 of 3
-
15-02-2015, 17:31 #1
- Join Date
- Feb 2015
- Posts
- 1
BF4 "strtup.txt" for 32slot, unranked with all unlocks
Hello everyone,
It is my firt post so I woul like to say "Hello!" to whole community
I have problem. I have BF4 server with 32 slots. I would like to run it as private/unranked, password protected and... what is very important... with all unlocks.
I try this config but it fails, no unlocks :/ WHY?
Code:################################################################## ### In Order to activate an Option Remove "#" in front of ### Paramter and set value "true" or "false" ################################################################## #Server mode options: OFFICIAL RANKED UNRANKED PRIVATE (official will force all settings to default + you cannot kick/ban/slay people) vars.serverType PRIVATE #MP exerience Options: CQCLASSIC, RUSHCLASSIC, TDM0, OBLITERATION, ELIMINATION,SQDMCLASSIC,DOMCLASSIC #vars.mpExperience CQCLASSIC #Set Server name (between quotes) vars.serverName "server name" #Set a server message vars.serverMessage "server msg" vars.serverDescription "server description" #Set Admin Password admin.password "admin_pass" #Set Server Password vars.gamePassword "server_pass" #Set max player count (up to 32) #vars.maxPlayers 32 #activate reserved slots #reservedSlotsList.aggressiveJoin true #activate Commanders vars.commander false #Activate/Deactivate auto balance vars.autoBalance false #always allow spectators, if set to false only whitelisted people can spectate vars.alwaysAllowSpectators true #Set maximum number of spectators vars.maxSpectators 2 #Set the number of players needed to start a game (default: 8) vars.roundStartPlayerCount 1 #Set the number of players needed in game before it resets to pre-round vars.roundRestartPlayerCount 1 #Enable punbkbuster and/or fairfight punkBuster.activate #fairFight.activate vars.unlockMode "All" ################################ # Variables affecting gameplay below # ################################ #Activate/Deactivate killcam vars.killCam true #enable/disable friendly fire vars.friendlyFire true #Activate/Deactivate Health Regeneration vars.regenerateHealth true #Activate/Deactivate Minimap vars.miniMap true #Activate/Deactivate HUD vars.hud true #Activate/Deactivate 3d Spotting vars.3dSpotting true #Activate/Deactivate minimap spotting vars.miniMapSpotting true #Activate/Deactivate Nametags vars.nameTag true #Activate/Deactivate 3rd person vehicle Camera vars.3pCam true #Forces the use of a full magazine when reloading vars.forceReloadWholeMags false #Activate/Deactivate vehicles vars.vehicleSpawnAllowed true ################################### # Variables involving player control below # ################################### #number of teamkills allowed before kick vars.teamKillCountForKick 0 #Max kills a player can make before being kicked (counter-cheating) vars.teamKillValueForKick 0 #Number of team kill kicks that will lead to a permaban vars.teamKillKickForBan 0 #Set idle time before getting kicked vars.idleTimeout 86400 #Enable/Disable spawning inside vehicles vars.vehicleSpawnAllowed true #Delay on vehicle respawn time (percentage) vars.vehicleSpawnDelay 100 #Respawn delay (percentage) vars.playerRespawnTime 100 #time before a player is forced to respawn vars.playerManDownTime 100 #Base damage value vars.bulletDamage 100 vars.roundLockdownCountdown 60 #Enable/Disable hit indicator vars.hitIndicatorsEnabled true #Game mode discounter (tickets factor) vars.gameModeCounter 100 #Enable/Disable only spawn on the squad leader vars.onlySquadLeaderSpawn false vars.roundTimeLimit 100 vars.ticketBleedRate 100 vars.teamFactionOverride 1 0 vars.teamFactionOverride 2 2 vars.teamFactionOverride 3 0 vars.teamFactionOverride 4 2 #set the server gametype preset (Custom, Hardcore, Infantrie, Normal) Some times errors Dice will fix this. This setting must be at the Bottom of the Startup.txt vars.preset CUSTOM
Last edited by berzer; 16-02-2015 at 08:41.
-
15-02-2015, 22:46 #2
vars.unlockMode "all"
rather than
vars.unlockMode "All"
Request: vars.unlockMode <type: string>
Response: OK - for set operation
Response: OK <type: string> - for get operation
Response: InvalidArguments
Effect: Set what weapons are unlocked for players on the server
Delay: Takes effect next round
Comment: Allowed strings are – all, common, none, stats,
And welcome to the communityLast edited by leibhold; 15-02-2015 at 22:54. Reason: additional information
-
16-02-2015, 16:53 #3Don't send me private messages (PMs) unless you really need privacy, like your game server password. If you just have a question or need help, post in one of the threads. It's extra work for me to answer questions and give help in private messages and no one else gets the benefit of the answer.