CtrRGBPAT2 3DS: Difference between revisions
More actions
Created page with "{{Infobox 3DS Homebrews |title=CtrRGBPAT2 |image=CtrRGBPAT23DS.png |description=LED customisation for 3DS. |author=Golem642 |lastupdated=2023/12/11 |type=Utilities |version=2.3 |license=MIT |download=https://dlhb.gamebrew.org/3dshomebrews/CtrRGBPAT23DS.7z |website=https://github.com/Golem642/CtrRGBPAT2 |source=https://github.com/Golem642/CtrRGBPAT2 |donation= }} {{#seo: |title= (Utilities) - GameBrew |title_mode=append |image=CtrRGBPAT23DS.png |image_alt=CtrRGBPAT2 }} Ct..." |
No edit summary |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 4: | Line 4: | ||
|description=LED customisation for 3DS. | |description=LED customisation for 3DS. | ||
|author=Golem642 | |author=Golem642 | ||
|lastupdated= | |lastupdated=2025/04/27 | ||
|type=Utilities | |type=Utilities | ||
|version=2. | |version=2.5 | ||
|license=MIT | |license=MIT | ||
|download=https://dlhb.gamebrew.org/3dshomebrews/CtrRGBPAT23DS.7z | |download=https://dlhb.gamebrew.org/3dshomebrews/CtrRGBPAT23DS.7z | ||
| Line 19: | Line 19: | ||
|image_alt=CtrRGBPAT2 | |image_alt=CtrRGBPAT2 | ||
}} | }} | ||
CtrRGBPAT2 is a 3DS application allows the LED color to be changed. In order for this to work, Luma CFW (custom firmware) needs to be installed. Thanks to [[CtrRGBPATTY 3DS|CPunch]] for the original project | CtrRGBPAT2 is a 3DS application allows the LED color to be changed. In order for this to work, [[Luma3DS|Luma CFW]] (custom firmware) needs to be installed. | ||
Thanks to [[CtrRGBPATTY 3DS|CPunch]] for the original project. | |||
== Features == | == Features == | ||
Customize the LED color and pattern for when you receive notifications! | * Customize the LED color and pattern for when you receive notifications! | ||
* You can customize the LED for every type of notification (there are more than you think...). | |||
* Everything is simple and made so you cannot possibly screw something up (unless you really wanted to). | |||
== Q&A == | |||
'''Q. My console crashes on boot after the patch!''' | |||
Delete the files at <code>/luma/sysmodules/0004013000003502.ips</code> and <code>/luma/titles/0004013000003502/code.ips</code> and try again. | |||
Do not use the app, send a GitHub issue in this repo, and wait for the next release where there will be a fix. | |||
'''Q. What does the two unknown patterns do ?''' | |||
The "Unknown" patterns triggers when your console boots or exits sleep mode, it can make up for some pretty cool transitions for when you open the lid. | |||
As for the second friend notification type, it's probably for when someone plays a game you can join using the friend list, still unsure though. | |||
==Screenshots== | ==Screenshots== | ||
https://dlhb.gamebrew.org/3dshomebrews/images/CtrRGBPAT23DS-01.png | https://dlhb.gamebrew.org/3dshomebrews/images/CtrRGBPAT23DS-01.png | ||
https://dlhb.gamebrew.org/3dshomebrews/images/CtrRGBPAT23DS-02.png | https://dlhb.gamebrew.org/3dshomebrews/images/CtrRGBPAT23DS-02.png | ||
https://dlhb.gamebrew.org/3dshomebrews/images/CtrRGBPAT23DS-03.png | https://dlhb.gamebrew.org/3dshomebrews/images/CtrRGBPAT23DS-03.png | ||
https://dlhb.gamebrew.org/3dshomebrews/images/CtrRGBPAT23DS-04.png | https://dlhb.gamebrew.org/3dshomebrews/images/CtrRGBPAT23DS-04.png | ||
==Media== | ==Media== | ||
'''How to Add RGBPAT2 to Your 2DS/3DS | Step-by-Step Installation Guide''' ([https://www.youtube.com/watch?v=g9zYhCXmuIE 3DS Flux]) <br> | '''How to Add RGBPAT2 to Your 2DS/3DS | Step-by-Step Installation Guide''' ([https://www.youtube.com/watch?v=g9zYhCXmuIE 3DS Flux]) <br> | ||
<youtube width= | <youtube width="640">g9zYhCXmuIE</youtube> | ||
==Changelog== | ==Changelog== | ||
'''v2.5''' | |||
* Reworked the menus a bit (again). | |||
* Pattern editor now also shows separate R G and B values that you can edit. | |||
* Added loading menus for default animations and currently installed animations. | |||
* Added previews in a few places (pattern editor, low battery, and some loading menus) | |||
* Added joystick/CPAD support. | |||
* Added direction holding support (you can now move faster in the menus). | |||
* Added better B key handling (go back one menu at a time instead of directly to the main menu). | |||
* Fixed the colors not showing on the display (pull request have been sent .to [https://github.com/devkitPro/libctru/pull/570 devkitPro/libctru]) | |||
* Fixed the preview holding a color if the last one was set .([https://github.com/Golem642/CtrRGBPAT2/issues/1 #1], do any action to stop the preview) | |||
* Fixed the building process a bit. No more errors. | |||
'''v2.4''' | |||
* Added preset loading | |||
* Added per pattern mode selection (sleeping or awake) | |||
* Overall new menu layout | |||
* Preparing for the next updates (low battery pattern and file loading) | |||
'''v2.3''' | '''v2.3''' | ||
* I'm on the Universal updater ! Yipeeeeee ! | * I'm on the Universal updater! Yipeeeeee! | ||
* Fixed crash of force exit of the app (finally, i knew those std::strings were evil) | * Fixed crash of force exit of the app (finally, i knew those std::strings were evil). | ||
* Also you can now go back to the HOME menu again if you want | * Also you can now go back to the HOME menu again if you want. | ||
* Fixed a few visual glitches | * Fixed a few visual glitches. | ||
* The unknown pattern is now known : it triggers when you boot your DS or you exit sleep mode (can make for some cool transitions) | * The unknown pattern is now known: it triggers when you boot your DS or you exit sleep mode (can make for some cool transitions). | ||
'''v2.2.1''' | '''v2.2.1''' | ||
*Ok so this release mainly include bugfixes so everything should be working now. If not, refer to the warning in the previous release (V2.2). | *Ok so this release mainly include bugfixes so everything should be working now. If not, refer to the warning in the previous release (V2.2). | ||
'''v2.2''' | '''v2.2''' | ||
* Added support for StreetPass and Friends notifications ! (finally) | * Added support for StreetPass and Friends notifications ! (finally). | ||
* Also added support for two unknown/unused? notifications (no "low battery" support for now sorry) | * Also added support for two unknown/unused? notifications (no "low battery" support for now sorry). | ||
* Added a custom pattern editor when "pattern for LED" is set to "custom" (then select "set custom notification pattern" in the menu) | * Added a custom pattern editor when "pattern for LED" is set to "custom" (then select "set custom notification pattern" in the menu). | ||
* Rewrite of the way the patch is made (fixes some problems with the old one, no manipulation needed) | * Rewrite of the way the patch is made (fixes some problems with the old one, no manipulation needed). | ||
* Fixed a lot of bugs | * Fixed a lot of bugs. | ||
'''v2.1''' | '''v2.1''' | ||
* Colored UI ! (a bit) | * Colored UI! (a bit) | ||
* Little preview (on screen, may not be 100% accurate) | * Little preview (on screen, may not be 100% accurate). | ||
* Toggle on/off the patch | * Toggle on/off the patch. | ||
* Prevent users from going to the HOME menu (still haven't found a fix to handle closing properly) | * Prevent users from going to the HOME menu (still haven't found a fix to handle closing properly). | ||
* Bugfixes | * Bugfixes. | ||
'''v2.0''' | '''v2.0''' | ||
* More controls ! Smoothness and loop delay | * More controls! Smoothness and loop delay. | ||
* Noob-proofs parameters | * Noob-proofs parameters. | ||
* Bugfixes (a lot) | * Bugfixes (a lot). | ||
* also new icon/banner/sound but not really important, i just wanted to try some stuff | * also new icon/banner/sound but not really important, i just wanted to try some stuff. | ||
== External links == | == External links == | ||
* | * GitHub - https://github.com/Golem642/CtrRGBPAT2 | ||
Latest revision as of 03:11, 4 May 2025
| CtrRGBPAT2 | |
|---|---|
| General | |
| Author | Golem642 |
| Type | Utilities |
| Version | 2.5 |
| License | MIT License |
| Last Updated | 2025/04/27 |
| Links | |
| Download | |
| Website | |
| Source | |
CtrRGBPAT2 is a 3DS application allows the LED color to be changed. In order for this to work, Luma CFW (custom firmware) needs to be installed.
Thanks to CPunch for the original project.
Features
- Customize the LED color and pattern for when you receive notifications!
- You can customize the LED for every type of notification (there are more than you think...).
- Everything is simple and made so you cannot possibly screw something up (unless you really wanted to).
Q&A
Q. My console crashes on boot after the patch!
Delete the files at /luma/sysmodules/0004013000003502.ips and /luma/titles/0004013000003502/code.ips and try again.
Do not use the app, send a GitHub issue in this repo, and wait for the next release where there will be a fix.
Q. What does the two unknown patterns do ?
The "Unknown" patterns triggers when your console boots or exits sleep mode, it can make up for some pretty cool transitions for when you open the lid.
As for the second friend notification type, it's probably for when someone plays a game you can join using the friend list, still unsure though.
Screenshots
Media
How to Add RGBPAT2 to Your 2DS/3DS | Step-by-Step Installation Guide (3DS Flux)
Changelog
v2.5
- Reworked the menus a bit (again).
- Pattern editor now also shows separate R G and B values that you can edit.
- Added loading menus for default animations and currently installed animations.
- Added previews in a few places (pattern editor, low battery, and some loading menus)
- Added joystick/CPAD support.
- Added direction holding support (you can now move faster in the menus).
- Added better B key handling (go back one menu at a time instead of directly to the main menu).
- Fixed the colors not showing on the display (pull request have been sent .to devkitPro/libctru)
- Fixed the preview holding a color if the last one was set .(#1, do any action to stop the preview)
- Fixed the building process a bit. No more errors.
v2.4
- Added preset loading
- Added per pattern mode selection (sleeping or awake)
- Overall new menu layout
- Preparing for the next updates (low battery pattern and file loading)
v2.3
- I'm on the Universal updater! Yipeeeeee!
- Fixed crash of force exit of the app (finally, i knew those std::strings were evil).
- Also you can now go back to the HOME menu again if you want.
- Fixed a few visual glitches.
- The unknown pattern is now known: it triggers when you boot your DS or you exit sleep mode (can make for some cool transitions).
v2.2.1
- Ok so this release mainly include bugfixes so everything should be working now. If not, refer to the warning in the previous release (V2.2).
v2.2
- Added support for StreetPass and Friends notifications ! (finally).
- Also added support for two unknown/unused? notifications (no "low battery" support for now sorry).
- Added a custom pattern editor when "pattern for LED" is set to "custom" (then select "set custom notification pattern" in the menu).
- Rewrite of the way the patch is made (fixes some problems with the old one, no manipulation needed).
- Fixed a lot of bugs.
v2.1
- Colored UI! (a bit)
- Little preview (on screen, may not be 100% accurate).
- Toggle on/off the patch.
- Prevent users from going to the HOME menu (still haven't found a fix to handle closing properly).
- Bugfixes.
v2.0
- More controls! Smoothness and loop delay.
- Noob-proofs parameters.
- Bugfixes (a lot).
- also new icon/banner/sound but not really important, i just wanted to try some stuff.