Skip to content

Commit

Permalink
v1.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Histidine91 committed Sep 27, 2024
1 parent 189d860 commit ecbefaa
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
/jars/nbproject
/nbproject
/.idea
/out
/out
/data/config/chatter/characters/*.zip
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.14.1
Current release version: v1.14.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
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 1.14.2

* New characters by Bjarl: soase_tec_transport, military_1, military_2, military_3, military_4, robotic_2, robotic_3, robotic_4, robotic_5, church_1, church_2, corpo_2
* Add config options to resize chatter box portrait and font
* Replace most cases of "sir" in dialog lines with the commander's honorific (including non-player commanders)
* Fix chatter box portrait offset with UI scaling again

Version 1.14.1

* Add some Sins of a Solar Empire and Jagged Alliance 3 characters: soase_tec_bb, soase_tec_carrier, soase_tec_colony, soase_tec_javelin, soase_tec_kodiak, soase_tec_siege, soase_tec_support, soase_tec_titan, soase_tec_transport, ja3_flay, ja3_kalyna, ja3_livewire
Expand Down
2 changes: 1 addition & 1 deletion chatter.version
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"major":1,
"minor":14,
"patch":1
"patch":2
},
"starsectorVersion":"0.97a-RC11",
"directDownloadURL":"https://github.com/Histidine91/SS-CombatChatter/releases/download/v1.14.1/CombatChatter_1.14.1.zip",
Expand Down
Binary file modified jars/CombatChatter.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions mod_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"version":{
"major":1,
"minor":14,
"patch":1
"patch":2
},
"utility":true,
"description":"talky-man broke thog's tusk. TALKY-MAN BROKE THOG'S TUSK!!",
"gameVersion":"0.97a-RC8",
"gameVersion":"0.97a-RC11",
"jars":["jars/CombatChatter.jar"],
"dependencies": [
{"id": "lw_lazylib", "name": "LazyLib"},
Expand Down

0 comments on commit ecbefaa

Please sign in to comment.