-
-
Notifications
You must be signed in to change notification settings - Fork 213
Add patch for showing all locked characters in DOA4 Beta #438
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
base: main
Are you sure you want to change the base?
Conversation
Added a patch to unlock all characters in the game, with specific addresses and values for each character.
|
Do all of them crash? |
Updated patch descriptions and modified unlock values to showcase locked characters instead of unlocking them since their data isn't included.
ryu-highabusa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So they do all crash. Best case scenario is it loads the character's skeletal model (baked into the XEX) with a default model, but then it crashes trying to get in-game. I'm not sure if it's best practice to allow players the crash, or if I should modify the patch so you can simply see the locked characters' icons on screen.
Revised character icon patch to clarify it does not crash. Added patch to unlock 'Jurassic Jamboree' stage.
ryu-highabusa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revised character icon patch to clarify it does not crash.
Added patch to unlock 'Jurassic Jamboree' stage.
Revised character icon patch to clarify it does not crash. Added patch to unlock 'Jurassic Jamboree' stage.
ryu-highabusa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added unlock_default.xex hash
ryu-highabusa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed formatting.
ryu-highabusa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replaced blank media_id.
ryu-highabusa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hash looks good to me, why is this failing?
ryu-highabusa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
replaced tabs with spaces
Added comments to old patches, added new "Restore Random Stage Select" patch
ryu-highabusa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added Restore Random Stage Select patch.
removed trailing spaces from comments
ryu-highabusa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed trailing spaces from comments
Added a patch to unlock all characters in the game, with specific addresses and values for each character.