https://www.youtube.com/watch?v=zRZNXR92JCo[/video]
Coloque a track na visão externa, dê zoom até seu avião sumir, grave nova track.
Ficou "marrom", não fosse os "Defeitos" Especiais do DM atrasados...

Code: Select all
...\IL-2 Sturmovik Battle of Stalingrad\data\LuaScripts\WorldObjects\fixcameras\Planes\"avião"
// attach ID shold be in range from 100 to 110
[attach=100] // Gun camera over the cocpit
position = 0.8, -0.0, 1.3
rotation = 0, 0, 0
object = "LuaScripts/WorldObjects/GoProCamera75.txt"
[end]
[attach=101] // Forvard camera located on the vertical fin
position = -4.5, 1.6, 0.2
rotation = 0, 0, -10
convex = "Fin_Ctl_1"
object = "LuaScripts/WorldObjects/[b]GoProCamera[/b]90.txt"
[end]
[attach=102] // Forvard camera located on the horizontal fin
position = -4.1, 0.35, -1.2
rotation = 0, 0, 0
convex = "Stab_L_1"
object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]
[attach=103] // Backward camera located on the engine cowling
position = 1.6, 0.9, -0.6
rotation = 0, 170, -5
object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]
[attach=104] // Side camera located on wing
position = 1.45, -0.2, -40.2
rotation = 0, 80, -5
convex = "WingL_Out_0"
object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]
[attach=105] // Forward camera located below the plane tail
position = -4.6, -0.2, -0.4
rotation = 0, 0, 0
convex = "Fuse_Ctl_11"
object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]