Rumble Rose XX (Xbox360) weapon.pac

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
06pori
Posts: 14
Joined: Mon Dec 22, 2014 5:30 pm

Rumble Rose XX (Xbox360) weapon.pac

Post by 06pori »

i used yuke.bms for archive weapon.pac of RRXX
it was stopped
somebody help me...

weapon.pac
http://www.mediafire.com/download/1pz7y ... weapon.zip

log

Code: Select all

QuickBMS generic files extractor and reimporter 0.6.1d
by Luigi Auriemma
e-mail: aluigi@autistici.org
web:    aluigi.org
        (Dec 28 2014 - 21:19:39)

                  http://quickbms.aluigi.org
               http://twitter.com/luigi_auriemma
                       http://zenhax.com

- GUI mode activated, remember that the tool works also from command-line
  where are available various options like folder scanning, filters and so on

- select the input archives/files to extract, type * or "" for whole folder and
subfolders
- select the output folder where extracting the files
- open input file D:\RumbleRoseXX\pac\weapon.pac
- open script D:\RumbleRoseXX\pac\yukes.bms
- set output folder D:\RumbleRoseXX\pac\weapon_unpac

  offset   filesize   filename
--------------------------------------
- SCRIPT's MESSAGE:
  EPAC archive

  00000000 16932      MDL/0.YOBJ
  00000000 70192      MDL/1.YOBJ
  00000000 8828       MDL/2.YOBJ
  00000000 9704       MDL/3.YOBJ
  00000000 65448      MDL/4.YOBJ
  00000000 6012       MDL/5.YOBJ
  00000000 16216      MDL/6.YOBJ
  00000000 15296      MDL/7.YOBJ
  00000000 23704      MDL/8.YOBJ
  00000000 21304      MDL/9.YOBJ
  00000000 91188      MDL/10.YOBJ
  00000000 230036     MDL/11.YOBJ
  00000000 207128     MDL/12.YOBJ
  00000000 13048      MDL/13.YOBJ
  00000570 16512      MDL /k2008_03.dds

- it's not possible to create that file due to its filename or related
  incompatibilities (for example already exists a folder with that name), so
  now you must choose a new filename for saving it.
  if you press RETURN a new name will be generated automatically.
  - old: MDL \k2008_03.dds
  - new: MDL\k2008_03.dds
  000045f0 16512      MDL /k2008_01.dds

- it's not possible to create that file due to its filename or related
  incompatibilities (for example already exists a folder with that name), so
  now you must choose a new filename for saving it.
  if you press RETURN a new name will be generated automatically.
  - old: MDL \k2008_01.dds
  - new: MDL\k2008_01.dds
  00008670 16512      MDL /k2008_02.dds

================================================================================

abbreviated

================================================================================

- it's not possible to create that file due to its filename or related
  incompatibilities (for example already exists a folder with that name), so
  now you must choose a new filename for saving it.
  if you press RETURN a new name will be generated automatically.
  - old: MDL \frogeyes_n.dds
  - new: MDL\frogeyes_n.dds
  001eb450 32896      MDL /Book01.dds

- it's not possible to create that file due to its filename or related
  incompatibilities (for example already exists a folder with that name), so
  now you must choose a new filename for saving it.
  if you press RETURN a new name will be generated automatically.
  - old: MDL \Book01.dds
  - new: MDL\Book01.dds

Error: incomplete input file 0: D:\RumbleRoseXX\pac\weapon.pac
       Can't read 213248 bytes from offset 80005800.
       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     5%   1704516    30115840

Last script line before the error or that produced the error:
  98  log MEMORY_FILE OFFSET SIZE

Press RETURN to quit
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Rumble Rose XX (Xbox360) weapon.pac

Post by aluigi »

I have fixed the problem of the space in the name.
Regarding the other problem I have added a check but it's not a real solution, it's more like a work-around (?) where the file is not handled if the offset is bigger than the archive.
Script updated.
06pori
Posts: 14
Joined: Mon Dec 22, 2014 5:30 pm

Re: Rumble Rose XX (Xbox360) weapon.pac

Post by 06pori »

thank you very much for your quick response! :D