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

converting BNP to UKMM rarely seems to work #251

Open
RadFox34 opened this issue Jan 9, 2025 · 0 comments
Open

converting BNP to UKMM rarely seems to work #251

RadFox34 opened this issue Jan 9, 2025 · 0 comments

Comments

@RadFox34
Copy link

RadFox34 commented Jan 9, 2025

I've been trying a few different mods from Gamebanana but they all seem to fail if they were uploaded as a .bnp

First up is True Flying which gives me this error:

0. Failed to convert BNP to UKMM mod
1. Failed to unpack trueflyingv101.bnp at `crates\uk-manager\src\bnp.rs@520:42`
2. Failed to process gamedata log at `crates\uk-manager\src\bnp.rs@408:14`
3. Failed to parse gamedata flag from BNP log: Map({"IsProgramWritable": Bool(true), "MinValue": Bool(false), "IsProgramReadable": Bool(true), "HashValue": I32(1301839861), "IsSave": Bool(false), "ResetType": I32(0), "MaxValue": Bool(true), "InitValue": I32(0)})
4. BYML file missing key: FlagData missing DataName
5. BYML file missing key: FlagData missing DeleteRev

Then the next mod I've tried is Dangerous To Go Alone from the same creator.


Failed to convert BNP to UKMM mod

Caused by:
    0: Failed to unpack dtga-reborn-026-zactionsupgraded.bnp at `crates\uk-manager\src\bnp.rs@520:42`
    1: Failed to process gamedata log at `crates\uk-manager\src\bnp.rs@408:14`
    2: Failed to parse gamedata flag from BNP log: Map({"IsProgramWritable": Bool(true), "MinValue": Bool(false), "IsProgramReadable": Bool(true), "HashValue": I32(-1508798613), "IsSave": Bool(true), "ResetType": I32(0), "MaxValue": Bool(true), "InitValue": I32(0)})
    3: BYML file missing key: FlagData missing DataName
    4: BYML file missing key: FlagData missing DeleteRev

Ok well let's try just a simpler mod, sure. Here's an outfit mod for Linkle

Failed to convert BNP to UKMM mod

Caused by:
    0: Failed to unpack dtga-reborn-026-zactionsupgraded.bnp at `crates\uk-manager\src\bnp.rs@520:42`
    1: Failed to process gamedata log at `crates\uk-manager\src\bnp.rs@408:14`
    2: Failed to parse gamedata flag from BNP log: Map({"IsProgramWritable": Bool(true), "MinValue": Bool(false), "IsProgramReadable": Bool(true), "HashValue": I32(-1508798613), "IsSave": Bool(true), "ResetType": I32(0), "MaxValue": Bool(true), "InitValue": I32(0)})
    3: BYML file missing key: FlagData missing DataName
    4: BYML file missing key: FlagData missing DeleteRev

It seems all of them have just about the same error. So is there an issue with my setup that I can fix?

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

1 participant