Hacking QtWitGui

  • Thread starter Thread starter giantpune
  • Start date Start date
  • Views Views 29,201
  • Replies Replies 90
  • Likes Likes 1
if you are just gonna pack the game back up into iso/wbfs/whatever, then you dont need to use the fst creator. wit should automatically generate that data from scratch as it builds the game.

the fst creator is only needed if you are gonna play the game still in its extracted format, and any of a few different changes has happened:
1) the size of a file has been changed, the fst.bin sholud be updated
2) any change that causes the size of the fst.bin to change, such as adding, deleting, or renaming a file means that the boot.bin should be updated with the new size
 
wit can also create a new fst.bin:
Code:
wit extract --flat -F+fst.bin SOURCE_DIR DEST_DIR
After this command, the directory DEST_DIR contains a new fst.bin created from the virtual file system in SOURCE_DIR.
 
So I dump the files with DiscEX (since it's the only program that doesn't give me "invalid disc partition" errors), to make a SNEEK folder called "RSBE01" (which I already made without a hitch); after that,
I tell QtWitGUI to create the folders as an ISO, right?

Where do I make it into an ISO, much less load the correct folders in QTWitGui?
 
So I dump the files with DiscEX (since it's the only program that doesn't give me "invalid disc partition" errors), to make a SNEEK folder called "RSBE01" (which I already made without a hitch); after that,
I tell QtWitGUI to create the folders as an ISO, right?

Where do I make it into an ISO, much less load the correct folders in QTWitGui?

ok if you want an easy way to change neek games back to .iso file

go here
http://gbatemp.net/topic/311212-wiigameconverter-gxs/

and follow the directions
 
After going through much hell (trial and error) I finally found the programs needed to extract the data and compile the mods into a workable ISO image to test on Dolphin. It works a lot better than I expected! Thank you everyone, who helped me getting this to work! Now, to put it on my HDD, load up CFG, couple of Gecko codes, and voila! Sorry for being such pain in the a**.
 
Answer because of PM of alex.ap.pacman:
1.) I'm not a private supporter.
2.) I never used QTWITGUI (nothing is faster and more flexible than command line) and I don't know how to compile it.
 
Trying to compile this on Win7x64 but cant figure it out, never used Qt Creator, followed the steps from the wiki but still wont compile, what version of Qt Creator are you using, mine in 2.4.1?

09:36:37: Running build steps for project witGui...
09:36:37: Starting: "c:\qtsdk\desktop\qt\4.8.0\msvc2010\bin\qmake.exe" C:\Projects\PC\QTWITGUI\trunk\witGui.pro -r -spec win32-msvc2010 "CONFIG+=declarative_debug"
SubWCRev: 'C:\Projects\PC\QTWITGUI\trunk'
Last committed at revision 232
Updated to revision 232
SubWCRev: 'C:\Projects\PC\QTWITGUI\trunk'
Last committed at revision 232
Updated to revision 232
SubWCRev: 'C:\Projects\PC\QTWITGUI\trunk'
Last committed at revision 232
Updated to revision 232
09:36:38: The process "c:\qtsdk\desktop\qt\4.8.0\msvc2010\bin\qmake.exe" exited normally.
09:36:38: Starting: "C:\QtSDK\QtCreator\bin\jom.exe"
C:\QtSDK\QtCreator\bin\jom.exe -f Makefile.Debug
Error: Invalid macro invocation found in C:\Projects\PC\QTWITGUI\witGui-build-desktop-Qt_4_8_0_for_Desktop_-_MSVC2010__Qt_SDK__Debug\Makefile.Debug line 153
jom 1.0.8 - empower your cores
jom: C:\Projects\PC\QTWITGUI\witGui-build-desktop-Qt_4_8_0_for_Desktop_-_MSVC2010__Qt_SDK__Debug\Makefile [debug] Error 2
09:36:38: The process "C:\QtSDK\QtCreator\bin\jom.exe" exited with code 2.
Error while building project witGui (target: Desktop)
When executing build step 'Make'
 
i never tried the VS version of Qt for windows. i only used the mingw one. the latest Qt framework version i tried is 4.7.4, but i dont see any reason why 4.8.0 wouldnt work.
 
aah right getting mingw now to see if theres a difference

yep, seems it auto configured to use msvc instead of mingw, on downloading package now

Done downloading, compiled fine and added needed .dll files and wit/wwt, all seems fine so far, excellent work on this pune as usual
 
Is there someone that is maintaining this project anymore? I tried to compile it with Qt 5.3 on Ubuntu 14.04 but failed miserably. I substituted some deprecated command and I finally managed to compile it, but when I try to select a ISO file Qt Creator gives me
Code:
ASSERT: "uint(i) < uint(size())" in file ../../Qt/5.3/gcc_64/include/QtCore/qstring.h, line 788
The program has unexpectedly finished.
Can someone help me?
 

Site & Scene News

Popular threads in this forum