mirror of
https://github.com/yxrei/bemani-guide.git
synced 2024-12-16 00:41:16 +01:00
8ff6894687
-add iidx24 setup/problems/hex edits -changed the hex edits page on every game to include mons bemanipatcher -added bemani logo and old favicon -placed more emphasis on 64-bit and 32-bit tools in iidx25-iidx27
32 lines
861 B
Markdown
32 lines
861 B
Markdown
# jubeat clan Hex Edits
|
|
|
|
??? info "Want a quick drag and drop solution?"
|
|
Use _mon's [BemaniPatcher](https://mon.im/bemanipatcher)._ Simply select the game you'd like to edit and drop the corresponding game `.dll` into it and select what changes you'd like!
|
|
|
|
??? warning "Unsure how to apply hex edits?"
|
|
|
|
Check out the [Beginner's Guide to Hex Editing](https://guide.fumo.photos/extras/hexguide/) for assistance.
|
|
|
|
### List of Known Edits For L44-2018070901
|
|
|
|
!!! tip ""
|
|
|
|
Disable Tutorial
|
|
|
|
- jubeat.dll: `0xCFFC7: 75 4A 57 68 00 -> E9 90 00 00 00`
|
|
|
|
Song Select Timer Freeze
|
|
|
|
- jubeat.dll: `0xA5A49: 75 -> EB`
|
|
|
|
Expert Options Lock (Toggling on expert option keeps it on for every future play)
|
|
|
|
- jubeat.dll: `0xD4699: 89 1D -> EB 0B`
|
|
|
|
Online Matching Skip
|
|
|
|
- jubeat.dll: `0xBCDCE: 7D -> EB`
|
|
|
|
Unlock All Songs
|
|
|
|
- music_db.dll `0x1B8F: 74 09 -> 90 90` |