Hacking 3DS Banner Maker Confusion

gamesquest1

Nabnut
Former Staff
Joined
Sep 23, 2013
Messages
15,153
Trophies
2
XP
12,247
Don't forgot to change bnr and icn to bin
you can edit the _buildscript.py python script to automatically name them ".bin", just edit
Code:
import os,sys
execfile("AppData.txt")
 
icn=open("icon.icn","wb")
bnr=open("banner.bnr","wb")
to
Code:
import os,sys
execfile("AppData.txt")
 
icn=open("icon.bin","wb")
bnr=open("banner.bin","wb")

or you can edit the build script to load the .bnr and .icn, either way works and saves any manual renaming
 

Asia81

Yuri Lover ~
Member
Joined
Nov 15, 2014
Messages
6,661
Trophies
3
Age
29
XP
3,524
Country
France
you can edit the _buildscript.py python script to automatically name them ".bin", just edit
Code:
import os,sys
execfile("AppData.txt")
 
icn=open("icon.icn","wb")
bnr=open("banner.bnr","wb")
to
Code:
import os,sys
execfile("AppData.txt")
 
icn=open("icon.bin","wb")
bnr=open("banner.bin","wb")

or you can edit the build script to load the .bnr and .icn, either way works and saves any manual renaming

I will try, thanks :)
 

Majickhat55

The Red Woman
Member
Joined
Mar 28, 2016
Messages
4,936
Trophies
1
Age
36
Location
Asshai
XP
2,958
Country
United States
Don't forgot to change bnr and icn to bin
How come my changes never take effect? The _buildscript.py dumps the banner.bnr and the icon.icn but when I check them they icon is still the "3dBrew" and the banner is still "Drunken Coders". I've done this a bunch and it's always the same.......
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    K3Nv2 @ K3Nv2: https://www.phonearena.com/phones/compare/Samsung-Galaxy-S22+,Google-Pixel-8a/phones/11762,12219...