reaply 10 Posted September 5, 2013 I have searched for hours to no avail. I am hosting a dedicated server. I want to disable third person to players cannot use it. I have tried editing the server config file: // MISSIONS CYCLE (see below) class Missions { class Mission1 { template="tdm24_agia-marina-persistent-loot.stratis"; difficulty="veteran"; }; }; I have tried editing the Arma3.cfg file steamLanguage=""; language="English"; version=2; viewDistance=3000; preferredObjectViewDistance=3000; terrainGrid=12.5; activeKeys[]={}; class Difficulties { class recruit { class Flags { Armor=1; FriendlyTag=0; EnemyTag=0; MineTag=1; HUD=1; HUDPerm=1; HUDWp=1; HUDWpPerm=1; HUDGroupInfo=1; AutoSpot=1; Map=1; WeaponCursor=1; AutoGuideAT=1; ClockIndicator=1; 3rdPersonView=1; UltraAI=0; CameraShake=0; UnlimitedSaves=1; DeathMessages=1; NetStats=1; VonID=1; ExtendetInfoType=1; }; skillFriendly=0.60000002; skillEnemy=0.60000002; precisionFriendly=0.28; precisionEnemy=0.28; }; class regular { class Flags { Armor=1; FriendlyTag=1; EnemyTag=0; MineTag=1; HUD=1; HUDPerm=1; HUDWp=1; HUDWpPerm=1; HUDGroupInfo=1; AutoSpot=1; Map=1; WeaponCursor=1; AutoGuideAT=1; ClockIndicator=1; 3rdPersonView=1; UltraAI=0; CameraShake=1; UnlimitedSaves=1; DeathMessages=1; NetStats=1; VonID=1; ExtendetInfoType=1; }; skillFriendly=0.60000002; skillEnemy=0.60000002; precisionFriendly=0.28; precisionEnemy=0.28; }; class veteran { class Flags { Armor=0; FriendlyTag=0; EnemyTag=0; MineTag=1; HUD=1; HUDWp=1; HUDWpPerm=1; HUDGroupInfo=1; AutoSpot=0; WeaponCursor=0; ClockIndicator=1; 3rdPersonView=0; UltraAI=0; CameraShake=0; DeathMessages=0; NetStats=1; VonID=1; ExtendetInfoType=0; }; skillFriendly=0.60000002; skillEnemy=0.60000002; precisionFriendly=0.28; precisionEnemy=0.28; }; class mercenary { class Flags { HUD=1; AutoSpot=0; WeaponCursor=0; DeathMessages=0; NetStats=1; VonID=1; }; skillFriendly=0.60000002; skillEnemy=0.60000002; precisionFriendly=0.28; precisionEnemy=0.28; }; }; difficulty="veteran"; What am I doing wrong? Share this post Link to post Share on other sites
RushHour 11 Posted September 5, 2013 In the last code only 1 of 3 "3rdPersonView=" is set to 0. Not sure if that helps though. Share this post Link to post Share on other sites
reaply 10 Posted September 5, 2013 In the last code only 1 of 3 "3rdPersonView=" is set to 0. Not sure if that helps though. Thanks for the reply. I've tried it before, but it didn't work. Share this post Link to post Share on other sites
BL1P 35 Posted September 6, 2013 Do a search on the server for .Arma3Profile files and then set each of them, one at a time to have 3rd off on ALL difficulty's untill you find the .Arma3Profile that your server is using. Share this post Link to post Share on other sites
reaply 10 Posted September 6, 2013 Do a search on the server for .Arma3Profile files and then set each of them, one at a time to have 3rd off on ALL difficulty's untill you find the .Arma3Profile that your server is using. Thanks for the reply mate. I only have one profile under the directory: ARMA3\A3Master\Users\reaply And that's reaply.arma3profile And it has no such text for what you mentioned. All I have is: version=1; blood=1; singleVoice=0; gamma=1; brightness=1; maxSamplesPlayed=96; sceneComplexity=1000000; shadowZDistance=100; viewDistance=3800; preferredObjectViewDistance=3200; terrainGrid=3.125; volumeCD=10; volumeFX=10; volumeSpeech=10; volumeVoN=10; vonRecThreshold=0.029999999; Share this post Link to post Share on other sites
BL1P 35 Posted September 6, 2013 Add the text to it see if that helps. Add it below the stuff already in it. What sort of access do you have to the server ? Share this post Link to post Share on other sites
reaply 10 Posted September 6, 2013 Add the text to it see if that helps.Add it below the stuff already in it. What sort of access do you have to the server ? I have physical access. And I don't know what to put into the text file. Share this post Link to post Share on other sites
BL1P 35 Posted September 6, 2013 (edited) This Edited post as originally posted the arma2.profile sorry :) class Difficulties { class Recruit { class Flags { 3rdPersonView=0; armor=0; autoAim=0; autoGuideAT=0; autoSpot=0; cameraShake=1; clockIndicator=0; deathMessages=1; 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=1; weaponCursor=0; ExtendetInfoType=0; MineTag=0; }; skillFriendly=0.55000001; precisionFriendly=0.30000001; skillEnemy=0.55000001; precisionEnemy=0.30000001; }; class Regular { class Flags { 3rdPersonView=0; armor=0; autoAim=0; autoGuideAT=0; autoSpot=0; cameraShake=1; clockIndicator=0; deathMessages=1; 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=1; weaponCursor=0; ExtendetInfoType=0; MineTag=0; }; skillFriendly=0.55000001; precisionFriendly=0.30000001; skillEnemy=0.55000001; precisionEnemy=0.30000001; }; class Veteran { class Flags { 3rdPersonView=0; armor=0; autoAim=0; autoGuideAT=0; autoSpot=0; cameraShake=1; clockIndicator=0; deathMessages=1; 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=1; weaponCursor=0; ExtendetInfoType=0; MineTag=0; }; skillFriendly=0.55000001; precisionFriendly=0.30000001; skillEnemy=0.55000001; precisionEnemy=0.30000001; }; class Mercenary { class Flags { 3rdPersonView=0; armor=0; autoAim=0; autoGuideAT=0; autoSpot=0; cameraShake=1; clockIndicator=0; deathMessages=1; 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=1; weaponCursor=0; ExtendetInfoType=0; MineTag=0; }; skillFriendly=0.55000001; precisionFriendly=0.30000001; skillEnemy=0.55000001; precisionEnemy=0.30000001; }; }; It will set every difficulty to be the same so its easy to tell if the server is reading it. copy paste that bellow what you have and test, to see if the server is reading that file for difficulty settings. If it isnt then its reading another file. Edited September 6, 2013 by BL1P Share this post Link to post Share on other sites
reaply 10 Posted September 6, 2013 Thanks, it worked! Share this post Link to post Share on other sites