Fractal Softworks Forum

Please login or register.

Login with username, password and session length

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Mahalah

Pages: [1]
1
Mods / Re: [0.97a] LOST_SECTOR - Exploration and Quest content
« on: March 30, 2024, 11:07:09 AM »
Hi is there anyway to change the number of "Luddic Path Hunters" fleets generated in the "Throne's Gift" custom start? I grepped my campaign.xml and there are 40 of them, each on average with a dozen captial ships.

Oh I read the source of the mod and realized what went wrong in my game: I never used the automation points to automate any ship because I'm still early in the game, and the size and number of "Luddic Path Hunters" corresponds to the remaining automation points:
Code
// in src\scripts\kissa\LOST_SECTOR\campaign\customStart\thronesGiftDisposableFleetSpawner.java
float level = (thronesGiftManager.getDpAvailable()-thronesGiftManager.DEFAULT_DP)/50f;
if (level<1f) return 0;
which is, TBH, quite unintuitive: Luddies will stop chasing me only if I produce automated ships? That's not very fundamentalist if you ask me.

2
Mods / Re: [0.9.1a] Hiigaran Descendants v2.0.4/v5
« on: June 28, 2020, 05:18:42 AM »
Where or how to get Sajuuk Khar ship? There is no BP and no Bounty, so where do I get it?

you may find one in sufficiently big hiigaran military market but it's like, 10 times rarer than the Paragon
it also has a very low chance to appear in the biggest hiigaran fleet, an easy way to spawn one is to request a huge fleet (> 2000 fleet power) from a hiigaran market by the nexerelin special command dialog

Ty a lot!

btw which version of the mod are you using? in NoFoodAfterMidnight's version (v5) the Sajuuk-Khar will not spawn in markets and random fleets as there's no blueprint for it

3
Mods / Re: [0.9.1a] Hiigaran Descendants v2.0.4/v5
« on: June 26, 2020, 08:20:45 AM »
Where or how to get Sajuuk Khar ship? There is no BP and no Bounty, so where do I get it?

you may find one in sufficiently big hiigaran military market but it's like, 10 times rarer than the Paragon
it also has a very low chance to appear in the biggest hiigaran fleet, an easy way to spawn one is to request a huge fleet (> 2000 fleet power) from a hiigaran market by the nexerelin special command dialog

Pages: [1]