Users browsing this thread: 1 Guest(s)
Unable to extract/open OBB file for Final Fantasy Dimension 2
#1
Hello,

As mentioned in the title - I have the OBB file (appox. 300mb) for Final Fantasy Dimension 2.
However, I cannot extract from the OBB file.
When changed into a zip file, I get an 'corrupted' message.
When I change into a 7zip file, it just doesn't open. No messages whatsoever.

Can anyone help me with this?

Thanks!!
Reply
Thanked by:
#2
(05-21-2019, 01:21 AM)CorruptTurret Wrote: Try this
https://github.com/veronicakulikova/obbd...bdown2.jar
(Requires Java 8)
Usage:
Code:
java -jar obbdown2.jar
[Image: 49768416-2968ed80-fc91-11e8-9849-873572d6c822.png]

Or this (if you don't have Java)
https://github.com/veronicakulikova/obbd...bbDown.zip
Usage:
Code:
ObbDown.exe <obbfile> <outdir>
Or
Drag and drop obb file onto ObbDown.exe in File Explorer

Thank you for showing me this!!
I'm not sure if I'm using this correctly.
I tried to drag and drop but got this message: 
IO Exception occurred. Details:
java.io.IOException: missing boot sector signature.

When I ran ObbDown using the Java codes I got this error (see below)

Error: A JNI error has occurred, please check your installation and try again
Exception in thread "main" java.lang.UnsupportedClassVersionError: de/waldheinz/fs/BlockDevice has been compiled by a more recent version of the Java Runtime (class file version 54.0), this version of the Java Runtime only recognizes class file versions up to 52.0
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        at java.security.SecureClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.access$100(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.Class.getDeclaredMethods0(Native Method)
        at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
        at java.lang.Class.privateGetMethodRecursive(Unknown Source)
        at java.lang.Class.getMethod0(Unknown Source)
        at java.lang.Class.getMethod(Unknown Source)
        at sun.launcher.LauncherHelper.validateMainClass(Unknown Source)
        at sun.launcher.LauncherHelper.checkAndLoadMain(Unknown Source)

Please let me know what else I can do!

Thank you =)
Reply
Thanked by:
#3
(05-22-2019, 02:45 PM)CorruptTurret Wrote: The second error means the java bytecode is incompatible because it's newer. I compiled it for Java 10, sorry (I said Java 8 in the docs, forgive me Very Sad)
The first error just means it's not valid. It's either a pre-encrypted image or it's some other format (I find that unlikely).
I'll try looking at the game myself soon.
Edit: this is beautiful, I think I'll be able to roll something out by Saturday at the latest Heart

Ohhhh this is amazing!! Please do share your hardwork!!
I've been waiting for this for a while now hahaha.
Reply
Thanked by:
#4
I'm not sure about the .meo files.
But based on the folder names, seems like .akb are encrypted audio files and .pvr are encrypted image files for use between computer and mobile system.

In case you are interested in the mobile images (which I am) I found this took online called PVRTexTool.

Here's a link of what the images came out to be =D - just one example.
https://imgur.com/a/cQtjX9a

Thank you for helping me find this treasure trove, I will upload them to the site once I have them all compiled =)
Thanks again!!
Reply
Thanked by:


Forum Jump: