What's new

GCM tools

icepir8

Moderator
I am currently working on a few things for Dolphin/GameCube.

Here is a dump of the Ubilogo.tpl file from Bast a Move 3000.

As you can see I stil have a few bugs to work out. :p
 
OP
icepir8

icepir8

Moderator
Of course File dumping.
Also things to do are.
file replacement/patching.
Disasmbler for the Executable files.
Texture dumper/converter/editor.

and who knows what else. :)
 

Dysprosium

Graphics Designer
icepir8 said:
Of course File dumping.
Also things to do are.
file replacement/patching.
Disasmbler for the Executable files.
Texture dumper/converter/editor.

and who knows what else. :)

Music/Sound editor/Remover? Is that possible? :p

Awesome, Hope you get it finished soon. :)
 
OP
icepir8

icepir8

Moderator
Here is a pre-alpha version of my program. You need to have VB6 runtime installed to run it. Still has plenty of errors but I thoght I would release this version to get some feedback. :)
 

Huuf

Zelda fanatic
ok

first thing
change the title from form1
at the iso opening also allow .gcm_old
and add an option all files
so you get
Code:
<common dialog name>.filter = "GameCube ISO *.gcm, *.iso, *.gcm_old|*.gcm;*.iso;*.gcm_old|All Files *.*|*.*"
(If I remember right)
if you need hosting, pm me
if you need VB help, also pm me
(or email me info[@]huuf.net)

btw, hide the texture in top until it has captured the data
 

Huuf

Zelda fanatic
Very big bug
I closed it and it was still running at the background, using 547 mb of memory space ¬_¬
 

Doomulation

?????????????????????????
Wow icepir, didn't know you programmed in VB!
Btw, as of current, that proggie looks awful ;) it'll probably improve in the future, though.

change the title from form1
btw, hide the texture in top until it has captured the data
Yep agreed on those. Sloppy :p

Btw, this "runs in the background," I think you must clarify what you did, because opening and closing it right away doesn't do that.

Good luck icepir.
 

Huuf

Zelda fanatic
I opened the zelda rom, clicked on a file, then file ==> viewtexture
then close the program

possible code to fix it
Code:
private sub form_unload(cancel as true)
     end
end sub
=p
if I remember right that is

[edit]
You can choose to open each file as texture (not good), and loads it into the memory
[/edit]
 
Last edited:
OP
icepir8

icepir8

Moderator
A little update. Fixed ARGB8888 textures. Fixed the still running in background problem
 

Huuf

Zelda fanatic
You can do File ==> dumpDol while no iso is loader
same with file ==> DumpAppLoader
File ==> exit doesn't work
maybe when you double click in the listview control, it opens the file
 

Dysprosium

Graphics Designer
I downloaded the VB6 runtime files, and it still won't run. I think I downloaded the wrong pack... Could someone link me to it? :(
 
OP
icepir8

icepir8

Moderator
Another update.

Better graphics handling.

now to work on the disassembler and sound tools.

Cheers!

Icepir8
 

Nick_kidid0

Member since 2001
How accurate is the DumpDol option? alot of tools give various MainDol.dol file sizes, how can i know which one is right? (Atleast your tool doesn't give any 0kb files like GC-Tool does with some GCM's)

Great Tool btw :)
 

Top