Easy way of placing cap ships? & other space issues.
Moderator: Moderators
-
EGG_GUTS
- Master Bounty Hunter

- Posts: 1626
- Joined: Thu Dec 07, 2006 7:38 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: CANADA!
Ok sorry for X2 post but I have 3 more questions
1. I found this in my Lua does this mean it makes the Rebels not attack the imp targets?
assault:SetupAllCriticalSystems( "imp", impTargets, true )
assault:SetupAllCriticalSystems( "all", allTargets, false )
2. I added 3 frigates (the other unused imp frigate, the medical ship, and the rebel transport) that say they have no team how would I make them have a team?
3. Where would I add something to make them be on a team?
1. I found this in my Lua does this mean it makes the Rebels not attack the imp targets?
assault:SetupAllCriticalSystems( "imp", impTargets, true )
assault:SetupAllCriticalSystems( "all", allTargets, false )
2. I added 3 frigates (the other unused imp frigate, the medical ship, and the rebel transport) that say they have no team how would I make them have a team?
3. Where would I add something to make them be on a team?
-
wazmol
- High General

- Posts: 892
- Joined: Sat Sep 02, 2006 6:47 pm
- Projects :: Thinking...
- Location: London
- Contact:
- Maveritchell
- Jedi Admin

- Posts: 7366
- Joined: Mon Aug 21, 2006 11:03 pm
You've got to have Aayla's anims for her model to work. SkeletonName = "twilek" doesn't do anything. You need to add the line:
AnimationName = "aalya"
Note that it is in fact misspelled "aalya." It needs to be mispelled that way, as it was a developer naming error for that anim. Also, obviously you need her .anims, .zaabin, and .zafbin files in your side/munged folder.
AnimationName = "aalya"
Note that it is in fact misspelled "aalya." It needs to be mispelled that way, as it was a developer naming error for that anim. Also, obviously you need her .anims, .zaabin, and .zafbin files in your side/munged folder.
- Teancum
- Jedi Admin

- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Indiana
-
EGG_GUTS
- Master Bounty Hunter

- Posts: 1626
- Joined: Thu Dec 07, 2006 7:38 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: CANADA!
- Teancum
- Jedi Admin

- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Indiana
- Maveritchell
- Jedi Admin

- Posts: 7366
- Joined: Mon Aug 21, 2006 11:03 pm
-
MercuryNoodles
- Jedi

- Posts: 1003
- Joined: Sun Mar 12, 2006 7:16 pm
- Projects :: Space - Boarding Action
- xbox live or psn: No gamertag set
-
EGG_GUTS
- Master Bounty Hunter

- Posts: 1626
- Joined: Thu Dec 07, 2006 7:38 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: CANADA!
- Teancum
- Jedi Admin

- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Indiana
-
Clonedude55
