I placed the vehicle spawn and other vehicles spawn fine but the AT-RT won't
It's called rep_walk_oneman_atst but it doesn't work!
why isn't spawning?
thanks
AT-RT not spawning [Solved]
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!
- AceMastermind
- Gametoast Staff

- Posts: 3285
- Joined: Mon Aug 21, 2006 6:23 am
- Contact:
Change the # for your walker type
Did you forget to add how many of this walkertype in the LUA:
AddWalkerType(1, 1) -- 1x2 (1 pair of legs)
AddWalkerType(1, 1) -- 1x2 (1 pair of legs)
-
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!
-
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!
- AceMastermind
- Gametoast Staff

- Posts: 3285
- Joined: Mon Aug 21, 2006 6:23 am
- Contact:
Changing the # for walker types in the LUA
You don't have to add that line, it should already be in your LUA, if you were to have another AT-RT (assuming you have another vehicle spawn setup) then you would change the "1" to a "2" like this:EGG_GUTS wrote:If I wanted 2 AT-RTs would I add the same line twice?
AddWalkerType(1, 2) -- 1x2 (1 pair of legs)
-
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!
-
Jawa_Killer
- Brigadier General

- Posts: 629
- Joined: Thu Jun 23, 2005 6:06 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
