Search Results

  1. Sephiroth4590
    I used my HxD Hex Editor to find the hex values for sora's HP bar. I was able to preview it via Noesis, but the thing is, when I save it, all I get is the image below. It doesn't show the appearance of the actual bar itself. Is there a software I could use to make it so It looks like the bars and not like this? Please and thank you for helping if you do!
    Thread by: Sephiroth4590, May 29, 2017, 2 replies, in forum: Code Vault
  2. Sephiroth4590
    Hello everyone! Today I introduce a new tool developed by Disgustor that extracts VAG files from any .mdls in Kingdom Hearts 1 USA/ Final Mix. Do take notice that NOT ALL .mdls files have audio in them. Some .mdls files are either cut scene textures or they have a different format to find them. These are the instructions on how to use them as well as the things you need:

    Items Needed:
    1) A Hex editor of some sort (Preferably HxD Hex Editor)
    2) The "KH1 Boss VAG file Extractor"
    Download Here: http://www.mediafire.com/file/hebnovftrzsj2fz/KH1+Boss+VAG+File+Extractor.exe
    3) VAG+VAS Previewer as well Here are the instructions on how to use this tool...

    ==Extracting==

    1) Find your .mdls file you wish to extract. (example: xa_ex_3000.mdls which is sephiroth)
    2) Open your .mdls file with HxD Hex Editor
    3) On the 3rd line, look at the first four bytes. (Sephiroth's .mdls is 80 A6 3D 00) - do an offset search with these four bytes, but before you search "80A63D00", you need to do it in reverse order. So instead, you would search for "003DA680".

    The Screenshot below is a referral to what I mean by the first four bytes of the third line

    4)Your insertion point should be at that offset. Next, you need to copy that offset and all the way down to the last line.
    5)Copy the hex codes from "003DA680", all the way down, and create a new file in HxD and paste those codes into there.
    6)Save the file to any name you would like. It does not matter what it is named but preferably name it the name of the boss you are editing.
    7)Once your new file is saved, drag the new file onto the "KH1 Boss Vag Extractor and it should then create a new folder with the name of your file you saved with -ext in the end. (Example: Saved file name is "sephiroth" it will make a folder called "sephiroth-ext"
    8) From that point on, you can edit the VAG files to your will.

    ==Recompiling==

    1) After you have edited your VAG files to your own will, drag the folder onto the KH1 Boss VAG Extractor/ Recompiler and it will recreate your saved file but will recreate it saying ".new" in the end. (example: saved file is "sephiroth" it will recreate it saying "sephiroth.new"
    2)Next, open that new file onto the HxD Hex Editor.
    3) Copy the new codes from the new file and replace the original codes with the new codes
    4) YOU ARE NOW FINISHED! Next, drag your .mdls into the import folder of your ISO Tools and put it into the game. ENJOY! All credit for the tool DOES go to Disgustor
    Thread by: Sephiroth4590, Apr 14, 2017, 0 replies, in forum: Code Vault