Homebrew [CtrBootManager] Backgrounds collection (+scripts)

  • Thread starter Thread starter MrMandraque
  • Start date Start date
  • Views Views 42,608
  • Replies Replies 108
  • Likes Likes 8
Aaaaand I was missing this. Bin files in zip, alongside with pngs.

top_theme.png

bot_theme.png


Some A E S T H E T I C colors for your Vaporwave config in spoiler.

Code:
    // RGB colors
    theme =
    {
        bgTop1 = "000000";
        bgTop2 = "000000";
        bgBottom = "000000";
        highlight = "ff819c";
        borders = "6af8b5";
        font1 = "96FACB";
        font2 = "000000"; // selection
        bgImgTop = "/top_theme.bin"; // 400x240 pixels
        bgImgBot = "/bot_theme.bin"; // 320x240 pixels
    };
 

Attachments

I just made a plain and simple New Nintendo 3DS logo for the top screen to go with a plain white bottom screen. Very classy for a white N3DS B-)

Goes nice with these colours:

Code:
        bgTop1 = "ffffff";
        bgTop2 = "ffffff";
        bgBottom = "ffffff";
        highlight = "ffffff";
        borders = "ffffff";
        font1 = "000000";
        font2 = "e6001e"; // selection

Lhzrs1P.png

C3CVzT6.png
 

Attachments

Last edited by wurstpistole,
the trouble with a lot of these apps are that they totally lack any form of documentation. So whats up devs???, have you all forgotten the software life cycle. you were taught in coillege and uni.....all about the "Software Lifecyle".....seems its the first bit to go as soon as the devs graduate,......cmon do it as you go its really easy....
Well, i didn't goes to high school/college and learned all by myself. I guess this answer your question : )
 
Oh he's updating so fast recently. I can't believe until last week I was still using 1.2.
That's a good thing. I thought it was one of the utilities that filled its purpose and then died but thankfully I was wrong. ;D
 
  • Like
Reactions: blax722
Hello,
sorry for my absence, I was very sick this week.

I will try but this may take a long time, I must create a virtual machine for testing.

OSX release for what? Is the website in my post and an img editor not sufficient? The toolset is a terribly complicated way to do it for most people in the first place. You may be better off just linking the website in your main post.

I'll post the link again, https://xem.github.io/3DShomebrew/tools/image-to-bin.html

Sometime today or tomorrow I am going to grab the source of CTRBoot and look into adding some kind of theme manager to it then pull request it. We need something other than notepad++ haha.
 
  • Like
Reactions: MattKimura
I made a custom CTR-Boot Theme.
It's like the Homebrew Manager.

Photo made with smartphone (so you can see how it looks with font):

uFxzbPj.png
Top Screen
XRjlFo9.png
Bottom Screen

*Note:
The pictures look distort due my cheap camera- on the 3DS everything looks simple and smooth ;)


Here (PNG-file):

nMmVU7d.png
Top Screen
v9VUJQ9.png
Bottom Screen


RGB-Settings:
Code:
    // RGB colors
    theme =
    {
        bgTop1 = "ffffff";
        bgTop2 = "ffffff";
        bgBottom = "ffffff";
        highlight = "53bbf3";
        borders = "53bbf3";
        font1 = "000000";
        font2 = "ffffff"; // selection
        bgImgTop = "/top_img.bin"; // 400x240 pixels
        bgImgBot = "/btm_img.bin"; // 320x240 pixels
    };


How to use:
Download the Zip-File below and drag top_img.bin and btm_img.png to the root of your micro sd.
Change the RGB Color Code from your boot.cfg with the RGB-Settings above.
Done!

Enjoy! :D:D
 

Attachments

Although I triple checked the code I still have the default purple background instead of the images.bin that I put in root. Is there a bug in the program? Also there seems to be an inconsistently between the use of ":" and use of "="

Did an update(?) to my ctrbootmanager and re-copy and pasted whole boot.cfg text over and that seemed to fix it.
 
Last edited by CyberMario,
I made a custom CTR-Boot Theme.
It's like the Homebrew Manager.

Photo made with smartphone (so you can see how it looks with font):

uFxzbPj.png
Top Screen
XRjlFo9.png
Bottom Screen

*Note:
The pictures look distort due my cheap camera- on the 3DS everything looks simple and smooth ;)


Here (PNG-file):

nMmVU7d.png
Top Screen
v9VUJQ9.png
Bottom Screen


RGB-Settings:
Code:
    // RGB colors
    theme =
    {
        bgTop1 = "ffffff";
        bgTop2 = "ffffff";
        bgBottom = "ffffff";
        highlight = "53bbf3";
        borders = "53bbf3";
        font1 = "000000";
        font2 = "ffffff"; // selection
        bgImgTop = "/top_img.bin"; // 400x240 pixels
        bgImgBot = "/btm_img.bin"; // 320x240 pixels
    };


How to use:
Download the Zip-File below and drag top_img.bin and btm_img.png to the root of your micro sd.
Change the RGB Color Code from your boot.cfg with the RGB-Settings above.
Done!

Enjoy! :D:D
Could you create a black/gray version?
Thanks!
 
I made a custom CTR-Boot Theme.
It's like the Homebrew Manager.

Photo made with smartphone (so you can see how it looks with font):

uFxzbPj.png
Top Screen
XRjlFo9.png
Bottom Screen

*Note:
The pictures look distort due my cheap camera- on the 3DS everything looks simple and smooth ;)


Here (PNG-file):

nMmVU7d.png
Top Screen
v9VUJQ9.png
Bottom Screen


RGB-Settings:
Code:
    // RGB colors
    theme =
    {
        bgTop1 = "ffffff";
        bgTop2 = "ffffff";
        bgBottom = "ffffff";
        highlight = "53bbf3";
        borders = "53bbf3";
        font1 = "000000";
        font2 = "ffffff"; // selection
        bgImgTop = "/top_img.bin"; // 400x240 pixels
        bgImgBot = "/btm_img.bin"; // 320x240 pixels
    };


How to use:
Download the Zip-File below and drag top_img.bin and btm_img.png to the root of your micro sd.
Change the RGB Color Code from your boot.cfg with the RGB-Settings above.
Done!

Enjoy! :D:D
Wow this is what I've been looking for ! :lol:
 
Could you create a black/gray version?
Thanks!

Your welcome! :yay3ds:

Here a Black/Grey Version of my Custom-Theme.


Photo made with smartphone (so you can see how it looks with font):

JOzPBU5.jpg
Top Screen
fmgABVD.jpg
Bottom Screen

*Note again:
The pictures look distort due my cheap camera- on the 3DS everything looks simple and smooth ;)


Here (PNG-file):

F1khcHb.png
Top Screen
4CzmZTl.png
Bottom Screen


RGB-Settings:
Code:
    // RGB colors
    theme =
    {
        bgTop1 = "ffffff";
        bgTop2 = "ffffff";
        bgBottom = "ffffff";
        highlight = "000000";
        borders = "2a2a2b";
        font1 = "000000";
        font2 = "ffffff"; // selection
        bgImgTop = "/top_img.bin"; // 400x240 pixels
        bgImgBot = "/btm_img.bin"; // 320x240 pixels
    };


How to use:
Download the Zip-File below and drag top_img.bin and btm_img.png to the root of your micro sd.
Change the RGB Color Code from your boot.cfg with the RGB-Settings above.
Done!

Enjoy! :grog:
 

Attachments

I made a custom CTR-Boot Theme.
It's like the Homebrew Manager.

Photo made with smartphone (so you can see how it looks with font):

uFxzbPj.png
Top Screen
XRjlFo9.png
Bottom Screen

*Note:
The pictures look distort due my cheap camera- on the 3DS everything looks simple and smooth ;)


Here (PNG-file):

nMmVU7d.png
Top Screen
v9VUJQ9.png
Bottom Screen


RGB-Settings:
Code:
    // RGB colors
    theme =
    {
        bgTop1 = "ffffff";
        bgTop2 = "ffffff";
        bgBottom = "ffffff";
        highlight = "53bbf3";
        borders = "53bbf3";
        font1 = "000000";
        font2 = "ffffff"; // selection
        bgImgTop = "/top_img.bin"; // 400x240 pixels
        bgImgBot = "/btm_img.bin"; // 320x240 pixels
    };


How to use:
Download the Zip-File below and drag top_img.bin and btm_img.png to the root of your micro sd.
Change the RGB Color Code from your boot.cfg with the RGB-Settings above.
Done!

Enjoy! :D:D
That is excellent! The game-themed ones posted here are pretty, but I've been looking for something a bit more professional like this!
 
Just created this Acc for posting this, hope you like it ;P
It's Matoi Ryuko from Kill la Kill.

A9WAxwo.png
Top
wzC6ehX.png
Bottom


Settings for boot.cfg:

Code:
theme =
    {
        bgTop1 = "d40100";
         bgTop2 = "ff0204";
        bgBottom = "ff0204";
        highlight = "a30000";
        borders = "220000";
        font1 = "bbbbbb";
        font2 = "ffffff"; 
        bgImgTop = "/ctrtop.bin"; 
        bgImgBot = "/ctrbottom.bin";
    };

.bin-files are attached to this message :3
 

Attachments

  • Like
Reactions: Meteoro

Site & Scene News

Popular threads in this forum