Republic Gunships....

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
Hebes24
Sith Master
Sith Master
Posts: 2594
Joined: Sat Jun 03, 2006 5:15 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: In An Epic Space Battle!
Contact:

Republic Gunships....

Post 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
t551
General
General
Posts: 791
Joined: Sat Jul 16, 2005 3:23 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set

RE: Republic Gunships....

Post 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.
User avatar
AceMastermind
Gametoast Staff
Gametoast Staff
Posts: 3285
Joined: Mon Aug 21, 2006 6:23 am
Contact:

CommandFlyer

Post by AceMastermind »

Code: Select all

SetMemoryPoolSize("CommandFlyer", 1)
Xavious
Sith Master
Sith Master
Posts: 2783
Joined: Mon Jun 12, 2006 3:46 pm

Post by Xavious »

just put it in like you would a command walker.
Post Reply