Jump to content

Recommended Posts

Posted

The file in question is different. Its not existent lol. I dont see it. Im no expert in lua, but my question is, since I dont have trackIr yet, I would like to modify the angle of view, like turning your head, at least 170 degree to see behind me. especialy for the f15c. What is the exact line to modify for this.

 

Previous tweak from ubi forum;

 

HAngleMaxDefault = 180.0 <--- this line I want to modify

VAngleMinDefault = -90.0

VAngleMaxDefault = 115.0

HAngleMaxSu25 = 180.0 <--- this line I want to modify

VAngleMinSu25 = -90.0

VAngleMaxSu25 = 115.0

HAngleMaxF15 = 180.0 <--- this line I want to modify

VAngleMinF15 = -90.0

VAngleMaxF15 = 115.0

 

Is the settings in a different file?

 

Thanks

Posted

Those settings are in \Config\View\server.lua now.

You can setup those for each aircraft individually in 1.1

 

-- Camera angle limits {horizontal angle max, vertical angle min, vertical angle max}

CameraAngleLimits = {}

CameraAngleLimits[PlaneIndex.iSu_27] = {140.0, -75.0, 90.0}

CameraAngleLimits[PlaneIndex.iSu_33] = {140.0, -75.0, 90.0}

CameraAngleLimits[PlaneIndex.iSu_25] = {95.0, -65.0, 90.0}

CameraAngleLimits[PlaneIndex.iSu_39] = {110.0, -80.0, 90.0}

CameraAngleLimits[PlaneIndex.iMiG_29] = {140.0, -75.0, 90.0}

CameraAngleLimits[PlaneIndex.iMiG_29K] = {140.0, -65.0, 90.0}

CameraAngleLimits[PlaneIndex.iA_10] = {140.0, -65.0, 90.0}

CameraAngleLimits[PlaneIndex.iF_15] = {140.0, -80.0, 90.0}

"Su_39" means Su-25T.

 

In multiplayer play, the host can transfer this file to the clients, so that everyone can play in equal conditions.

TekaTeka from Japan

[sIGPIC][/sIGPIC]

Visit my site Beyond Visual Range.

Posted
Those settings are in \Config\View\server.lua now.

You can setup those for each aircraft individually in 1.1

 

 

"Su_39" means Su-25T.

 

In multiplayer play, the host can transfer this file to the clients, so that everyone can play in equal conditions.

 

thanks mate found it

 

CameraAngleLimits[PlaneIndex.iSu_27] = {170.0, -75.0, 90.0}

CameraAngleLimits[PlaneIndex.iSu_33] = {170.0, -75.0, 90.0}

CameraAngleLimits[PlaneIndex.iSu_25] = {120.0, -65.0, 90.0}

CameraAngleLimits[PlaneIndex.iSu_39] = {110.0, -80.0, 90.0}

CameraAngleLimits[PlaneIndex.iMiG_29] = {170.0, -75.0, 90.0}

CameraAngleLimits[PlaneIndex.iMiG_29K] = {170.0, -65.0, 90.0}

CameraAngleLimits[PlaneIndex.iA_10] = {150.0, -65.0, 90.0}

CameraAngleLimits[PlaneIndex.iF_15] = {170.0, -80.0, 90.0}

 

odd, how come the su_39 and mig29k are setup in there since there not flyable aircraft....

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...