Hacking USB Loader GX

  • Thread starter cyrex
  • Start date
  • Views 7,153,653
  • Replies 29,352
  • Likes 47

Stang

Well-Known Member
Member
Joined
Dec 17, 2008
Messages
289
Trophies
0
XP
227
Country
United States
Anywhere you want.....SD:/apps/usbloader/ would probably be the best place, especially if you using a forwarding channel.
 

marinos35

Well-Known Member
Member
Joined
Mar 12, 2006
Messages
352
Trophies
0
XP
314
Country
Italy
TiMeBoMb4u2 said:
Sorry... I'm just now converting to this loader, and I have a few questions...

Can I change the location of the "config" folder?
How do I move the battery icons?
Where do I put my "titles.txt" file?
If I change the width/height of the box art, will it be out of proportion on the screen?
In the "theme.txt" file, can I use the "#" symbol, to comment-out remarks?



Thanks!
yay.gif



TiMeBoMb4u2 said:
QUOTE(marinos35 @ Apr 27 2009, 07:55 PM) titles.txt should be at SD:/config/ as well as config.txt (used only for themes so far)
check the wiki at the google code page of the project (first post is your help)
I have read the Google Code page and the first post. Neither answer the questions I asked.


Thanks.
yay.gif
# should work but you can just try
battery position still not available
about the box art, also try and see but make sure that dimensions are a multiplier of 4
to change config position you have to change the source. search for SD:/config/config.txt and SD:/config/titles.txt and replace it with something you want. then compile
 

RavRob

Well-Known Member
Newcomer
Joined
Nov 19, 2008
Messages
71
Trophies
0
Website
Visit site
XP
91
Country
Canada
Stang said:
Anywhere you want.....SD:/apps/usbloader/ would probably be the best place, especially if you using a forwarding channel.

Does a forwarding channel has to be for this very specific loader? Where do I get such forwarding channel?
 

marinos35

Well-Known Member
Member
Joined
Mar 12, 2006
Messages
352
Trophies
0
XP
314
Country
Italy
r181 is out, but I can't compile at the moment. It seems that it fixed the rollbacked code
other changelog: added SetToolTip in gui_buttons
 

RavRob

Well-Known Member
Newcomer
Joined
Nov 19, 2008
Messages
71
Trophies
0
Website
Visit site
XP
91
Country
Canada
Everyone talks about a config.txt and a title.txt but it is no where to be found. I have read up to page 102 and gave up. All I can find is ppl uploading new version but still no config.txt

This loader sounds and the video looks great but there seems to be no instruction on how to use it and files missing to make it works.

Too bad
 

TiMeBoMb4u2

Well-Known Member
Member
Joined
Oct 25, 2008
Messages
1,550
Trophies
0
Location
Hyrule
XP
1,198
Country
United States
marinos35 said:
TiMeBoMb4u2 said:
Sorry... I'm just now converting to this loader, and I have a few questions...

Can I change the location of the "config" folder?
How do I move the battery icons?
Where do I put my "titles.txt" file?
If I change the width/height of the box art, will it be out of proportion on the screen?
In the "theme.txt" file, can I use the "#" symbol, to comment-out remarks?



Thanks!
yay.gif



TiMeBoMb4u2 said:
QUOTE(marinos35 @ Apr 27 2009, 07:55 PM) titles.txt should be at SD:/config/ as well as config.txt (used only for themes so far)
check the wiki at the google code page of the project (first post is your help)
I have read the Google Code page and the first post. Neither answer the questions I asked.


Thanks.
yay.gif
# should work but you can just try
battery position still not available
about the box art, also try and see but make sure that dimensions are a multiplier of 4
to change config position you have to change the source. search for SD:/config/config.txt and SD:/config/titles.txt and replace it with something you want. then compile
THANKS!

My suggestion...

Someone should recompile this loader, to search for the "config.txt" in the same directory the "boot.dol" is located. Then, the "config.txt" file could then specify the location of the "config" folder.

I also believe that we should be able to set the lock/unlock code and child/normal modes, in the "config.txt" file.


yay.gif
 

kyogc

Well-Known Member
Member
Joined
Nov 24, 2008
Messages
324
Trophies
0
Age
47
Website
Visit site
XP
93
Country
Taiwan
r183
Changelog:
1. Added godmode config option (will add a wiki page later)
2. Added custom password for unlock (unlock_code config option)

Config Options

Introduction
Currently, there are only a few config options. I will try to add more after I am done with the theme. The config.txt should sit inside SD:/config/ directory.

Contents of config.txt
godmode = 0 1 (default is 0. 0 means turn off godmode by default, 1 otherwise)
unlock_code = ab121b (you can set whatever password you want as long as it is shorter than 19 characters)
parentalcontrol = 0 1 2 3 (set game access level. Need to use with titles.txt. If the loader is in unlock mode, this would be turned off)
theme_path = SD:/theme/ (set the theme folder path. Remember to put '/' at the end of the path. If you are using 16:9, use wtheme_path instead)
wtheme_path = SD:/wtheme/ (set the theme folder path for 16:9. This option might be removed in the future)
widescreen = 0 1 (when set to 1, the loader would force 16:9 mode. When set to 0, the loader would force 4:3 mode

r182
Changelog:
-Fixed long name problem introduced by 180

r181
Changelog:
-fixed CreditsWindow
-added SetToolTip in gui_buttons
 

hungyip84

Well-Known Member
Member
Joined
Mar 5, 2007
Messages
470
Trophies
0
XP
126
Country
United States
TiMeBoMb4u2 said:
marinos35 said:
TiMeBoMb4u2 said:
Sorry... I'm just now converting to this loader, and I have a few questions...

Can I change the location of the "config" folder?
How do I move the battery icons?
Where do I put my "titles.txt" file?
If I change the width/height of the box art, will it be out of proportion on the screen?
In the "theme.txt" file, can I use the "#" symbol, to comment-out remarks?



Thanks!
yay.gif



TiMeBoMb4u2 said:
QUOTE(marinos35 @ Apr 27 2009, 07:55 PM) titles.txt should be at SD:/config/ as well as config.txt (used only for themes so far)
check the wiki at the google code page of the project (first post is your help)
I have read the Google Code page and the first post. Neither answer the questions I asked.


Thanks.
yay.gif
# should work but you can just try
battery position still not available
about the box art, also try and see but make sure that dimensions are a multiplier of 4
to change config position you have to change the source. search for SD:/config/config.txt and SD:/config/titles.txt and replace it with something you want. then compile
THANKS!

My suggestion...

Someone should recompile this loader, to search for the "config.txt" in the same directory the "boot.dol" is located. Then, the "config.txt" file could then specify the location of the "config" folder.

I also believe that we should be able to set the lock/unlock code and child/normal modes, in the "config.txt" file.


yay.gif

Your voice is being listened. Check the latest revision =)
 

marinos35

Well-Known Member
Member
Joined
Mar 12, 2006
Messages
352
Trophies
0
XP
314
Country
Italy
RavRob said:
Everyone talks about a config.txt and a title.txt but it is no where to be found. I have read up to page 102 and gave up. All I can find is ppl uploading new version but still no config.txt

This loader sounds and the video looks great but there seems to be no instruction on how to use it and files missing to make it works.

Too bad
This loader ISN'T out yet. All there is to do with the config.txt is to set a theme folder for now. There are no files missing. Check wiki at the google code project page for documentation. There are also infos here. Hope that helped you

QUOTE(TiMeBoMb4u2 @ Apr 28 2009, 04:51 AM) THANKS!

My suggestion...

Someone should recompile this loader, to search for the "config.txt" in the same directory the "boot.dol" is located. Then, the "config.txt" file could then specify the location of the "config" folder.

I also believe that we should be able to set the lock/unlock code and child/normal modes, in the "config.txt" file.


yay.gif

if I set the boot.dol folder I'll force you to use that specified folder and you can't rename it. Also the config folder only has config.txt and titles.txt. So if one of them is with the boot.dol why not the other also.
 

BlindDude

Well-Known Member
Member
Joined
Dec 31, 2008
Messages
358
Trophies
0
XP
160
Country
United States
RavRob said:
Everyone talks about a config.txt and a title.txt but it is no where to be found. I have read up to page 102 and gave up. All I can find is ppl uploading new version but still no config.txt

This loader sounds and the video looks great but there seems to be no instruction on how to use it and files missing to make it works.

Too bad
The people with the config files KNOW what they are doing with them... At the moment,, there is not an OFFICIAL config file... I dont use one and everything works great.
You CAN use this without ANY config files... THATS what I like about it. But i will put any file needed on my SD as long as it would SAVE SETTINGS... lol

Just put it in a folder in SD:/apps/usbloader for instance.... or SD:/apps/yourloadername
 

marinos35

Well-Known Member
Member
Joined
Mar 12, 2006
Messages
352
Trophies
0
XP
314
Country
Italy
hungyip84 said:
Your voice is being listened. Check the latest revision =)

I believe you mean the post that I asked if anyone wanted me to implement that code. Nice to see that is now part of the main code. My only wish now is to see the rest covers_path code included. posted at google code as issue 94 to save you some time
tongue.gif


EDIT: that's what you get when you post at a forum at 5:23 am. He also asked for it.
frown.gif
 

TiMeBoMb4u2

Well-Known Member
Member
Joined
Oct 25, 2008
Messages
1,550
Trophies
0
Location
Hyrule
XP
1,198
Country
United States
hungyip84 said:
Your voice is being listened. Check the latest revision =)
VERY NICE!
yay.gif


What about the "config.txt" and custom configuration of the "config" folder?!?

Someone should create default/sample "config.txt", "theme.txt", and "titles.txt" files!


yay.gif
 

Dudando

Member
Newcomer
Joined
Apr 28, 2009
Messages
17
Trophies
0
XP
48
Country
Brazil
BlindDude said:
use my sig as a resource,,, the bottom link shows how to make your own
I've never used photoshop.. I'd get lost trying, haha.. seriously.


QUOTE(marinos35 @ Apr 27 2009, 10:09 PM) 1st download the disc images from the blinddude's signature

2nd you have to go to lock at options to enable that
the code is ab121b

EDIT: lol, he beat me as I was still searching for the code
Yeah, that's it. Thanks.

I'll try using his labels, but what I really want is the original ones.
 

hungyip84

Well-Known Member
Member
Joined
Mar 5, 2007
Messages
470
Trophies
0
XP
126
Country
United States
marinos35 said:
hungyip84 said:
Your voice is being listened. Check the latest revision =)

I believe you mean the post that I asked if anyone wanted me to implement that code. Nice to see that is now part of the main code. My only wish now is to see the rest covers_path code included. posted at google code as issue 94 to save you some time
tongue.gif


EDIT: that's what you get when you post at a forum at 5:23 am. He also asked for it.
frown.gif

cover_path could be added easily. I will add that tonight.
 

marinos35

Well-Known Member
Member
Joined
Mar 12, 2006
Messages
352
Trophies
0
XP
314
Country
Italy
hungyip84 said:
marinos35 said:
hungyip84 said:
Your voice is being listened. Check the latest revision =)

I believe you mean the post that I asked if anyone wanted me to implement that code. Nice to see that is now part of the main code. My only wish now is to see the rest covers_path code included. posted at google code as issue 94 to save you some time
tongue.gif


EDIT: that's what you get when you post at a forum at 5:23 am. He also asked for it.
frown.gif

cover_path could be added easily. I will add that tonight.
actually I posted the code changes there http://code.google.com/p/usbloader-gui/issues/detail?id=94
but you may know a better way
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Xdqwerty @ Xdqwerty: good night