Currently tested with
- wsl2 and ubuntu 20.04 LTS.
- macOS 12
For Windows, it is highly recommended to clone into the wsl filesystem and not /mnt/c or you will experience immensely slow building times/issues
The original mario party 1 decomp repo can be found here: https://github.com/gamemasterplc/mpsource .
This was created before many of the decomp tools we have today.
For this reason, a new repo was created and things have been copied over where applicable.
git clone https://github.com/mariopartyrd/marioparty
to get the repo../install.sh
will get the dependencies, and also create a virtual environment- Take a vanilla US mario party 1 big-endian (
.z64
) rom namedbaserom.us.z64
and place it in the root directory of the repo. - Run
pip install -r requirements.txt
to get all of the dependencies - Run
make setup
. - Compile with
make
, with or without-j
or-j$(nproc)
.