Somewhat like an emulator project to preserve an old mushroom(v95) game
- Install the latest stable rust compiler(state 10.02.2023 1.67)
- Add the required keys the directory should look like this(ONLY net keys are required right now):
keys/
├── data
│ ├── aes.bin
│ ├── default_iv.bin
│ ├── gms_iv.bin
│ ├── sea_iv.bin
│ └── wz_magic.bin
└── net
├── aes_key.bin
├── initial_round_key.bin
└── round_shifting_key.bin
- Build the project(
cargo b
)
- packets:
net/moople_derive
,net/moople_packet
- net protocol:
net/moople_net
- wz files:
data/re-wz