no those work fine, i need the submodel animation code to work. i got it to work on capships but not fighters. the pf chimera's missile banks are all stored internally and when you select one secondary bank the bay doors open and a missile launcher is lowered, the other bank is stored in retractable fins on the tail. they weere working back in 3.6.7 and now it doesnt work anymore. i updated to the new syntax and it doesnt work anymore.
for you coders, heres what my subsystems look like:
$Subsystem: bdoor1,0,1
+untargetable
$animation: triggered
$type: secondary bank
+sub_type: 1
+delay: 0
+relative_angle: 0,0,-60
+velocity: 0,0,4000
+acceleration: 0,0,80
+time: 5000
$Subsystem: bdoor2,0,1
+untargetable
$animation: triggered
$type: secondary bank
+sub_type: 1
+delay: 0
+relative_angle: 0,0,60
+velocity: 0,0,4000
+acceleration: 0,0,80
+time: 5000
$Subsystem: bpod,0,1
+untargetable
$animation: triggered
$type: secondary bank
+sub_type: 1
+delay: 0
+relative_angle: 1.5,0,0
+velocity: 1,0,0
+acceleration: 1,0,0
+time: 4000
$Subsystem: ml0,0,0
+untargetable
$animation: triggered
$type: secondary bank
+sub_type: 0
+delay: 0
+relative_angle: 0,0,92
+velocity: 0,0,5000
+acceleration: 0,0,100
+time: 2000
$Subsystem: ml1,0,0
+untargetable
$animation: triggered
$type: secondary bank
+sub_type: 0
+delay: 0
+relative_angle: 0,0,92
+velocity: 0,0,5000
+acceleration: 0,0,100
+time: 2000
$Subsystem: ml2,0,0
+untargetable
$animation: triggered
$type: secondary bank
+sub_type: 0
+delay: 0
+relative_angle: 0,0,92
+velocity: 0,0,5000
+acceleration: 0,0,100
+time: 2000
$Subsystem: ml3,0,0
+untargetable
$animation: triggered
$type: secondary bank
+sub_type: 0
+delay: 0
+relative_angle: 0,0,92
+velocity: 0,0,5000
+acceleration: 0,0,100
+time: 2000
$Subsystem: ml4,0,0
+untargetable
$animation: triggered
$type: secondary bank
+sub_type: 0
+delay: 0
+relative_angle: 0,0,92
+velocity: 0,0,5000
+acceleration: 0,0,100
+time: 2000
$Subsystem: ml5,0,0
+untargetable
$animation: triggered
$type: secondary bank
+sub_type: 0
+delay: 0
+relative_angle: 0,0,-92
+velocity: 0,0,5000
+acceleration: 0,0,100
+time: 2000
$Subsystem: ml6,0,0
+untargetable
$animation: triggered
$type: secondary bank
+sub_type: 0
+delay: 0
+relative_angle: 0,0,-92
+velocity: 0,0,5000
+acceleration: 0,0,100
+time: 2000
$Subsystem: ml7,0,0
+untargetable
$animation: triggered
$type: secondary bank
+sub_type: 0
+delay: 0
+relative_angle: 0,0,-92
+velocity: 0,0,5000
+acceleration: 0,0,100
+time: 2000
$Subsystem: ml8,0,0
+untargetable
$animation: triggered
$type: secondary bank
+sub_type: 0
+delay: 0
+relative_angle: 0,0,-92
+velocity: 0,0,5000
+acceleration: 0,0,100
+time: 2000
$Subsystem: ml9,0,0
+untargetable
$animation: triggered
$type: secondary bank
+sub_type: 0
+delay: 0
+relative_angle: 0,0,-92
+velocity: 0,0,5000
+acceleration: 0,0,100
+time: 2000
whats wrong with them?