parappa 1 decomp (september 24 prototype)
$ sudo apt update
$ sudo apt install git make binutils-mips-linux-gnu cpp-mips-linux-gnu python3 python3-pip python3-venv
$ git clone --recursive https://github.com/EstexNT/parappa1.git
$ cd parappa1
$ python3 -m venv .venv
$ source .venv/bin/activate
$ python3 -m pip install -r requirements.txt
then copy your extracted disk into disc and run make clean-check
don't forget to source .venv/bin/activate everytime you open a new terminal
buildbuild gamecheckbuild game and compare checksumcleanclear build dirclean-buildclear config and build gameclean-checkclear config and build game and compare checksum
later