Skip to content

Trying to preserve a 20 yr old-school mushroom game

Notifications You must be signed in to change notification settings

memd1a/reMember

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reMember

Somewhat like an emulator project to preserve an old mushroom(v95) game

Setup

  1. Install the latest stable rust compiler(state 10.02.2023 1.67)
  2. 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
  1. Build the project(cargo b)

Structure

  • packets: net/moople_derive, net/moople_packet
  • net protocol: net/moople_net
  • wz files: data/re-wz

About

Trying to preserve a 20 yr old-school mushroom game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages