Releases: CodeRedModding/CodeRed-Launcher
v1.6.4
📚 Changelog
- Added support for the BC3 pixel format for thumbnails, they are now they are exported as
.ddsfiles. - Added a new texture browser window; which allows you to draw, preview, and export loaded textures in the game. You can open this window with
imgui_toggle textures. - Added a new dumper command
database_dump_gamemodes, which lets you dump info about game modes; see the wiki for a list of the new arguments. - Fixed an issue with the auto reset input buffer setting being spammed during goal replays.
- Fixed a rare crash that could happen when using the database dumper.
- Note that textures that use a really small compression format, like BC1 and G8, aren't supported with texture exporter at the moment.
- The launcher no longer is top most above all other windows when updating.
📋 Version Information
- Launcher: v1.2.1
- Module: v1.6.4
- Published: June 21st 2023
📌 System Requirements
1. Must be on Windows 10 (x64) or greater.
2. Must have at least 4GB of vram and 8GB of system ram.
3. Must have the .NET 9.0 runtime installed to use the launcher.
📦 Download
If this is your first time using CodeRed, you can click this link to download the installer!
Want to fully remove CodeRed from your system? Click this link to download the uninstaller.
v1.6.3
📚 Changelog
- Added extra detail to the gamestate debugger window, as well as changed the formatting.
- Fixed a memory leak issue with the thumbnail render when using the automation modes.
- Fixed preset titles not showing in custom training packs when viewing goal replays.
- Fixed a crash that could happen between loading screens as of the last Rocket League update.
- Fixed the alpha value in custom styles not being loaded in correctly if it was set to fully transparent.
- Internal optimizations and code refactoring.
📋 Version Information
- Launcher: v1.2.0
- Module: v1.6.3
- Published: June 16th 2023
📌 System Requirements
1. Must be on Windows 10 (x64) or greater.
2. Must have at least 4GB of vram and 8GB of system ram.
3. Must have the .NET 9.0 runtime installed to use the launcher.
📦 Download
If this is your first time using CodeRed, you can click this link to download the installer!
Want to fully remove CodeRed from your system? Click this link to download the uninstaller.
v1.6.2
📚 Changelog
- Added an experimental
allproduct slot option for the automation settings, which will try render and export every single product thumbnail. - Added the
thumbnail_clear_queuecommand which will stop any current thumbnail queue or render. - Fixed the GUI not appearing if you injected while in fullscreen mode, but the window was out of focus.
- Fixed a random crash that could happen on injection.
- Fixed some naming mistakes in ImGui.
- Implemented an experimental fix for alt tabbing issues.
- Updated the internal SDK to the latest version of Rocket League.
📋 Version Information
- Launcher: v1.2.0
- Module: v1.6.2
- Published: June 14th 2023
📌 System Requirements
1. Must be on Windows 10 (x64) or greater.
2. Must have at least 4GB of vram and 8GB of system ram.
3. Must have the .NET 9.0 runtime installed to use the launcher.
📦 Download
If this is your first time using CodeRed, you can click this link to download the installer!
Want to fully remove CodeRed from your system? Click this link to download the uninstaller.
v1.6.1
📚 Changelog
- Fixed the scam checker not working while trading for
TradeDB.netfor steam users. - Fixed the auto replay saver causing crashes, which happened loading in or out of games after a replay was saved.
- Fixed a crash that happened in freeplay/training if you reset your car after the game requested a new auth ticket.
- Fixed the
manager_purge_dumpssetting not working because Psyonix decided to change crash dump file names for some reason. - Fixed the main menu background not changing if you injected before the main menu screen.
- Fixed some visual glitches with the mmr tracker window for rank ups.
- Fixed ImGui text colors being messed up if you manually clicked one of the popup suggestions in the terminal instead of pressing tab.
📋 Version Information
- Launcher: v1.2.0
- Module: v1.6.1
- Published: June 9th 2023
📌 System Requirements
1. Must be on Windows 10 (x64) or greater.
2. Must have at least 4GB of vram and 8GB of system ram.
3. Must have the .NET 9.0 runtime installed to use the launcher.
📦 Download
If this is your first time using CodeRed, you can click this link to download the installer!
Want to fully remove CodeRed from your system? Click this link to download the uninstaller.
v1.6.0
📚 Changelog
- Added the
Estadio Vidamap to the main menu background changer. - Changed the description of the injection notification to say what the hotkey is to open the dashboard.
- Fixed some issues with the thumbnail auto renderer, also added extra console logging for product ids that failed to export.
- Fixed a crash that happened when you tried to use the ball hotkeys if you had them disabled with the
freeplay_disable_hotkeyssetting. - Fixed the fps overlay not working as of last update.
- Updated the internal SDK to the latest version of Rocket League.
- Upgraded the internal ImGui framework to version 1.89.6.
- Fixed news articles not being parsed correctly in the launcher as of the last Rocket League update.
📋 Version Information
- Launcher: v1.2.0
- Module: v1.6.0
- Published: June 7th 2023
📌 System Requirements
1. Must be on Windows 10 (x64) or greater.
2. Must have at least 4GB of vram and 8GB of system ram.
3. Must have the .NET 9.0 runtime installed to use the launcher.
📦 Download
If this is your first time using CodeRed, you can click this link to download the installer!
Want to fully remove CodeRed from your system? Click this link to download the uninstaller.
v1.5.9
📚 Changelog
- Added documentation for the database dumper arguments to the CodeRed website.
- Added a new
product_sort_priorityargument for the database dumper for offline products. - Added a new
collect_garbagecommand, which forces the game to purge all transient and unused objects in memory. It will also call my phone directly and I will come to your house and take out your trash for you (if I'm available). - Added the
thumbnail_render_product <product-id> <paint-id>command, which renders a product thumbnail with an optional paint argument. Example beingthumbnail_render_product 23 12. - Added the
thumbnail_render_slot <slot-id> <paint-id>command, which renders all product thumbnails in the given slot; with an optional paint argument. Example beingthumbnail_render_slot 0 12. - Added a new
thumbnail_buffer_delaysetting, which allows you to customize the render/load delay for thumbnails in milliseconds. - Added a
don't overwriteoption to the thumbnail renderer, which will skip files that were already rendered. This is also an optional argument for the new render commands, add[NOWRITE]at the end of the command. - Added automation settings in the thumbnail renderer window, which auto exports all products in a given slot.
- Product thumbnails now export in separate folders depending on their product slot.
- Fixed the thumbnail renderer not working from the last Rocket League update, they changed textures around internally a bit.
- Fixed the thumbnail renderer sometimes crashing by selecting different products too fast.
- Fixed a crash that happen when receiving items while using custom textures.
📋 Version Information
- Launcher: v1.1.9
- Module: v1.5.9
- Published: June 1st 2023
📌 System Requirements
1. Must be on Windows 10 (x64) or greater.
2. Must have at least 4GB of vram and 8GB of system ram.
3. Must have the .NET 9.0 runtime installed to use the launcher.
📦 Download
If this is your first time using CodeRed, you can click this link to download the installer!
Want to fully remove CodeRed from your system? Click this link to download the uninstaller.
v1.5.8
📚 Changelog
- Added the
manager_toggle_settingsetting which toggles a boolean setting back and forth from true and false for easier key bindings. - Added a new
playlist_nameargument for thedatabase_dump_playlistscommand, which dumps the class name for playlists; example beingUGCTrainingEditor. - Fixed a rare crash that could happen when first injecting if the game was unfocused.
- Fixed the fps overlay setting sometimes being toggled off and on the wrong way.
- Fixed title presets not applying to your banner in freeplay when viewing goal replays.
- Fixed new lines invalidating the json schema in some of the database dumper commands.
📋 Version Information
- Launcher: v1.1.8
- Module: v1.5.8
- Published: May 24th 2023
📌 System Requirements
1. Must be on Windows 10 (x64) or greater.
2. Must have at least 4GB of vram and 8GB of system ram.
3. Must have the .NET 9.0 runtime installed to use the launcher.
📦 Download
If this is your first time using CodeRed, you can click this link to download the installer!
Want to fully remove CodeRed from your system? Click this link to download the uninstaller.
v1.5.7
📚 Changelog
- Fixed a crash that happened when using the chat commands if you had chat disabled in your settings (for real this time).
- Fixed a crash that could happen at the start of kickoffs.
- Fixed special titles not being displayed on other CodeRed users in-game.
- Improvements to alt-tabbing while in fullscreen mode.
- Internal optimizations and code refactoring.
📋 Version Information
- Launcher: v1.1.8
- Module: v1.5.7
- Published: May 19th 2023
📌 System Requirements
1. Must be on Windows 10 (x64) or greater.
2. Must have at least 4GB of vram and 8GB of system ram.
3. Must have the .NET 9.0 runtime installed to use the launcher.
📦 Download
If this is your first time using CodeRed, you can click this link to download the installer!
Want to fully remove CodeRed from your system? Click this link to download the uninstaller.
v1.5.6
📚 Changelog
- Slightly adjusted some of the default styles, including the custom terminal themes to be more easily readable.
- Added proper UTF16 to UTF8 encoding for the database dumper when using the
[UTF8]parameter - Fixed a crash that happened when using the chat commands if you had chat disabled in your settings.
- Fixed playlist populations sometimes showing zero players online when searching.
- Fixed some playlist titles showing as
Unknownin the console when first injecting. - Fixed some inconsistencies with player titles.
- Internal optimizations and improvements.
- Fixed some news articles parsing wrong in the launcher causing an error message to be displayed.
- Fixed injection modes breaking in the launcher if you switched between manual and timeout mode while it was injecting.
📋 Version Information
- Launcher: v1.1.8
- Module: v1.5.6
- Published: May 15th 2023
📌 System Requirements
1. Must be on Windows 10 (x64) or greater.
2. Must have at least 4GB of vram and 8GB of system ram.
3. Must have the .NET 9.0 runtime installed to use the launcher.
📦 Download
If this is your first time using CodeRed, you can click this link to download the installer!
Want to fully remove CodeRed from your system? Click this link to download the uninstaller.
v1.5.5
📚 Changelog
- Added a full colored emoji font, you'll notice some UI elements now use this feature.
- Added the command
imgui_emoji_debugwhich prints emojis to the console, this is to test glpyh ranges in the current font. - Switched the font rendering engine to use FreeType in ImGui, so text should be rendered much clearer and scale better.
- Fixed the
interface_auto_claimsetting not finding challenges to claim at the end of matches. - Fixed a crash that happened when creating or editing custom training packs.
- Fixed the trade scam checker not working properly as a result of the last update.
- Fixed the console being spammed with window messages from WndProc, this was only suppose to happen in debug mode.
- Fixed news articles not opening when you clicked them in the launcher.
- Other internal optimizations with the launcher.
📋 Version Information
- Launcher: v1.1.7
- Module: v1.5.5
- Published: May 10th 2023
📌 System Requirements
1. Must be on Windows 10 (x64) or greater.
2. Must have at least 4GB of vram and 8GB of system ram.
3. Must have the .NET 9.0 runtime installed to use the launcher.