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

natives\x64\objectroot\scene\location\rpd\level_100\environments\st4_313_0\gimmick.scn.19 only works on GUI #16

Open
Namsku opened this issue Jun 14, 2024 · 3 comments

Comments

@Namsku
Copy link

Namsku commented Jun 14, 2024

My code

    public ScnFile ReadScnFile(string path)
    {
        RszFileOption option = new(GameName.re2);
        FileHandler fileHandler = new FileHandler(path);
        
        ScnFile scnFile = new(option, fileHandler);
        scnFile.Read();

        return scnFile;
    }

   Will crash at
   
               scnFile.Read();
image

gimmick.scn.zip

Malformed SCN file ?

@Namsku
Copy link
Author

Namsku commented Jun 14, 2024

For the context

image

Same file in the GUI is working, so i'm confused

@czastack
Copy link
Owner

@Namsku I can not recurrence the issue with your gimmick.scn.zip. I see path in the first image is st317_0, the second is st4_313_0.

@Namsku
Copy link
Author

Namsku commented Jun 23, 2024

My bad, I will retry tonight, maybe it's on my side. If it's a mistake that i have done, i'll close the ticket. I'll keep you in touch

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