![]() |
|
|||||||
| Star Wolves 3D space RPG with deep strategy and tactical elements |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
#1
|
|||
|
|||
|
Quote:
Quote:
|
|
#2
|
|||
|
|||
|
Is any way to incrase numbers of fighters in pirates patrol
i ask becouse fights are to easy even when i take hard difficult max what i saw was 5 fighters is any way to make 10 fighters patrols without complicated script modding? |
|
#3
|
|||
|
|||
|
Every sector has his own activate.script. You can find there lines like this:
NewPirateFlight("PiratesGroup_1", "pir01", Vector3(0, -10, 0), 1, 14, Vector3(3, 0, 1)); "14" stays for quantity and quality of fighters being spawned. It's further modified by difficulty level. You can choose value between 1 and 20. Without modifying tables you won't get more than 6 ships in a group. Inside RandomContacts.script you can find: local strength = ComputeRandomInvervalValue(power-4, power+3); change this line to: local strength = 20; and randomly spawned groups will always have max power. Last edited by Goblin Wizard; 05-19-2010 at 12:20 PM. |
|
#4
|
|||
|
|||
|
six is better than five but what file i have to lookin for to make this changes?
im quite dummy with scripting |
|
#5
|
|||
|
|||
|
just try to find "activate.script" or "randomcontacts.script" file inside SW3 folder. When you will find these files just open it and search for the lines (given in my previous post).
|
|
#6
|
|||
|
|||
|
thank u Goblin Wizard
now i have a little more fun |
|
#7
|
|||
|
|||
|
Huge Success.
I fixed the problem. Switching the trigger over to a timer trigger was trickier than I had originally expected, but it works like a charm. One thing I do recommend, however, is to not engage fleets near portals. Luckily, I set up the spawns so that NPCs usually will not fight eachother near gates, and most of the fighting (If there is any fighting) occurs in the middle of the sector or at mission-critical spots. The only thing thats left is to finish setting up the spawns for the Debris cluster, and I am going to test this script some more and make sure no other nasty suprises come at me. |
|
#8
|
|||
|
|||
|
Quote:
have i change them all??? |
|
#9
|
|||
|
|||
|
Change these which sectors you want to have better pirate flights. If you want all you have to change every file.
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|