Jump to content

Editing F4 view in FC


Recommended Posts

Hello everybody

 

I remenber that in LOMAC 1.02, it was possible to change the point of view of F4 view by editing chase.lua. But in LO Flaming cliffs I don't found this file. :(

 

So, Where can we edit the chase view ? ;)

 

Thanks

Link to comment
Share on other sites

  • ED Team

For F4 view adjusting please see the server.lua file.

 

There is a next block:

function GetRearCameraPosition(iType)
local p = CockpitLocalPoint[iType]
local r = {}
r[1] = p[1] - 3.7
r[2] = p[2] + 2.4
r[3] = 0.0
return r[1], r[2], r[3]
end

r1 is a longitudinal coordinate in meters.

r2 is a vertical coordinate in meters.

r3 is a lateral coordinate in meters.

 

You can adjust that numbers and plus-minus signs.

Единственный урок, который можно извлечь из истории, состоит в том, что люди не извлекают из истории никаких уроков. (С) Джордж Бернард Шоу

Link to comment
Share on other sites

For F4 view adjusting please see the server.lua file.

 

There is a next block:

function GetRearCameraPosition(iType)
local p = CockpitLocalPoint[iType]
local r = {}
r[1] = p[1] - 3.7
r[2] = p[2] + 2.4
r[3] = 0.0
return r[1], r[2], r[3]
end

 

 

do you need to add this at r[3]? r[3] = p[3] +/- #?

is this ok?

Link to comment
Share on other sites

  • Recently Browsing   0 members

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