Search the Community
Showing results for tags 'viewdistance'.
Found 2 results
-
Lowlands Warrior - Enhanced PiP Viewdistance
Crielaard posted a topic in ARMA 3 - ADDONS & MODS: COMPLETE
Hereby the Lowlands Warrior team presents you the standalone PiP enhanced Viewdistance mod! It has been a long missing feature, especially to the Arma3 pilots to be able to see far out with their PiP sensors. Also mission makers sometimes couldn't get the effect they wanted with projected UAV view. This mod allows you to extend your PiP viewdistance up to 12000 meters. As we keep testing this our selves we may update it to high levels if no crashing related to these settings present them selves. So far, with the highest settings on a moderate gaming computer, no noticeable difference was noticed by the users. Neither on a several dedicated server Have fun! https://drive.google.com/open?id=1_-piV9kDMLFscVtJa8MLKlNf4r_Buirt- 27 replies
-
- 12
-
- pip
- viewdistance
-
(and 1 more)
Tagged with:
-
I've been trying to change the view distance on my server. I'm using a clean mpmission i created with one player unit. I've tried setting viewDistance=10000 in the Arma3Profile and basic.cfg files, but it refuses to change the view distance in my test mission or any other. Arma3Profile: 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; ExtendedInfoType=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; ExtendedInfoType=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; ExtendedInfoType=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; }; }; singleVoice=0; soundEnableEAX=1; soundEnableHW=0; volumeCD=5; volumeFX=5; volumeSpeech=5; viewDistance=10000; Basic.cfg: language="English"; viewDistance=10000; Startup line: SCREEN -LAmdS arma3 /home/games/arma3/arma3server -config=server.cfg -name=server -ip=xxx -port=2302 -cfg=basic.cfg -mod="@JS_JC_FA18;@JS_JC_SU35;@FA18X_Black_Wasp"