Jump to content
Sign in to follow this  
Mitch

How can I see The Camera position?

Recommended Posts

Hello,

can anybody tell me how i can see the Coordinates for the position?

I see this on many screenshots like this. Is this a Key command?

how can i see this? top of the screenshot.

Share this post


Link to post
Share on other sites

Sir,

I believe those coordinates you are talking about appear only to those who are making new airplane models for the flight sim. I guess it helps them model the aircraft properly or something. I don't really know, I'm just guessing, I'm not a programing or modeling expert.

Share this post


Link to post
Share on other sites
Guest Ranger332

post this in your hud section of your flight folder

 

[Debug]

DisplayDebug=TRUE

 

TextFontName=Arial

TextSize=11

 

[infoDisplay]

BackgroundImage=TextBackground.tga

BottomLeftPosition=0.01,0.985

BottomRightPosition=0.99,0.985

DisplayWidth=0.18

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

BoxType=SQUARE

BoxColor=1.0,0.0,0.0,0.75

ConeModelName=redcone

 

[Display002]

DisplayType=DIRECTOR

ObjectType=TARGET_FRIENDLY

ConeSize=25

BoxSize=8

BoxType=SQUARE

BoxColor=0.0,0.0,1.0,0.75

ConeModelName=bluecone

 

[Display003]

DisplayType=DIRECTOR

ObjectType=NEXT_WAYPOINT

ConeSize=25

BoxSize=8

BoxType=DIAMOND

BoxColor=1.0,1.0,1.0,0.75

ConeModelName=greencone

 

[Display004]

DisplayType=RADAR

PosX=0.865

PosY=0.015

Width=0.10

Height=0.10

Alpha=0.60

InitTime=2.0

 

[Display005]

DisplayType=DIRECTOR

ObjectType=RADAR_TARGET

ConeSize=25

BoxSize=8

BoxType=DIAMOND

BoxColor=1.0,1.0,0.0,0.75

ConeModelName=yellowcone

 

 

hv2.jpg

Share this post


Link to post
Share on other sites

I think what Ranger is telling you is you need to set the command line "DEBUG' to TRUE.

 

Like this...

 

[Debug]

DisplayDebug=TRUE

 

 

It is part of the HUDData.ini file in the flight folder.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×

Important Information

By using this site, you agree to our Terms of Use, Privacy Policy, and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..