how to repack the .IPF

Chat about AI dev here
Post Reply
awedaweda
Posts: 7
Joined: Tue Oct 27, 2009 4:14 am

how to repack the .IPF

Post by awedaweda »

i have the ipf extractor but im confuse how to REPACK it to .ipf again HELP ON THIS SIR?? any software to do it??
PKO88
Posts: 8
Joined: Fri Dec 04, 2009 4:38 pm

Re: how to repack the .IPF

Post by PKO88 »

Hey
I resurrect this thread because i also don't know how to repack, i try use luncher for inject new files but insteaded replace old files inside ai.ipf it only add them and rename to file name(0), deleting old ai.ipf before runing luncher also don't work (it place new ai.ipf and don't process it). I try hex edit my ai.ipf (compressed/uncompressed) replacing whole file headers or only file names but don't work.
nmttnhq
Posts: 6
Joined: Wed Dec 23, 2009 8:02 pm

Re: how to repack the .IPF

Post by nmttnhq »

compressed 4 file lib.scp, attacker.scp, healer.scp, puppet.scp into zip file and open and change hex follow:

Code: Select all

attacker.scp
original: 61 74 74 61 63 6B 65 72 2E 73 63 70
change to: 95 DC 5A 6B 40 63 5C AD 72 50 52 30
healer.scp
original: 68 65 61 6C 65 72 2E 73 63 70
change to:: 9C 6C 8C 63 7E F3 9B 09 C2 1D
lib.scp
original: 6C 69 62 2E 73 63 70
change to:: 98 58 7C 97 E6 E9 DC
puppet.scp
original: 70 75 70 70 65 74 2E 73 63 70
change to: 84 3B 55 B3 E4 7F C8 85 32 65
Post Reply