This is a work in progress PlayStation 1 port of Sub Nivis, a game I worked on in college.
2024-04-02.17-16-49.mp4
- Install Rust compiler, a C/C++ compiler like
gcc
, and installmake
- Open command line and type
make windows
(note: this is also the Linux target, I just didn't feel like changing the name) - Navigate to folder
build/windows/
and open SubNivis executable
- Install Rust compiler and install
make
- Install PSn00bSDK and make sure you do set
PSN00BSDK_LIBS
environment variable to thepsn00bsdk/lib/libpsn00b/
folder, as described in the PSn00bSDK docs. - Rip the license data file from any PS1 game you own, and save it to the repository's root folder as
license_data.dat
- Open command line and type
make psx
- Navigate to folder
build/psx/
and either burn the SubNivis.cue file to a CD, or open it in an emulator
- Install Rust compiler and
make
- Install BlocksDS. Either keep the default paths, or manually set an environment variable
GCC_ARM_NONE_EABI_PATH
to thegcc-arm-none-eabi/
folder and aBLOCKSDS
environment variable toblocksds/core/
- Open command line and type
make nds
- Navigate to folder
build/nds/
and either copy the SubNivis.nds file to a flash cart or run it in an emulator