jollyjack Posted September 21, 2023 Posted September 21, 2023 (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: Edited October 16, 2023 by jollyjack
Stonehouse Posted September 23, 2023 Posted September 23, 2023 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] 1
jollyjack Posted September 23, 2023 Author Posted September 23, 2023 (edited) I'll look into it ..and it worked ... Thnx Edited September 24, 2023 by jollyjack
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now