Skip to content

add mpk unpack support#22

Open
chayleaf wants to merge 1 commit intoFGRE:masterfrom
chayleaf:mpk-unpack
Open

add mpk unpack support#22
chayleaf wants to merge 1 commit intoFGRE:masterfrom
chayleaf:mpk-unpack

Conversation

@chayleaf
Copy link
Copy Markdown

(for steins;gate steam version)

Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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