Page 1 of 1

does anyone...

PostPosted: 30 Jul 2014, 00:21
by G36cBossMan
cant figure out how to use gibbed tools unpacker can anyone help me?

Re: does anyone...

PostPosted: 30 Jul 2014, 14:47
by GrovyleXShinyCelebi
Take any file with a .WAD extension, drag and drop it onto Gibbed.Duels.Unpack.exe and it creates a file directory with the same name (with everything unpacked), which allows you to modify files inside the .WAD. Once you're done, just drag and drop the directory onto Gibbed.Duels.Pack.exe.

Before packing the .WAD, make sure that the directory (created by the unpacker) has an @header.xml file that has information that looks something like this:

Code: Select all
<?xml version="1.0"?>
<WAD_HEADER>
   <ENTRY platform="ALL" source="Data_Decks_TFM_CARDS/DATA_ALL_PLATFORMS/" alias="Content" order="3"/>
</WAD_HEADER>
("Data_Decks_TFM_CARDS would be replaced with the name of your directory)

Also make sure that there is another folder with the same name as your directory inside the directory, and inside that a file called DATA_ALL_PLATFORMS where all your stuff is in.

Re: does anyone...

PostPosted: 30 Jul 2014, 22:56
by G36cBossMan
I tried the program just crashes...

Re: does anyone...

PostPosted: 30 Jul 2014, 23:12
by RiiakShiNal
If it is crashing then either you are passing in a bad WAD or you are missing one or more of the prerequisites to run it (like .Net 4.0 Framework).

Edit: Or you are passing a newer version WAD into an older version of the program.