You are on page 1of 4

They arent mine, they are the game scripts that came with the latest update.

X:\Program Files (x86)\1C Game Studios\IL-2 Sturmovik Battle of


Stalingrad\data\LuaScripts\WorldObjects\fixcameras\Planes

You go in there and every plane has a view

you can play with where its positioned.

For example. the MC 202:

// 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/GoProCamera90.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]

change any of the position points to tweak where you want the camera to be. In your case
Mystic you would modify the first camera.

I also find that this camera setting

position = 3.0, -0.0, -0.0


will give you the best nose came shot.

You might also like