Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bucanero committed Jun 1, 2023
1 parent ec27bdb commit fcd78bc
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 8 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to the `GoldHEN Cheats Manager` project will be documented i

## [Unreleased]()

## [v1.1.0](https://github.com/GoldHEN/GoldHEN_Cheat_Manager/releases/tag/v1.0.3) - 2023-06-01

### Added

- Option to delete patch settings
- Support for masked pattern patches for filtering
- New Update Menu
- Update Cheats from Web, HDD, USB
- Update Patches from Web, HDD, USB
- Backup local cheat files to .Zip (HDD/USB)
- Backup local patch files to .Zip (HDD/USB)

## [v1.0.3](https://github.com/GoldHEN/GoldHEN_Cheat_Manager/releases/tag/v1.0.3) - 2023-01-25

### Added
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ createzip:
@echo "creating appdata.zip ..."
@[ -d assets/misc ] || mkdir -p assets/misc
@rm -fr assets/misc/appdata.zip
@zip -r assets/misc/appdata.zip cheats/json/ cheats/shn/ cheats/mc4/ cheats/misc/ patches/json/ patches/misc/
@zip -r assets/misc/appdata.zip cheats/json/ cheats/shn/ cheats/mc4/ cheats/misc/ patches/xml/ patches/misc/
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Downloads][img_downloads]][app_downloads] [![Release][img_latest]][app_latest] [![License][img_license]][app_license]
[![Build package](https://github.com/GoldHEN/GoldHEN_Cheat_Manager/actions/workflows/build.yml/badge.svg)](https://github.com/GoldHEN/GoldHEN_Cheat_Manager/actions/workflows/build.yml)

An open-source PlayStation 4 cheat code manager for GoldHEN.
An open-source PlayStation 4 cheat code manager for [GoldHEN](https://github.com/GoldHEN/GoldHEN).

![image](./docs/screenshots/main-menu.jpg)

Expand Down Expand Up @@ -53,6 +53,7 @@ The application also provides direct access to the Online [Cheat](https://github

* [Bucanero](https://github.com/bucanero): Project developer
* [Ctn123](https://github.com/ctn123): Cheat Engine
* [illusion](https://github.com/illusion0001): Patch Engine
* [Shiningami](https://github.com/ScriptSK): Cheat Engine
* [SiSTRo](https://github.com/SiSTR0): [GoldHEN](https://github.com/GoldHEN/GoldHEN)
* [Kameleon](https://github.com/kmeps4): QA Support
Expand All @@ -71,12 +72,13 @@ You need to have installed:
- [Zip](https://github.com/bucanero/zip) library
- [SDL2](https://github.com/PacBrew/SDL/tree/ps4) library
- [libJbc](https://github.com/bucanero/ps4-libjbc) library
- [SQLite](https://github.com/bucanero/libSQLite-ps4) library
- [Mini-XML](https://github.com/bucanero/mxml) library
- [PolarSSL](https://github.com/bucanero/oosdk_libraries/tree/master/polarssl-1.3.9) library
- [libcurl](https://github.com/bucanero/oosdk_libraries/tree/master/curl-7.64.1) library
- [dbglogger](https://github.com/bucanero/dbglogger) library (required for debug logging)

Run `make` to create a release build. If you want to include the latest save patches in your `.pkg` file, run `make createzip`.
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](https://github.com/bucanero/ps4load).
Expand All @@ -90,7 +92,7 @@ $ socat udp4-recv:30000,ip-add-membership=239.255.0.100:0.0.0.0 -

# License

[GoldHEN Cheats Manager](https://github.com/GoldHEN/GoldHEN_Cheat_Manager/) - Copyright (C) 2022 [Damian Parrino](https://twitter.com/dparrino)
[GoldHEN Cheats Manager](https://github.com/GoldHEN/GoldHEN_Cheat_Manager/) - Copyright (C) 2022-2023 [Damian Parrino](https://twitter.com/dparrino)

This program is free software: you can redistribute it and/or modify
it under the terms of the [GNU General Public License][app_license] as published by
Expand Down
10 changes: 6 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Downloads][img_downloads]][app_downloads] [![Release][img_latest]][app_latest] [![License][img_license]][app_license]
[![Build package](https://github.com/GoldHEN/GoldHEN_Cheat_Manager/actions/workflows/build.yml/badge.svg)](https://github.com/GoldHEN/GoldHEN_Cheat_Manager/actions/workflows/build.yml)

An open-source PlayStation 4 cheat code manager for GoldHEN.
An open-source PlayStation 4 cheat code manager for [GoldHEN](https://github.com/GoldHEN/GoldHEN).

![image](./screenshots/main-menu.jpg)

Expand All @@ -19,7 +19,7 @@ Get the [latest version here][app_latest].

## Changelog

See the [latest changes here](CHANGELOG.md).
See the [latest changes here](https://github.com/GoldHEN/GoldHEN_Cheat_Manager/blob/main/CHANGELOG.md).

# Donations

Expand Down Expand Up @@ -48,6 +48,7 @@ The application also provides direct access to the Online [Cheat](https://github

* [Bucanero](https://github.com/bucanero): Project developer
* [Ctn123](https://github.com/ctn123): Cheat Engine
* [illusion](https://github.com/illusion0001): Patch Engine
* [Shiningami](https://github.com/ScriptSK): Cheat Engine
* [SiSTRo](https://github.com/SiSTR0): [GoldHEN](https://github.com/GoldHEN/GoldHEN)
* [Kameleon](https://github.com/kmeps4): QA Support
Expand All @@ -66,12 +67,13 @@ You need to have installed:
- [Zip](https://github.com/bucanero/zip) library
- [SDL2](https://github.com/PacBrew/SDL/tree/ps4) library
- [libJbc](https://github.com/bucanero/ps4-libjbc) library
- [SQLite](https://github.com/bucanero/libSQLite-ps4) library
- [Mini-XML](https://github.com/bucanero/mxml) library
- [PolarSSL](https://github.com/bucanero/oosdk_libraries/tree/master/polarssl-1.3.9) library
- [libcurl](https://github.com/bucanero/oosdk_libraries/tree/master/curl-7.64.1) library
- [dbglogger](https://github.com/bucanero/dbglogger) library (required for debug logging)

Run `make` to create a release build. If you want to include the latest save patches in your `.pkg` file, run `make createzip`.
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](https://github.com/bucanero/ps4load).
Expand All @@ -85,7 +87,7 @@ $ socat udp4-recv:30000,ip-add-membership=239.255.0.100:0.0.0.0 -

# License

[GoldHEN Cheats Manager](https://github.com/GoldHEN/GoldHEN_Cheat_Manager/) - Copyright (C) 2022 [Damian Parrino](https://twitter.com/dparrino)
[GoldHEN Cheats Manager](https://github.com/GoldHEN/GoldHEN_Cheat_Manager/) - Copyright (C) 2022-2023 [Damian Parrino](https://twitter.com/dparrino)

This program is free software: you can redistribute it and/or modify
it under the terms of the [GNU General Public License][app_license] as published by
Expand Down

0 comments on commit fcd78bc

Please sign in to comment.