View Single Post
Old 06-04-2005, 08:29 AM   #1 (permalink)
sidewinder
Member
 
Join Date: Jan 2005
Posts: 33
Default More help topic bombardment from sidey

Hey, made a SAM Site from the tomahawk turret and the Patriot battery base. Used my model for the missile, i think it looks pretty damn good for my second butcher. havent yet skinned the pillar joining base to turret so if u catch a glimps of purple tats what it is. But I have coded it so that when one missile fires it disappears from the turret... as you can see from this GIF it doesnt actually work. Here is the code:

Code:
Object AmericaSAMSite

; *** ART Parameters ***
SelectPortrait         = SASAMSite_L
ButtonImage            = SASAMSite
Draw = W3DModelDraw ModuleTag_01

    OkToChangeModelColor = Yes

    ProjectileBoneFeedbackEnabledSlots = PRIMARY ; WeaponLaunchBone will be shown/hidden, not just used for firing offset


    DefaultConditionState
     Model             = ABSAMS
     Turret            = TURRET
     TurretPitch     = TURRETEL
     WeaponLaunchBone = PRIMARY WeaponA
     WeaponFireFXBone = PRIMARY WeaponA
     WeaponHideShowBone = PRIMARY MISSILE

    End
The missiles are called MISSILE01 and 02 and the launch bones are WEAPONA01 and 02... just incase you needed to know that.

This is all the code i can think would be incorrect, can anyone help? Here is the link to the animation of the problem.

LINK TO PICCY

Thanks in advance.
sidewinder is offline   Reply With Quote