rico750 2 Posted October 29, 2012 Currently im running out server as the CLASS regular and our server is configured as followed: (VilayerChernarus\Users\VilayerChernarus\VilayerChernarus.ArmA2OAProfile)class Regular { class Flags { 3rdPersonView = 1; armor = 0; autoAim = 0; autoGuideAT = 1; autoSpot = 0; cameraShake = 1; clockIndicator = 1; deathMessages = 1; enemyTag = 0; friendlyTag = 0; hud = 1; hudGroupInfo = 1; hudPerm = 1; hudWp = 1; hudWpPerm = 1; map = 0; netStats = 1; tracers = 0; ultraAI = 0; unlimitedSaves = 1; vonId = 1; weaponCursor = 1; }; skillFriendly = 1; precisionFriendly = 1; skillEnemy = 0.7; precisionEnemy = 0.5;could anyone assist on getting them turned off? with these settings the dayzcommander filter shows we still got nameplayes turned on. I assume the values im looking for are the: enemyTag = 0;friendlyTag = 0; ?Thanks Share this post Link to post Share on other sites
ersan 219 Posted October 29, 2012 DayZCommander just checks the server name for "NP:OFF" - if you have that in your hostname it will show them as disabled regardless of what settings you have. Share this post Link to post Share on other sites
dolph 41 Posted October 29, 2012 (edited) DayZ commander only looks at the tags inside the name of the server afaik.In your server config you have a line similar to this?class Missions{class DayZ {template = "dayz_####.Chernarus"; //DO NOT EDIT THIS LINE.difficulty = "Regular";};};If it's not set on difficulty = "Regular" in your server cfg, it won't matter what you set the options as in the profile. Edited October 29, 2012 by RS-Dolph Share this post Link to post Share on other sites
rico750 2 Posted October 29, 2012 DayZCommander just checks the server name for "NP:OFF" - if you have that in your hostname it will show them as disabled regardless of what settings you have.thanks so much for helping guys.i got it set now to this: SERVER | Regular | CH:ON | 3D:ON | TRACERS:OFF | NP:OFF | HACKER FREE | UTC-10 | Vilayer.com that should do it right? Share this post Link to post Share on other sites