Skip to content

Commit 40d0812

Browse files
committed
Initial Commit
1 parent 869f2be commit 40d0812

6 files changed

Lines changed: 24 additions & 3 deletions

File tree

arguments.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -923,6 +923,14 @@ <h4>Command Name: <code>database_dump_playlists</code></h4>
923923
<th class="theme-bg-light"><b>playlist_bool_allow_eac_terminations</b></th>
924924
<td>true</td>
925925
</tr>
926+
<tr>
927+
<th class="theme-bg-light"><b>playlist_bool_enforce_ddos_protection</b></th>
928+
<td>true</td>
929+
</tr>
930+
<tr>
931+
<th class="theme-bg-light"><b>playlist_bool_enforce_firewall_protections</b></th>
932+
<td>true</td>
933+
</tr>
926934
</tbody>
927935
</table>
928936
</section>
-52.8 KB
Loading
12.3 KB
Loading
3.22 KB
Loading

changelog.html

Lines changed: 15 additions & 2 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-4-0-0">Version 3.0.0</a></li>
5657
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-9-9">Version 2.9.9</a></li>
5758
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-9-8">Version 2.9.8</a></li>
5859
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-9-7">Version 2.9.7</a></li>
@@ -209,10 +210,22 @@
209210
<article class="docs-article" id="section-3">
210211
<h1 class="docs-heading">Changelog</h1>
211212

213+
<section class="docs-section" id="item-4.0.0">
214+
<h2 class="section-heading">Version 3.0.0 (April 28th 2026)</h2>
215+
<h5>- Easy Anti-Cheat has been added, CodeRed will only work with the "-noeac" option from here on out.</h5>
216+
<h5>- Increased the max limit of the <code>imgui_reflector_object_limit</code> setting from "256" to "1024" because why not.</h5>
217+
<h5>- Added a "property filter" box in the reflector window that lets you filter the properties in classes by either their name or value.</h5>
218+
<h5>- Added two new parameters for the <code>database_dump_playlists</code> command, <code>playlist_bool_enforce_ddos_protection</code> and <code>playlist_bool_enforce_firewall_protections</code>.</h5>
219+
<h5>- Fixed a crash with the reflector window that happened when trying to read TArrays with "FScriptDelegate"'s in them, such as the "OnlineSubsystemSteamworks" class.</h5>
220+
<h5>- Fixed the clock at noon displaying "0:00 PM" instead of "12:00 PM" if you had the <code>imgui_clock_24</code> setting set to false.</h5>
221+
<h5>- Updated the internal SDK to the latest version of Rocket League.</h5>
222+
<h5>- Upgraded the internal ImGui framework to version 1.92.7.</h5>
223+
</section>
224+
212225
<section class="docs-section" id="item-3-9-9">
213226
<h2 class="section-heading">Version 2.9.9 (March 23rd 2026)</h2>
214227
<h5>- Added a new setting <code>imgui_clock_weekday</code>, which will also show what day it is in the clock overlay window.</h5>
215-
<h5>- Fixed the clock at midnight displaying "00:00 AM" instead of "12:00 AM" if you had the "imgui_clock_24" setting set to false.</h5>
228+
<h5>- Fixed the clock at midnight displaying "00:00 AM" instead of "12:00 AM" if you had the <code>imgui_clock_24</code> setting set to false.</h5>
216229
<h5>- Updated the internal SDK to the latest version of Rocket League.</h5>
217230
</section>
218231

@@ -221,7 +234,7 @@ <h2 class="section-heading">Version 2.9.8 (March 20th 2026)</h2>
221234
<h5>- Added a new setting <code>interface_disable_playlist_mmr</code>, which disables the new built in mmr on the playlist selection screen.</h5>
222235
<h5>- The decal dropdown box in the garage tab now only shows decals that can be equipped to your current car, as opposed to every decal in the game.</h5>
223236
<h5>- Removed the <code>imgui_draw_clock</code> setting, if you want to use the clock just manually open the window yourself.</h5>
224-
<h5>- Renamed the `interface_vote_to_forfiet` command to `interface_vote_to_forfeit`, fixing a typo.</h5>
237+
<h5>- Renamed the <code>interface_vote_to_forfiet</code> command to <code>interface_vote_to_forfeit</code>, fixing a typo.</h5>
225238
<h5>- Fixed nested TArrays in the reflector window not showing how many elements are in the array in their name.</h5>
226239
<h5>- Fixed a rare crash that could happen upon injection related to parsing your actual loadout to a CodeRed one.</h5>
227240
<h5>- Fixed the new built in mmr on playlists being all out of whack on the main menu.</h5>

documentation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ <h3>Settings</h3>
369369
<td>Use objects full names instead of their address for the json exporter in reflector window.</td>
370370
</tr>
371371
<tr>
372-
<th class="theme-bg-light"><b>imgui_reflector_object_limit &lt1-256&gt</b></th>
372+
<th class="theme-bg-light"><b>imgui_reflector_object_limit &lt1-1024&gt</b></th>
373373
<td>The limit of object instances to search for and display with the reflector window.</td>
374374
</tr>
375375
<tr>

0 commit comments

Comments
 (0)