Page 1 of 1

Republic Gunships....

Posted: Tue Aug 22, 2006 7:01 pm
by Hebes24
How do you get a republic gunship that spawns units into a ground map? I tried putting a rep_fly_gunship_sc into the map (the one that spawns units), but when I played my map it didn't show up. :?

The only thing that came up in the Bfront2.log that was relavent was a message severity 2 saying "could not spawn command flyer". Is there something in the LUA that I forgot to do? I set up the vehicle spawn like I would normally for a vehicle, and I put it under the ReadDataFile in the LUA.


As always, any help would be greatly appreciated!! :D

RE: Republic Gunships....

Posted: Tue Aug 22, 2006 7:03 pm
by t551
There's probably a command flyer memory pool that you need to fill. I know that a pool must be filled for command walkers and hovers, so it is safe to assume that a command flyer requires the same step.

CommandFlyer

Posted: Tue Aug 22, 2006 7:14 pm
by AceMastermind

Code: Select all

SetMemoryPoolSize("CommandFlyer", 1)

Posted: Tue Aug 22, 2006 7:35 pm
by Xavious
just put it in like you would a command walker.