Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsBranK committed Sep 6, 2024
1 parent 9bc97b9 commit a345621
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 6 deletions.
24 changes: 18 additions & 6 deletions arguments.html
Original file line number Diff line number Diff line change
Expand Up @@ -639,12 +639,16 @@ <h2 class="section-heading">Matchmaking Playlists</h2>
<th class="theme-bg-light"><b>playlist_bool_kickonmigrate</b></th>
<td>false</td>
</tr>
<tr>
<th class="theme-bg-light"><b>playlist_bool_checkmatchreservations</b></th>
<td>false</td>
</tr>
<tr>
<th class="theme-bg-light"><b>playlist_bool_broadcastcancellations</b></th>
<td>true</td>
</tr>
<tr>
<th class="theme-bg-light"><b>playlist_bool_skip_mode_verification</b></th>
<th class="theme-bg-light"><b>playlist_bool_skipmodeverification</b></th>
<td>false</td>
</tr>
<tr>
Expand Down Expand Up @@ -695,6 +699,14 @@ <h2 class="section-heading">Matchmaking Playlists</h2>
<th class="theme-bg-light"><b>playlist_icon_inactive_url</b></th>
<td>https://rl-cdn.psyonix.com/Playlists/Images/rl_mode_heatseeker_2.png</td>
</tr>
<tr>
<th class="theme-bg-light"><b>playlist_node_thumbnail_url</b></th>
<td>https://rl-cdn.psyonix.com/Playlists/Images/Finals/playlist_ltm_hauntedheatseeker_asdfjkh.png</td>
</tr>
<tr>
<th class="theme-bg-light"><b>playlist_node_thumbnail_package</b></th>
<td>UI_PlayMenuV4_LTM.playlist_ltm_hauntedheatseeker</td>
</tr>
<tr>
<th class="theme-bg-light"><b>playlist_map_name</b></th>
<td>throwbackhockey_p</td>
Expand Down Expand Up @@ -926,10 +938,6 @@ <h2 class="section-heading">Game Modes</h2>
<th class="theme-bg-light"><b>gamemode_index</b></th>
<td>1</td>
</tr>
<tr>
<th class="theme-bg-light"><b>gamemode_archetype</b></th>
<td>None</td>
</tr>
<tr>
<th class="theme-bg-light"><b>gamemode_map_set</b></th>
<td>Exhibition</td>
Expand All @@ -947,9 +955,13 @@ <h2 class="section-heading">Game Modes</h2>
<td>BallType, BallMaxSpeed, Items</td>
</tr>
<tr>
<th class="theme-bg-light"><b>gamemode_enabled</b></th>
<th class="theme-bg-light"><b>gamemode_bool_enabled</b></th>
<td>true</td>
</tr>
<tr>
<th class="theme-bg-light"><b>gamemode_bool_private_match_only</b></th>
<td>false</td>
</tr>
<tr>
<th class="theme-bg-light"><b>gamemode_gameinfo_class</b></th>
<td>GameInfo_GodBall_TA</td>
Expand Down
10 changes: 10 additions & 0 deletions changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,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-2-9">Version 2.3.0</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-2-9">Version 2.2.9</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-2-8">Version 2.2.8</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-2-7">Version 2.2.7</a></li>
Expand Down Expand Up @@ -237,6 +238,15 @@
<article class="docs-article" id="section-3">
<h1 class="docs-heading">Changelog</h1>

<section class="docs-section" id="item-3-3-0">
<h2 class="section-heading">Version 2.3.0 (September 6th 2024)</h2>
<h5>- Added two new arguments related to node images for the playlist dumper.</h5>
<h5>- Added the new BMW cars to the anonymizer setting <code>garage_hide_loadouts</code>.</h5>
<h5>- Fixed the <code>freeplay_clear_overrides</code> setting not applying if you had loadouts disabled.</h5>
<h5>- Important internal backend changes to the API.</h5>
<h5>- Upgraded the internal ImGui framework to version 1.91.1.</h5>
</section>

<section class="docs-section" id="item-3-2-9">
<h2 class="section-heading">Version 2.2.9 (September 3rd 2024)</h2>
<h5>- Added the new "Drift Woods" maps to the main menu background changer.</h5>
Expand Down

0 comments on commit a345621

Please sign in to comment.