Hacking USB Loader GX

  • Thread starter cyrex
  • Start date
  • Views 7,213,810
  • Replies 29,374
  • 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
46
Location
Engine room, learning
XP
15,662
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
46
Location
Engine room, learning
XP
15,662
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
46
Location
Engine room, learning
XP
15,662
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
46
Location
Engine room, learning
XP
15,662
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,702
Trophies
1
XP
1,947
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
46
Location
Engine room, learning
XP
15,662
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
  • BigOnYa @ BigOnYa:
    I would Not trust anything from gamestop, ive read people buying stuff new under warranty, then something happens and they return to get fixed under they warranty to only get a used 2nd hand unit back, that bs
    +1
  • Xdqwerty @ Xdqwerty:
    @realtimesave, i made some research and its a super slim
  • SylverReZ @ SylverReZ:
    @realtimesave, I haven't modded a Xbox 360 before, looks easy to mod, but difficult to take apart lol. I've done OG Xboxes before.
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, i heard dkoldies is worse
  • realtimesave @ realtimesave:
    they aren't that hard to take apart. I can pop them apart with a jeweler's screwdriver any more
  • SylverReZ @ SylverReZ:
    @Xdqwerty, DKOldies is a scam.
  • SylverReZ @ SylverReZ:
    I've already seen a lot of videos about them, and people no longer care.
  • realtimesave @ realtimesave:
    @Xdqwerty that's ok tho if you ever needed another model they are only like 60-80 dollars on offerup. pretty cheap
    +2
  • SylverReZ @ SylverReZ:
    eBay sells Xbox 360s for £30.
  • realtimesave @ realtimesave:
    I wonder if there's an hdmi adapter for the old model
  • realtimesave @ realtimesave:
    cos that jtag works pretty damn good
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, ik its a scam, thats why i mentioned it
    +1
  • realtimesave @ realtimesave:
    even though it is a system prone to rrod which it doesn't have
    +1
  • BigOnYa @ BigOnYa:
    I would not recommend 360 phat models anymore, slims are better, and RGH3 possible, phats only rgh1 or jtag
    +1
  • realtimesave @ realtimesave:
    ya but phat has ps2 chip in it :)
  • SylverReZ @ SylverReZ:
    This is a great buying guide that I recommend.
  • realtimesave @ realtimesave:
    my rgh systems glitch pretty damn fast
  • SylverReZ @ SylverReZ:
    @BigOnYa, Except Winchester, which even to this day, is not moddable.
    +1
  • realtimesave @ realtimesave:
    now I'm trying to figure out PS4 modding.
    +1
  • realtimesave @ realtimesave:
    looks easy
  • SylverReZ @ SylverReZ:
    @realtimesave, It definitely did take a while for the PS4 to be fully hacked, much like the PS Vita.
  • SylverReZ @ SylverReZ:
    Sony has announced that they will be using a non-x86 processor for their next-gen console.
  • BigOnYa @ BigOnYa:
    Amazon fire sticks switching to a custom linuxOs instead of Android, sucks for 3rd party some
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, is the red ring of death still common in phat xbox 360s?
    Xdqwerty @ Xdqwerty: @BigOnYa, is the red ring of death still common in phat xbox 360s?