Skip to content

Commit

Permalink
v1.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Histidine91 committed May 6, 2023
1 parent 3f92686 commit 8c6e333
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 21 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 @@

Combat Chatter is a mod for the game [Starsector](http://fractalsoftworks.com). It adds some dialog lines for NPC ships in battles.

Current release version: v1.13.1
Current release version: v1.13.2

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

* Compatibility with Starsector 0.96, MagicLib 1.0.0 and LunaLib 1.7.0
* Remove minor log spam

Version 1.13.1

* Fix ingame changes in Luna config not applying
Expand Down Expand Up @@ -37,18 +42,4 @@ Thanks to Zumberge and Bulletkin for most of these.
* SetChatterChar command no longer requires exact character ID match
* Can substitute officer name, player name, and ship name/class into chatter lines
* Don't load blank CSV entries
* Some line additions


Version 1.12

* Add new characters
* Compiled by imba512: duke_nukem, sc_battlecruiser, tf2_soldier
* Compiled by Bullet: dd_reynauld, drg_miner, drg_missioncontrol, me_quarian
* Various text tweaks to existing characters
* `PrintChatterChars` command includes the ship the officer is on, if any
* `noEnemyChatterFactions` also applies to NPC allies (so Remnant allies won't talk by default)
* Fix ships having wrong character when using Neural Link
* Chatter box properly handles non-standard portrait sizes
* Update character faction config
* Get ship name prefixes from FactionAPI instead of reading a manually created CSV
* Some line additions
4 changes: 2 additions & 2 deletions chatter.version
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
{
"major":1,
"minor":13,
"patch":1
"patch":2
},
"starsectorVersion":"0.95.1a-RC6",
"directDownloadURL":"https://github.com/Histidine91/SS-CombatChatter/releases/download/v1.13.1/CombatChatter_1.13.1.zip",
"directDownloadURL":"https://github.com/Histidine91/SS-CombatChatter/releases/download/v1.13.2/CombatChatter_1.13.2.zip",
"changelogURL":"https://raw.githubusercontent.com/Histidine91/SS-CombatChatter/release/changelog.txt"
}
Binary file modified jars/CombatChatter.jar
Binary file not shown.
12 changes: 9 additions & 3 deletions mod_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,21 @@
"version":{
"major":1,
"minor":13,
"patch":1
"patch":2
},
"utility":true,
"description":"talky-man broke thog's tusk. TALKY-MAN BROKE THOG'S TUSK!!",
"gameVersion":"0.95.1a-RC6",
"gameVersion":"0.96a-RC7",
"jars":["jars/CombatChatter.jar"],
"dependencies": [
{"id": "lw_lazylib", "name": "LazyLib"},
{"id": "MagicLib", "name": "MagicLib"},
{"id": "MagicLib", "name": "MagicLib",
"version":{
"major":1,
"minor":0,
"patch":0
}
},
],
"modPlugin":"org.histidine.chatter.scripts.ChatterModPlugin",
}

0 comments on commit 8c6e333

Please sign in to comment.