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

Beach Volleyball Online

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
User avatar
Denis
n00b
Posts: 13
Joined: Sat Oct 03, 2009 3:15 pm
Has thanked: 12 times
Been thanked: 11 times
Contact:

Beach Volleyball Online

Post by Denis »

Help to unpack archives from this game. Official site http://www.bvogame.com/
Here some archives http://www.megaupload.com/?d=QV7BP3I2
I think game use Gamebryo Engine
WRS
ultra-veteran
ultra-veteran
Posts: 603
Joined: Fri Nov 06, 2009 12:13 am
Has thanked: 74 times
Been thanked: 137 times

Re: Beach Volleyball Online

Post by WRS »

Code: Select all

# beach volleyball online
# script for quickbms by wrs
idstring "SFILESYSTEM"

goto 0x120
get TOTSIZE asize

for
  get ISCOM long

  if ISCOM != 1
    print "may not be compressed?"
  endif

  getdstring FNAME 256
  get ZSIZE long
  get SIZE long
  get DUMMY long
  get DUMMY long

  savepos OFFSET
  clog FNAME OFFSET ZSIZE SIZE

  math OFFSET += ZSIZE

  if OFFSET == TOTSIZE
    cleanexit
  endif

  goto OFFSET
next
Useful tool links:
Post Reply