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

Rift: Storm Legion (Asset Files)

Get help on any and all audio formats, or chip in and help others!
Post Reply
FantasyHeroBoy
n00b
Posts: 11
Joined: Mon Dec 10, 2012 9:15 pm
Has thanked: 2 times

Rift: Storm Legion (Asset Files)

Post 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
kilik
mega-veteran
mega-veteran
Posts: 195
Joined: Sat Dec 08, 2012 11:14 am
Has thanked: 31 times
Been thanked: 4 times

Re: Rift: Storm Legion (Asset Files)

Post 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
FantasyHeroBoy
n00b
Posts: 11
Joined: Mon Dec 10, 2012 9:15 pm
Has thanked: 2 times

Re: Rift: Storm Legion (Asset Files)

Post 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"?
kilik
mega-veteran
mega-veteran
Posts: 195
Joined: Sat Dec 08, 2012 11:14 am
Has thanked: 31 times
Been thanked: 4 times

Re: Rift: Storm Legion (Asset Files)

Post 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
FantasyHeroBoy
n00b
Posts: 11
Joined: Mon Dec 10, 2012 9:15 pm
Has thanked: 2 times

Re: Rift: Storm Legion (Asset Files)

Post 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?
kilik
mega-veteran
mega-veteran
Posts: 195
Joined: Sat Dec 08, 2012 11:14 am
Has thanked: 31 times
Been thanked: 4 times

Re: Rift: Storm Legion (Asset Files)

Post by kilik »

you have try manuely without the bat for see if this work's on one file already
FantasyHeroBoy
n00b
Posts: 11
Joined: Mon Dec 10, 2012 9:15 pm
Has thanked: 2 times

Re: Rift: Storm Legion (Asset Files)

Post 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
Apollo
veteran
Posts: 145
Joined: Sat Oct 21, 2006 12:58 pm
Has thanked: 5 times
Been thanked: 24 times

Re: Rift: Storm Legion (Asset Files)

Post by Apollo »

Like other thread upload...this is 13kb being rather seemingly improper upload given 2nd case... [roll]
plechito
ultra-n00b
Posts: 3
Joined: Fri Jul 06, 2012 7:51 am
Has thanked: 2 times

Re: Rift: Storm Legion (Asset Files)

Post 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!
Post Reply