We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
It seems all of them have just about the same error. So is there an issue with my setup that I can fix?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Then the next mod I've tried is Dangerous To Go Alone from the same creator.
Ok well let's try just a simpler mod, sure. Here's an outfit mod for Linkle
It seems all of them have just about the same error. So is there an issue with my setup that I can fix?
The text was updated successfully, but these errors were encountered: