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

add mpk unpack support #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

chayleaf
Copy link

(for steins;gate steam version)

Copy link
Member

@krofna krofna left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I skimmed over it, haven't tested yet. Apart from one comment I've made it seems fine. btw: what kind of script files should i expect in mpk? are they compatible with nss/nsb?

return nullptr;

MpkEntry* MPKEntry = (MpkEntry*)iter->second;
uint8_t* buffer = new uint8_t[Size];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alloc parameter should be used instead of new.

@chayleaf
Copy link
Author

chayleaf commented Aug 3, 2021

afaik it uses a new script format, haven't looked into it much yet though. https://github.com/CommitteeOfZero/impacto is a new project with a larger scope btw, found it only after making this PR lol

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

Successfully merging this pull request may close these issues.

2 participants