Skip to content

Commit fa258b7

Browse files
committed
Initial Commit
1 parent 8447e7d commit fa258b7

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

assets/images/modules/online-1.png

28.5 KB
Loading

changelog.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
<nav id="docs-nav" class="docs-nav navbar">
4848
<ul class="section-items list-unstyled nav flex-column pb-3">
4949
<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>
50+
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-5-1">Version 2.5.1</a></li>
5051
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-5-0">Version 2.5.0</a></li>
5152
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-4-9">Version 2.4.9</a></li>
5253
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-4-8">Version 2.4.8</a></li>
@@ -253,6 +254,19 @@
253254
<article class="docs-article" id="section-3">
254255
<h1 class="docs-heading">Changelog</h1>
255256

257+
<section class="docs-section" id="item-3-5-1">
258+
<h2 class="section-heading">Version 2.5.1 (February 3rd 2025)</h2>
259+
<h5>- Temporarily disabled custom player avatars while I work on a fix for them being destroyed randomly after scoring goals.</h5>
260+
<h5>- Added a new setting <code>garage_patch_invisible</code> which attempts to detect and patch people using invisible loadout hacks. Before this was hardcoded in but it can now be turned on or off.</h5>
261+
<h5>- Fixed some cars in online matches randomly having the stocktane preset applied to them despite not using any anonymizer settings.</h5>
262+
<h5>- Fixed some titles not restoring to their original colors on the scoreboard if you disabled loadouts mid-game.</h5>
263+
<h5>- Fixed a rare thread racing crash that could happen with the reflector window and clearing instances.</h5>
264+
<h5>- Fixed the <code>freeplay_goal_speed</code> setting spamming the balls speed in chat in online matches.</h5>
265+
<h5>- Fixed the matchmaker window missing some limited time events and the new Split Shot modes.</h5>
266+
<h5>- Internal bug fixes and optimizations related to API requests.</h5>
267+
<h5>- Upgraded the internal ImGui framework to version 1.91.8.</h5>
268+
</section>
269+
256270
<section class="docs-section" id="item-3-5-0">
257271
<h2 class="section-heading">Version 2.5.0 (January 28th 2025)</h2>
258272
<h5>- Added a notification when using the <code>interface_disable_rendering</code> command, as a reminder you can press "ESC" to re-enable rendering.</h5>

documentation.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,6 +1013,10 @@ <h3>Settings</h3>
10131013
<th class="theme-bg-light"><b>garage_hide_loadouts &lttrue-false&gt</b></th>
10141014
<td>Removes all products from players loadouts that you encounter online that aren't stock products.</td>
10151015
</tr>
1016+
<tr>
1017+
<th class="theme-bg-light"><b>garage_patch_invisible &lttrue-false&gt</b></th>
1018+
<td>Attempts to detect invisible loadout hacks from other players, and applies the stocktane preset to them.</td>
1019+
</tr>
10161020
</tbody>
10171021
</table>
10181022
</div>

0 commit comments

Comments
 (0)