Skip to content

Commit

Permalink
v0.11.0b
Browse files Browse the repository at this point in the history
  • Loading branch information
Histidine91 committed Jun 17, 2023
1 parent 0a8208a commit daaa539
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Nexerelin is a mod for the game [Starsector](http://fractalsoftworks.com). It implements 4X-style gameplay with faction wars, diplomacy and planetary conquest.

Current repo version: v0.11.0
Current repo version: v0.11.0b

## Setup instructions ##
Check out the repo to Starsector/mods/Nexerelin (or some other folder name) and it can be played immediately.
Expand Down
27 changes: 27 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
Version 0.11.0b

### Gameplay ###
* Update vanilla faction starting fleets to comply with doctrines (including ships added by SWP)
* When repeating operative action, update target faction if current market owner has changed
* Alicorn main projectile passes through missiles and fighters
* Silverlight no longer tagged as known to Remnants (does not apply to existing saves)

### Bugfixes ###
* Fix a crash in Remnant mission 'Salvation' if it couldn't find an orbit for station
* Remove autofit goal variant for boss ship that would crash the game if used (may not apply to existing saves)
* Fix null pointer in operative travel order dialog when an operative has no market
* Fix null pointer if a market decivilizes while NPC covert action is ongoing
* Workaround some weird crash with nonexistent special item when computing industry value
* Fix Luddic Path base manager replacement when adding to existing save
* Fix planet desirability detection for random sector/own faction planet picking
* Also adjust some condition valuations for desirability
* Maybe fix variant breakages in player special task groups
* Safety for invalid ground battle ability visual panels
* Fix some missing admins in Derelict Empire or from expedition-founded colonies

### Modding ###
* Some handling for Ashes of the Domain mod
* Nex_MarketCMD calls `NexPostShowDefenses` after `showDefenses`
* Fix ground battle's faction bonus subplugin not handling integers (or strings)


Version 0.11.0

Does not include changes in beta 0.10.6y-z
Expand Down
Binary file modified jars/ExerelinCore.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion mod_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version":{
"major":0,
"minor":11,
"patch":"0"
"patch":"0b"
},
"description":"Join a faction and conquer the Sector!",
"gameVersion":"0.96a-RC10",
Expand Down
4 changes: 2 additions & 2 deletions nexerelin.version
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
{
"major":0,
"minor":11,
"patch":"0"
"patch":"0b"
},
"starsectorVersion":"0.96a-RC10",
"directDownloadURL":"https://github.com/Histidine91/Nexerelin/releases/download/v0.11.0/Nexerelin_0.11.0.zip",
"directDownloadURL":"https://github.com/Histidine91/Nexerelin/releases/download/v0.11.0b/Nexerelin_0.11.0b.zip",
"changelogURL":"https://raw.githubusercontent.com/Histidine91/Nexerelin/release/changelog.txt"
}

0 comments on commit daaa539

Please sign in to comment.