Skip to content

Commit 48f7a10

Browse files
committed
Initial Commit
1 parent 13745e0 commit 48f7a10

File tree

10 files changed

+209
-90
lines changed

10 files changed

+209
-90
lines changed

.github/workflows/static.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ permissions:
1515
pages: write
1616
id-token: write
1717

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

2324
jobs:
2425
# Single deploy job since we're just deploying
@@ -29,14 +30,14 @@ jobs:
2930
runs-on: ubuntu-latest
3031
steps:
3132
- name: Checkout
32-
uses: actions/checkout@v3
33+
uses: actions/checkout@v4
3334
- name: Setup Pages
34-
uses: actions/configure-pages@v2
35+
uses: actions/configure-pages@v5
3536
- name: Upload artifact
36-
uses: actions/upload-pages-artifact@v1
37+
uses: actions/upload-pages-artifact@v3
3738
with:
3839
# Upload entire repository
3940
path: '.'
4041
- name: Deploy to GitHub Pages
4142
id: deployment
42-
uses: actions/deploy-pages@v1
43+
uses: actions/deploy-pages@v4

arguments.html

Lines changed: 151 additions & 45 deletions
Large diffs are not rendered by default.
1.48 KB
Loading
-13 Bytes
Loading
90.2 KB
Loading

assets/images/windows/styles-1.png

8.58 KB
Loading

assets/images/windows/styles-2.png

-36.5 KB
Loading

assets/images/windows/styles-3.png

7.8 KB
Loading

changelog.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
<nav id="docs-nav" class="docs-nav navbar">
5454
<ul class="section-items list-unstyled nav flex-column pb-3">
5555
<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>
56+
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-4-7">Version 2.4.7</a></li>
5657
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-4-6">Version 2.4.6</a></li>
5758
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-4-5">Version 2.4.5</a></li>
5859
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-4-4">Version 2.4.4</a></li>
@@ -255,6 +256,18 @@
255256
<article class="docs-article" id="section-3">
256257
<h1 class="docs-heading">Changelog</h1>
257258

259+
<section class="docs-section" id="item-3-4-7">
260+
<h2 class="section-heading">Version 2.4.7 (January 10th 2025)</h2>
261+
<h5>- Added a new "Adobe scaleform" tab to the reflector window, which lets you view the games UI tables, columns, and values.</h5>
262+
<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>
263+
<h5>- Added another 16 attribute arguments for the database dumper, check the wiki for a full list of arguments and examples.</h5>
264+
<h5>- Added more internal safety checking and error messages before initializing in case something goes wrong.</h5>
265+
<h5>- Custom special edition labels will now be printed in the CodeRed log file just like normal editions.</h5>
266+
<h5>- Remade how custom styles are parsed and written related to custom terminal themes and accents.</h5>
267+
<h5>- Fixed the connections window sometimes not showing all available linked accounts when searching.</h5>
268+
<h5>- Fixed the "[UTF16]" option not working properly for the database dumper commands.</h5>
269+
</section>
270+
258271
<section class="docs-section" id="item-3-4-6">
259272
<h2 class="section-heading">Version 2.4.6 (January 1st 2025)</h2>
260273
<h5>- Added a new "Unreal Reflector" window for developers, this tool lets you view game objects and their properties in real time.</h5>

documentation.html

Lines changed: 38 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -489,80 +489,76 @@ <h3>Commands</h3>
489489
<table class="table table-bordered">
490490
<tbody>
491491
<tr>
492-
<th class="theme-bg-light"><b>database_dump_certifications</b></th>
493-
<td>Dumps all information about certifications with the given arguments.</td>
494-
</tr>
495-
<tr>
496-
<th class="theme-bg-light"><b>database_dump_errors</b></th>
497-
<td>Dumps all error classes the game uses.</td>
498-
</tr>
499-
<tr>
500-
<th class="theme-bg-light"><b>database_dump_esports</b></th>
501-
<td>Dumps all information about esports events with the given arguments.</td>
492+
<th class="theme-bg-light"><b>database_dump_slots</b></th>
493+
<td>Dumps all information about product slots with the given arguments.</td>
502494
</tr>
503495
<tr>
504-
<th class="theme-bg-light"><b>database_dump_functions</b></th>
505-
<td>Dumps all unreal engine functions the game uses.</td>
496+
<th class="theme-bg-light"><b>database_dump_products</b></th>
497+
<td>Dumps all information about products with the given arguments.</td>
506498
</tr>
507499
<tr>
508500
<th class="theme-bg-light"><b>database_dump_inventory</b></th>
509501
<td>Dumps all information about your inventory with the given arguments.</td>
510502
</tr>
511503
<tr>
512-
<th class="theme-bg-light"><b>database_dump_maps</b></th>
513-
<td>Dumps all information about maps/stadiums with the given arguments.</td>
504+
<th class="theme-bg-light"><b>database_dump_paints</b></th>
505+
<td>Dumps all information about product paints with the given arguments.</td>
514506
</tr>
515507
<tr>
516-
<th class="theme-bg-light"><b>database_dump_names</b></th>
517-
<td>Dumps all global name instances.</td>
508+
<th class="theme-bg-light"><b>database_dump_certifications</b></th>
509+
<td>Dumps all information about certifications with the given arguments.</td>
518510
</tr>
519511
<tr>
520-
<th class="theme-bg-light"><b>database_dump_objects</b></th>
521-
<td>Dumps all global object instances.</td>
512+
<th class="theme-bg-light"><b>database_dump_titles</b></th>
513+
<td>Dumps all information about titles with the given arguments.</td>
522514
</tr>
523515
<tr>
524-
<th class="theme-bg-light"><b>database_dump_paints</b></th>
525-
<td>Dumps all information about product paints with the given arguments.</td>
516+
<th class="theme-bg-light"><b>database_dump_specialeditions</b></th>
517+
<td>Dumps all information special editions with the given arguments.</td>
518+
</tr>
519+
<tr>
520+
<th class="theme-bg-light"><b>database_dump_teameditions</b></th>
521+
<td>Dumps all information about team editions with the given arguments.</td>
526522
</tr>
527523
<tr>
528524
<th class="theme-bg-light"><b>database_dump_playlists</b></th>
529525
<td>Dumps all information about playlists with the given arguments.</td>
530526
</tr>
531527
<tr>
532-
<th class="theme-bg-light"><b>database_dump_population</b></th>
533-
<td>Dumps all information about population data with the given arguments.</td>
528+
<th class="theme-bg-light"><b>database_dump_maps</b></th>
529+
<td>Dumps all information about maps/stadiums with the given arguments.</td>
534530
</tr>
535531
<tr>
536-
<th class="theme-bg-light"><b>database_dump_products</b></th>
537-
<td>Dumps all information about products with the given arguments.</td>
532+
<th class="theme-bg-light"><b>database_dump_esports</b></th>
533+
<td>Dumps all information about esports events with the given arguments.</td>
538534
</tr>
539535
<tr>
540-
<th class="theme-bg-light"><b>database_dump_series</b></th>
541-
<td>Dumps all information about product series' with the given arguments.</td>
536+
<th class="theme-bg-light"><b>database_dump_population</b></th>
537+
<td>Dumps all information about population data with the given arguments.</td>
542538
</tr>
543539
<tr>
544-
<th class="theme-bg-light"><b>database_dump_slots</b></th>
545-
<td>Dumps all information about product slots with the given arguments.</td>
540+
<th class="theme-bg-light"><b>database_dump_tournaments</b></th>
541+
<td>Dumps all information about tournament schedules with the given arguments.</td>
546542
</tr>
547543
<tr>
548-
<th class="theme-bg-light"><b>database_dump_specialeditions</b></th>
549-
<td>Dumps all information special editions with the given arguments.</td>
544+
<th class="theme-bg-light"><b>database_dump_gamemodes</b></th>
545+
<td>Dumps all information about game modes with the given arguments.</td>
550546
</tr>
551547
<tr>
552-
<th class="theme-bg-light"><b>database_dump_teameditions</b></th>
553-
<td>Dumps all information about team editions with the given arguments.</td>
548+
<th class="theme-bg-light"><b>database_dump_errors</b></th>
549+
<td>Dumps all error classes the game uses.</td>
554550
</tr>
555551
<tr>
556-
<th class="theme-bg-light"><b>database_dump_titles</b></th>
557-
<td>Dumps all information about titles with the given arguments.</td>
552+
<th class="theme-bg-light"><b>database_dump_functions</b></th>
553+
<td>Dumps all unreal engine functions the game uses.</td>
558554
</tr>
559555
<tr>
560-
<th class="theme-bg-light"><b>database_dump_tournaments</b></th>
561-
<td>Dumps all information about tournament schedules with the given arguments.</td>
556+
<th class="theme-bg-light"><b>database_dump_names</b></th>
557+
<td>Dumps all global name instances.</td>
562558
</tr>
563559
<tr>
564-
<th class="theme-bg-light"><b>database_dump_gamemodes</b></th>
565-
<td>Dumps all information about game modes with the given arguments.</td>
560+
<th class="theme-bg-light"><b>database_dump_objects</b></th>
561+
<td>Dumps all global object instances.</td>
566562
</tr>
567563
</tbody>
568564
</table>
@@ -2183,6 +2179,9 @@ <h4>Window Name: <code>reflector</code></h4>
21832179
<div class="col-12 col-md-4 mb-3">
21842180
<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>
21852181
</div>
2182+
<div class="col-12 col-md-4 mb-3">
2183+
<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>
2184+
</div>
21862185
</div>
21872186
</section>
21882187

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

23402339
<section class="docs-section" id="item-6-8">
23412340
<h4 class="pt-3"><i class="fas fa-question-circle me-1"></i>I found a bug or something doesn't work right.</h4>
2342-
<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>
2341+
<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>
23432342
</section>
23442343
</article>
23452344

0 commit comments

Comments
 (0)