Making a flyer into a command flyer [Solved]
Moderator: Moderators
-
aragorn12712
Making a flyer into a command flyer [Solved]
How do you make a vehicle, such as the Millienium Falcon, into a vehicle you can spawn from when it's landed?
- AceMastermind
- Gametoast Staff

- Posts: 3285
- Joined: Mon Aug 21, 2006 6:23 am
- Contact:
Change a flyer into a commandflyer
In the ODF, change:
ClassLabel = "flyer"
to
ClassLabel = "commandflyer"
and add this code under properties:
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.
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 = 0Increase or add the commandflyer memory pool in the LUA if necessary then munge and play.
