Fractal Softworks Forum

Please login or register.

Login with username, password and session length
Pages: 1 ... 264 265 [266] 267 268 ... 346

Author Topic: [0.95.1a] Nexerelin v0.10.6d "Lords of War" (fixes 2023-02-12)  (Read 2497218 times)

Wyvern

  • Admiral
  • *****
  • Posts: 3240
    • View Profile
Re: [0.95a] Nexerelin v0.10.2c "Mercenaries and Patriots" (fixes 2021-06-12)
« Reply #3975 on: June 23, 2021, 02:17:24 PM »

You can go into the mod's settings and effectively 'turn off' colonization by cranking up the amount of time before/between colonization attempts.

It's one of the settings I usually mess with myself; while having the AI colonize places makes some degree of lore-sense, it works poorly with gameplay; exploration as the player is rather slow, while the AI can just pick wherever it likes.

...Also, I've seen the AI cheerfully colonize medium or high hazard systems, and unless I'm right there when the colony fleet arrives, they tend to succeed at this, rather than getting blown out of the sky by the remnants like they ought to.

That all said, it's a setting I'm also happy enough to revert to original values once I've got myself comfortably settled. I know Nex is kindof made with the assumption that the player starts with either a colony or a commission, but I prefer to go with free start - and would really like an option along the lines of 'no invasions, alliances, or colonization until the player has a size four colony and is ready to play the game on that level'.
Logged
Wyvern is 100% correct about the math.

Helldiver

  • Captain
  • ****
  • Posts: 314
    • View Profile
Re: [0.95a] Nexerelin v0.10.2c "Mercenaries and Patriots" (fixes 2021-06-12)
« Reply #3976 on: June 23, 2021, 07:32:03 PM »

I know Nex is kindof made with the assumption that the player starts with either a colony or a commission,

Since when?

while having the AI colonize places makes some degree of lore-sense, it works poorly with gameplay; exploration as the player is rather slow, while the AI can just pick wherever it likes.

Even with default settings factions are very slow to colonize anything IMO. It takes little time for the player, even with Starfarer mode+Ruthless Sector+Starpocalypse, to have surveyed a large span of the sector and assembled the required crew and supplies/HM to start multiple colonies. It's even easier now that size 3 colonies are effectively protected by god mode and you don't have to prepare funds in advance to build big defenses.

I do wish that something was changed about how factions actually colonize though, I've sometimes escorted friendly colony fleets myself only to see them loiter near the jump point for days without approaching the target planet (despite no enemies nearby) followed by colonization having "failed" and them retreating.
Logged
Nex is life, and my helm is pointier than yours!

SpaceDrake

  • Captain
  • ****
  • Posts: 332
  • Piloting space mecha for fun and profit(?)
    • View Profile
Re: [0.95a] Nexerelin v0.10.2c "Mercenaries and Patriots" (fixes 2021-06-12)
« Reply #3977 on: June 23, 2021, 10:04:02 PM »

Also note that certain factions are more aggressive about colonization than others, and this includes mod factions.

If you play with Scy Nation or Volkov, prepare for them to be colonizing maggots given no adjustment and plenty of time.
Logged

Seleukus

  • Ensign
  • *
  • Posts: 20
    • View Profile
Re: [0.95a] Nexerelin v0.10.2c "Mercenaries and Patriots" (fixes 2021-06-12)
« Reply #3978 on: June 25, 2021, 03:41:55 PM »

Hello, is it ok if I ask for help here regarding a crash?

I'm trying to raid a word every ~3 days to get blueprints, and after a few raids, every time I click "show military options", the game crashes.

Quote
48561 [Thread-3] ERROR com.fs.starfarer.combat.CombatMain  - java.lang.NoSuchMethodError: com.fs.starfarer.api.util.Misc.isInsignificant(Lcom/fs/starfarer/api/campaign/CampaignFleetAPI;)Z
java.lang.NoSuchMethodError: com.fs.starfarer.api.util.Misc.isInsignificant(Lcom/fs/starfarer/api/campaign/CampaignFleetAPI;)Z
   at com.fs.starfarer.api.impl.campaign.rulecmd.salvage.Nex_MarketCMD.showDefenses(Nex_MarketCMD.java:365)
   at com.fs.starfarer.api.impl.campaign.rulecmd.salvage.MarketCMD.execute(MarketCMD.java:318)
   at com.fs.starfarer.api.impl.campaign.rulecmd.salvage.Nex_MarketCMD.execute(Nex_MarketCMD.java:134)
   at com.fs.starfarer.campaign.rules.A.execute(Unknown Source)
   at com.fs.starfarer.campaign.rules.C.runScript(Unknown Source)
   at com.fs.starfarer.api.impl.campaign.rulecmd.FireBest.applyRule(FireBest.java:106)
   at com.fs.starfarer.api.impl.campaign.rulecmd.FireBest.execute(FireBest.java:51)
   at com.fs.starfarer.api.impl.campaign.rulecmd.FireBest.fire(FireBest.java:57)
   at com.fs.starfarer.api.impl.campaign.RuleBasedInteractionDialogPluginImpl.fireBes t(RuleBasedInteractionDialogPluginImpl.java:177)
   at com.fs.starfarer.api.impl.campaign.RuleBasedInteractionDialogPluginImpl.optionS elected(RuleBasedInteractionDialogPluginImpl.java:210)
   at com.fs.starfarer.ui.newui.V$1.super(Unknown Source)
   at com.fs.starfarer.ui.newui.OoOO.actionPerformed(Unknown Source)
   at com.fs.starfarer.ui.k.buttonPressed(Unknown Source)
   at com.fs.starfarer.ui.oooO.new(Unknown Source)
   at com.fs.starfarer.ui.oooO.processInput(Unknown Source)
   at com.fs.starfarer.ui.V.super(Unknown Source)
   at com.fs.starfarer.BaseGameState.traverse(Unknown Source)
   at com.fs.state.AppDriver.begin(Unknown Source)
   at com.fs.starfarer.combat.CombatMain.main(Unknown Source)
   at com.fs.starfarer.StarfarerLauncher.o00000(Unknown Source)
   at com.fs.starfarer.StarfarerLauncher$1.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)

I doubt someone can help, but doesn't hurt asking.
Been really enjoying the mod thus far. Thank you for all.

edit: i don't know javascript or anything about modding this game, but i searched the files and as far as i got was line 365 of Next_MarketCMD.java
Quote
for (CampaignFleetAPI fleet : b.getNonPlayerSide()) {
                     if (fleet == responder) continue;
                     if (!fleet.isStationMode()) {
                        hasNonStation = true;
                        hasOtherButInsignificant &= Misc.isInsignificant(fleet);
                     }
                  }

Looks like it is iterating on fleets that don't belong to my faction, but I don't know how to follow Misc.isInsignificant(fleet).I don't understand if that's a file or a method... can't make sense of it.

edit2: looks like Misc is actually in core game Fractal Softworks\Starsector\starsector-core\starfarer.api.zip. Indeed "isInsignificant" method does not exist. Well, that's as far as my sherlock holmes goes.  :'(

edit3: the lines containing isInsignificant were introduced in commit 84561b5f27c33d193dbd83cb7fb782dd45a715ca in 5/23/2021.
Quote
* Fix battle join logic when taking military action against a market
I'm going to try raid without any ships around or something.

edit4: yup, trying to click "military options" in a station/planet with nearby enemy fleet causes crash consistently. No fleet nearby, no crash.
« Last Edit: June 25, 2021, 05:21:14 PM by Seleukus »
Logged

Histidine

  • Admiral
  • *****
  • Posts: 4154
    • View Profile
    • Bitbucket profile
Re: [0.95a] Nexerelin v0.10.2c "Mercenaries and Patriots" (fixes 2021-06-12)
« Reply #3979 on: June 25, 2021, 06:34:05 PM »

Might need to think over whether I should change some rules to prevent early Heg/League alliances, or I should just let the player use the console to remove the victory in the rare cases it happens (because more rule complexity is undesirable).

@Seleukus: Update your Starsector (latest is 0.95a-RC15, you can get it on the same release page as previous 0.95 releases).
Logged

Big Bee

  • Commander
  • ***
  • Posts: 114
  • bugs are cool
    • View Profile
Re: [0.95a] Nexerelin v0.10.2c "Mercenaries and Patriots" (fixes 2021-06-12)
« Reply #3980 on: June 26, 2021, 03:26:49 AM »

Also note that certain factions are more aggressive about colonization than others, and this includes mod factions.

If you play with Scy Nation or Volkov, prepare for them to be colonizing maggots given no adjustment and plenty of time.

Yeah I'm playing with HMI, Xhan and Scy and HMI has by far the most colonies. They are very aggressive and keen on invading other planets. Right now they have 21 markets while the second largest faction is the Hegemony with 12. Most others have 2-6.
« Last Edit: June 27, 2021, 04:39:29 AM by Big Bee »
Logged
Hi I'm not very used to forums sorry

SonnaBanana

  • Admiral
  • *****
  • Posts: 819
    • View Profile
Re: [0.95a] Nexerelin v0.10.2c "Mercenaries and Patriots" (fixes 2021-06-12)
« Reply #3981 on: June 26, 2021, 08:36:42 PM »

Please make L4R affect agents in some way!
Logged
I'm not going to check but you should feel bad :( - Alex

megabot

  • Commander
  • ***
  • Posts: 124
    • View Profile
Re: [0.95a] Nexerelin v0.10.2c "Mercenaries and Patriots" (fixes 2021-06-12)
« Reply #3982 on: June 27, 2021, 06:50:28 AM »

so a small note/request, could you maybe add a feature that makes it so that if i have a planet in a system and give another planet to some other faction(hunting grounds, reviving dead factions) in the same system that they basically have no claim over any planet? they did not seem to act upon anything but so far the game says that the planets are probably are gonna die if i colonize them
Logged

Seleukus

  • Ensign
  • *
  • Posts: 20
    • View Profile
Re: [0.95a] Nexerelin v0.10.2c "Mercenaries and Patriots" (fixes 2021-06-12)
« Reply #3983 on: June 27, 2021, 07:49:31 AM »

Hello, in previous game version 091 I would use operative (from nexerelin) to boost standings, buy ships and do other stuff. In new new version 095, I can't find these guys anymore. Please advise.
Logged

mora

  • Commander
  • ***
  • Posts: 148
    • View Profile
Re: [0.95a] Nexerelin v0.10.2c "Mercenaries and Patriots" (fixes 2021-06-12)
« Reply #3985 on: June 28, 2021, 01:14:19 AM »

Prism Freeport sells HVB boss ships right off the bat when Vayra's Sector isn't installed. Is this so that you're not locked out of the boss ships without Vayra's Sector or simply because there is no variable associated with the ships so it just defaults to selling them?

There is a minor issue in the special contact mission when you go down the bribe route, I had to talk to the portmaster twice for the "Return to Prism Freeport" mission prompt to show up in the interaction dialog which probably means that returning to Prism without talking twice won't let you progress? Edit:Did it again and it was just the prompt not showing up. Though there is some weirdness like docking immediately with Asharu after buying them makes the "Return to Prism Freeport" show up before "Your fleet approaches Asharu". Is this because of the vanilla mission system and not Nexerelin?
« Last Edit: June 28, 2021, 01:25:48 AM by mora »
Logged

Histidine

  • Admiral
  • *****
  • Posts: 4154
    • View Profile
    • Bitbucket profile
Re: [0.95a] Nexerelin v0.10.2c "Mercenaries and Patriots" (fixes 2021-06-12)
« Reply #3986 on: June 28, 2021, 02:32:20 AM »

Please make L4R affect agents in some way!
What, as in beyond the existing +1 agent shared with L4L? I don't know what I'd change there or why, but if you have ideas feel free to post them.

so a small note/request, could you maybe add a feature that makes it so that if i have a planet in a system and give another planet to some other faction(hunting grounds, reviving dead factions) in the same system that they basically have no claim over any planet? they did not seem to act upon anything but so far the game says that the planets are probably are gonna die if i colonize them
If you keep the largest military planet (or the largest planet period if no military bases are present in the system) that'll keep you as the owner. (Note that this isn't reflected in the colonization screen text, because I can't change that)

Prism Freeport sells HVB boss ships right off the bat when Vayra's Sector isn't installed. Is this so that you're not locked out of the boss ships without Vayra's Sector or simply because there is no variable associated with the ships so it just defaults to selling them?
I've deliberately made the HVB ships available, yeah.

Quote
There is a minor issue in the special contact mission when you go down the bribe route, I had to talk to the portmaster twice for the "Return to Prism Freeport" mission prompt to show up in the interaction dialog which probably means that returning to Prism without talking twice won't let you progress? Edit:Did it again and it was just the prompt not showing up. Though there is some weirdness like docking immediately with Asharu after buying them makes the "Return to Prism Freeport" show up before "Your fleet approaches Asharu". Is this because of the vanilla mission system and not Nexerelin?
Yeah, you need to undock for a bit for it to progress. I think that's just how vanilla works seeing as I copied the code from there, although there's probably a way to make it instant and I just haven't looked for it yet.
Logged

Kryzaec

  • Ensign
  • *
  • Posts: 4
    • View Profile
Re: [0.95a] Nexerelin v0.10.2c "Mercenaries and Patriots" (fixes 2021-06-12)
« Reply #3987 on: June 28, 2021, 06:48:49 PM »

Lmao, just started a campaign with nex, no other mods.

After 1 Minute: Hegemony and Luddic Church formed the Alliance "Galactic Federation"

After 5 Minutes: Persean League joined "Galactic Federation"

After 5 Minutes: "Hegemony and its allies have become the dominant force in the Galaxy with others slipping into irrelevance" "Hegemony Conquest Victory"

Gave me a good chuckle  ;D

Guess i'll have to send an Agent to remind the Persean League why they formed in the first place
« Last Edit: June 28, 2021, 06:52:05 PM by Kryzaec »
Logged

hollow

  • Lieutenant
  • **
  • Posts: 53
    • View Profile
Re: [0.95a] Nexerelin v0.10.2c "Mercenaries and Patriots" (fixes 2021-06-12)
« Reply #3988 on: June 29, 2021, 12:29:42 PM »

Hi there!
I was just wondering If there is a setting to increase the size of the markets I can purchase from the factions I am commissioned by.
Logged

capshades

  • Ensign
  • *
  • Posts: 14
    • View Profile
Re: [0.95a] Nexerelin v0.10.2c "Mercenaries and Patriots" (fixes 2021-06-12)
« Reply #3989 on: June 29, 2021, 03:55:35 PM »

Sorry if this has already been discussed, I just can't find it in the settings:

Is it possible to make Automated ships storable in outposts?
Logged
Pages: 1 ... 264 265 [266] 267 268 ... 346