Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I find the version key for a cutscene file? #106

Open
iconiczz opened this issue Jul 11, 2023 · 1 comment
Open

How do I find the version key for a cutscene file? #106

iconiczz opened this issue Jul 11, 2023 · 1 comment

Comments

@iconiczz
Copy link

for example like in here

        {
            "encAudio": true,
            "version": "3.7",
            "videoGroups": [
                {
                    "key": 7542491622499622,
                    "version": "40110",
                    "videos": [
                        "Cs_Sumeru_EQ401101101_KP"
                    ]
                },
                {
                    "key": 1413854736885483,
                    "version": "13032",
                    "videos": [
                        "Cs_Sumeru_LQ1303208_KLX_Boy",
                        "Cs_Sumeru_LQ1303208_KLX_Girl"
                    ]
                }
            ]
        }

How would you find like the "version": "40110", or the "version": "13032",? Would I have to read the hex dumps of the files or anything?

@BUnipendix
Copy link
Contributor

BUnipendix commented Jul 11, 2023

the original version.json is in 26236578.blk. #8 is about getting the key.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants