Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/root670/CheatDevicePS2
Game enhancer for PlayStation 2 similar to Action Replay, GameShark, and CodeBreaker. (No longer in development)
https://github.com/root670/CheatDevicePS2
game-hacking playstation-2 ps2
Last synced: 28 days ago
JSON representation
Game enhancer for PlayStation 2 similar to Action Replay, GameShark, and CodeBreaker. (No longer in development)
- Host: GitHub
- URL: https://github.com/root670/CheatDevicePS2
- Owner: root670
- License: gpl-3.0
- Archived: true
- Created: 2015-04-05T03:21:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-07-28T17:27:10.000Z (over 2 years ago)
- Last Synced: 2024-08-03T07:01:34.139Z (4 months ago)
- Topics: game-hacking, playstation-2, ps2
- Language: C
- Homepage:
- Size: 4.95 MB
- Stars: 79
- Watchers: 16
- Forks: 18
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ps2 - CheatDevice
README
Cheat Device for PS2
====================[![Build Status](https://travis-ci.com/root670/CheatDevicePS2.svg?branch=master)](https://travis-ci.com/root670/CheatDevicePS2)
[![Downloads](https://img.shields.io/github/downloads/root670/CheatDevicePS2/total.svg)](https://github.com/root670/CheatDevicePS2/releases)
[![License](https://img.shields.io/badge/license-GPL--3.0-blue.svg)](https://github.com/root670/CheatDevicePS2/blob/master/LICENSE)Cheat Device is a game enhancer for PlayStation 2 games similar to Action
Replay, GameShark, and CodeBreaker. It supports booting retail, disc based
games as well as ELF files such as OpenPS2Loader or ESR.See the [wiki](https://github.com/root670/CheatDevicePS2/wiki) to get started
using Cheat Device.## Features
* Easy to navigate menu system similar to CodeBreaker
* Supports booting retail discs and loader ELFs
* Fast loading of large cheat lists
* Save manager for backing up and restoring game saves to/from a flash drive
* Powered by ps2rd's powerful cheat engine## Compiling
If you have Docker installed, it's easiest to compile Cheat Device using my
docker image:### Unix
```bash
./docker-make [args...]
```### Windows Command Prompt
```cmd
docker-make.bat [args...]
```### Windows PowerShell
```ps
.\docker-make.bat [args...]
```See the [compile](https://github.com/root670/CheatDevicePS2/wiki/Compiling)
page in the wiki for instructions to build without Docker.## License
Cheat Device is not licensed, sponsored, or endorsed by Sony Computer
Entertainment, Inc. This program comes with ABSOLUTELY NO WARRANTY. Cheat
Device is licensed under GNU GPL-3. See LICENSE for details. The cheat
engine is from ps2rd by Mathias Lafedlt. The bootstrap is based on EE_CORE
from OpenPS2Loader.