Wodin 0 Posted January 20, 2011 Is there anyway just to keep the targeting cone but get rid of the red box around the plane? Thanks Share this post Link to post Share on other sites
Wrench 9,835 Posted January 20, 2011 Assuming (oh! that word!) it's the same as regular 3W game .... extract the HUDData.ini from the FlightData.cat, and edit the following lines: [infoDisplay] //BackgroundImage=TextBackground.tga <--this removes the backgrond from info box in lr/rt corner BottomLeftPosition=0.01,0.985 BottomRightPosition=0.99,0.985 DisplayWidth=0.20 VerticalBorder=0.0015 HorizontalBorder=0.008 EnemyTargetColor=1.0,0.0,0.0,1.0 FriendlyTargetColor=0.0,0.0,1.0,1.0 UnknownTargetColor=1.0,1.0,0.0,1.0 WaypointColor=1.0,1.0,1.0,1.0 TextFile=HUDText.str NormalColor=1.0,1.0,1.0,1.0 WarningColor1=1.0,1.0,0.0,1.0 WarningColor2=1.0,0.0,0.0,1.0 AGLAltStart=609.6 AGLAltWarning=152.4 [Display001] DisplayType=DIRECTOR ObjectType=TARGET_ENEMY ConeSize=25 BoxSize=10 <-- make it a 0 BoxType=SQUARE BoxColor=1.0,0.0,0.0,0.75 ConeModelName=redcone [Display002] DisplayType=DIRECTOR ObjectType=TARGET_FRIENDLY ConeSize=25 BoxSize=10 BoxType=SQUARE BoxColor=0.0,0.0,1.0,0.75 ConeModelName=bluecone wrench kevin stein Share this post Link to post Share on other sites
+daddyairplanes 10,216 Posted January 20, 2011 never assume. assumption is the mother of all f*(kups! Share this post Link to post Share on other sites
Wodin 0 Posted January 20, 2011 Thanks worked a treat...makes it alot harder and to to track the enemy...abit more realistic. Share this post Link to post Share on other sites