Hacking USB Loader GX

  • Thread starter cyrex
  • Start date
  • Views 7,176,414
  • Replies 29,365
  • Likes 48

19moritz93

New Member
Newbie
Joined
Aug 8, 2014
Messages
4
Trophies
0
Age
31
XP
52
Country
Gambia, The
Oi, I think it works now! I think the stick wasn't active. I thought if there was only one partition that one would be always active. Anyway, I wiped the stick and made a clean setup with with diskpart (i'm too lazy to download extra tools for this) and it seems to work now. (at least the stick shows up now in USBLGX!)

Thanks for the help and patience man! :grog::grog:
 
  • Like
Reactions: nakata6790

buvk

Well-Known Member
Newcomer
Joined
Oct 7, 2007
Messages
67
Trophies
0
XP
230
Country
Canada

AbdallahTerro

da KiNG
Member
Joined
Jan 14, 2012
Messages
6,052
Trophies
0
Location
Ideas factory :)
Website
ccabz.wordpress.com
XP
3,123
Country
oh, ok. still weird that usb loader isn't downloading the banners for me, even though using the the customer banner url on PC works.

Make sure you have the last line in \apps\usbloader_gx\GXGlobal.cfg
without the " " obviously,
you might still have the old line with the url that redirects so just replace it with the one above
 

Cyan

GBATemp's lurking knight
Former Staff
Joined
Oct 27, 2002
Messages
23,749
Trophies
4
Age
45
Location
Engine room, learning
XP
15,650
Country
France
Hello, I'm back from holidays.
I've 15 days of backlogs to catch up ;)


I've seen there are few bug reports, a required update for nintendont, a new Devolution version with new options, and few questions which need answers.
You took the occasion while I was away to report more issues, right? :lol:
 

OrucReis

New Member
Newbie
Joined
Dec 6, 2004
Messages
4
Trophies
0
XP
222
Country
Gambia, The
Since r139 or r138 of Nintendont the USB Loader GX does not auto load the GC games. How can I change this? Or do we have to wait for a new version of USBLoderGX?
 

Cyan

GBATemp's lurking knight
Former Staff
Joined
Oct 27, 2002
Messages
23,749
Trophies
4
Age
45
Location
Engine room, learning
XP
15,650
Country
France
You have to wait, I'm working on it. I'm changing the way nintendont version is detected.

since r135 nintendont increased the Config file version, reseting all sent settings from external loaders to default settings because it doens't match the expected "latest config version".
It's not Autoboot which is not working, it's ALL the settings which are reset to default, because Greyrogue changed the value of the settings.



I also think it's not to the loader to adapt the config version every time, it should be to Nintendont to detect which version the loader is sending and set the option accordingly.
Nintendont (Devo, DM, etc.) should be the one doing the check of the version, not disable it completely.
Edit:
I just saw Howard added the version check for old cfg version in Nintendont r143 ! :)
thank you.
Though, it still doesn't work with Cfg version 1. line 305 of global.c should be:
if (ncfg->Version <= 2)
(OLD_NIN_CFG_VERSION is not very good name, because if you update config to 4, 3 is also an old config version, but not the correct one for memory card size)

It also doesn't work when using Argument boot method (line 189 of main.c)
it's checking for current CFG_VERSION and it's checking maxPad >0 instead of >=0

I can try to update/fix nintendont, but it's been a long time I didn't work on it.


Edit:
here is a modified nintendont version working with USBLoaderGX r1230 autoboot:
Rename to boot.dol
Patch
 
  • Like
Reactions: Magnus87

Cyan

GBATemp's lurking knight
Former Staff
Joined
Oct 27, 2002
Messages
23,749
Trophies
4
Age
45
Location
Engine room, learning
XP
15,650
Country
France
It was faster to update nintendont than USBloaderGX :P
But I'll update the loader to add new settings too. it will take more time until next revision as I also want to add new devolution settings.


Edit:
I updated USBLoaderGX to support Nintendont 1.135+ and Devolution 234, and their respective new settings.
r1231

It's a quick update, I didn't test it a lot, please report any issue with the newly added settings for Nin and Devo.


I also updated the Gamecube custom banner's URL.
I checked to add the dual "Rotating disc+banner" but it looks a little harder than I thought. I'll take a better look later.
 

Kurdoglu99

Active Member
Newcomer
Joined
Mar 20, 2005
Messages
30
Trophies
0
XP
187
Country
You are the best. I was just about to ask you if you could patch the new Nintendont revision. :D

But I have one question. In Crash Bandicoot the bottom part of the screen is cut. At least in the european version. How can I fix this?
 

Cyan

GBATemp's lurking knight
Former Staff
Joined
Oct 27, 2002
Messages
23,749
Trophies
4
Age
45
Location
Engine room, learning
XP
15,650
Country
France
I guess you tried all video settings?

It's a gamecube game?
try to launch the game with another loader (wiiflow/cfg) or directly from nintendont (I suppose you are using it) to see if you have the same issue, then try another loader (DM/L or Devo).
 

gig71

Well-Known Member
Member
Joined
Aug 17, 2013
Messages
167
Trophies
0
Age
52
XP
143
Country
Italy
You are the best. I was just about to ask you if you could patch the new Nintendont revision. :D

But I have one question. In Crash Bandicoot the bottom part of the screen is cut. At least in the european version. How can I fix this?

hi
I had the same issue like you !

In nintendont force video to pal 50 and it will works !
 

sonictopfan

Well-Known Member
Member
Joined
Mar 2, 2010
Messages
2,701
Trophies
1
XP
1,935
Country
It was faster to update nintendont than USBloaderGX :P
But I'll update the loader to add new settings too. it will take more time until next revision as I also want to add new devolution settings.


Edit:
I updated USBLoaderGX to support Nintendont 1.135+ and Devolution 234, and their respective new settings.
r1231

It's a quick update, I didn't test it a lot, please report any issue with the newly added settings for Nin and Devo.


I also updated the Gamecube custom banner's URL.
I checked to add the dual "Rotating disc+banner" but it looks a little harder than I thought. I'll take a better look later.
Cyan Does this update support the multi-memory card feature in Nintendont?
 

Cyan

GBATemp's lurking knight
Former Staff
Joined
Oct 27, 2002
Messages
23,749
Trophies
4
Age
45
Location
Engine room, learning
XP
15,650
Country
France
yes, it's not called "multi" in USBLoaderGX, it's called "Enabled" like with devolution.
I try to keep/harmonize the same menu names, and I find "multi" word to be confusing. Multiple memory card? It's not explicitly telling it's "multiple game on a single card" for users who didn't follow nintendont development.


Disabled : no card or real card with devo/DM/DML
Enabled : single card for all games (Forced to maximum size ! 16MB)
Individual : a card per game

If you use a per game card, you can choose the card blocks size manually.


It seems like cheats will no longer download through the usb loader gx (http://geckocodes.org/txt.php?txt=GLME01 could not be downloaded.)
Which version of the loader?
I fixed the geckocode issue long time ago.
 
  • Like
Reactions: sonictopfan

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • K3Nv2 @ K3Nv2:
    How do you know if the night will be good when you're asleep
  • BakerMan @ BakerMan:
    because i didn't say i was asleep
  • BakerMan @ BakerMan:
    i said i was sleeping...
  • BakerMan @ BakerMan:
    sleeping with uremum
  • K3Nv2 @ K3Nv2:
    Even my mum slept on that uremum
  • TwoSpikedHands @ TwoSpikedHands:
    yall im torn... ive been hacking away at tales of phantasia GBA (the USA version) and have so many documents of reverse engineering i've done
  • TwoSpikedHands @ TwoSpikedHands:
    I just found out that the EU version is better in literally every way, better sound quality, better lighting, and there's even a patch someone made to make the text look nicer
  • TwoSpikedHands @ TwoSpikedHands:
    Do I restart now using what i've learned on the EU version since it's a better overall experience? or do I continue with the US version since that is what ive been using, and if someone decides to play my hack, it would most likely be that version?
  • Sicklyboy @ Sicklyboy:
    @TwoSpikedHands, I'll preface this with the fact that I know nothing about the game, but, I think it depends on what your goals are. Are you trying to make a definitive version of the game? You may want to refocus your efforts on the EU version then. Or, are you trying to make a better US version? In which case, the only way to make a better US version is to keep on plugging away at that one ;)
  • Sicklyboy @ Sicklyboy:
    I'm not familiar with the technicalities of the differences between the two versions, but I'm wondering if at least some of those differences are things that you could port over to the US version in your patch without having to include copyrighted assets from the EU version
  • TwoSpikedHands @ TwoSpikedHands:
    @Sicklyboy I am wanting to fully change the game and bend it to my will lol. I would like to eventually have the ability to add more characters, enemies, even have a completely different story if i wanted. I already have the ability to change the tilemaps in the US version, so I can basically make my own map and warp to it in game - so I'm pretty far into it!
  • TwoSpikedHands @ TwoSpikedHands:
    I really would like to make a hack that I would enjoy playing, and maybe other people would too. swapping to the EU version would also mean my US friends could not legally play it
  • TwoSpikedHands @ TwoSpikedHands:
    I am definitely considering porting over some of the EU features without using the actual ROM itself, tbh that would probably be the best way to go about it... but i'm sad that the voice acting is so.... not good on the US version. May not be a way around that though
  • TwoSpikedHands @ TwoSpikedHands:
    I appreciate the insight!
  • The Real Jdbye @ The Real Jdbye:
    @TwoSpikedHands just switch, all the knowledge you learned still applies and most of the code and assets should be the same anyway
  • The Real Jdbye @ The Real Jdbye:
    and realistically they wouldn't

    be able to play it legally anyway since they need a ROM and they probably don't have the means to dump it themselves
  • The Real Jdbye @ The Real Jdbye:
    why the shit does the shitbox randomly insert newlines in my messages
  • Veho @ Veho:
    It does that when I edit a post.
  • Veho @ Veho:
    It inserts a newline in a random spot.
  • The Real Jdbye @ The Real Jdbye:
    never had that i don't think
  • Karma177 @ Karma177:
    do y'all think having an sd card that has a write speed of 700kb/s is a bad idea?
    trying to restore emunand rn but it's taking ages... (also when I finished the first time hekate decided to delete all my fucking files :wacko:)
  • The Real Jdbye @ The Real Jdbye:
    @Karma177 that sd card is 100% faulty so yes, its a bad idea
  • The Real Jdbye @ The Real Jdbye:
    even the slowest non-sdhc sd cards are a few MB/s
  • Karma177 @ Karma177:
    @The Real Jdbye it hasn't given me any error trying to write things on it so I don't really think it's faulty (pasted 40/50gb+ folders and no write errors)
    Karma177 @ Karma177: @The Real Jdbye it hasn't given me any error trying to write things on it so I don't really...