Homebrew [CtrBootManager] Backgrounds collection (+scripts)

blax722

Well-Known Member
Member
Joined
Sep 6, 2015
Messages
111
Trophies
0
Age
30
XP
176
Country
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

  • A E S T H E T I C.zip
    216.1 KB · Views: 209

wurstpistole

GBAtemp MVP
Member
Joined
Nov 19, 2015
Messages
4,661
Trophies
1
XP
5,441
Country
United Kingdom
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

  • top.zip
    7.4 KB · Views: 355
Last edited by wurstpistole,

fr3quency

Well-Known Member
Member
Joined
Jan 11, 2016
Messages
811
Trophies
0
Age
32
Location
Wherever my imagination decides.
Website
fr3quency.deviantart.com
XP
823
Country
Greece

cpasjuste

Well-Known Member
Member
Joined
Aug 27, 2015
Messages
1,108
Trophies
1
Age
44
XP
4,481
Country
France
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 : )
 

wiiuser2

Well-Known Member
Member
Joined
Sep 12, 2009
Messages
186
Trophies
0
XP
211
Country
Netherlands
My first attempt to create a Windows 10 theme (with 2 bottom images to choose from)
 

Attachments

  • Windows10.rar
    470.7 KB · Views: 145

Xeology

Well-Known Member
Member
Joined
Jul 24, 2010
Messages
129
Trophies
0
Age
36
Location
Keansburg, NJ
Website
tempestdev.com
XP
293
Country
United States
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

Xsprit

Active Member
Newcomer
Joined
Jan 27, 2016
Messages
34
Trophies
0
XP
171
Country
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

  • Xsprit_CTRBoot_CustomTheme_HomebrewStyle.rar
    31.1 KB · Views: 850

CyberMario

Well-Known Member
Newcomer
Joined
Jan 10, 2016
Messages
87
Trophies
0
Location
???
XP
191
Country
United States
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,

brenopapito

Member
Newcomer
Joined
Jan 18, 2016
Messages
22
Trophies
0
Age
34
XP
54
Country
Brazil
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!
 

James310

Well-Known Member
Member
Joined
Oct 4, 2015
Messages
977
Trophies
0
Location
Somewhere in California
XP
883
Country
United States
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:
 

Xsprit

Active Member
Newcomer
Joined
Jan 27, 2016
Messages
34
Trophies
0
XP
171
Country
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

  • Xsprit_CTRBoot_CustomTheme_HomebrewStyle_vBlackGrey.rar
    5 KB · Views: 244

sj33

Well-Known Member
Member
Joined
Oct 22, 2013
Messages
4,072
Trophies
2
XP
4,728
Country
Japan
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!
 

C0ntroller

Active Member
Newcomer
Joined
Feb 8, 2016
Messages
30
Trophies
0
Age
26
XP
111
Country
Gambia, The
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

  • CtrBM - MatoiRyuko.zip
    105.9 KB · Views: 169
  • Like
Reactions: Meteoro

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Veho @ Veho: https://i.imgur.com/h0w1HLp.mp4