Skip to content

Commit a44d899

Browse files
committed
Initial Commit
1 parent 57b7709 commit a44d899

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed
2.82 KB
Loading

changelog.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
<nav id="docs-nav" class="docs-nav navbar">
5454
<ul class="section-items list-unstyled nav flex-column pb-3">
5555
<li class="nav-item section-title mt-3"><a class="nav-link scrollto" href="#section-3"><span class="theme-icon-holder me-2"><i class="fas fa-book"></i></span>Module Changelog</a></li>
56+
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-4-3">Version 2.4.3</a></li>
5657
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-4-2">Version 2.4.2</a></li>
5758
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-4-1">Version 2.4.1</a></li>
5859
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-4-0">Version 2.4.0</a></li>
@@ -250,6 +251,18 @@
250251
<article class="docs-article" id="section-3">
251252
<h1 class="docs-heading">Changelog</h1>
252253

254+
<section class="docs-section" id="item-3-4-3">
255+
<h2 class="section-heading">Version 2.4.3 (December 9th 2024)</h2>
256+
<h5>- Added a new setting <code>disable_epic_overlay</code> which disables the new Epic Games overlay, this works for both Steam and Epic.</h5>
257+
<h5>- Added the new "Shokunin" car bodies to the anonymizer setting <code>garage_hide_loadouts</code>.</h5>
258+
<h5>- Changed the "ImGui.ini" file to be stored in "CodeRed\Settings" as opposed to the games directory.</h5>
259+
<h5>- Fixed the <code>garage_hide_loadouts</code> setting not working as of the last game update.</h5>
260+
<h5>- Fixed duplicate spawn particles appearing on your car when applying CodeRed loadouts.</h5>
261+
<h5>- Fixed the disable boost pads settings not working properly as of the last game update</h5>
262+
<h5>- Fixed custom post process effects not working on some main menu backgrounds.</h5>
263+
<h5>- Improvements and bug fixes to ImGui related to hooks and global scaling.</h5>
264+
</section>
265+
253266
<section class="docs-section" id="item-3-4-2">
254267
<h2 class="section-heading">Version 2.4.2 (December 3rd 2024)</h2>
255268
<h5>- All custom freeplay car and stadium colors will also work in online freeplay matches.</h5>

documentation.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,10 @@ <h3>Settings</h3>
444444
<th class="theme-bg-light"><b>manager_purge_logs &lttrue-false&gt</b></th>
445445
<td>Automatically deletes old "Launch.log" backups in your log folder on game launch.</td>
446446
</tr>
447+
<tr>
448+
<th class="theme-bg-light"><b>disable_epic_overlay &lttrue-false&gt</b></th>
449+
<td>Disables the Epic Games Overlay from running.</td>
450+
</tr>
447451
</tbody>
448452
</table>
449453
</div>

0 commit comments

Comments
 (0)