|
Post by powermarshall on Dec 27, 2008 8:59:49 GMT -5
I have a problem... I'm at "[6100] NTCompress" in the guide
When the guide says, "Open the command prompt, and type: cd [name of directory] “name of directory” is the full file path to your “NTComp” folder. Now run ntcompress by copying and pasting the below into the command window. To paste it, right click the command prompt and click “paste”. Spaces and CAPS matter!"
I open cmd and do that (copy the text below) and replace "Character" with the name(Yoshi to be exact ) , and press enter, This is what it says...
QUOTE Usage: ntcompress <-d4|d8|r|l|h8|h16> [-o outputFile] [-A4] [-<t|T>[width]] [-s] [-H] <inputFile> -r Runlength encode. -l LZ77 encode. -h BitSize(4|8) Huffman encode. -d BitSize(8|16) Differential filter.
-A4 Align 4byte for filesize -o outputFile Specify the output file name. -t[TypeWidth(1|2|4)] output C format text(little endian). We can specify the type(1=u8,2=u16,4=u32). -T[TypeWidth(1|2|4)] output C format text(big endian). We can specify the type(1=u8,2=u16,4=u32). -s Print no message if you've been successful in the c onversion. -H Raw data header END QUOTE
I can't figure this... Any help will be good.
|
|
dchen
Intermediate Kitten
Posts: 51
|
Post by dchen on Dec 27, 2008 12:42:34 GMT -5
I got the Solution PowerMarshall...btw nice Brawl hacks =) Make sure never to copy the ntcompress line from the guide since it never works. For some reason whenever you copy from the guide it just doesn't work.... Copy this ntcompress -l -o Character.txt -A4 -t1 -s -H CharacterNew.pac
|
|
|
Post by powermarshall on Dec 27, 2008 14:45:56 GMT -5
;D dchen.... THANK YOU!!!!! It worked! Yess. Now to finnish... PS. Thank you, God.
|
|
|
Post by kyotita on Dec 27, 2008 20:53:41 GMT -5
this might come in handy later
|
|
|
Post by powermarshall on Dec 29, 2008 19:19:21 GMT -5
perl -p -i.bak -e "s/0x//g" YoshiB.txt
perl -p -i.bak -e "s/,/ /g" YoshiB.txt
|
|