Jump to content

Li-2 and fixcameras FIXED


Recommended Posts

Posted (edited)

Hi ..  i created a modded fixcameas file for the Li-2 but cant get it to work, seems default always.

Am i doing something wrong? Should i clear some cache maybe or reset something? Is it a bug?

Renamed for the c47a it works fine BTW

 

from the default il2.txt now modded:

================

 

// attach ID shold be in range from 100 to 110
// first number is forward - backward (bigger is forward)
// second number is height (bigger is higher)
// third number is left - right (negative is left)
// rotation values : 1st along X-longitudinal, 2nd along Y-vertical, 3rd along Z-look up-down)
// do not set fixcamera close to weapon mod turrets - this may cause VR troubles

 

[attach=100] // Forward camera located above cockpit
    position = 0.5, 3.5, 0.0
    rotation = 0, 0, -10
    convex = "Fin_Ctl_1"
    object = "LuaScripts/WorldObjects/GoProCamera90.txt"

 

[attach=101] // Forward camera located on the vertical fin
    position = -11.5, 3.5, 0.3
    rotation = 0, 0, -10
    convex = "Fin_Ctl_1"
    object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]

 

[attach=102] // Forvard camera located on the horizontal fin
    position = -12.3, 0.94, -3.4
    rotation = 0, -8, 0
    convex = "Stab_L_0"
    object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]

 

[attach=103] // Backward camera located on the nose
    position = 6.0, 1.5, -1.6
    rotation = 0, 160, -28
    object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]

 

[attach=104] // Side camera located on wing
    position = -2.5, 0.6, -13.8
    rotation = 0, 95, 0
    convex = "WingL_Out_0"
    object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]

 

[attach=105] // Forward camera located below the plane tail
    position = -9.8, -0.5, -0.4
    rotation = 0, 0, 0
    convex = "Fuse_Ctl_12"
    object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]

 

==============================================================

pic from the original gtp luascript fixcameras folder, correction needed:

 

Li2fixcameraposition.thumb.jpg.058987670fc7e8ac3483f2b06293166f.jpg

Edited by jollyjack
Posted

I see the stock Li2.txt looking like below, whereas you seem to have 2 Fin_Ctl_1's - could that be the issue?

Spoiler

// attach ID shold be in range from 100 to 110
// do not set fixcamera close to weapon mod turrets - this may cause VR troubles

[attach=100] // Forvard camera located on the vertical fin
    position = -11.5, 3.5, 0.3
    rotation = 0, 0, -10
    convex = "Fin_Ctl_1"
    object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]

[attach=101] // Forvard camera located on the horizontal fin
    position = -12.3, 0.94, -3.4
    rotation = 0, -8, 0
    convex = "Stab_L_0"
    object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]

[attach=102] // Backward camera located on the nose
    position = 6.0, 1.5, -1.6
    rotation = 0, 160, -28
    object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]

[attach=103] // Side camera located on wing
    position = -2.5, 0.6, -13.8
    rotation = 0, 95, 0
    convex = "WingL_Out_0"
    object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]

[attach=104] // Forward camera located below the plane tail
    position = -9.8, -0.5, -0.4
    rotation = 0, 0, 0
    convex = "Fuse_Ctl_12"
    object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]

 

  • Thanks 1
Posted (edited)

I'll look into it ..and it worked ... Thnx

Edited by jollyjack
  • jollyjack changed the title to Li-2 and fixcameras FIXED

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
×
×
  • Create New...