Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 1.3 KB

README.md

File metadata and controls

57 lines (36 loc) · 1.3 KB

Metroynome's Cheats Backup

This contains a copy (and backup) of dan's deadlocked-cheats.

deadlocked-cheats

Sample project showing how to use libdl to create cheat codes for Ratchet: Deadlocked PS2.

Building

You'll need a local copy of the PS2SDK.

  1. Install libdl.

  2. Install bin2code.

  3. Clone the repo and enter it:

git clone https://github.com/Dnawrkshp/deadlocked-cheats.git
cd deadlocked-cheats
  1. Then you can build and cheats by entering their directory using:
make

Building with Docker (recommended)

  1. Install docker.

  2. Clone the repo and enter it:

git clone https://github.com/Dnawrkshp/deadlocked-cheats.git
cd deadlocked-cheats
  1. Grab the ps2dev image and launch an instance with the current directory mounted:
docker pull ps2dev/ps2dev
docker run -it --rm -v "$PWD\:/src" ps2dev/ps2dev
cd src
./docker-init.sh

NOTE: The docker-init script is known to fail due to inconsistent line endings when your git is configured to convert line endings (windows). If this is the case you can either replace all line endings in the file with LF or just run each command in the script manually.

  1. Build with:
make