Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsBranK committed Jun 10, 2024
1 parent a43b705 commit 356042f
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 3 deletions.
Binary file modified assets/images/modules/presence-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/modules/presence-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 11 additions & 1 deletion 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>Changelog (Beta)</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-2-1">Version 2.2.1</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-2-0">Version 2.2.0</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-1-9">Version 2.1.9</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-1-8">Version 2.1.8</a></li>
Expand Down Expand Up @@ -222,6 +223,15 @@
<article class="docs-article" id="section-3">
<h1 class="docs-heading">Changelog (Beta)</h1>

<section class="docs-section" id="item-3-2-1">
<h2 class="section-heading">Version 2.2.1 (June 10th 2024)</h2>
<h5>- Added a new setting <code>presence_discord_party</code> which enables showing that you're in a party for Discord rich presence.</h5>
<h5>- Fixed a crash that could happen with Discord rich presence if you didn't have Discord open in the background.</h5>
<h5>- Improved various elements to Discord rich presence text and timers.</h5>
<h5>- Improvements to the custom platform avatar system.</h5>
<h5>- Upgraded the internal ImGui framework to version 1.9.8.</h5>
</section>

<section class="docs-section" id="item-3-2-0">
<h2 class="section-heading">Version 2.2.0 (June 4th 2024)</h2>
<h5>- Added the new "Salty Shores (Salty Fest)" map to the main menu background changer.</h5>
Expand Down Expand Up @@ -500,7 +510,7 @@ <h5>- Possibly fixed a random crash related to minimizing the game and restoring
<h2 class="section-heading">Version 1.9.4 (December 8th 2023)</h2>
<h5>- Remade all the custom example playlist textures to match the games new UI.</h5>
<h5>- Remade the matchmaker window to be fully dynamic, you can now search limited time events and rotating competitive playlists that match the games new UI.</h5>
<h5>- You can now change where notifications appear with the `imgui_notification_corner` setting. 1 is top right, 2 is top left, 3 is bottom left, and 4 is bottom right.</h5>
<h5>- You can now change where notifications appear with the <code>imgui_notification_corner</code> setting. 1 is top right, 2 is top left, 3 is bottom left, and 4 is bottom right.</h5>
<h5>- The gamestate debugger can now be repositioned just like the session tracker, hold ctrl and double right click on the window for options.</h5>
<h5>- Fixed garage profiles sometimes not applying fully when first loading into freeplay or custom training packs.</h5>
<h5>- Fixed the population stats setting not displaying the correct numbers, it was adding the wrong playlists together that you had selected.</h5>
Expand Down
29 changes: 27 additions & 2 deletions documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -1410,13 +1410,17 @@ <h3>Settings</h3>
<th class="theme-bg-light"><b>presence_discord_fallback &lttrue-false&gt</b></th>
<td>Enables showing the CodeRed logo in custom Discord rich presence if no small image is found.</td>
</tr>
<tr>
<th class="theme-bg-light"><b>presence_discord_maps &lttrue-false&gt</b></th>
<td>Enables showing the current map image that you're on for Discord rich presence.</td>
</tr>
<tr>
<th class="theme-bg-light"><b>presence_discord_menu &lttrue-false&gt</b></th>
<td>Enables showing extra details about what you're doing on the main menu for Discord rich presence.</td>
</tr>
<tr>
<th class="theme-bg-light"><b>presence_discord_maps &lttrue-false&gt</b></th>
<td>Enables showing the current map image that you're on for Discord rich presence.</td>
<th class="theme-bg-light"><b>presence_discord_party &lttrue-false&gt</b></th>
<td>Enables showing that you're in a party, as well as the number of party members for Discord rich presence.</td>
</tr>
<tr>
<th class="theme-bg-light"><b>presence_discord_shots &lttrue-false&gt</b></th>
Expand Down Expand Up @@ -1453,6 +1457,27 @@ <h3>Settings</h3>
</tbody>
</table>
</div>
<!--
<h3>Commands</h3>
<div class="table-responsive my-4">
<table class="table table-bordered">
<tbody>
<tr>
<th class="theme-bg-light"><b>presence_discord_accept &ltarguments&gt</b></th>
<td>Accepts a party join request with the users Discord id as the given arguments.</td>
</tr>
<tr>
<th class="theme-bg-light"><b>presence_discord_deny &ltarguments&gt</b></th>
<td>Denies a party join request with the users Discord id as the given arguments.</td>
</tr>
<tr>
<th class="theme-bg-light"><b>presence_discord_ignore &ltarguments&gt</b></th>
<td>Ignores a party join request with the users Discord id as the given arguments.</td>
</tr>
</tbody>
</table>
</div>
-->
</section>

<section class="docs-section" id="item-4-7">
Expand Down

0 comments on commit 356042f

Please sign in to comment.