Skip to content

Commit

Permalink
v0.11.1b
Browse files Browse the repository at this point in the history
  • Loading branch information
Histidine91 committed Feb 11, 2024
1 parent 998870c commit 453aa05
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 9 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.1
Current repo version: v0.11.1b

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

* Compatibility with Starsector 0.97
* Fix some logic in faction respawn
* Previously eliminated non-playable factions will no longer be marked as 'alive' if they get a market again
* Factions that shouldn't have strategic AI will no longer get one when respawning
* Avoid potential cases of double counting respawn attempts
* Vengeance fleets no longer spawn from hidden markets
* Fix NPC heavy units in ground battles not having their fleet set
* Log an error and continue instead of CTD if ground battle tries to load a plugin that doesn't exist
* Diplomacy events should no longer happen in new game time pass

Version 0.11.1

### Changes from beta 0.11.0x ###
Expand Down
Binary file modified jars/ExerelinCore.jar
Binary file not shown.
8 changes: 5 additions & 3 deletions jars/sources/ExerelinCore/exerelin/check_on_SS_update.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
TO DO FOR STARSECTOR 0.96
TO DO FOR STARSECTOR 0.97

Files to check on Starsector update, because they significantly modify vanilla code that could change under us.
Partial list.

- ExerelinNewGameSetup
- rules.csv "vanilla overrides"
- NexCoreLifecyclePlugin
- VanillaSystemsGenerator
- rules.csv "vanilla overrides"
- NexCoreLifecyclePlugin
- NexFleetInteractionDialogPluginImpl
- NexFleetEncounterContext
- Nex_PunitiveExpeditionManager
- Nex_MarketCMD
- Nex_SustainedBurnAbilityAI
- Nex_AICores
Expand Down
4 changes: 2 additions & 2 deletions mod_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"version":{
"major":0,
"minor":11,
"patch":"1"
"patch":"1b"
},
"description":"Join a faction and conquer the Sector!",
"gameVersion":"0.96a-RC10",
"gameVersion":"0.97a-RC8",
"totalConversion":false,
"jars":["jars/ExerelinCore.jar"],
"dependencies": [
Expand Down
6 changes: 3 additions & 3 deletions nexerelin.version
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
{
"major":0,
"minor":11,
"patch":"1"
"patch":"1b"
},
"starsectorVersion":"0.96a-RC10",
"directDownloadURL":"https://github.com/Histidine91/Nexerelin/releases/download/v0.11.1/Nexerelin_0.11.1.zip",
"starsectorVersion":"0.97a-RC8",
"directDownloadURL":"https://github.com/Histidine91/Nexerelin/releases/download/v0.11.1b/Nexerelin_0.11.1b.zip",
"changelogURL":"https://raw.githubusercontent.com/Histidine91/Nexerelin/release/changelog.txt"
}

0 comments on commit 453aa05

Please sign in to comment.