Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Agents of Mayhem .vpp_pc

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
aoba200941
beginner
Posts: 27
Joined: Wed Oct 21, 2015 5:41 am
Has thanked: 7 times
Been thanked: 1 time

Agents of Mayhem .vpp_pc

Post by aoba200941 »

Hello everyone, can you help me extract this file?
Captura.PNG

files vpp_pc
You do not have the required permissions to view the files attached to this post.
aoba200941
beginner
Posts: 27
Joined: Wed Oct 21, 2015 5:41 am
Has thanked: 7 times
Been thanked: 1 time

Re: Agents of Mayhem .vpp_pc

Post by aoba200941 »

aoba200941 wrote: Sat Sep 05, 2020 7:13 pm Hello everyone, can you help me extract this file?

Captura.PNG


files vpp_pc

i have tried this acewell script
but it does not work
download/file.php?id=13957

Code: Select all

get FOLDER basename
get UKN long
get UKN2 long
get UNK3 long
get STR2PC_SZ long
get UNK4 long
get FILES long
get OFF_TABLE_SZ long
get STR_TABLE_SZ long
get SIZE long
get ZSIZE long
savepos TMPB
xmath BASE_OFF "TMPB + OFF_TABLE_SZ + STR_TABLE_SZ" 
if ZSIZE != 0xFFFFFFFF
	comtype zlib_noerror
	clog memory_file1 BASE_OFF ZSIZE SIZE
	for i = 1 to FILES
		get STR_OFF longlong
		xmath STR_OFF "TMPB + OFF_TABLE_SZ + STR_OFF"
		get OFFSET long
		get SIZE long
		get ZSIZE long
		get FLAG1 short //compression flag?? 0=no, 1=yes
		get FLAG2 short //0x10 = 16 byte alligned??
		savepos TMP 0
		goto STR_OFF
		get NAME string
		string NAME p "%s\%s" FOLDER NAME
		if i == 1
			xmath NEXT_OFF "OFFSET + SIZE"
			goto NEXT_OFF -1
			savepos NEXT_OFF -1
			log NAME OFFSET SIZE -1
		else
			log NAME NEXT_OFF SIZE -1
			math NEXT_OFF + SIZE
		endif
		goto TMP 0
	next i
else
	for i = 1 to FILES
		get STR_OFF longlong
		xmath STR_OFF "TMPB + OFF_TABLE_SZ + STR_OFF"
		get OFFSET long
		xmath OFFSET "TMPB + OFF_TABLE_SZ + STR_TABLE_SZ + OFFSET"
		get SIZE long
		get ZSIZE long
		get FLAG1 short
		get FLAG2 short
		savepos TMP
		goto STR_OFF
		get NAME string
		string NAME p "%s\%s" FOLDER NAME
		log NAME OFFSET SIZE
		goto TMP
	next i
endif 



Code: Select all

Error: incomplete input file 0: C:\Users.-.v1.0.0\v1.0.0\aom_dlc_agent_01.vpp_pc
       Can't read 465181 bytes from offset 00000000202a4903.
       Anyway don't worry, it's possible that the BMS script has been written
       to exit in this way if it's reached the end of the archive so check it
       or contact its author or verify that all the files have been extracted.
       Please check the following coverage information to know if it's ok.

  coverage file 0    99%   539176974  539642115  . offset 00000000202a4903

Last script line before the error or that produced the error:
  18  clog memory_file1 BASE_OFF ZSIZE SIZE

Press ENTER or close the window to quit
Post Reply