Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsBranK committed Feb 3, 2025
1 parent 8447e7d commit fa258b7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
Binary file modified assets/images/modules/online-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
<nav id="docs-nav" class="docs-nav navbar">
<ul class="section-items list-unstyled nav flex-column pb-3">
<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>
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-5-1">Version 2.5.1</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-5-0">Version 2.5.0</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-4-9">Version 2.4.9</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-4-8">Version 2.4.8</a></li>
Expand Down Expand Up @@ -253,6 +254,19 @@
<article class="docs-article" id="section-3">
<h1 class="docs-heading">Changelog</h1>

<section class="docs-section" id="item-3-5-1">
<h2 class="section-heading">Version 2.5.1 (February 3rd 2025)</h2>
<h5>- Temporarily disabled custom player avatars while I work on a fix for them being destroyed randomly after scoring goals.</h5>
<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>
<h5>- Fixed some cars in online matches randomly having the stocktane preset applied to them despite not using any anonymizer settings.</h5>
<h5>- Fixed some titles not restoring to their original colors on the scoreboard if you disabled loadouts mid-game.</h5>
<h5>- Fixed a rare thread racing crash that could happen with the reflector window and clearing instances.</h5>
<h5>- Fixed the <code>freeplay_goal_speed</code> setting spamming the balls speed in chat in online matches.</h5>
<h5>- Fixed the matchmaker window missing some limited time events and the new Split Shot modes.</h5>
<h5>- Internal bug fixes and optimizations related to API requests.</h5>
<h5>- Upgraded the internal ImGui framework to version 1.91.8.</h5>
</section>

<section class="docs-section" id="item-3-5-0">
<h2 class="section-heading">Version 2.5.0 (January 28th 2025)</h2>
<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>
Expand Down
4 changes: 4 additions & 0 deletions documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -1013,6 +1013,10 @@ <h3>Settings</h3>
<th class="theme-bg-light"><b>garage_hide_loadouts &lttrue-false&gt</b></th>
<td>Removes all products from players loadouts that you encounter online that aren't stock products.</td>
</tr>
<tr>
<th class="theme-bg-light"><b>garage_patch_invisible &lttrue-false&gt</b></th>
<td>Attempts to detect invisible loadout hacks from other players, and applies the stocktane preset to them.</td>
</tr>
</tbody>
</table>
</div>
Expand Down

0 comments on commit fa258b7

Please sign in to comment.