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
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,9 +53,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
53
53
);
54
54
```
55
55
56
-
- Many new sounds added to the game.
56
+
- Many new sounds have been added or enhanced.
57
57
Browncoats have gotten a full sound revamp for everything except their actors. Every Browncoat item now has its own custom sounds.
58
-
Most base explosions and Riot Shield sounds have been redone.
58
+
Most base explosions and Riot Shield sounds have been redone.
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
+
Shields now make noise when walked with.
61
+
New sounds effects have been added for when helmets or armour are shot at.
59
62
60
63
- New delivery system, Buy Doors:
61
64
Buy doors are customizable inert background objects that can take orders either via Lua messages or by using the pie menu near them.
@@ -76,10 +79,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
76
79
HUDHandler, which provides functions for displaying listed objectives, panning the camera, and other camera-related utilities.
77
80
SaveLoadHandler, which can serialize tables and also handle saving and loading tricky things like MOs.
78
81
TacticsHandler, which is a framework to add tasks and squads and have those squads go around doing tasks without further input.
79
-
80
-
- 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.
81
-
82
-
- Shields now make noise when walked with.
83
82
84
83
- Two minor utility scripts:
85
84
MOUtility, which currently has functions to smartly set MOs to be unhittable or to freeze actor HP.
0 commit comments