Page 1 of 1
Making my server non HC
Posted: Tue Oct 08, 2013 11:40 pm
by WATTZ79
Hi ,i've been trying to make one of my servers softcore by changing the vars. in the startup text to vars.hardCore false but each time i start the server it is still marked as HC :/ am i doing something wrong ?
Re: Making my server non HC
Posted: Wed Oct 09, 2013 7:53 am
by mizudg
Why is your server hardcore in the first place? It's should be softcore by default
Re: Making my server non HC
Posted: Wed Oct 09, 2013 11:48 am
by RobbingHood
Maybe it just looks like it's HC because e.g. the minimap is disabled?
Or your StartServer.bat isn't configured properly.
Re: Making my server non HC
Posted: Fri Nov 29, 2013 1:49 am
by WATTZ79
Hi Guys thanks for the reply's ive been busy for a while and not been able to reset up my servers until now , i guess the hc setting came with the server files i download from a well know torrent site pic below of the HC sign next to my server name
http://prntscr.com/27d1qqweird thing is in startup.txt hc is turned off as well "vars.hardCore false"
I'm not sure if the default start up command is correct in the bat file ?
Frost.Game.Main_Win32_Final.exe -serverInstancePath "Instance/" -mapPack2Enabled 1 -port 19568 -timeStampLogNames -region EU -heartBeatInterval 20000
Re: Making my server non HC
Posted: Fri Nov 29, 2013 9:41 am
by RobbingHood
There are probably some other custom settings like no 3d-map set?
Re: Making my server non HC
Posted: Sat Nov 30, 2013 1:36 pm
by mouz
Your server is softcore, copy this to Instance\AdminScripts\Startup.txt it shoud set it to normal.
Code: Select all
#Set your server to hardcore mode
vars.hardCore false
#Turn on friendly fire
vars.friendlyFire false
#Turn auto Balance teams on or off
vars.teamBalance false
#turn killcam on/off (show the position of who killed you after you die)
vars.killCam true
#Turn the minimap on or off
vars.miniMap true
#Turn the crosshair on or off (note that this also turns of the
crosshair for the UAV)
vars.crossHair true
#Turn 3dspotting on or off (shows arrows above enemy heads for you and
your teammates when you see an enemy)
vars.3dSpotting true
#Turn minimap spotting on or off (displays enemies you or your teammates see on the minimap)
vars.miniMapSpotting true