Here is my start up txt file i have tried in procon server files to get friendly fire on my server but it just wont work please help .This is for the cyber gamer ladder anyone else have this problem or know how to fix it please reply
punkBuster.activate vars.gamePassword vars.serverName " -WARS- & Salad Scrim Server" vars.maxPlayers 10 // Change this to max PLAYER slots vars.maxSpectators 4 // Change this to max SPECTATOR slots vars.maxPlayers 20 vars.maxSpectators 4true vars.bannerUrl "" vars.serverDescription "" vars.true enable vars.idleTimeout 999 vars.teamKillCountForKick 5 vars.teamKillValueForKick 5 vars.teamKillValueIncrease 0 vars.teamKillValueDecreasePerSecond 5 vars.autoBalance false vars.killCam false vars.miniMap true vars.3dSpotting false vars.miniMapSpotting true vars.3pCam true vars.idleBanRounds 0 vars.vehicleSpawnAllowed true vars.vehicleSpawnDelay 100 vars.bulletDamage 100 vars.nameTag true vars.AlwaysAllowSpectators false vars.regenerateHealth true vars.roundRestartPlayerCount 0 vars.roundStartPlayerCount 1 vars.onlySquadLeaderSpawn false vars.soldierHealth 100 vars.hud true vars.playerManDownTime 100 vars.playerRespawnTime 100 vars.gameModeCounter 82 vars.serverMessage "-WARS- & Salad scrim server " reservedSlotsList.aggressiveJoin false vars.roundLockdownCountdown 45 vars.roundWarmupTimeout 600 vars.hitIndicatorsEnabled true vars.serverType "PRIVATE" vars.preset "CUSTOM" vars.commander false vars.forceReloadWholeMags false vars.unlockMode all |
Hey Bigred,
I've been having similar problems but from my observations it may be to do with Procon. It sems that friendly fire and the other CG related settings load ok from the startup.txt file but as soon as I change the map with Procon it sets the preset back to Normal which updates the settings like 3dspotting and FF. Does this match up with your experiences? |
I have identified what my problem was, there is a line in the default pbsv.cfg that loads the Normal config unless you have changed it on the Config page:
%preset% == normalpb_sv_task 0 60 vars.preset normal %presetlock% This means if you just go straight for changing the startup.txt instead of using the web config page it will reset after the 2nd map load. Having commented these lines out or changed the web config to private this seems to be working ok. |