Homebrew [CtrBootManager] Backgrounds collection (+scripts)

kingraa777

boom!
Member
Joined
Apr 17, 2015
Messages
1,241
Trophies
0
Age
40
XP
905
Country
I still don't get how to install these I have copyied top.bin and not.bin opened my boot.cfg file and can't see touring.bin any were???
 

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
I still don't get how to install these I have copyied top.bin and not.bin opened my boot.cfg file and can't see touring.bin any were???

wtf is touring.bin?

Here, the is a post above how to:
Just download version 1.6 of ctrbootmanager and open boot.cfg. At the bottom change yourimage and yourimage2.bin to top.bin and bot.bin and add the theme .bins in the links to sd card.
 
  • Like
Reactions: MattKimura

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
where do i find this theme.bin in which links to sd card???? have no idea what your talking about?????

Get two images. One for top (top.bin) and one for bot(bot.bin). Edit the boot.cfg and replace the "yourimage.bin" to "top.bin" and "yourimage2.bin" to "bot.bin". Then paste your 2 images(they must be .bin files, not .png, .jpg etc.(I don't know how to convert them to .bin or if simply renaming them to .bin works) at the root of your SDcard and I guess, that's it?

There is no theme.bin. theme.bin=yourimage1.bin and yourimage2.bin. Just ignore the 'theme.bin" entirely...
 
Last edited by fr3quency,

BothyBhoy

Well-Known Member
Member
Joined
Nov 27, 2015
Messages
838
Trophies
0
Age
71
XP
339
Country
where do i find this theme.bin in which links to sd card???? have no idea what your talking about?????
Hello everybody,
Today I made a script to Nautilus (Linux) that converts in 3 clicks background images for CtrBootManager and as it did me bored I decided to share it with you.

Prerequisites:

The top images must be 400x240
The bottom images must be 320x240
"it must" (...not necessarily but I have not done much testing yet....) be in .png format.

For Linux Users:
imagemagick (convert)

1) Press [ALT]+[F2] for run this command
Code:
nautilus ./.local/share/nautilus/scripts
2) create a new file without extension, with the name "convert to bgr" per ex. (or "convert to 3ds, etc... as you prefer.)
3) open the file with your favorite text editor and paste this:
Code:
#!/bin/bash

while [ $# -gt 0 ]; do
    picture=$1
    bgr_file=`echo "$picture" | sed 's/\.\w*$/.bin/'`
    /usr/bin/convert "$picture" -channel BGR -separate -channel RGB -combine -rotate 90 bgr:"$bgr_file"
    shift
done

close this.
4) right click > PROPERTIES > go to the 'Permissions' tab and Check the box that states to make the file executable


So now right click on your png(s) > scripts > "convert to bgr" et voila!!!





exemple here:



For Windows Users:

1) Download the script IMGtoBIN3DS and extract it, with 7zip, in subfolder
2) Prepare your images in a folder (named CTRBoot per ex) with a clean name (like this: top_theme.png; bot_theme.png or theme400.png; theme320.png)
3) Drag'n'drop (yes in 1 word!) your folder on IMGtoBIN.bat
4) Your images is ready! paste to SD

IMGtoBIN on free.fr
IMGtoBIN on multiupfile

Video soon...



PS: Please help me to correct the spelling errors.
@+

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....
 

Riku358

Well-Known Member
Newcomer
Joined
Sep 22, 2015
Messages
70
Trophies
0
Age
28
XP
143
Country
Peru
LePNYt7.jpg
There is my theme : ) about Kingdom Hearts X chi
 

Attachments

  • khx chi by riku.rar
    233 KB · Views: 307
  • Like
Reactions: MattKimura

wsquan171

Well-Known Member
Member
Joined
Feb 14, 2015
Messages
289
Trophies
0
XP
669
Country
China
image.jpg


This tool is so great! I made mine IA theme using this picture from pixiv:http://www.pixiv.net/member_illust.php?mode=medium&illust_id=44854082
It's a little bit hard to decide the distance in pixel between upper and lower screens. I tried several values and decided to go with 96 but it still looks a little bit strange.
It also took me a little while to decide the proper color for those texts, since the original setup was meant to work with dark-colored themes.
Code:
highlight = "f5b3bd";
borders = "6b4423";
font1 = "6b4423";
font2 = "3c2927";
I'm using colors indicated above. Looks well with this bright colored picture.
 

Attachments

  • IA.rar
    217.1 KB · Views: 331

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
My themes use my own directory structure so you can have them all at the same time. Should conflict with no other theme system. Themes are easy to use! Individual files at the bottom.

Theme Installation
============
  • Unzip theme to SD
  • Open boot.cfg and boot-theme.cfg in Notepad++
  • Copy theme section from boot-theme.cfg over boot.cfg theme section (or add it)
  • Save boot.cfg
  • (Full Themes Only) Install corresponding CIA's
Sample boot.cfg
Code:
// Boot menu configuration
boot_config =
{
    // Default timeout in secondes
    // If timeout = -1, disable autoboot
    timeout = 3;

    // Some devices (n3ds?) seems to have
    // some timing problems when using timeout=0 (autoboot).
    // You may increase this value to improve boot success rate.
    // Default delay (8) should be good for o3ds, 2 seems good for n3ds
    autobootfix = 8;

    // if timeout = 0 (autoboot),
    // hold this key to enter the menu
    // keycode list : https://goo.gl/4XLDIL
    recovery = 2; // SELECT

    // Default boot entry
    default = 0;

    // Boot menu entries (11 max)
    entries =
    (
        {
            title  = "System (EmuNAND)";       
            path = "/rxTools/sys/code.bin";
            offset = "0x12000";
        },
        {
            title  = "Homebrew Loader";
            path = "/boothb.3dsx";
        },
        {
            title  = "NTR";       
            path = "/ntr.bin";
            offset = "0x12000";
        },
        {
            title  = "Gateway";       
            path = "/LAUNCHER.DAT";
            offset = "0x12000";
        },
        {
            title  = "Emunand9";
            path = "/EmuNAND9.3dsx";
        },
        {
           title  = "Reboot";
           path = "reboot"; // magic path for reboot, do not change
        },
        {
           title  = "Shutdown";
           path = "shutdown"; // magic path for poweroff, do not change
        }   
    );
    theme =
    {
        bgTop1 = "000000";
        bgTop2 = "000000";
        bgBottom = "000000";
        highlight = "C40000";
        borders = "FFFFFF";
        font1 = "FFFFFF";
        font2 = "FFFFFF";
        bgImgTop = "/xThemes/RosalinaAndpeach/top.bin";
        bgImgBot = "/xThemes/RosalinaAndpeach/bot.bin";
    };
};
============

xTheme Pack
============
Full (All Packs) Download: xThemePack.zip
Version: 1.1
Changelog:
  • Added NintendoPack, NintendoGirlsPack
  • Added Request Pack (Naruto)
  • Updated Nintendo Pack
============

Nintendo Girl Pack
============
Full Download: NintendoGirlsPack.zip
Version: 1.1
Changelog:
  • May Fixed
  • Added Samus, Crystal, Roll, Daisy, NintendoGirlsPack
============
LinkleV2.jpg
May.jpg
RosalinaAndPeach.jpg
Zelda.jpg
Crystal.jpg
Daisy.jpg
Roll.jpg
Samus.jpg


Nintendo Pack
============
Full Download: NintendoPack.zip
Version: 2.0
Changelog:
  • Added Mario, Triforce, 3DS, Nintendo, NintendoPack
  • Added Kirby, YokaiWatch, Megaman, Pokemon
============
Mario.jpg
Nintendo.jpg
3DS.jpg
Triforce.jpg
Kirby.jpg
YokaiWatch.jpg
Pokemon.jpg
Megaman.jpg

Request Pack

============
Version: 1.0
Changelog:
  • Added Naruto
============
Naruto.jpg

Full Theme Pack
============
Downloads found over preview as they are much larger and cannot be uploaded on post.
Due to different formats it will not appear in the xThemePack or any other.

Version: 1.0
Changelog:
  • Added SexyPeach
============
SexyPeach: Download
SexyPeach.png

Private Hosted Downloads Counter
============
View Counter

Special Thanks
============
https://xem.github.io/3DShomebrew/tools/image-to-bin.html
 

Attachments

  • LinkleV2.zip
    311.2 KB · Views: 235
  • RosalinaAndPeach.zip
    301.1 KB · Views: 228
  • Zelda.zip
    323.4 KB · Views: 269
  • Crystal.zip
    238.8 KB · Views: 212
  • Samus.zip
    198.8 KB · Views: 256
  • Roll.zip
    166.4 KB · Views: 227
  • May.zip
    238 KB · Views: 226
  • Daisy.zip
    320 KB · Views: 220
  • Triforce.zip
    153.6 KB · Views: 287
  • 3DS.zip
    110 KB · Views: 291
  • Mario.zip
    11.6 KB · Views: 238
  • Nintendo.zip
    105.1 KB · Views: 274
  • Kirby.zip
    78.4 KB · Views: 266
  • Pokemon.zip
    70.1 KB · Views: 278
  • Naruto.zip
    114.4 KB · Views: 248
  • Megaman.zip
    54.1 KB · Views: 264
  • YokaiWatch.zip
    320.6 KB · Views: 234
Last edited by Xeology,

tilkimelek

New Member
Newbie
Joined
Mar 15, 2015
Messages
2
Trophies
0
XP
116
Country

Attachments

  • BrosKong_v0.1.zip
    323.9 KB · Views: 263
  • Berserk_v0.1.zip
    114.5 KB · Views: 260
  • DragonBall_v0.1.zip
    71.9 KB · Views: 274
  • pirate_v0.1.zip
    94.7 KB · Views: 315
  • Calvin_and_Hobbes_v0.1.zip
    27 KB · Views: 243
  • GoingMerry_v0.1.zip
    239.1 KB · Views: 291
  • Lobo_v0.1.zip
    182.2 KB · Views: 228
  • Ryu_v0.1.zip
    200.2 KB · Views: 252
Last edited by tilkimelek,
  • Like
Reactions: klear and cpasjuste

drewby

Well-Known Member
Member
Joined
Dec 29, 2015
Messages
675
Trophies
1
Age
23
Location
Virginia, USA
Website
www.instagram.com
XP
1,371
Country
United States

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    K3Nv2 @ K3Nv2: https://a.co/d/8tRQnqT