Fractal Softworks Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

Starsector 0.98a is out! (03/27/25)

Pages: 1 ... 324 325 [326] 327 328 ... 439

Author Topic: [0.98a] Nexerelin v0.12.0c "Abyssal Gaze" (update 2025-05-01)  (Read 3780508 times)

Maethendias

  • Commander
  • ***
  • Posts: 218
  • Esteemed Warlord
    • View Profile
Re: [0.95.1a] Nexerelin v0.10.5b "Sierra Nevada" (update 2022-09-17)
« Reply #4875 on: September 23, 2022, 02:18:39 AM »

question, is showdown a unique mission? cause the hegemony fleet got absolutely yeeted into oblivion by hyperstorms (what a fun gamemechanic... -.-) so i completly lost it.

can i do the mission again when it fails for obvious reasons? or am i just done with that?
Logged

Histidine

  • Admiral
  • *****
  • Posts: 5121
    • View Profile
    • GitHub profile
Re: [0.95.1a] Nexerelin v0.10.5b "Sierra Nevada" (update 2022-09-17)
« Reply #4876 on: September 23, 2022, 03:17:21 AM »

It's gone if you fail (dunno if devmode brings it back, probably not).
Logged

Xaygon

  • Ensign
  • *
  • Posts: 11
    • View Profile
Re: [0.95.1a] Nexerelin v0.10.5b "Sierra Nevada" (update 2022-09-17)
« Reply #4877 on: September 24, 2022, 06:51:37 AM »

So I recently got my own colony back after it being invaded.
However instead of being returned to my faction it was given to the Roider Union (Roider comission).
I can now buy the governship but its still roider union and not my own faction, do I need to ensign with my own faction for it to return to me or something?
Logged

ebolamorph

  • Lieutenant
  • **
  • Posts: 56
    • View Profile
Re: [0.95.1a] Nexerelin v0.10.5b "Sierra Nevada" (update 2022-09-17)
« Reply #4878 on: September 24, 2022, 07:52:51 AM »

I keep getting an error when i try to launch with nexerelin. Due to the fact my pc is not able to be hooked up to the internet rn can i get a discord tag or something so i can shsre my starsector lol with you? I keep getting an obj json error
Logged

calantlar

  • Ensign
  • *
  • Posts: 19
    • View Profile
Re: [0.95.1a] Nexerelin v0.10.5b "Sierra Nevada" (update 2022-09-17)
« Reply #4879 on: September 24, 2022, 08:16:51 AM »

So I've been trying to get a specific behaviour set up.

I want to run non-random core worlds, with invasions on BUT with one caveat, I don't want them to invade any of the core worlds, I want to have the AI factions fight only for colonies established after the game starts.

Now I saw that some planets are blocked from invasion if you have the story planets invasion protection on, is there a way I can extend this protection to the rest of the inhabited core worlds so I get the above behaviour and if so how do I go about doing so?
Logged

Aldazar

  • Lieutenant
  • **
  • Posts: 80
    • View Profile
Re: [0.95.1a] Nexerelin v0.10.5b "Sierra Nevada" (update 2022-09-17)
« Reply #4880 on: September 25, 2022, 10:31:44 AM »

Would it be possible to filter or disable blueprints in the faction starting bonus? Having enough mods makes it extremely slow in the window.
Logged

nimtiz22

  • Ensign
  • *
  • Posts: 24
    • View Profile
Re: [0.95.1a] Nexerelin v0.10.5b "Sierra Nevada" (update 2022-09-17)
« Reply #4881 on: September 25, 2022, 05:36:01 PM »

i know that this kinda defats the purpose of this mod but is there any way to make it vanilla as possible as i only use it cause the uaf mod requires it and not for any of the 4x aspects as i pefrer how vanilla starsector handles factions
Logged

Histidine

  • Admiral
  • *****
  • Posts: 5121
    • View Profile
    • GitHub profile
Re: [0.95.1a] Nexerelin v0.10.5b "Sierra Nevada" (update 2022-09-17)
« Reply #4882 on: September 25, 2022, 07:03:36 PM »

So I recently got my own colony back after it being invaded.
However instead of being returned to my faction it was given to the Roider Union (Roider comission).
I can now buy the governship but its still roider union and not my own faction, do I need to ensign with my own faction for it to return to me or something?
You can get the colony back by choosing the 'take' option in the ground battle's intel screen (this should have no rep penalty if it was originally your own colony, but I haven't verified if this still works).
If you already missed the decision window, enter setmarketowner <planet name> player in the Console Commands console.

I keep getting an error when i try to launch with nexerelin. Due to the fact my pc is not able to be hooked up to the internet rn can i get a discord tag or something so i can shsre my starsector lol with you? I keep getting an obj json error
Are you the one who pinged me on Discord the other day?
If not, at a guess you need to navigate to the Starsector website and download the newest installer (I'd recommend tethering your phone to PC rather than downloading it direct to phone).

So I've been trying to get a specific behaviour set up.

I want to run non-random core worlds, with invasions on BUT with one caveat, I don't want them to invade any of the core worlds, I want to have the AI factions fight only for colonies established after the game starts.

Now I saw that some planets are blocked from invasion if you have the story planets invasion protection on, is there a way I can extend this protection to the rest of the inhabited core worlds so I get the above behaviour and if so how do I go about doing so?
Copy and paste the following into console:
Code: java
runcode for (MarketAPI market : Global.getSector().getEconomy().getMarketsCopy()) {
if (market.getMemoryWithoutUpdate().getBoolean("$nex_npcColony")) {
continue;
}
if ("player".equals(market.getMemoryWithoutUpdate().getString("$startingFactionId"))) {
continue; /* don't protect player-founded colonies */
}
Misc.makeStoryCritical(market, "$i_dont_want_invasions");
}
(note that colonies created by Vayra's Sector factions will also be protected)

Would it be possible to filter or disable blueprints in the faction starting bonus? Having enough mods makes it extremely slow in the window.
Sorry, can't be disabled currently! Maybe a setting in the future.
(Also I'll try to find out what's causing this slowdown and report to Alex if relevant)

i know that this kinda defats the purpose of this mod but is there any way to make it vanilla as possible as i only use it cause the uaf mod requires it and not for any of the 4x aspects as i pefrer how vanilla starsector handles factions
The big thing you probably want to disable is invasions (and sat bombs), with the enableInvasions and allowNPCSatBomb settings
You could also disable diplomacy by editing its file in the config folder (make the event interval super long), and re-enable the vanilla hostility system with console (copy and paste the following):
Code: java
runcode import com.fs.starfarer.api.impl.campaign.intel.FactionHostilityManager;
FactionHostilityManager fhm = new FactionHostilityManager();
Global.getSector().addScript(fhm);

If you look around, there may also be other stuff you might choose to mess with (just try not to blow up your game in the process).
Logged

nimtiz22

  • Ensign
  • *
  • Posts: 24
    • View Profile
Re: [0.95.1a] Nexerelin v0.10.5b "Sierra Nevada" (update 2022-09-17)
« Reply #4883 on: September 26, 2022, 09:22:51 AM »

thank you for the suggestions
Logged

zanthiem

  • Ensign
  • *
  • Posts: 15
    • View Profile
Re: [0.95.1a] Nexerelin v0.10.5b "Sierra Nevada" (update 2022-09-17)
« Reply #4884 on: September 26, 2022, 12:34:11 PM »

Hi i love the mod and was wandering if modded ships can be added so you can start with the ships from added factions (ie star wars mod)
Logged
Go my children with the blessings of the Digital Omni-Messiah.

Corelious

  • Lieutenant
  • **
  • Posts: 64
    • View Profile
Re: [0.95.1a] Nexerelin v0.10.5b "Sierra Nevada" (update 2022-09-17)
« Reply #4885 on: September 26, 2022, 05:08:48 PM »

Sat on this update for rather longer than necessary, but hopefully no bugs need fixing.

Nexerelin v0.10.5b
Download

Changelog
Spoiler
### Gameplay ###
* Introduce system for faction-specific market conditions
    * Currently have a +10% accessibility condition for pirates and Luddic Path
* Transfer market: Option to hand to commissioning faction and auto-get governorship
* Cargo scan doesn't check for heavy armaments if player has commission or alliance
* Ground battle gives free storage unlock on victory if player is attacker
* Independents can have a special task group as a treat
* Recently captured markets can't be transferred to factions hostile to player
* Old-style vengeance fleets cancel spawn if spaceport is disrupted
* Build station mission has small chance to not spawn interfering fleet
* Player special task groups have a teleport button for when they're stuck
* Remnant mission 2: Add some cool loot to mothership
* Remnant mission 3: Can now offer to join operation after fleets move out but before they reach target system; increase payment; other tweaks
* Random sector: Constrain min/max stars in central constellation
* Add a size-based minimum raid strength to cause unrest from raiding
* Fractal Shipworks milestone unlocked by Remnant plus bounty as well

### Fixes ###
* Counter-invasions aren't modified by brawl mode; fix them adding rather than costing invasion points
* Fix bugs with special task group costs
    * Fix having multiple special task groups but only paying for one
    * Fix player special task groups costing supplies for repairs and CR recovery
    * Remove the 25% premium paid on supplies and crew salaries (was supposed to be removed previously but this was bugged)
* Stellar Networks: prevent a case of marine XP loss when checking Remnant contact missions during remote call
* Fix submarkets on governed colony not being reset when player loses commission
* Skip invalid faction starting special items when generating blueprints for own faction start's bonus picker
* Colony expedition intel doesn't crash if market desc changer isn't running
* Fix a potential bug with minimum merc company level if player max level is changed
* Fleet request menu no longer leaks location of hidden bases
* Hypershunt encounter: Fix fleet behavior; giving a beta core no longer gives Remnant rep (only alpha core does)
* Fix a bug in alliance join weighting with `ignoreAlignmentForAlliances` setting

### Text ###
* Clarify counter-invasion text when ended due to invader being repulsed
* Replace en dashes with hyphens for Chinese version
* Fix ground battle 'timer for decision' bullet point
* Fix a counter-invasion cancellation message

### Modding ###
* Compatibility with newest Adjusted Sector
* Nex raids and (probably) legacy invasions support Crew Replacer mod
    * New invasion system to come later, will likely require significant modification
* Add `isPlayerRuled` setting to faction config (early implementation, largely untested)
* Add AgentActionListener
* Own faction setup picker: Fix title in tooltip of non-package blueprints
* Add `skillsReplace` setting for AIM merc officers
* Factions marked as 'free start' in their config won't generate planets or be toggleable in random sector

[close]

I some how missed that this updated this month - does it break saves?
Logged

Histidine

  • Admiral
  • *****
  • Posts: 5121
    • View Profile
    • GitHub profile
Re: [0.95.1a] Nexerelin v0.10.5b "Sierra Nevada" (update 2022-09-17)
« Reply #4886 on: September 27, 2022, 04:40:44 AM »

Well I found out what causes the new game picker slowdown, workaround in next mod update (and next Starsector version will fix it generally).

Hi i love the mod and was wandering if modded ships can be added so you can start with the ships from added factions (ie star wars mod)
Most factions already implement their own starts, where you get their ships and a commission with that faction. If it doesn't, or you want different ships, you can add starting ships to the faction configs in data/config/exerelinFactionConfig/ (in the Nex folder for player and vanilla factions, or in the mod folder for third-party factions).

I some how missed that this updated this month - does it break saves?
Nex updates are always save-compatible at least with the previous version, unless otherwise specified (or there's a bug) :)
Logged

Bluedeferum

  • Ensign
  • *
  • Posts: 10
    • View Profile
Re: [0.95.1a] Nexerelin v0.10.5b "Sierra Nevada" (update 2022-09-17)
« Reply #4887 on: September 27, 2022, 10:13:12 AM »

Hello, my game crashed every time I interact with my own created special task group. any solution for this?  :'(
Logged

robepriority

  • Captain
  • ****
  • Posts: 459
  • robepriority#2626
    • View Profile
Re: [0.95.1a] Nexerelin v0.10.5b "Sierra Nevada" (update 2022-09-17)
« Reply #4888 on: September 27, 2022, 12:21:36 PM »

Hello, my game crashed every time I interact with my own created special task group. any solution for this?  :'(

You may want to check starsector.log in order to see what the problem is.

Gus979

  • Ensign
  • *
  • Posts: 18
    • View Profile
Re: [0.95.1a] Nexerelin v0.10.5b "Sierra Nevada" (update 2022-09-17)
« Reply #4889 on: September 28, 2022, 06:40:28 AM »

Feature request:

Thanks for the mod.  Its excellent.  I just finished the story mission and have built up Penelope system with 4 planets, the 5th being outside the system for organics.

I'm starting to engage in warfare with the other factions and have a decent sized fleet and I'm finding it harder/time consuming to get fuel/supplies due to the fights & the syndic fuel depot world got taken by a strong Persian/hegemony alliance.

Any chance of setting up a logistics officer/operative that supplies the player fleet with intervals of supplies & fuel so player can spend more time plotting/exploring/fighting factions?  Sorry If I don't understand the scope of what I'm asking.

Either way, great mod.
Logged
Pages: 1 ... 324 325 [326] 327 328 ... 439