Skip to content

Commit be7810a

Browse files
committed
Initial Commit
1 parent e2e17c9 commit be7810a

File tree

5 files changed

+271
-279
lines changed

5 files changed

+271
-279
lines changed

arguments.html

Lines changed: 9 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -27,29 +27,23 @@
2727
<div class="site-logo"><a class="navbar-brand" href="index.html"><span class="logo-text">Code<span class="logo-text-alt">Red<span class="text-alt"> - Arguments</span></span></span></a></div>
2828
</div>
2929
<div class="docs-top-utilities d-flex justify-content-end align-items-center">
30-
<div class="top-search-box d-none d-lg-flex">
31-
<form class="search-form">
32-
<input type="text" placeholder="Search the docs..." name="search" class="form-control search-input">
33-
<button type="submit" class="btn search-btn" value="Search"><i class="fas fa-search"></i></button>
34-
</form>
35-
</div>
36-
<ul class="social-list list-inline mx-md-3 mx-lg-5 mb-0 d-none d-lg-flex">
30+
<!-- <div class="top-search-box d-none d-lg-flex">
31+
<form class="search-form">
32+
<input type="text" placeholder="Search the docs..." name="search" class="form-control search-input">
33+
<button type="submit" class="btn search-btn" value="Search"><i class="fas fa-search"></i></button>
34+
</form>
35+
</div> -->
36+
<ul class="social-list list-inline mx-md-4 mx-lg-4 mb-0 d-none d-lg-flex">
3737
<li class="list-inline-item"><a href="https://discord.gg/NmPd4XXTHT"><i class="fab fa-discord fa-fw"></i></a></li>
3838
<li class="list-inline-item"><a href="https://github.com/CodeRedModding"><i class="fab fa-github fa-fw"></i></a></li>
3939
</ul>
40-
<a href="https://github.com/CodeRedModding/CodeRed-Launcher/releases" class="btn btn-primary d-none d-lg-flex">Download</a>
40+
<a href="https://github.com/CodeRedModding/CodeRed-Launcher/releases/latest/download/CodeRedLauncher.zip" class="btn btn-primary d-none d-lg-flex">Download</a>
4141
</div>
4242
</div>
4343
</div>
4444
</header>
4545
<div class="docs-wrapper">
4646
<div id="docs-sidebar" class="docs-sidebar">
47-
<div class="top-search-box d-lg-none p-3">
48-
<form class="search-form">
49-
<input type="text" placeholder="Search the docs..." name="search" class="form-control search-input">
50-
<button type="submit" class="btn search-btn" value="Search"><i class="fas fa-search"></i></button>
51-
</form>
52-
</div>
5347
<nav id="docs-nav" class="docs-nav navbar">
5448
<ul class="section-items list-unstyled nav flex-column pb-3">
5549
<li class="nav-item section-title mt-3"><a class="nav-link scrollto" href="#section-1"><span class="theme-icon-holder me-2"><i class="fas fa-folder-open"></i></span>Exporting</a></li>
@@ -92,14 +86,6 @@ <h5>Add these at the end of your command to specify how your file is exported.</
9286
<th class="theme-bg-light"><b>[JSON]</b></th>
9387
<td>Dumps the command you're using in JSON format.</td>
9488
</tr>
95-
<tr>
96-
<th class="theme-bg-light"><b>[UTF8]</b></th>
97-
<td>Forces all characters to be encoded in the UTF8 standard.</td>
98-
</tr>
99-
<tr>
100-
<th class="theme-bg-light"><b>[UTF16]</b></th>
101-
<td>Prints all characters as raw UTF16, the games default encoding.</td>
102-
</tr>
10389
</tbody>
10490
</table>
10591
</section>
@@ -550,7 +536,7 @@ <h4>Command Name(s): <code>database_dump_products, database_dump_inventory</code
550536
<td>2269</td>
551537
</tr>
552538
<tr>
553-
<th class="theme-bg-light"><b>attribute_special_edition_label</b></th>
539+
<th class="theme-bg-light"><b>attribute_custom_edition_label</b></th>
554540
<td>Scorched</td>
555541
</tr>
556542
<tr>
21.5 KB
Loading

changelog.html

Lines changed: 29 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -27,32 +27,27 @@
2727
<div class="site-logo"><a class="navbar-brand" href="index.html"><span class="logo-text">Code<span class="logo-text-alt">Red<span class="text-alt"> - Changelog</span></span></span></a></div>
2828
</div>
2929
<div class="docs-top-utilities d-flex justify-content-end align-items-center">
30-
<div class="top-search-box d-none d-lg-flex">
31-
<form class="search-form">
32-
<input type="text" placeholder="Search the docs..." name="search" class="form-control search-input">
33-
<button type="submit" class="btn search-btn" value="Search"><i class="fas fa-search"></i></button>
34-
</form>
35-
</div>
36-
<ul class="social-list list-inline mx-md-3 mx-lg-5 mb-0 d-none d-lg-flex">
30+
<!-- <div class="top-search-box d-none d-lg-flex">
31+
<form class="search-form">
32+
<input type="text" placeholder="Search the docs..." name="search" class="form-control search-input">
33+
<button type="submit" class="btn search-btn" value="Search"><i class="fas fa-search"></i></button>
34+
</form>
35+
</div> -->
36+
<ul class="social-list list-inline mx-md-4 mx-lg-4 mb-0 d-none d-lg-flex">
3737
<li class="list-inline-item"><a href="https://discord.gg/NmPd4XXTHT"><i class="fab fa-discord fa-fw"></i></a></li>
3838
<li class="list-inline-item"><a href="https://github.com/CodeRedModding"><i class="fab fa-github fa-fw"></i></a></li>
3939
</ul>
40-
<a href="https://github.com/CodeRedModding/CodeRed-Launcher/releases" class="btn btn-primary d-none d-lg-flex">Download</a>
40+
<a href="https://github.com/CodeRedModding/CodeRed-Launcher/releases/latest/download/CodeRedLauncher.zip" class="btn btn-primary d-none d-lg-flex">Download</a>
4141
</div>
4242
</div>
4343
</div>
4444
</header>
4545
<div class="docs-wrapper">
4646
<div id="docs-sidebar" class="docs-sidebar">
47-
<div class="top-search-box d-lg-none p-3">
48-
<form class="search-form">
49-
<input type="text" placeholder="Search the docs..." name="search" class="form-control search-input">
50-
<button type="submit" class="btn search-btn" value="Search"><i class="fas fa-search"></i></button>
51-
</form>
52-
</div>
5347
<nav id="docs-nav" class="docs-nav navbar">
5448
<ul class="section-items list-unstyled nav flex-column pb-3">
5549
<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>
50+
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-4-8">Version 2.4.8</a></li>
5651
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-4-7">Version 2.4.7</a></li>
5752
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-4-6">Version 2.4.6</a></li>
5853
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-4-5">Version 2.4.5</a></li>
@@ -256,6 +251,23 @@
256251
<article class="docs-article" id="section-3">
257252
<h1 class="docs-heading">Changelog</h1>
258253

254+
<section class="docs-section" id="item-3-4-8">
255+
<h2 class="section-heading">Version 2.4.8 (January 17th 2025)</h2>
256+
<h5>- Opened the connections window to the public, this tool lets you search for players linked accounts if any are found.</h5>
257+
<h5>- JSON values exported via the database dumper now use proper null values for arguments.</h5>
258+
<h5>- Renamed the <code>attribute_special_edition_label</code> argument to <code>attribute_custom_edition_label</code> for better clarity.</h5>
259+
<h5>- Removed the encoding arguments for the database dumper, all commands will now be exported in UTF8 with multi-byte support.</h5>
260+
<h5>- Removed the included emoji font, as nothing uses it anymore in favor of "Remix Icon".</h5>
261+
<h5>- Fixed a crash that could happen with the reflector window related to viewing static arrays.</h5>
262+
<h5>- Fixed items not equipping to your loadout on the main menu if you clicked equip via an item drop.</h5>
263+
<h5>- Fixed some rumble pickups, such as spikes, not showing during goal replays when using CodeRed loadouts.</h5>
264+
<h5>- Fixed some instances of your CodeRed loadout not applying during goal replays.</h5>
265+
<h5>- Fixed custom terminal themes for styles causing the terminal font to reset to default.</h5>
266+
<h5>- Fixed title ids not printing their instance number for the database dumper.</h5>
267+
<h5>- Upgraded the internal ImGui framework to version 1.91.7.</h5>
268+
<h5>- Internal code refactoring and bug fixes.</h5>
269+
</section>
270+
259271
<section class="docs-section" id="item-3-4-7">
260272
<h2 class="section-heading">Version 2.4.7 (January 10th 2025)</h2>
261273
<h5>- Added a new "Adobe scaleform" tab to the reflector window, which lets you view the games UI tables, columns, and values.</h5>
@@ -600,7 +612,7 @@ <h5>- Upgraded the internal ImGui framework to version 1.9.5.</h5>
600612

601613
<section class="docs-section" id="item-3-1-0">
602614
<h2 class="section-heading">Version 2.1.0 (April 8th 2024)</h2>
603-
<h5>- Fixed a rare but critical crash that could happen related to incorrectly parsing json data.</h5>
615+
<h5>- Fixed a rare but critical crash that could happen related to incorrectly parsing JSON data.</h5>
604616
<h5>- Fixed a bug that could cause CodeRed to think you were playing in offline mode.</h5>
605617
<h5>- Minor internal optimizations.</h5>
606618
</section>
@@ -1180,7 +1192,7 @@ <h5>- Added a new <code>playlist_name</code> argument for the <code>database_dum
11801192
<h5>- Fixed a rare crash that could happen when first injecting if the game was unfocused.</h5>
11811193
<h5>- Fixed the fps overlay setting sometimes being toggled off and on the wrong way.</h5>
11821194
<h5>- Fixed title presets not applying to your banner in freeplay when viewing goal replays.</h5>
1183-
<h5>- Fixed new lines invalidating the json schema in some of the database dumper commands.</h5>
1195+
<h5>- Fixed new lines invalidating the JSON schema in some of the database dumper commands.</h5>
11841196
</section>
11851197
11861198
<section class="docs-section" id="item-2-5-6">
@@ -1224,7 +1236,7 @@ <h5>- The title database system is fully dynamic now and no longer requires a Co
12241236
<h5>- Fixed some UTF16 characters showing up as question marks in ImGui if your game was in French, Italian, Spanish, etc...</h5>
12251237
<h5>- Fixed selecting or updating player borders with the garage module causing crashes.</h5>
12261238
<h5>- Fixed a crash that could happen when loading into an offline match such as freeplay or custom training.</h5>
1227-
<h5>- Fixed your custom player name sometimes not saving and parsing properly if you had json characters in them.</h5>
1239+
<h5>- Fixed your custom player name sometimes not saving and parsing properly if you had JSON characters in them.</h5>
12281240
<h5>- Fixed your chat/qickchat thinking you're sending messages too fast sometimes in online games.</h5>
12291241
<h5>- Fixed your title sometimes not restoring to its original one after disabling garage presets.</h5>
12301242
<h5>- Internal optimizations and improvements.</h5>

0 commit comments

Comments
 (0)