Page 1 of 1

Rift: Storm Legion (Asset Files)

Posted: Fri Feb 08, 2013 1:09 am
by FantasyHeroBoy
Greetings, one and all! I would like to know if there is a program that can extract music from Asset Files? Any help would be appreciated. Inon Zur music is just to good to miss out on. ;) While I was DL-Ing this game, I saw in the "New" folder a "Audio.PAK" file. After it was done installing the Game, all I see is Asset.001, Asset.002, Asset.003, etc, etc. So, I just assume that the Audio PAK file is packed in the Asset files. ;) Much would be appreciated if someone could give me an answer!!! xD

Re: Rift: Storm Legion (Asset Files)

Posted: Fri Feb 08, 2013 2:05 pm
by kilik
you can use this bms script after that's you must revorb them but only one by one so you must use one bat script
so i will try and say more after

Code: Select all

# Rift: Planes of Telara (v1.9+) (Assests format) 
#  
# Written by Ekey (h4x0r) 
# http://www.progamercity.net 
#  
# script for QuickBMS http://quickbms.aluigi.org 

comtype unzip_dynamic 

idstring "TWAD" 
get VERSION long
get DUMMY long
get DUMMY long
get FILES long

for i = 0 < FILES 
  get ID1 long # Pointer for Manifest ?
  get ID2 long # Pointer for Manifest ?
  get OFFSET long 
  get SIZE long 
  get SIZED long 
  get DUMMY long 
  getdstring SHA1 0x14 
  string NAME p= "%08X%08X" ID1 ID2 
  clog NAME OFFSET SIZE SIZE 
next iE OFFSET SIZE SIZE 
next i

Re: Rift: Storm Legion (Asset Files)

Posted: Sat Feb 09, 2013 12:23 am
by FantasyHeroBoy
Ok, Kilik, I've used the script and it worked just fine. I have over 1,000 files that have the extension "File". Can you please tell me how to get these files in WAV or OGG format? Also, what do you mean by "Revorb"?

Re: Rift: Storm Legion (Asset Files)

Posted: Sat Feb 09, 2013 12:39 am
by kilik
same here i have use EkszBox-ABX for extract only wav
and here http://hcs64.com/vgm_ripping.html you found
ww2ogg try drag and drop in this bat script

Code: Select all

cd "%~dp0"
:getfile
if "%~1"=="" goto end
ww2ogg.exe "%~1"
shift
goto getfile
:end
pause

after use this one for read ogg

Code: Select all

for %%i In (*.ogg) do "%CD%/revorb.exe" %%i
note: you can only drag and drop by 100 or little more because path bat look to long
and 50% can be convert only

Re: Rift: Storm Legion (Asset Files)

Posted: Sun Feb 10, 2013 11:28 pm
by FantasyHeroBoy
Hmm? This is weird. When I try to convert the File, it just says "Invalid Command "CD" or arguments 1 at line 1 ". Am I doing something wrong, Kilik? If so, please inform me, Ok?

Re: Rift: Storm Legion (Asset Files)

Posted: Mon Feb 11, 2013 12:51 am
by kilik
you have try manuely without the bat for see if this work's on one file already

Re: Rift: Storm Legion (Asset Files)

Posted: Fri Feb 22, 2013 6:09 pm
by FantasyHeroBoy
Sorry about the loong wait. :P I've tried it and no luck. :/

If you want to try yourself, here are some of the game's files.

Good Luck, Kilik! ;)

http://speedy.sh/bdW9H/Rift-Storm-Legion-Files.rar

Re: Rift: Storm Legion (Asset Files)

Posted: Sat Feb 23, 2013 6:39 am
by Apollo
Like other thread upload...this is 13kb being rather seemingly improper upload given 2nd case... [roll]

Re: Rift: Storm Legion (Asset Files)

Posted: Tue Oct 03, 2017 2:16 pm
by plechito
Hi, i think it doesnt work for new versions anymore.. Is there any chance to make updated script? :)
Thank you so much for answer!