Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
Sign in to follow this  
GregRUS

Any way to get video settings values?

Recommended Posts

Hello.

Maybe someone knows...

Is there any way to get values from arma UI settings?

Like screen resolution or gamma?

Share this post


Link to post
Share on other sites

You can get the aspect ratio from comparing values of the safeZoneW and safeZoneH value.

Go To BIKI page: safeZoneW

Go To BIKI page: safeZoneH

[table=width: 500]

[tr]

[td]4:3[/td]

[td]SafeZoneW = 1[/td]

[/tr]

[tr]

[td]16:9[/td]

[td]SafeZoneW = 1.3333333[/td]

[/tr]

[tr]

[td]16:10[/td]

[td]SafeZoneW = 1.19993756412156[/td]

[/tr]

[tr]

[td]5:4[/td]

[td]SafeZoneH = 1.06666204333305[/td]

[/tr]

[/table]

Share this post


Link to post
Share on other sites
Sign in to follow this  

×