View Single Post
Old 08-05-2004, 08:24 PM   #1 (permalink)
heartless_ali
Senior Member
 
Join Date: Mar 2004
Location: England
Posts: 158
Default SMALL CODE, BIG PROBLEM

***for generals***
its quite simpel, i got a tank made with 2 turrets, one main turret, with a big cannon and 2 missile pods and a second turret with a small machine gun, (MODEL), i name the first turret Turret01 and the second turret Turret02, i want my first turret to fire a primary, secondary and a tertiary gun and my second turret, to fire a small machine gun, it will not load up, and there is no problem with the model its 100% so its my code somewhere, generals itselt will not load up, the error message reads "sorry, a serious error occured" (the model is perfectly boned too)

Code:
      Turret              = Turret01
      WeaponFireFXBone    = PRIMARY TurretMS
      WeaponRecoilBone    = PRIMARY Barrel
      WeaponMuzzleFlash   = PRIMARY TurretFX
      WeaponLaunchBone    = PRIMARY TurretMS
      WeaponFireFXBone    = SECONDARY WB
      WeaponLaunchBone    = SECONDARY WB
      WeaponFireFXBone    = TERTIARY WC
      WeaponLaunchBone    = TERTIARY WC
	AltTurret           = Turret02
      WeaponFireFXBone    = PRIMARY TM2
      WeaponMuzzleFlash   = PRIMARY TF2
      WeaponLaunchBone    = PRIMARY TM2
    End
This is the weapons info
Code:
WeaponSet
    Conditions           = None 
    Weapon               = PRIMARY PaladinTankGun
    Weapon               = SECONDARY MissileDefenderMissileWeapon
    Weapon	               = TERTIARY MissileDefenderMissileWeapon
  End
  AltWeaponset
    Conditions           = None 
    Weapon               = PRIMARY TechnicalCannonWeapon
  End
I could not find a unit in genrals that fires more then 3 weapons so i thought 2 turrets might make it possible, (i also found no unit in generals with 2 turrets ) any ideas, or help
heartless_ali is offline   Reply With Quote