Skip to content

Commit c09d531

Browse files
committed
Initial Commit
1 parent 26da007 commit c09d531

File tree

4 files changed

+22
-6
lines changed

4 files changed

+22
-6
lines changed

arguments.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -247,10 +247,6 @@ <h5>All product slot and product attribute arguments can be used with this comma
247247
<th class="theme-bg-light"><b>product_bool_platform_exclusive</b></th>
248248
<td>true</td>
249249
</tr>
250-
<tr>
251-
<th class="theme-bg-light"><b>product_bool_include_se</b></th>
252-
<td>false</td>
253-
</tr>
254250
<tr>
255251
<th class="theme-bg-light"><b>product_bool_replaced</b></th>
256252
<td>false</td>
62.6 KB
Loading

changelog.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +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-5-8">Version 2.5.8</a></li>-->
65+
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-5-8">Version 2.5.8</a></li>
6666
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-5-7">Version 2.5.7</a></li>
6767
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-5-6">Version 2.5.6</a></li>
6868
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-5-5">Version 2.5.5</a></li>
@@ -277,11 +277,23 @@
277277
<article class="docs-article" id="section-3">
278278
<h1 class="docs-heading">Changelog</h1>
279279

280+
<section class="docs-section" id="item-3-5-8">
281+
<h2 class="section-heading">Version 2.5.8 (March 25th 2025)</h2>
282+
<h5>- Temporarily disabling custom avatars again, as it seems to be the main cause of random crashes when opening the scoreboard (thanks Psyonix).</h5>
283+
<h5>- Added an "All" option for paints in the thumbnail renderer, which exports all paint variants of the selected product at once.</h5>
284+
<h5>- Added two new commands <code>play_sound</code> and <code>play_sound_async</code>, which plays a ".wav" audio file from the given arguments.</h5>
285+
<h5>- Removed the <code>product_bool_include_se</code> argument from the product dumper as it no longer exists.</h5>
286+
<h5>- Various improvements and bug fixes to the new thumbnail renderer system.</h5>
287+
<h5>- Optimizations related to downloading images and player avatars.</h5>
288+
<h5>- Updated internal SDK to the latest version of Rocket League.</h5>
289+
</section>
290+
280291
<section class="docs-section" id="item-3-5-7">
281292
<h2 class="section-heading">Version 2.5.7 (March 21st 2025)</h2>
282293
<h5>- Added a new setting in the misc tab called <code>disable_crossbar_sound</code> which is self explanatory.</h5>
283294
<h5>- Enabled custom playlist images again in the textures tab after some bug fixes and improvements.</h5>
284295
<h5>- Remade the thumbnail renderer to be all command and setting based, the ImGui window now just calls commands for you.</h5>
296+
<h5>- Fixed the <code>stadium_legacy_clubs</code> setting applying all black colors to both teams in 1v1 matches, which is now my second time fixing this.</h5>
285297
<h5>- Fixed a bug that caused CodeRed to say you didn't meet the required specs related to grabbing your ram size.</h5>
286298
<h5>- Fixed the <code>freeplay_unlimited_flips</code> setting not working as of the last game update.</h5>
287299
<h5>- Upgraded the internal ImGui framework to version 1.91.9.</h5>

documentation.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,14 @@ <h3>Commands</h3>
410410
<th class="theme-bg-light"><b>collect_garbage_full</b></th>
411411
<td>Forces a full purge all objects marked for destroy, pending kill, as well as unreferenced objects.</td>
412412
</tr>
413+
<tr>
414+
<th class="theme-bg-light"><b>play_sound</b></th>
415+
<td>Plays a ".wav" file, using its file path as arguments.</td>
416+
</tr>
417+
<tr>
418+
<th class="theme-bg-light"><b>play_sound_async</b></th>
419+
<td>Plays a ".wav" file asynchronously, using its file path as arguments.</td>
420+
</tr>
413421
<tr>
414422
<th class="theme-bg-light"><b>inventory_sync</b></th>
415423
<td>Syncs your online inventory with Psyonix and Epic Games.</td>
@@ -2021,7 +2029,7 @@ <h3>Settings</h3>
20212029
<td>The file format for the thumbnail image data to be exported as.</td>
20222030
</tr>
20232031
<tr>
2024-
<th class="theme-bg-light"><b>thumbnail_export_delay &lt30-30000&gt</b></th>
2032+
<th class="theme-bg-light"><b>thumbnail_export_delay &lt10-10000&gt</b></th>
20252033
<td>The delay in milliseconds used to wait after loading product packages.</td>
20262034
</tr>
20272035
<tr>

0 commit comments

Comments
 (0)