![]() |
One question
Hi. Im have one question. How create enemy group and add this to map?
|
On which Game you do want to add enemy Flights into sectors?
Im asking because from star wolves 1 to star wolves 3 its a little different adding those... |
yes. I want to add the enemy ships on the map of the sector in Star Wolves 1
|
Alright, the File you need to edit is in Scripts > Sector/Level > objects.script
Add These Lines here and Edit them to add an Simple Pirate Flight Code:
-- FRACTION | GROUP | ID | Spawn XYZ | Type, Tier-Level InoCo NewInoCoFlight("GROUP, "Ino_XX", Vector3(894, 20, 200), 1, 6, Vector3(0, 0, 1)); Triada NewTriadaFlight("GROUP", "TriXX", Vector3(894, 20, 200), 1, 6, Vector3(0, 0, 1)); USS NewUSSFlight("GROUP", "UssXX", Vector3(894, 20, 200), 1, 6, Vector3(0, 0, 1)); Alien NewAlienFlight("GROUP", "ali_XX", Vector3(894, 20, 200), 1, 6, Vector3(0, 0, 1)); Navy NewNavyFlight("GROUP", "Navy_XX", Vector3(894, 20, 200), 1, 6, Vector3(0, 0, 1)); Berserker NewBerserkFlight("GROUP", "Bers_XX", Vector3(894, 20, 200), 1, 6, Vector3(0, 0, 1)); Patrol NewPatrolFlight("GROUP", "Pat_XX", Vector3(894, 20, 200), 1, 6, Vector3(0, 0, 1)); Good Luck! |
All times are GMT. The time now is 01:48 PM. |
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2007 Fulqrum Publishing. All rights reserved.