Fractal Softworks Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

Starsector 0.97a is out! (02/02/24); New blog post: Simulator Enhancements (03/13/24)

Pages: 1 ... 208 209 [210] 211 212 ... 396

Author Topic: [0.97a] Nexerelin v0.11.1b "Clausewitz Protocol" (update 2024-02-11)  (Read 3013838 times)

Mondaymonkey

  • Admiral
  • *****
  • Posts: 777
    • View Profile
Re: [0.9.1a] Nexerelin v0.9.6d "Earth and Sky" (update 2020-04-26)
« Reply #3135 on: July 02, 2020, 11:19:08 AM »

What does it mean? If I sell BP on BM anywhere what will it do?

Pirates would learn it and after a few month start to use them in their fleets. Vanilla feature.

Strongly not recommended to sell on the BM Paragon, Tempest, Doom, Medusa and Astral. Most of the rest will not make them much stronger. Some, like LP blueprints, can even make pirates weaker, tho'.
Logged
I dislike human beings... or I just do not know how to cook them well.

Kypotan

  • Ensign
  • *
  • Posts: 3
    • View Profile
Re: [0.9.1a] Nexerelin v0.9.6d "Earth and Sky" (update 2020-04-26)
« Reply #3136 on: July 06, 2020, 08:12:49 AM »

Hi i spawned a Prism Freeport via Console command. Didn't find it and ran the command again.
Now, ofc I found two. Can i remove one of them via a console command.
Its not really creating a Problem. it just bothers me a lot.

Thanks in advanced. And Sorry if that is the wrong place to ask. Didn't want to open a n extra thread.
Logged

The Ender

  • Ensign
  • *
  • Posts: 19
    • View Profile
Re: [0.9.1a] Nexerelin v0.9.6d "Earth and Sky" (update 2020-04-26)
« Reply #3137 on: July 07, 2020, 11:03:54 PM »

There was, to my memory, once a key you could press to bring up detailed faction info - how many markets they had, where those markets were, etc, etc.

Does this feature still exist and, if it does, what is the key?
Logged

Histidine

  • Admiral
  • *****
  • Posts: 4661
    • View Profile
    • GitHub profile
Re: [0.9.1a] Nexerelin v0.9.6d "Earth and Sky" (update 2020-04-26)
« Reply #3138 on: July 08, 2020, 07:09:09 PM »

Hi i spawned a Prism Freeport via Console command. Didn't find it and ran the command again.
Now, ofc I found two. Can i remove one of them via a console command.
Its not really creating a Problem. it just bothers me a lot.

Thanks in advanced. And Sorry if that is the wrong place to ask. Didn't want to open a n extra thread.
Enter in console (copy/paste):
Code: java
runcode MarketAPI market = Global.getSector().getEconomy().getMarket("nex_prismFreeport");
Global.getSector().getEconomy().removeMarket(market);
market.getPrimaryEntity().getContainingLocation().removeEntity(market.getPrimaryEntity());

EDIT: If there are two Prisms, one of them is probably a "zombie". To fix it, dock with it and enter in console.
Code: java
runcode MarketAPI market = Global.getSector().getCampaignUI().getCurrentInteractionDialog().getInteractionTarget().getMarket();
Global.getSector().getEconomy().removeMarket(market);
market.getPrimaryEntity().getContainingLocation().removeEntity(market.getPrimaryEntity());

There was, to my memory, once a key you could press to bring up detailed faction info - how many markets they had, where those markets were, etc, etc.

Does this feature still exist and, if it does, what is the key?
Z by default (can be changed in exerelin_config if you know the key IDs)
« Last Edit: July 08, 2020, 07:39:31 PM by Histidine »
Logged

The Ender

  • Ensign
  • *
  • Posts: 19
    • View Profile
Re: [0.9.1a] Nexerelin v0.9.6d "Earth and Sky" (update 2020-04-26)
« Reply #3139 on: July 10, 2020, 02:56:38 PM »

Thank you!
Logged

Melbrant

  • Ensign
  • *
  • Posts: 4
    • View Profile
Re: [0.9.1a] Nexerelin v0.9.6d "Earth and Sky" (update 2020-04-26)
« Reply #3140 on: July 13, 2020, 03:39:20 PM »

Is there a way to ensure that factions control their star systems at the start of the campaign? I only use a few faction mods but their worlds are always scattered about in contested systems which they share with 2-4 other factions. I would much prefer if factions would mostly generate with consolidated territory and minor overlap for contested regions of space.

Thanks in advance!
« Last Edit: July 13, 2020, 03:41:16 PM by Melbrant »
Logged

Histidine

  • Admiral
  • *****
  • Posts: 4661
    • View Profile
    • GitHub profile
Re: [0.9.1a] Nexerelin v0.9.6d "Earth and Sky" (update 2020-04-26)
« Reply #3141 on: July 14, 2020, 06:59:02 AM »

If you increase the number of star systems/planets/stations, I think that might help?

Next version, random sector seeding will have factions always try to fill their existing systems before entering new ones (right now there's some randomness to it).
Logged

caekdaemon

  • Ensign
  • *
  • Posts: 24
    • View Profile
Re: [0.9.1a] Nexerelin v0.9.6d "Earth and Sky" (update 2020-04-26)
« Reply #3142 on: July 15, 2020, 02:27:08 PM »

Decided to take the plunge and put the mod in and I'm having a blast - the factions feel alive, slamming into one another in massive battles, politicking and intriguing as they do. But I was just wondering: is there a way to stop the AI from being able to colonise planets?

I've had a pretty bad game so far (been getting creamed whilst getting used to the mod and some others :P) and I'm a bit behind the curve of where I'd want to be after this many months, but the AI is starting to just happily colonise planets and I'm worried I won't get a chance to do that part of the game.
Logged

Histidine

  • Admiral
  • *****
  • Posts: 4661
    • View Profile
    • GitHub profile
Re: [0.9.1a] Nexerelin v0.9.6d "Earth and Sky" (update 2020-04-26)
« Reply #3143 on: July 17, 2020, 06:03:24 PM »

Decided to take the plunge and put the mod in and I'm having a blast - the factions feel alive, slamming into one another in massive battles, politicking and intriguing as they do. But I was just wondering: is there a way to stop the AI from being able to colonise planets?

I've had a pretty bad game so far (been getting creamed whilst getting used to the mod and some others :P) and I'm a bit behind the curve of where I'd want to be after this many months, but the AI is starting to just happily colonise planets and I'm worried I won't get a chance to do that part of the game.
colonyExpeditionInterval in exerelin_config.json
There's also nex_expeditionDelayPerExistingColony in Nexerelin/data/config/settings.json, where the more colonies exist that have been founded by NPCs, the longer it takes for a new expedition to take place.

The colony expeditions are pretty infrequent though (base interval is 270 days), and there should be plenty of planets left over even after a few years, so you shouldn't need to change these values.
Logged

Histidine

  • Admiral
  • *****
  • Posts: 4661
    • View Profile
    • GitHub profile
Re: [0.9.1a] Nexerelin v0.9.6e "Earth and Sky" (update 2020-07-18)
« Reply #3144 on: July 17, 2020, 11:29:01 PM »

Fix/compatibility update.

Nexerelin v0.9.6e
Download

Changelog
Spoiler

v0.9.6e
* Random sector improvements
    * Add a system to set/display recommended sector size for the number of factions
    * Faction homeworlds don't share a system with each other if possible
    * Factions reliably prefer to populate systems close to their homeworlds and/or that they already have a presence in (previously there was a random element to it)
    * Minimum station count now 4 ( was 8 )
* Agent ship procurement modifications
    * Military ships can be legally procured if they would be accessible with a commission
    * Add 20% "service fee" to legal procurement
* Make rebellions stronger on average
* Goods procurement mission: 50% of goods delivered added to market supply (was 25%)
* Invasions, raids and such 10% smaller
* Invasions prefer targets with lower defense-to-size ratio
* Prism Freeport enabled by default
* Insurance requires suspicious min rep with relevant faction (was neutral)
* Random start ships can be rerolled after picking fleet type (with live update of fleet preview)
* Captured planet desc updates
* Bugfixes
    * Compatibility hotfixes for a certain mod
    * Fix a potential CTD when special task groups attempt to rebuild themselves
    * "No ceasefire while invasion ongoing" rule checks both factions
    * Rebellions: Fix cause of negative strength values; don't apply trade points for autonomous player markets
    * Don't allow suspending autonomy of outposts
    * Cancel tribute event if player takes commission with demanding faction
    * Attempt to handle station upgrading on market growth properly
    * Fix Prism handling of skins in recording already-possessed boss ships
    * Hack to prevent Guardian and Derelict Mothership blueprints from dropping during raids
* Modding
    * Add DO_NOT_COLONIZE memory key
    * Move counter-invasion points-to-spawn to config
[close]
« Last Edit: July 17, 2020, 11:33:25 PM by Histidine »
Logged

Shad

  • Commander
  • ***
  • Posts: 206
    • View Profile
Re: [0.9.1a] Nexerelin v0.9.6e "Earth and Sky" (update 2020-07-18)
« Reply #3145 on: July 18, 2020, 04:19:57 AM »




* Agent ship procurement modifications
    * Military ships can be legally procured if they would be accessible with a commission
    * Add 20% "service fee" to legal procurement



Does this apply to alliance members, or just commisions?
Logged

ClosedBoudy

  • Ensign
  • *
  • Posts: 17
    • View Profile
Re: [0.9.1a] Nexerelin v0.9.6e "Earth and Sky" (update 2020-07-18)
« Reply #3146 on: July 18, 2020, 02:58:49 PM »

starting plant has volturnian lobster pens but they arent exporting is this a known issue?
Logged

Melbrant

  • Ensign
  • *
  • Posts: 4
    • View Profile
Re: [0.9.1a] Nexerelin v0.9.6e "Earth and Sky" (update 2020-07-18)
« Reply #3148 on: July 18, 2020, 04:33:04 PM »

Wonderful update, thank you very much!
Logged

Histidine

  • Admiral
  • *****
  • Posts: 4661
    • View Profile
    • GitHub profile
Re: [0.9.1a] Nexerelin v0.9.6e "Earth and Sky" (update 2020-07-18)
« Reply #3149 on: July 18, 2020, 06:12:26 PM »


* Agent ship procurement modifications
    * Military ships can be legally procured if they would be accessible with a commission
    * Add 20% "service fee" to legal procurement

Does this apply to alliance members, or just commisions?
It checks alliances, yeah. (The check for what is legal should match the purchasability check on actual military submarkets)
Logged
Pages: 1 ... 208 209 [210] 211 212 ... 396