Page 1 of 1

Making a flyer into a command flyer [Solved]

Posted: Sun Aug 05, 2007 4:19 pm
by aragorn12712
How do you make a vehicle, such as the Millienium Falcon, into a vehicle you can spawn from when it's landed?

Change a flyer into a commandflyer

Posted: Sun Aug 05, 2007 7:16 pm
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.