one question.
maybe someone know. I looking for mod which increases amount of pirates, xenons and kha'ak across of of universe?
Any help, I appreciate.
I need MORE pirates, xenons and Kha'ak
Moderators: Scripting / Modding Moderators, Moderators for English X Forum
-
- Posts: 97
- Joined: Fri, 22. Nov 13, 22:16
-
- Posts: 279
- Joined: Wed, 6. Nov 02, 20:31
Re: I need MORE pirates, xenons and Kha'ak
as Holzapfel pointet out - Teleportation Wars 2 is it.
...and if you still need more cannon fooder look into the mod md\*.xml's.
Starting with 'Master_Spawn_Tracker.xml' - there you 'll see the timer settings eg.:Change the time (see 'checkinterval' / 'checktime') to you liking...
Next, maybe have a look inside the (in Master_Spawn_Tracker.xml) referenced xml files like '<signal_cue_instantly cue="md.Xenon_Invasion.Find_Sector_List" />' - means inside 'Xenon_Invasion.xml' (also in the md folder). There you may change the number of ships/classes. Mostly self explaining.Here, fighters min. 80, max 120 - isn't that enough?
One word of caution - more ships - more GPU stress - lower fps - so, its up to your PC and liking.
...and if you still need more cannon fooder look into the mod md\*.xml's.
Starting with 'Master_Spawn_Tracker.xml' - there you 'll see the timer settings eg.:
Code: Select all
<!-- XENON INVASION -->
-<cue name="GL_XI" namespace="this" checkinterval="5h" checktime="player.age + 40h" instantiate="true">...
<signal_cue_instantly cue="md.Xenon_Invasion.Find_Sector_List" />...
Next, maybe have a look inside the (in Master_Spawn_Tracker.xml) referenced xml files like '<signal_cue_instantly cue="md.Xenon_Invasion.Find_Sector_List" />' - means inside 'Xenon_Invasion.xml' (also in the md folder). There you may change the number of ships/classes. Mostly self explaining.
Code: Select all
...<actions>...
<set_value name="$tag_one" exact="tag.fighter"/>
<set_value name="$minone" exact="80"/>
<set_value name="$maxone" exact="120"/...>
One word of caution - more ships - more GPU stress - lower fps - so, its up to your PC and liking.
-
- Posts: 1278
- Joined: Sun, 7. Dec 03, 12:03
Re: I need MORE pirates, xenons and Kha'ak
I'd prefer a "standalone" mod for multiplied hostiles. Nothing else as it will mess up other mods.