Jump to content

Forums Announcement

Read-Only Mode for Announcements & Changelogs

Dear Survivors, we'd like to inform you that this forum will transition to read-only mode. From now on, it will serve exclusively as a platform for official announcements and changelogs.

For all community discussions, debates, and engagement, we encourage you to join us on our social media platforms: Discord, Twitter/X, Facebook.

Thank you for being a valued part of our community. We look forward to connecting with you on our other channels!

Stay safe out there,
Your DayZ Team

Sign in to follow this  
boxman80

Vilayer server - disable 3rd person etc.

Recommended Posts

Just a quick query. Weve got a Vilayer server (presently running Taviana). It's all patched and uptodate but it's been running since just before the 2.0 update.

Ive tried to disable the 3rd person view (found the config option to allow me to do this and it's set to "disable" 3rd person) but it doesnt seem to be applying this setting. I've also noted that the server isnt running the changes tavi 2.0 is supposed to ahve implemented, or at least all of them, for example ive not seen any of the new vehicles or weapons spawn yet.

I presume it's becasue i have to do a full "reset" of the server, but ive heard of servers not needing this and that just applied the 2,0 and its features without losing data.

Anyone else who has a Vilayer server (prefereably running Tavi) have a similar experience or have any advice?

Share this post


Link to post
Share on other sites

Hi there,

The setting for 3rd person e.d. are done in the server.cfg file :

// MISSIONS CYCLE (see below)

class Missions

{

class DayZ

{

template = dayz_1.Chernarus;

difficulty = "Regular"; // ***************************************This should be changed to "veteran" or "mercenary"

};

};

Change "regular" to "veteran" or " mercenary"

Mercenary will disable 3rd person view.

To manipulate the settings with even more detail, you can change the settings in the " cfgdayz.ArmA2OAProfile " file :

class Difficulties

{

class Recruit

{

class Flags

{

3rdPersonView=1;

armor=1;

autoAim=0;

autoGuideAT=1;

autoSpot=1;

cameraShake=0;

clockIndicator=1;

deathMessages=1;

enemyTag=0;

friendlyTag=1;

hud=1;

hudGroupInfo=1;

hudPerm=1;

hudWp=1;

hudWpPerm=1;

map=1;

netStats=1;

tracers=1;

ultraAI=0;

unlimitedSaves=1;

vonID=1;

weaponCursor=1;

};

skillFriendly=1;

precisionFriendly=1;

skillEnemy=0.55000001;

precisionEnemy=0.30000001;

};

class Regular

{

class Flags

{

3rdPersonView=1;

armor=1;

autoAim=0;

autoGuideAT=1;

autoSpot=1;

cameraShake=1;

clockIndicator=1;

deathMessages=1;

enemyTag=0;

friendlyTag=0;

hud=1;

hudGroupInfo=1;

hudPerm=1;

hudWp=1;

hudWpPerm=1;

map=1;

netStats=1;

tracers=1;

ultraAI=0;

unlimitedSaves=1;

vonId=1;

weaponCursor=1;

};

skillFriendly=1;

precisionFriendly=1;

skillEnemy=0.69999999;

precisionEnemy=0.5;

};

class Veteran

{

class Flags

{

3rdPersonView=1;

armor=0;

autoAim=0;

autoGuideAT=0;

autoSpot=0;

cameraShake=1;

clockIndicator=0;

deathMessages=0;

enemyTag=0;

friendlyTag=0;

hud=0;

hudGroupInfo=0;

hudPerm=0;

hudWp=0;

hudWpPerm=0;

map=0;

netStats=1;

tracers=0;

ultraAI=0;

unlimitedSaves=0;

vonId=0;

weaponCursor=0;

};

skillFriendly=1;

precisionFriendly=1;

skillEnemy=0.89999998;

precisionEnemy=0.75;

};

class Mercenary

{

class Flags

{

3rdPersonView=0;

armor=0;

autoAim=0;

autoGuideAT=0;

autoSpot=0;

cameraShake=1;

clockIndicator=0;

deathMessages=0;

enemyTag=0;

friendlyTag=0;

hud=0;

hudGroupInfo=0;

hudPerm=0;

hudWp=0;

hudWpPerm=0;

map=0;

netStats=0;

tracers=0;

ultraAI=0;

unlimitedSaves=0;

vonID=0;

weaponCursor=0;

};

skillFriendly=1;

precisionFriendly=1;

skillEnemy=1;

precisionEnemy=1;

};

};

shadingQuality=0;

shadowQuality=0;

singleVoice=0;

maxSamplesPlayed=32;

activeKeys[]={};

sceneComplexity=100000;

viewDistance=1000;

terrainGrid=25;

volumeCD=6.5;

volumeFX=8.5;

volumeSpeech=6.5;

volumeVoN=6.5;

vonRecThreshold=0.029999999;

so "1" is "on" and "0" is "off"

Hope this helps

  • Like 1

Share this post


Link to post
Share on other sites

All the configure files on vilayer have warnings about not editing files while the server is running. I'd imagine you'll need a restart at least.

  • Like 1

Share this post


Link to post
Share on other sites

Thanks lads, but yea i've found those configs already and applied them (while the server was offline) and the game seems to be ignoring them though,...

Share this post


Link to post
Share on other sites

Box,

Shoot me a PM with your IP and I'll take a look at it for you.

Matt - Vilayer.com

  • Like 1

Share this post


Link to post
Share on other sites

Box,

Shoot me a PM with your IP and I'll take a look at it for you.

Matt - Vilayer.com

I had another play around with it tonight and it appears that 3rd person is working just fine now, but I'm still to see any of the new weapons or vehicles Tavi 2.0 added though. Server address is 94.242.227.166 Port: 2542

Id rather not lose any gear for our users though as the server is really getting busy recently

Share this post


Link to post
Share on other sites
Sign in to follow this  

×