Making a flyer into a command flyer [Solved]

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
aragorn12712

Making a flyer into a command flyer [Solved]

Post by aragorn12712 »

How do you make a vehicle, such as the Millienium Falcon, into a vehicle you can spawn from when it's landed?
User avatar
AceMastermind
Gametoast Staff
Gametoast Staff
Posts: 3285
Joined: Mon Aug 21, 2006 6:23 am
Contact:

Change a flyer into a commandflyer

Post by AceMastermind »

In the ODF, change:
ClassLabel = "flyer"
to
ClassLabel = "commandflyer"
and add this code under properties:

Code: Select all

SpawnPointCount         = "6"
SpawnPointLocation      = "-6.0 -3.0 8.0 0"
SpawnPointLocation      = "6.0 -3.0 8.0 0"
SpawnPointLocation      = "-7.0 -3.0 0.0 0"
SpawnPointLocation      = "7.0 -3.0 0.0 0"
SpawnPointLocation      = "-6.0 -3.0 -8.0 0"
SpawnPointLocation      = "6.0 -3.0 -8.0 0"
AllyCount           = 65536
Radius              = 0.0
ValueBleed          = 10
Value_ATK_Alliance      = 10
Value_ATK_CIS           = 10
Value_ATK_Empire        = 10
Value_ATK_Republic      = 10
Value_ATK_Locals        = 0
Value_DEF_Alliance      = 0
Value_DEF_CIS           = 0
Value_DEF_Empire        = 0
Value_DEF_Republic      = 0
Value_DEF_Locals        = 0
You may have to play around with the spawnpointlocation coordinates to spawn where you want.
Increase or add the commandflyer memory pool in the LUA if necessary then munge and play.
Post Reply