STEAM GROUP
Final Fantasy - Modding FF-Modding
STEAM GROUP
Final Fantasy - Modding FF-Modding
198
IN-GAME
1,718
ONLINE
Founded
26 July, 2015
Language
English
Location
United States 
Surihix 17 Sep, 2018 @ 12:56pm
Extracting this games Music files
I posted my method on the main modding forums. I am posting it here to make it easier to find for interested modders of this game.
this method of mine will only work for the ps3 version until someone finds the filelists for the zone files in the PC version or tell me how it works in the PC version.
I downloaded the ps3 version of this game from a pirate site and which site and all, I will not be mentioning here for obvious reasons. now in the ps3 version, wht I did was unpack the filelist2e.ps3.bin and the white_img2e.ps3.bin with the noesis tool. (plz note tht the e might mean my game is a europe version).
next inside the unpacked folder tht noesis will create, there's a zone folder and inside tht, the filelists for the zone bin files r present. after unpacking all of the zone files, with the correct filelists, I found tht the music files r all packed inside this zone file white_z0120e_img.ps3.bin
Now inside the unpacked white_z0120e_img.ps3.bin folder, I copied all the music files stored in .scd format, to another folder and tried to convert them using vgmstream. this vgmstream of mine is an older version which I failed to realize. while converting, some files failed to convert. after converting the files to .wav format, I noticed tht a lot of tracks played in the game r missing in the .wav converts. I quickly tried to convert the failed files in the vgmstream but failed.
Now I got curious as to whether these files were encrypted or programmed differently and so I goggled abt encrypted scd files, which led me to a github page dealing with a similar topic. from this page I managed to get to another vgmstream, which supposedly fixed some issues for this game's xbox version files.
I downloaded this new vgm and tried to unpack one of the failed files. wonders it extracted. i had to do all of them seperate, since this new vgm did not allow me to group convert. After the files got converted to .wav files, I listened to the tracks and found all of them with dual audio tracks which will play simultaneously. opening audacity confirmed my doubt as I found two set of tracks. muting one set and I could hear either of the tracks clearly. these tracks all had two themes. one tht will play while u r just walking and one tht will play if u encounter an enemy in game. this switching bewteen two tracks is wht SE started using from FF 13-2. this time they did the same, but with a different coding to the .scd files which my older vgmstream wihich worked for the previous two XIII games failed to work.
so yeah I was kinda successfull, but the real success for me is to unpack the PC version's white_z0120a_img.win32.bin and white_z0120v_img.win32.bin files. for opening these files like i said we need the related filelist. one guy who created a entire guide on preparing this game's files for modding said the same. thanks to him and his modding guide. it helped me a lot in figuring these files.
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=887455203
Originally posted by burnhell:
Originally posted by Scarred_X_Gamer:
umm...wht I require is the filelist for opening one of the bin files in the zone folder for the PC version, so tht I can open the music files packed inside it and do the hex edits with the values u mentioned here.
LRFF13 zone filelist
here:https://mir.cr/1QTXRLJD

zone filelist are found extracting file from the folder sys from LR: on X360 ver. we found it using "filelist2u.x360.bin" & "white_img2a.x360.bin"


In PC ver. it can be found extracting "white_img2a.win32.bin" with his filelist "filelist2a.win32.bin" then consider the follow path:
Ex: You will extract here:
I:\Gaming\Patch's Mods\Final Fantasy XIII - Lightning Returns\ff13tool1.4 LR updated\white_img2a

The zone filelist will be here:
I:\Gaming\Patch's Mods\\zone


The BGMs are on the archive "white_z0120a_img.win32.bin" this file needs the filelist "filelist_z0120a.win32.bin" but the "filelist_z0120a.win32.bin" needs to be decrypted (with decrypt - filelist_z0120a.win32.bat), then extract with (extract_imgc - filelist_z0120a.win32.bin white_z0120a_img.win32.bin.bat) and then repack with (repack filelist_z0120a.win32.bin white_z0120a_img.bat) and then encript the file back with (encrypt - filelist_z0120a.win32.bat)

Path BGM LR.
Archive zone LR folder extracted
white_z0120a_img.win32.bin -> white_z0120a_img -> Sound -> pack -> 8000




Archives and your filelist
"white_z0120a_img.win32.bin" filelist = "filelist_z0120a.win32.bin" (BGMs are located here)

"white_img2a.win32.bin" filelist = "filelist2a.win32.bin "

"white_imga.win32.bin" filelist = "filelista.win32.bin"

"white_z0100a_img.win32.bin" filelist = "filelist_z0100a.win32.bin"

"white_z0110a_img.win32.bin" filelist = "filelist_z0110a.win32.bin"

"white_z0120a_img.win32.bin" filelist = "filelist_z0120a.win32.bin" (Duplicated it's the same from the first one that I listed here ok)

"white_z0121a_img.win32.bin" filelist = "filelist_z0121a.win32.bin"

"white_z0122a_img.win32.bin" filelist = "filelist_z0122a.win32.bin"

"white_scra.win32.bin" filelist = "filelist_scra.win32.bin"


Don't forget that Sectus tool needs to be configured to LR FF13 as "ff133".

Examples:
-ff133 = LRFF13

-ff132 = FF13-2

-ff13 = FF13

I will leave here a LRff13Tool with most bats just in case:
https://mir.cr/OWX5NJR1

And a Bonus Final Fantasy XIII BGM Vol. modifier OFF and Vol. = 100
https://mir.cr/UXETPU1Z
https://mir.cr/AUVUVO8H
https://mir.cr/0VVN3EI8
< >
Showing 1-4 of 4 comments
burnhell 17 Sep, 2018 @ 2:47pm 
BGM Vol can be edited easily with a hex editor.

BGM music hex path:
0xA8 float volume in FFXIII, FFXIII-2 and FFXIV

0x128 float volume in LR:FFXIII

Offset 0xA8 (0x128 in LRFFXIII) has a 4 byte IEEE 754 Floating Point for the volume level, you can use a hex to float converter if you want to change it. For example, 3F 33 33 33 == 0.7 while 3F 80 00 00 == 1.0 <-----You need to write this in reverse order So, if you want to change the volume beyond 1.0, you're gonna need a float converter. It's easier than it seems. You just input the decimal representation (let's say 3 for instance) and press enter. Then the Hexadecimal representation will come up and you change your SCD as needed. Making sure to input it in reverse of course.


If you have been playing FFXIII you must have noticed that the BGM plays at low vol most of time, most people would like to hear more the BGM than the sounds effects and sometimes also would like to turn it OFF to just listen the sound effects of the game with his playlist, thanks the research of TGE and Sectus (creator of ff13tool) we are able to modifier the vol to make it sounds loud and mute.

The research of TGE can be found here:

https://steamhost.cn/steamcommunity_com/app/292120/discussions/0/613939294396603806/#c613939841473339184

bonedeaf post can be found here: https://steamhost.cn/steamcommunity_com/app/292120/discussions/0/613939294396603806/#c611703999978417066

ff13tool can be downloaded here: http://www.tzarsectus.com/tools/ff13tool.rar

The tools edited to work with all games here:https://mir.cr/EUIDXJFR



sources:
https://steamhost.cn/steamcommunity_com/app/292120/discussions/0/613939294396603806/?ctp=3

https://www.reddit.com/r/ffxiv/comments/2zw3o4/ffxiv_arr_custom_music_finally/

https://www.h-schmidt.net/FloatConverter/IEEE754.html

Surihix 17 Sep, 2018 @ 5:24pm 
umm...wht I require is the filelist for opening one of the bin files in the zone folder for the PC version, so tht I can open the music files packed inside it and do the hex edits with the values u mentioned here.
The author of this thread has indicated that this post answers the original topic.
burnhell 17 Sep, 2018 @ 5:46pm 
Originally posted by Scarred_X_Gamer:
umm...wht I require is the filelist for opening one of the bin files in the zone folder for the PC version, so tht I can open the music files packed inside it and do the hex edits with the values u mentioned here.
LRFF13 zone filelist
here:https://mir.cr/1QTXRLJD

zone filelist are found extracting file from the folder sys from LR: on X360 ver. we found it using "filelist2u.x360.bin" & "white_img2a.x360.bin"


In PC ver. it can be found extracting "white_img2a.win32.bin" with his filelist "filelist2a.win32.bin" then consider the follow path:
Ex: You will extract here:
I:\Gaming\Patch's Mods\Final Fantasy XIII - Lightning Returns\ff13tool1.4 LR updated\white_img2a

The zone filelist will be here:
I:\Gaming\Patch's Mods\\zone


The BGMs are on the archive "white_z0120a_img.win32.bin" this file needs the filelist "filelist_z0120a.win32.bin" but the "filelist_z0120a.win32.bin" needs to be decrypted (with decrypt - filelist_z0120a.win32.bat), then extract with (extract_imgc - filelist_z0120a.win32.bin white_z0120a_img.win32.bin.bat) and then repack with (repack filelist_z0120a.win32.bin white_z0120a_img.bat) and then encript the file back with (encrypt - filelist_z0120a.win32.bat)

Path BGM LR.
Archive zone LR folder extracted
white_z0120a_img.win32.bin -> white_z0120a_img -> Sound -> pack -> 8000




Archives and your filelist
"white_z0120a_img.win32.bin" filelist = "filelist_z0120a.win32.bin" (BGMs are located here)

"white_img2a.win32.bin" filelist = "filelist2a.win32.bin "

"white_imga.win32.bin" filelist = "filelista.win32.bin"

"white_z0100a_img.win32.bin" filelist = "filelist_z0100a.win32.bin"

"white_z0110a_img.win32.bin" filelist = "filelist_z0110a.win32.bin"

"white_z0120a_img.win32.bin" filelist = "filelist_z0120a.win32.bin" (Duplicated it's the same from the first one that I listed here ok)

"white_z0121a_img.win32.bin" filelist = "filelist_z0121a.win32.bin"

"white_z0122a_img.win32.bin" filelist = "filelist_z0122a.win32.bin"

"white_scra.win32.bin" filelist = "filelist_scra.win32.bin"


Don't forget that Sectus tool needs to be configured to LR FF13 as "ff133".

Examples:
-ff133 = LRFF13

-ff132 = FF13-2

-ff13 = FF13

I will leave here a LRff13Tool with most bats just in case:
https://mir.cr/OWX5NJR1

And a Bonus Final Fantasy XIII BGM Vol. modifier OFF and Vol. = 100
https://mir.cr/UXETPU1Z
https://mir.cr/AUVUVO8H
https://mir.cr/0VVN3EI8
Last edited by burnhell; 17 Sep, 2018 @ 5:49pm
Surihix 18 Sep, 2018 @ 4:34am 
So all this time this filelists were extracting right in front of my eyes and I didn't notice this. LOL. how stupid I feel now for not checking for extra files after extracting the bin files. thanks a lot man. I have marked ur post as the answer so tht it will be easier to find for those interested. thanks once again.
Last edited by Surihix; 18 Sep, 2018 @ 4:47am
< >
Showing 1-4 of 4 comments
Per page: 1530 50