Hacking Loadiine GX2

  • Thread starter Cyan
  • Start date
  • Views 2,478,688
  • Replies 6,197
  • Likes 132

smileyhead

I like cute stuff.
Member
Joined
Aug 31, 2015
Messages
4,804
Trophies
3
Age
23
Location
Budakeszi, Hungary
Website
sites.google.com
XP
10,591
Country
Hungary
Looks like Big N still cares about their *only* console that *completely* failed.
you're thinking about the Virtual Boy.

by the way, while the Wii U wasn't a success, it was far from being a "complete" failure.
 

aykay55

Professional Idiot
Member
Joined
Apr 14, 2017
Messages
910
Trophies
0
Location
Where the buffalo roam.
XP
1,083
Country
United States
you're thinking about the Virtual Boy.

by the way, while the Wii U wasn't a success, it was far from being a "complete" failure.
I guess because of MK8 and Smash but we can all agree that it barely had Third Party Support.

--------------------- MERGED ---------------------------

i think loadiine is dead.long time no update anymore.
i used it in the past,but now use cbh and usb,and its fantastic and easy to use.
maybe consider to use usb method?
Yeah I’m thinking WUP Installer from now on.

--------------------- MERGED ---------------------------

Wait can someone help me. When I try to download to USB through WUP Installer GX2 it doesn’t detect my USB.
 

pedro702

Well-Known Member
Member
Joined
Mar 3, 2014
Messages
12,722
Trophies
2
Age
33
XP
8,706
Country
Portugal
I guess because of MK8 and Smash but we can all agree that it barely had Third Party Support.
every nintendo console barely had 3rd party since the n64, n64 had little 3rd party support due to cartrige size limitations and prices, gc had little 3rd party support too do to again small sized dvds wich couldnt hold as much, wii had little thrid party support due to the wierd ass main controlls and underpowered cpu/gpu and so on.
 

Muyfa666

Well-Known Member
Member
Joined
Mar 27, 2008
Messages
370
Trophies
0
Age
41
XP
400
Country
I have come to understand that Loadiine GX2 is outdated and a thing of the past? What is the "new" stuff? I have Haxchii and HBC channels installed.
 

racertj5

Well-Known Member
Newcomer
Joined
Jan 26, 2017
Messages
69
Trophies
0
Age
33
XP
139
Country
United States
I have come to understand that Loadiine GX2 is outdated and a thing of the past? What is the "new" stuff? I have Haxchii and HBC channels installed.
Use a service such as wii u usb helper or ddd plus wup installer gx2 to load games directly onto the console... Your going to need a dedicated external hdd though
 

jammybudga777

Well-Known Member
Member
Joined
Aug 23, 2013
Messages
2,284
Trophies
1
Age
37
XP
2,193
Country
So I guess nobody's doing anymore work with loadiine because everyone uses USB hd? Personally think it would be nice if loadiine was used for a GUI instead of the real system menu for USB games
 

smileyhead

I like cute stuff.
Member
Joined
Aug 31, 2015
Messages
4,804
Trophies
3
Age
23
Location
Budakeszi, Hungary
Website
sites.google.com
XP
10,591
Country
Hungary
So I guess nobody's doing anymore work with loadiine because everyone uses USB hd? Personally think it would be nice if loadiine was used for a GUI instead of the real system menu for USB games
Why? It'd be an extra step to enter the menu.
 

jammybudga777

Well-Known Member
Member
Joined
Aug 23, 2013
Messages
2,284
Trophies
1
Age
37
XP
2,193
Country
Why? It'd be an extra step to enter the menu.
true. but i have a wii u setup for children. and the box icons are little hard at times to see fully whats there to play. where as having a nice gui like loadiine to show box icons and game covers just makes it abit easier for games selection.
 

KiiWii

Editorial Team
Editorial Team
Joined
Nov 17, 2008
Messages
16,606
Trophies
3
Website
defaultdnb.github.io
XP
27,013
Country
United Kingdom
Of course!! Including all other tools. Is the main goal of porting loadiine, but there is still a lot of work to do.^_^
When this ready to make public for all who want to collaborate in the project.

Wait: so this verion of loadiine runs from RPX, but does it load games installed from USB with wupinstaller or is it still for sd card "loadiine format" decrypts?
 

masqchips

Member
Newcomer
Joined
Apr 22, 2016
Messages
23
Trophies
0
Age
24
XP
148
Country
Wait: so this verion of loadiine runs from RPX, but does it load games installed from USB with wupinstaller or is it still for sd card "loadiine format" decrypts?

Everything has yet to be done.
Adding the tools has not been done because simply no one has bothered, now with loadiine RPX and with the possibility of working with an emulator is easier for all

When you are ready to do it I want to open a thread with news and pending work.
Unfortunately my holidays are over and I will not have as much time as I want. Everything will need your time !!

P.D sorry for my English!
 

RealityNinja

Well-Known Member
Member
Joined
Nov 4, 2015
Messages
1,716
Trophies
0
Location
Pokéland
XP
667
Country
France
Can't compile.

Code:
C:\cygwin64\home\SommenRider\loadiine_gx2>make
./gitrev.sh: line 3: git: command not found
Application.cpp
In file included from c:/cygwin64/home/SommenRider/loadiine_gx2/src/system/AsyncDeleter.h:21:0,
                 from c:/cygwin64/home/SommenRider/loadiine_gx2/src/gui/GuiElement.h:37,
                 from c:/cygwin64/home/SommenRider/loadiine_gx2/src/gui/Gui.h:20,
                 from c:/cygwin64/home/SommenRider/loadiine_gx2/src/menu/MainWindow.h:22,
                 from c:/cygwin64/home/SommenRider/loadiine_gx2/src/Application.h:20,
                 from c:/cygwin64/home/SommenRider/loadiine_gx2/src/Application.cpp:17:
c:/cygwin64/home/SommenRider/loadiine_gx2/src/system/CThread.h: In constructor 'CThread::CThread(int, int, int, CThread::Callback, void*)':
c:/cygwin64/home/SommenRider/loadiine_gx2/src/system/CThread.h:45:37: error: invalid conversion from 'int (*)(int, void*)' to 's32 (*)(s32, void*) {aka long int (*)(long int, void*)}' [-fpermissive]
             OSCreateThread(pThread, &CThread::threadCallback, 1, this, (u32)pThreadStack+iStackSize, iStackSize, iPriority, iAttributes);
                                     ^~~~~~~~
In file included from c:/cygwin64/home/SommenRider/loadiine_gx2/src/Application.cpp:21:0:
c:/cygwin64/home/SommenRider/loadiine_gx2/src/gui/VPadController.h: In member function 'virtual bool VPadController::update(int, int)':
c:/cygwin64/home/SommenRider/loadiine_gx2/src/gui/VPadController.h:41:31: error: invalid conversion from 'int*' to 's32* {aka long int*}' [-fpermissive]
         VPADRead(0, &vpad, 1, &vpadError);
                               ^~~~~~~~~~
c:/cygwin64/home/SommenRider/loadiine_gx2/src/Application.cpp: In destructor 'virtual Application::~Application()':
c:/cygwin64/home/SommenRider/loadiine_gx2/src/Application.cpp:63:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(int i = 0; i < 5; i++)
     ^~~
c:/cygwin64/home/SommenRider/loadiine_gx2/src/Application.cpp:66:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  AsyncDeleter::destroyInstance();
  ^~~~~~~~~~~~
make[1]: *** [Application.o] Error 1
make: *** [build] Error 2
You need to download devkitppc revision 27. (https://sourceforge.net/projects/devkitpro/files/devkitPPC/)
 
Last edited by RealityNinja,

masqchips

Member
Newcomer
Joined
Apr 22, 2016
Messages
23
Trophies
0
Age
24
XP
148
Country

pedro702

Well-Known Member
Member
Joined
Mar 3, 2014
Messages
12,722
Trophies
2
Age
33
XP
8,706
Country
Portugal
but does it work on 5.5.2?
yeah but if you plan on loading webkit hac everytime to launch loaddine the webkit hax is unstable on 5.5.2 so it will need alot of retrys to play a session lol your better off getting haxchi or everytime you wanna use loadiine your gonna need to redo the hax over 10 times and hope to god it works lol.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • 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)
  • DinohScene @ DinohScene:
    run h2testw on it
    +1
  • DinohScene @ DinohScene:
    when SD cards/microSD write speeds drop below a meg a sec, they're usually on the verge of dying
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Samsung SD format can sometimes fix them too
  • Purple_Heart @ Purple_Heart:
    yes looks like an faulty sd
  • Purple_Heart @ Purple_Heart:
    @Psionic Roshambo i may try that with my dead sd cards
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    It's always worth a shot
  • TwoSpikedHands @ TwoSpikedHands:
    @The Real Jdbye, I considered that, but i'll have to wait until i can get the eu version in the mail lol
  • I @ I-need-help-with-wup-wiiu:
    i need help with nusspli failed downloads, can someone respond to my thread? pretty please:wub:
  • Sheeba- @ Sheeba-:
    I can't wait to hack my 11.00 PS4 pro
    Sheeba- @ Sheeba-: I can't wait to hack my 11.00 PS4 pro