|
Star Wolves 3D space RPG with deep strategy and tactical elements |
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
Call for moders.
Hello everyone , does anyone know how to add more ships to the systems?Like lets say , a lion mk2 patroling around a MSF system?Or maybe a battleship?What I want to say is the systems need more capital ships, only fighters ..is kinda lonely... :C
|
#2
|
||||
|
||||
>Scripts>Locations>Pick your System
Now there are 3 Files Activate.script Functions.script Locations.script Open the Activate.script file with any Text Editor, I Prefer Notepad++ And put THIS Code anywhere in the Text File: NewInocoFlight("Inoco_Group_1", "Inoc_1", xyz_InoCo_baze + Vector3(-45, 40, 50), 1, 12, Vector3(-1, 0, 0)); Now Im going to TRY to Explain this Code FRACTION | GROUP | FLIGHT_ID | XYZ Coordinates (You can Add an XYZ Object to it too, There are several in the upper part of the Activate.script file) | And the 2 Numbers at the end "1, 12," Are Defining what this Ship is, the First Number is the Type, 1 = Fighter, 2 = Bomber, 3 = Bigship, And the 2nd One is the Power-Level of that Ship/Fleet, something like "66" will make the Ship or Fleet Extremely Powerful. -Groups are Found under "Teams & Groups" -Heres an List of Factions you can use, just Replace Inoco with something like that: "Pirate","VKS","Berserk","Robot","USS","Triada " And just like that. NewInocoFlight("Inoco_Group_1", "Inoc_1", xyz_InoCo_baze + Vector3(-45, 40, 50), 1, 12, Vector3(-1, 0, 0)); And now we are going to Set the Task of the Flight/Squad Whatever to Patrol 3 Points in the Sector!, Sounds great right? This is the Code to put in: flight_Inoc_1:Patrol({xyz_InoCo_baze+Vector3(-50,40,0),xyz_InoCo_baze+Vector3(0,25,-50),xyz_InoCo_baze+Vector3(50,40,0),xyz_InoCo_baze +Vector3(0,25,50)}, TRUE); And again I am gonna try Explaining this Too: FLIGHT_ID | TASK | XYZ COORDINATES, The "," Seperates Points of Multiple XYZ Coordinates, This Patrol WILL Fly to these Coordinates, No Exceptions... They will even fly to their Death if they have to. flight_Inoc_1:Patrol({xyz_InoCo_baze+Vector3(-50,40,0),xyz_InoCo_baze+Vector3(0,25,-50),xyz_InoCo_baze+Vector3(50,40,0),xyz_InoCo_baze +Vector3(0,25,50)}, TRUE); Uh and Sorry for the little Weird English, It isn't my Native one ^^, Feel free to Ask if you have any more Questions :D Last edited by nocalora29; 07-10-2014 at 06:25 PM. |
#3
|
|||
|
|||
Interesting , hmmm is there a way that we can contact?(skype, steam, or something?) it will be fast and I am a sucker at moding xD
|
#4
|
||||
|
||||
Nah, Sorry, You could send me an PM if you have some more Questions or you have some Difficulties ^^
|
#5
|
|||
|
|||
It seems like you would be interested in my Fleet Mod, which more or less does what you are looking for.
To answer your question, I still mod SW3 on and off. |
#6
|
|||
|
|||
Nanaki
I do have that mod, thats why I have 16 milion withaut cheating , well, it was quite hard , but now I'm rich and high tech C:
|
|
|