Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsBranK committed Jan 1, 2025
1 parent 8a80ac8 commit 584bbe3
Show file tree
Hide file tree
Showing 5 changed files with 136 additions and 19 deletions.
92 changes: 90 additions & 2 deletions arguments.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,10 @@ <h2 class="section-heading">Offline Products</h2>
<th class="theme-bg-light"><b>product_quality_label</b></th>
<td>Limited</td>
</tr>
<tr>
<th class="theme-bg-light"><b>product_attribute_names</b></th>
<td>ProductAttribute_SpecialEditionLabel_TA, ProductAttribute_PaintSettingsUpload_TA</td>
</tr>
<tr>
<th class="theme-bg-light"><b>product_bool_whitelist_all</b></th>
<td>false</td>
Expand Down Expand Up @@ -355,8 +359,8 @@ <h2 class="section-heading">Online/Inventory Products</h2>
<td>60729611</td>
</tr>
<tr>
<th class="theme-bg-light"><b>online_attribute_string</b></th>
<td>CertifiedTurtleGoals1:</td>
<th class="theme-bg-light"><b>online_attribute_names</b></th>
<td>Blueprint, BlueprintCost, Painted</td>
</tr>
<tr>
<th class="theme-bg-light"><b>online_blueprint_series_id</b></th>
Expand Down Expand Up @@ -461,6 +465,90 @@ <h2 class="section-heading">Product Attributes</h2>
<th class="theme-bg-light"><b>attribute_blueprint_cost</b></th>
<td>2000</td>
</tr>
<tr>
<th class="theme-bg-light"><b>attribute_blueprint_id</b></th>
<td>5584</td>
</tr>
<tr>
<th class="theme-bg-light"><b>attribute_animated_skin_label</b></th>
<td>Animated Decal</td>
</tr>
<tr>
<th class="theme-bg-light"><b>attribute_compatible_products</b></th>
<td>403, 4770</td>
</tr>
<tr>
<th class="theme-bg-light"><b>attribute_container_bool_unlocked</b></th>
<td>false</td>
</tr>
<tr>
<th class="theme-bg-light"><b>attribute_container_bool_skip_roulette</b></th>
<td>false</td>
</tr>
<tr>
<th class="theme-bg-light"><b>attribute_container_bool_gift_box</b></th>
<td>false</td>
</tr>
<tr>
<th class="theme-bg-light"><b>attribute_key_bool_magic</b></th>
<td>false</td>
</tr>
<tr>
<th class="theme-bg-light"><b>attribute_currency_id</b></th>
<td>13</td>
</tr>
<tr>
<th class="theme-bg-light"><b>attribute_license_group_id</b></th>
<td>0</td>
</tr>
<tr>
<th class="theme-bg-light"><b>attribute_license_group_label</b></th>
<td>Default</td>
</tr>
<tr>
<th class="theme-bg-light"><b>attribute_license_bool_body</b></th>
<td>false</td>
</tr>
<tr>
<th class="theme-bg-light"><b>attribute_platform_exclusive_consoles</b></th>
<td>PC, PS4, Dingo</td>
</tr>
<tr>
<th class="theme-bg-light"><b>attribute_platform_exclusive_replacement</b></th>
<td>63</td>
</tr>
<tr>
<th class="theme-bg-light"><b>attribute_quality_id</b></th>
<td>0</td>
</tr>
<tr>
<th class="theme-bg-light"><b>attribute_quality_label</b></th>
<td>Common</td>
</tr>
<tr>
<th class="theme-bg-light"><b>attribute_reactive_label</b></th>
<td>PostMatchReactiveLabel</td>
</tr>
<tr>
<th class="theme-bg-light"><b>attribute_reactive_bool_has_preview</b></th>
<td>true</td>
</tr>
<tr>
<th class="theme-bg-light"><b>attribute_requires_product_id</b></th>
<td>2269</td>
</tr>
<tr>
<th class="theme-bg-light"><b>attribute_special_edition_label</b></th>
<td>Scorched</td>
</tr>
<tr>
<th class="theme-bg-light"><b>attribute_team_override_id</b></th>
<td>0</td>
</tr>
<tr>
<th class="theme-bg-light"><b>attribute_team_override_label</b></th>
<td>Blue</td>
</tr>
</tbody>
</table>
</section>
Expand Down
Binary file added assets/images/windows/reflector-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 added assets/images/windows/reflector-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 14 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>Module Changelog</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-4-6">Version 2.4.6</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-4-5">Version 2.4.5</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-4-4">Version 2.4.4</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-4-3">Version 2.4.3</a></li>
Expand Down Expand Up @@ -254,6 +255,18 @@
<article class="docs-article" id="section-3">
<h1 class="docs-heading">Changelog</h1>

<section class="docs-section" id="item-3-4-6">
<h2 class="section-heading">Version 2.4.6 (January 1st 2025)</h2>
<h5>- Added a new "Unreal Reflector" window for developers, this tool lets you view game objects and their properties in real time.</h5>
<h5>- Added a new database dump arguments for offline products, <code>product_attribute_names</code>, which prints its attribute names if any are found.</h5>
<h5>- Added over 20 new product attribute arguments for the database dumper, check the wiki for a full list of arguments and examples.</h5>
<h5>- Renamed the database argument <code>online_attribute_string</code> to <code>online_attribute_names</code> for consistency reasons</h5>
<h5>- Fixed the database dumper not escaping some specific special characters, turns out Psyonix likes to add random escape characters to strings for no reason.</h5>
<h5>- Fixed the <code>garage_remove_elon</code> setting causing your car to have the "mystery cloth" stuck on it after revealing drops.</h5>
<h5>- Fixed the connections window not displaying account ids as of the last Rocket League update.</h5>
<h5>- Internal bug fixes and lots of code refactoring.</h5>
</section>

<section class="docs-section" id="item-3-4-5">
<h2 class="section-heading">Version 2.4.5 (December 16th 2024)</h2>
<h5>- Added more detailed info for Discord rich presence while on the main menu.</h5>
Expand Down Expand Up @@ -1169,7 +1182,7 @@ <h5>- Internal optimizations and code refactoring.</h5>
<section class="docs-section" id="item-2-5-5">
<h2 class="section-heading">Version 1.5.5 (May 15th 2023)</h2>
<h5>- Slightly adjusted some of the default styles, including the custom terminal themes to be more easily readable.</h5>
<h5>- Added proper UTF16 to UTF8 encoding for the database dumper when using the "[UTF8]" parameter</h5>
<h5>- Added proper UTF16 to UTF8 encoding for the database dumper when using the "[UTF8]" argument</h5>
<h5>- Fixed a crash that happened when using the chat commands if you had chat disabled in your settings.</h5>
<h5>- Fixed playlist populations sometimes showing zero players online when searching.</h5>
<h5>- Fixed some playlist titles showing as "Unknown" in the terminal when first injecting.</h5>
Expand Down
48 changes: 32 additions & 16 deletions documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,15 @@
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-5">GameState Debugger</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-6">Matchmaker</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-7">Function Scanner</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-8">Style Editor</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-9">Terminal</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-10">Playlist Tracker</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-11">Texture Browser</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-12">Thumbnail Renderer</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-13">Clock</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-14">OBS Controls</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-15">ActorState Debugger</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-8">Reflection System</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-9">Style Editor</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-10">Terminal</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-11">Playlist Tracker</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-12">Texture Browser</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-13">Thumbnail Renderer</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-14">Clock</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-15">OBS Controls</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-16">ActorState Debugger</a></li>
<li class="nav-item section-title mt-3"><a class="nav-link scrollto" href="#section-6"><span class="theme-icon-holder me-2"><i class="fas fa-lightbulb"></i></span>FAQs</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-6-1">What Is CodeRed</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-6-2">Is It Bannable</a></li>
Expand Down Expand Up @@ -2112,7 +2113,7 @@ <h4>Window Name: <code>demo</code></h4>
<section class="docs-section" id="item-5-4">
<h2 class="section-heading">Post Process Editor</h2>
<h4>Window Name: <code>effects</code></h4>
<p>The post process editor is a powerful tool used for creating real-time visual effects. It has a wide range of features such as blurring, coloring, or lighting overrides, and works in all game modes as well as in replay files. You'll have to play around with the settings on your own and see what you come up with, there are two examples by default that I created; one is a simple black and white filter and the other one is a green night vision thing.</p>
<p>The post process editor is a tool that lets you create real-time visual effects; it has a wide range of features such as blurring, coloring, or lighting overrides, and works in all game modes as well as in replay files. You'll have to play around with the settings on your own and see what you come up with, there are two examples by default that I created; one is a simple black and white filter and the other one is a green night vision thing.</p>

<div class="simplelightbox-gallery row mb-3">
<div class="col-12 col-md-4 mb-3">
Expand Down Expand Up @@ -2171,6 +2172,21 @@ <h4>Window Name: <code>scanner</code></h4>
</section>

<section class="docs-section" id="item-5-8">
<h2 class="section-heading">Reflection System</h2>
<h4>Window Name: <code>reflector</code></h4>
<p>The reflector is a powerful tool that lets you search for object instances and view their property values in real time, it lets you see how the games internal reflection system works related to properties and classes. To prevent abuse, this tool is view only and you cannot modify their values or see what addresses the properties are at.</p>

<div class="simplelightbox-gallery row mb-3">
<div class="col-12 col-md-4 mb-3">
<a href="assets/images/windows/reflector-1.png"><img class="figure-img img-fluid shadow rounded" src="assets/images/windows/reflector-1.png" alt="" title=""/></a>
</div>
<div class="col-12 col-md-4 mb-3">
<a href="assets/images/windows/reflector-2.png"><img class="figure-img img-fluid shadow rounded" src="assets/images/windows/reflector-2.png" alt="" title=""/></a>
</div>
</div>
</section>

<section class="docs-section" id="item-5-9">
<h2 class="section-heading">Style Editor</h2>
<h4>Window Name: <code>styles</code></h4>
<p>The style editor allows you to fully customize CodeRed's UI, you can change everything from widget rounding, spacing, and custom colors.</p>
Expand All @@ -2188,7 +2204,7 @@ <h4>Window Name: <code>styles</code></h4>
</div>
</section>

<section class="docs-section" id="item-5-9">
<section class="docs-section" id="item-5-10">
<h2 class="section-heading">Terminal</h2>
<h4>Window Name: <code>terminal</code></h4>
<h4>Default Keybind: <code>F5</code></h4>
Expand All @@ -2201,7 +2217,7 @@ <h4>Default Keybind: <code>F5</code></h4>
</div>
</section>

<section class="docs-section" id="item-5-10">
<section class="docs-section" id="item-5-11">
<h2 class="section-heading">Playlist Tracker</h2>
<h4>Window Name: <code>tracker</code></h4>
<p>The tracker window is a little overlay that you can pin to one of the corners of your screen, it displays your current mmr, mmr needed to rank up/down, and win/loss streaks.</p>
Expand All @@ -2214,7 +2230,7 @@ <h4>Window Name: <code>tracker</code></h4>
</div>
</section>

<section class="docs-section" id="item-5-11">
<section class="docs-section" id="item-5-12">
<h2 class="section-heading">Texture Browser</h2>
<h4>Window Name: <code>textures</code></h4>
<p>The texture browser lets you preview and export almost any currently loadded texture in the game.</p>
Expand All @@ -2226,7 +2242,7 @@ <h4>Window Name: <code>textures</code></h4>
</div>
</section>

<section class="docs-section" id="item-5-12">
<section class="docs-section" id="item-5-13">
<h2 class="section-heading">Thumbnail Renderer</h2>
<h4>Window Name: <code>thumbnails</code></h4>
<p>The thumbnail render is an experimental tool used to rendering custom 3D scenes of products, it allows you to customize its paints, camera settings, and even export them to an image file.</p>
Expand All @@ -2242,7 +2258,7 @@ <h4>Window Name: <code>thumbnails</code></h4>
</div>
</section>

<section class="docs-section" id="item-5-13">
<section class="docs-section" id="item-5-14">
<h2 class="section-heading">Clock</h2>
<h4>Window Name: <code>clock</code></h4>
<p>This window simply draws a clock in the top left corner of your screen. You can change the format from 24 hour to 12 hour with the <code>imgui_clock_24</code> setting.</p>
Expand All @@ -2255,7 +2271,7 @@ <h4>Window Name: <code>clock</code></h4>
</div>
</section>

<section class="docs-section" id="item-5-14">
<section class="docs-section" id="item-5-15">
<h2 class="section-heading">OBS Controls</h2>
<h4>Window Name: <code>obs</code></h4>
<p>The OBS window allows for OBS's integration via its text source "read from file" option, you can toggle off an on any specific value listed and it will update in real time.</p>
Expand All @@ -2267,7 +2283,7 @@ <h4>Window Name: <code>obs</code></h4>
</div>
</section>

<section class="docs-section" id="item-5-15">
<section class="docs-section" id="item-5-16">
<h2 class="section-heading">ActorState Debugger</h2>
<h4>Window Name: <code>actorstates</code></h4>
<p>The actorstate debugger lets you view real time info about your car and the ball, as well as your cars inputs.</p>
Expand Down

0 comments on commit 584bbe3

Please sign in to comment.