PS4 Cheats Manager
An open-source PlayStation 4 cheat code manager for GoldHEN.
PS4 Cheats Manager is a simple PS4 homebrew application that manages JSON
, SHN
, XML
, and MC4
cheat codes files.
Download
Get the latest version here.
Changelog
See the latest changes here.
Donations
My GitHub projects are open to a Patreon sponsor program. If you feel that my tools helped you in some way or you would like to support future developments, you can consider a PayPal donation.
Setup instructions
No special setup is needed. Just download the latest IV0000-CHTM00777_00-PS4CHEATSMANAGER.pkg
package and install it on your PlayStation 4.
On first run, the application will detect and setup the required user settings.
Usage
Using the application is simple and straight-forward:
- Move UP/DOWN to select the cheat file you want to view, and press . The cheat list screen will show the available codes for the game.
- To view the item’s details, press . It will open the context menu on the screen. Press to return to the list.
- To reload the list, press .
- Press L1/L2 or R1/R2 trigger buttons to move pages up or down.
Online Database
The application also provides direct access to the Online Cheat and Patch databases, the official GoldHEN repositories of cheats and custom game patches for PlayStation 4 games.
Credits
- Bucanero: Project developer
GoldHEN credits
- Ctn123: Cheat Engine
- illusion: Patch Engine
- Shiningami: Cheat Engine
- SiSTRo: GoldHEN
- Kameleon: QA Support
Artemis PS3 credits
- Dnawrkshp: Artemis PS3
- Berion: GUI design
Building
You need to have installed:
- Open Orbis SDK
- cJSON library
- SDL2 library
- libJbc library
- SQLite library
- Mini-XML library
- PolarSSL library
- cURL library
- dbglogger library
Run make
to create a release build. If you want to include the latest cheats and patches in your .pkg
file, run make createzip
.
You can also set the PS3LOAD
environment variable to your PS4 IP address: export PS3LOAD=tcp:x.x.x.x
.
This will allow you to use make run
and send eboot.bin
directly to the PS4Load listener.
To enable debug logging, build it with make DEBUGLOG=1
. The application will send debug messages to
UDP multicast address 239.255.0.100:30000
. To receive them you can use socat on your computer:
$ socat udp4-recv:30000,ip-add-membership=239.255.0.100:0.0.0.0 -
License
PS4 Cheats Manager - Copyright (C) 2022-2024 Damian Parrino
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.