Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsBranK committed Jan 10, 2025
1 parent 13745e0 commit 48f7a10
Show file tree
Hide file tree
Showing 10 changed files with 209 additions and 90 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ permissions:
pages: write
id-token: write

# Allow one concurrent deployment
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: true
cancel-in-progress: false

jobs:
# Single deploy job since we're just deploying
Expand All @@ -29,14 +30,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v2
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: '.'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4
196 changes: 151 additions & 45 deletions arguments.html

Large diffs are not rendered by default.

Binary file modified 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 modified 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.
Binary file added assets/images/windows/reflector-3.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/windows/styles-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/windows/styles-2.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/windows/styles-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 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-4-7">Version 2.4.7</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>
Expand Down Expand Up @@ -255,6 +256,18 @@
<article class="docs-article" id="section-3">
<h1 class="docs-heading">Changelog</h1>

<section class="docs-section" id="item-3-4-7">
<h2 class="section-heading">Version 2.4.7 (January 10th 2025)</h2>
<h5>- Added a new "Adobe scaleform" tab to the reflector window, which lets you view the games UI tables, columns, and values.</h5>
<h5>- Added a new "Database" tab to the style editor which acts as an example of different hex colors and how they're displayed.</h5>
<h5>- Added another 16 attribute arguments for the database dumper, check the wiki for a full list of arguments and examples.</h5>
<h5>- Added more internal safety checking and error messages before initializing in case something goes wrong.</h5>
<h5>- Custom special edition labels will now be printed in the CodeRed log file just like normal editions.</h5>
<h5>- Remade how custom styles are parsed and written related to custom terminal themes and accents.</h5>
<h5>- Fixed the connections window sometimes not showing all available linked accounts when searching.</h5>
<h5>- Fixed the "[UTF16]" option not working properly for the database dumper commands.</h5>
</section>

<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>
Expand Down
77 changes: 38 additions & 39 deletions documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -489,80 +489,76 @@ <h3>Commands</h3>
<table class="table table-bordered">
<tbody>
<tr>
<th class="theme-bg-light"><b>database_dump_certifications</b></th>
<td>Dumps all information about certifications with the given arguments.</td>
</tr>
<tr>
<th class="theme-bg-light"><b>database_dump_errors</b></th>
<td>Dumps all error classes the game uses.</td>
</tr>
<tr>
<th class="theme-bg-light"><b>database_dump_esports</b></th>
<td>Dumps all information about esports events with the given arguments.</td>
<th class="theme-bg-light"><b>database_dump_slots</b></th>
<td>Dumps all information about product slots with the given arguments.</td>
</tr>
<tr>
<th class="theme-bg-light"><b>database_dump_functions</b></th>
<td>Dumps all unreal engine functions the game uses.</td>
<th class="theme-bg-light"><b>database_dump_products</b></th>
<td>Dumps all information about products with the given arguments.</td>
</tr>
<tr>
<th class="theme-bg-light"><b>database_dump_inventory</b></th>
<td>Dumps all information about your inventory with the given arguments.</td>
</tr>
<tr>
<th class="theme-bg-light"><b>database_dump_maps</b></th>
<td>Dumps all information about maps/stadiums with the given arguments.</td>
<th class="theme-bg-light"><b>database_dump_paints</b></th>
<td>Dumps all information about product paints with the given arguments.</td>
</tr>
<tr>
<th class="theme-bg-light"><b>database_dump_names</b></th>
<td>Dumps all global name instances.</td>
<th class="theme-bg-light"><b>database_dump_certifications</b></th>
<td>Dumps all information about certifications with the given arguments.</td>
</tr>
<tr>
<th class="theme-bg-light"><b>database_dump_objects</b></th>
<td>Dumps all global object instances.</td>
<th class="theme-bg-light"><b>database_dump_titles</b></th>
<td>Dumps all information about titles with the given arguments.</td>
</tr>
<tr>
<th class="theme-bg-light"><b>database_dump_paints</b></th>
<td>Dumps all information about product paints with the given arguments.</td>
<th class="theme-bg-light"><b>database_dump_specialeditions</b></th>
<td>Dumps all information special editions with the given arguments.</td>
</tr>
<tr>
<th class="theme-bg-light"><b>database_dump_teameditions</b></th>
<td>Dumps all information about team editions with the given arguments.</td>
</tr>
<tr>
<th class="theme-bg-light"><b>database_dump_playlists</b></th>
<td>Dumps all information about playlists with the given arguments.</td>
</tr>
<tr>
<th class="theme-bg-light"><b>database_dump_population</b></th>
<td>Dumps all information about population data with the given arguments.</td>
<th class="theme-bg-light"><b>database_dump_maps</b></th>
<td>Dumps all information about maps/stadiums with the given arguments.</td>
</tr>
<tr>
<th class="theme-bg-light"><b>database_dump_products</b></th>
<td>Dumps all information about products with the given arguments.</td>
<th class="theme-bg-light"><b>database_dump_esports</b></th>
<td>Dumps all information about esports events with the given arguments.</td>
</tr>
<tr>
<th class="theme-bg-light"><b>database_dump_series</b></th>
<td>Dumps all information about product series' with the given arguments.</td>
<th class="theme-bg-light"><b>database_dump_population</b></th>
<td>Dumps all information about population data with the given arguments.</td>
</tr>
<tr>
<th class="theme-bg-light"><b>database_dump_slots</b></th>
<td>Dumps all information about product slots with the given arguments.</td>
<th class="theme-bg-light"><b>database_dump_tournaments</b></th>
<td>Dumps all information about tournament schedules with the given arguments.</td>
</tr>
<tr>
<th class="theme-bg-light"><b>database_dump_specialeditions</b></th>
<td>Dumps all information special editions with the given arguments.</td>
<th class="theme-bg-light"><b>database_dump_gamemodes</b></th>
<td>Dumps all information about game modes with the given arguments.</td>
</tr>
<tr>
<th class="theme-bg-light"><b>database_dump_teameditions</b></th>
<td>Dumps all information about team editions with the given arguments.</td>
<th class="theme-bg-light"><b>database_dump_errors</b></th>
<td>Dumps all error classes the game uses.</td>
</tr>
<tr>
<th class="theme-bg-light"><b>database_dump_titles</b></th>
<td>Dumps all information about titles with the given arguments.</td>
<th class="theme-bg-light"><b>database_dump_functions</b></th>
<td>Dumps all unreal engine functions the game uses.</td>
</tr>
<tr>
<th class="theme-bg-light"><b>database_dump_tournaments</b></th>
<td>Dumps all information about tournament schedules with the given arguments.</td>
<th class="theme-bg-light"><b>database_dump_names</b></th>
<td>Dumps all global name instances.</td>
</tr>
<tr>
<th class="theme-bg-light"><b>database_dump_gamemodes</b></th>
<td>Dumps all information about game modes with the given arguments.</td>
<th class="theme-bg-light"><b>database_dump_objects</b></th>
<td>Dumps all global object instances.</td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -2183,6 +2179,9 @@ <h4>Window Name: <code>reflector</code></h4>
<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 class="col-12 col-md-4 mb-3">
<a href="assets/images/windows/reflector-3.png"><img class="figure-img img-fluid shadow rounded" src="assets/images/windows/reflector-3.png" alt="" title=""/></a>
</div>
</div>
</section>

Expand Down Expand Up @@ -2339,7 +2338,7 @@ <h4 class="pt-3"><i class="fas fa-question-circle me-1"></i> Can I customize the

<section class="docs-section" id="item-6-8">
<h4 class="pt-3"><i class="fas fa-question-circle me-1"></i>I found a bug or something doesn't work right.</h4>
<p>CodeRed is currently in beta so some features may not work as intended. If you would like to report a bug, crash, or feature that doesn't work right, please do so in the Discord server.</p>
<p>If you would like to report a bug, crash, or feature that doesn't work right, please do so in the Discord server.</p>
</section>
</article>

Expand Down

0 comments on commit 48f7a10

Please sign in to comment.