Page 3 of 3

Posted: Sun Sep 02, 2007 2:13 pm
by Commander McLane
It's the first case. The turrets are simply not there at all.

Posted: Sun Sep 02, 2007 5:18 pm
by Griff
I've got turrets appearing on ships by having the following in the shipdata.plist entry for the turret model:-

setup_actions = ("initialiseTurret" );

or in the other syntax:-

<key>setup_actions</key>
<array>
<string>initialiseTurret</string>
</array>

if they're not appearing have you definately got the turret model being listed in the subentities part of the mainships shipdata.plist entry? you have to list them in subentities by their name key and not the role key.

Posted: Mon Sep 03, 2007 11:01 am
by Commander McLane
Thanks, Griff, but please read the preceding posts first. We are discussing the special case of an escort which is set up using the launch_actions-key for giving it its custom AI. Only in this case this escort will appear without turrets. Of course the turrets are correctly set up as subentities and they are initialised.