Skip to content

Commit 3b3a9a2

Browse files
committed
Initial Commit
1 parent efa8aa7 commit 3b3a9a2

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

changelog.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
<nav id="docs-nav" class="docs-nav navbar">
6363
<ul class="section-items list-unstyled nav flex-column pb-3">
6464
<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>
65+
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-8-6">Version 2.8.6</a></li>
6566
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-8-5">Version 2.8.5</a></li>
6667
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-8-4">Version 2.8.4</a></li>
6768
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-8-3">Version 2.8.3</a></li>
@@ -203,6 +204,15 @@
203204
<article class="docs-article" id="section-3">
204205
<h1 class="docs-heading">Changelog</h1>
205206

207+
<section class="docs-section" id="item-3-8-6">
208+
<h2 class="section-heading">Version 2.8.6 (November 20th 2025)</h2>
209+
<h5>- Added a new command <code>interface_click_startmenu</code>, which clicks past the start menu for you.</h5>
210+
<h5>- Added a new setting <code>autorun_delay</code>, which is the delay in seconds before "AutoRun.cr" is called after injection.</h5>
211+
<h5>- Added a new setting for the reflector window <code>imgui_reflector_guid</code>, which toggles between displaying FGuids as four integers or as strings.</h5>
212+
<h5>- Fixed custom titles sometimes not showing up in the dashboard if you had more than eight created.</h5>
213+
<h5>- Updated the internal SDK to the latest version of Rocket League.</h5>
214+
</section>
215+
206216
<section class="docs-section" id="item-3-8-5">
207217
<h2 class="section-heading">Version 2.8.5 (November 8th 2025)</h2>
208218
<h5>- Upgraded the internal ImGui framework to version 1.92.4, which changes how fonts are rasterized and rendered.</h5>

documentation.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,10 @@ <h3>Settings</h3>
369369
<th class="theme-bg-light"><b>imgui_reflector_no_tarray &lttrue-false&gt</b></th>
370370
<td>Don't read from TArray properties when loading instances with the reflector window.</td>
371371
</tr>
372+
<tr>
373+
<th class="theme-bg-light"><b>imgui_reflector_guid &lttrue-false&gt</b></th>
374+
<td>Display FGuids in string format instead of integer in the reflector window.</td>
375+
</tr>
372376
<tr>
373377
<th class="theme-bg-light"><b>imgui_reflector_object_limit &lt1-256&gt</b></th>
374378
<td>The limit of object instances to search for and display with the reflector window.</td>
@@ -517,6 +521,10 @@ <h3>Settings</h3>
517521
<th class="theme-bg-light"><b>auto_purge_logs &lttrue-false&gt</b></th>
518522
<td>Automatically deletes old "Launch.log" backups in your log folder on game launch.</td>
519523
</tr>
524+
<tr>
525+
<th class="theme-bg-light"><b>autorun_delay &lt1-300&gt</b></th>
526+
<td>Delay in seconds before calling your custom auto run variables.</td>
527+
</tr>
520528
<tr>
521529
<th class="theme-bg-light"><b>disable_epic_overlay &lttrue-false&gt</b></th>
522530
<td>Disables the Epic Games Overlay from running.</td>
@@ -1166,6 +1174,10 @@ <h3>Commands</h3>
11661174
<th class="theme-bg-light"><b>interface_vote_to_foreit</b></th>
11671175
<td>Votes to forfeit in the current online match you are in.</td>
11681176
</tr>
1177+
<tr>
1178+
<th class="theme-bg-light"><b>interface_click_startmenu</b></th>
1179+
<td>Clicks the start menu screen for you to progress to the main menu.</td>
1180+
</tr>
11691181
<tr>
11701182
<th class="theme-bg-light"><b>matchmaking_cancel</b></th>
11711183
<td>Cancel the current matchmaking search.</td>

0 commit comments

Comments
 (0)