29.01.2008, 11:31
Looks easy!
In the barrage balloon change: 3do/aeronautics/barrageballoon/live.sim to 3do/aeronautics/observballoon/live.sim
Done. Note that we can set the cable length, too! A text edit. The tga edit will be easy once it's converted, too. Erasing teh + is something even I could do
Code:
[BarrageBalloon_600m]
Icon antiaircraft // FIXME: use 'balloon' instead
Height 600
RopeSegLength 200
MeshBalloonSummer 3do/aeronautics/barrageballoon/live.sim
MeshRopeSummer 3do/aeronautics/rope200/live.sim
MeshAnchorSummer 3do/aeronautics/barrageanchor/live.sim
MeshAnchorSummerDamage 3do/aeronautics/barrageanchor/live.sim // FIXME: need damaged
Code:
[ObservBalloon_30m]
Icon antiaircraft // FIXME: use 'balloon' instead
Height 30
RopeSegLength 30
MeshBalloonSummer 3do/aeronautics/observballoon/live.sim
MeshRopeSummer 3do/aeronautics/rope30/live.sim
MeshAnchorSummer 3do/aeronautics/observanchor/live.sim
MeshAnchorSummerDamage 3do/aeronautics/observanchor/live.sim // FIXME: need damaged
In the barrage balloon change: 3do/aeronautics/barrageballoon/live.sim to 3do/aeronautics/observballoon/live.sim
Done. Note that we can set the cable length, too! A text edit. The tga edit will be easy once it's converted, too. Erasing teh + is something even I could do