You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+32-13Lines changed: 32 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
-
## [Unreleased]
7
+
## [Release v6.0.0] - 2024/02/11
8
8
9
9
<details><summary><b>Added</b></summary>
10
10
@@ -58,7 +58,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
58
58
Most base explosions and Riot Shield sounds have been redone.
59
59
Human actors have redone foley sounds (terrain impacts, device switching sounds) and also new subtle footstep sounds, including light and heavy variants for the various light and heavy actors.
60
60
Shields now make noise when walked with.
61
-
New sounds effects have been added for when helmets or armour are shot at.
61
+
Flesh and metal penetration sounds have been overhauled to be more varied and interesting.
62
62
63
63
- New delivery system, Buy Doors:
64
64
Buy doors are customizable inert background objects that can take orders either via Lua messages or by using the pie menu near them.
@@ -183,6 +183,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
183
183
`z` is the patch number, which is currently not enforced.
184
184
185
185
Mods published for any development builds must match that development version exactly.
186
+
187
+
- Flesh and metal penetration sounds have been overhauled.
188
+
Base.rte wounds have been tweaked a bit to aid sound organization. Most actors now re-define their wounds inline to change the sound used, rather than having copies pre-defined in Base.rte.
189
+
190
+
As a result, the following wounds have been removed: Dent Metal Chest Plate, Dent Metal Helmet, Wound Clothed Flesh Head, Wound Clothed Flesh Limb, Wound Clothed Flesh Torso.
191
+
192
+
The following sounds have been removed: Armored Flesh Limb Impact.
@@ -2042,7 +2060,7 @@ This can be accessed via the new Lua (R/W) `SettingsMan` property `AIUpdateInter
2042
2060
2043
2061
***
2044
2062
2045
-
## [0.1.0 pre-release 2][0.1.0-pre2] - 2020/05/08
2063
+
## [Release v2.0.0] - 2020/05/08
2046
2064
2047
2065
<details><summary><b>Added</b></summary>
2048
2066
@@ -2270,7 +2288,7 @@ This can be accessed via the new Lua (R/W) `SettingsMan` property `AIUpdateInter
2270
2288
2271
2289
***
2272
2290
2273
-
## [0.1.0 pre-release 1][0.1.0-pre1] - 2020/01/27
2291
+
## [Release v1.0.0] - 2020/01/27
2274
2292
2275
2293
<details><summary><b>Added</b></summary>
2276
2294
@@ -2362,9 +2380,10 @@ This can be accessed via the new Lua (R/W) `SettingsMan` property `AIUpdateInter
2362
2380
Note: For a log of changes made prior to the commencement of the open source community project, look [here.](https://github.com/cortex-command-community/Cortex-Command-Community-Project-Source/wiki/Previous-Closed-Source-Changelog)
0 commit comments