11# Re-DSM Readme
22
3- ## Current Version: v7
3+ ## Current Version: v8
44
55### Console
66> Implemented an improved version of the console from E-Sports Mod
@@ -86,6 +86,7 @@ colcodes || Prints a list of all color codes in their colors | Client
8686 - If recording is stopped manually, it will resume on the next map unless this setting is turned off
8787- Option to continue recording recording replays until manually stopped
8888 - This can be used to have replay recording continue through map changes without auto-recording being turned on
89+ - Replays can be queued up to play in sequence automatically
8990
9091### Gamemodes
9192#### All Gamemodes
@@ -144,16 +145,20 @@ colcodes || Prints a list of all color codes in their colors | Client
144145 - Kill Log
145146 - Timer
146147 - Gamemodes
148+ - Added option to highlight own name on the scoreboard
149+ - Added option to show uber charge % on HUD
147150#### CTF Modes
148151- Added option to show the intel carrier's class
149152#### Control Point Modes
150153- Added option to show control point capture %
151154- Added optioin to show remaining control point capture time
152155- Added option to show the full capture point unlock timer
156+ - Added open to show a lock over locked control points
153157
154158### Damage Indicator
155159- Added damage indicator
156160 - Accurate tracking of damage numbers for each target hit
161+ - Option to show floating numbers over the target and/or a cumulative counter on the HUD
157162 - Option to show healing given, self damage, and healing target's damage
158163 - Customizable visuals and audio
159164 - Custom hitsounds should be stored in `../DSM/Sounds/`
@@ -176,9 +181,6 @@ colcodes || Prints a list of all color codes in their colors | Client
176181- Number of characters remaining is now shown when editing your player name and server name
177182- Added multi-client limit option to host options menu
178183
179- ### Audio
180- - Added master volume option
181-
182184### Freeze Time
183185- Added freeze time feature
184186 - Spawn doors will be locked until round is live
@@ -196,6 +198,7 @@ colcodes || Prints a list of all color codes in their colors | Client
196198- "Wrong number of players while deserializing state" error will now show the received and expected values
197199
198200### Quality of Life
201+ - Added master volume option
199202- Added option to disable automatically moving to spectator when AFK
200203- Added option to disable resizing the game window
201204- Added key bind for Superburst bubble (default key: ` R ` )
@@ -213,6 +216,7 @@ colcodes || Prints a list of all color codes in their colors | Client
213216- Added option to cycle through player's haxxy badges instead of showing all of them at once
214217- Added ` -30fps ` launch option to launch the game in 30 FPS, regardless of settings
215218- Added ` -60fps ` launch option to launch the game in 60 FPS, regardless of settings
219+ - Added option to enable friendly fire during round end
216220
217221### Performance
218222- Added ` -high ` launch option
0 commit comments