This a Vector Unit .apf Games, like Beach Buggy Racing/Biltz, Shine Runner and Riptide GP 1/2.
http://www.mediafire.com/file/fk749dbxy ... ffiles.zip
Here's BMS Script by ALuigi
http://aluigi.org/bms/riptide_gp2.bms
The rules have been updated, read them now: Rules!
Vector Unit Games .apf Archive
- PhillipGamer3264
- advanced
- Posts: 45
- Joined: Sun Aug 14, 2016 4:32 am
- Has thanked: 1 time
- Been thanked: 2 times
-
- ultra-n00b
- Posts: 9
- Joined: Sat Jun 22, 2019 7:46 am
- Has thanked: 2 times
- Been thanked: 7 times
Re: Vector Unit Games .apf Archive
I have updated the script for version 7 of Vector Unit Games. I tested it on Beach Buggy Racing 2 on Steam. Here is the script:
idstring "FPUV"
get VER long # 5
get OFFSET long
get FILES long
goto OFFSET
for i = 0 < FILES
get NAME string
get OFFSET long
get SIZE long
get ZSIZE long
get CRC long
get DUMMY short
get ZIP short
string NAME + .
if ZIP == 0
savepos TMP
goto OFFSET
get CHECK long
goto TMP
math CHECK + 4
if CHECK == SIZE
math OFFSET + 4
math SIZE - 4
endif
log NAME OFFSET SIZE
else
if ZIP == 1
comtype zlib
elif ZIP == 2
comtype lzma
elif ZIP == 3
comtype snappy
elif ZIP == 4
comtype lz4
elif ZIP == 5
comtype lz4
else
print "Error: unknown compression algorithm %ZIP%, contact me"
cleanexit
endif
clog NAME OFFSET ZSIZE SIZE
endif
next i
idstring "FPUV"
get VER long # 5
get OFFSET long
get FILES long
goto OFFSET
for i = 0 < FILES
get NAME string
get OFFSET long
get SIZE long
get ZSIZE long
get CRC long
get DUMMY short
get ZIP short
string NAME + .
if ZIP == 0
savepos TMP
goto OFFSET
get CHECK long
goto TMP
math CHECK + 4
if CHECK == SIZE
math OFFSET + 4
math SIZE - 4
endif
log NAME OFFSET SIZE
else
if ZIP == 1
comtype zlib
elif ZIP == 2
comtype lzma
elif ZIP == 3
comtype snappy
elif ZIP == 4
comtype lz4
elif ZIP == 5
comtype lz4
else
print "Error: unknown compression algorithm %ZIP%, contact me"
cleanexit
endif
clog NAME OFFSET ZSIZE SIZE
endif
next i