Compare commits

...

12 Commits

Author SHA1 Message Date
Kameleon ce81dea518
Update README.md 2023-09-17 19:00:58 -06:00
SiSTRo 472afc4edd
Merge pull request #135 from GoldHEN/bucanero-patch-1
Update README.md
2023-08-08 23:36:21 +02:00
Damián Parrino 8b0a6c4e1e
Update README.md 2023-08-08 18:05:51 -03:00
Damián Parrino d7647dbd1d
Update README.md 2023-08-08 18:02:27 -03:00
SiSTR0 b5a78e1e1f Release v2.3 2022-12-25 00:47:09 +01:00
SiSTR0 19d768eef6 Release v2.2.4 2022-09-07 07:20:26 +02:00
SiSTR0 18506994cc Release v2.2.3 2022-09-06 17:59:04 +02:00
SiSTR0 13dff4ad06 Added GitHub Sponsorship 2022-08-17 17:58:08 +02:00
SiSTR0 a7f4fc1445 Release v2.2.2 2022-03-24 17:59:09 +01:00
SiSTR0 7477455b63 Release v2.2.1 2022-03-22 17:32:58 +01:00
SiSTR0 dbf0632c33 Release v2.2 2022-03-10 05:38:16 +01:00
SiSTR0 a17bb1cfb9 Release v2.1.2 2022-02-18 06:15:43 +01:00
15 changed files with 148 additions and 2 deletions

1
.github/FUNDING.yml vendored
View File

@ -1,2 +1,3 @@
github: SiSTR0
ko_fi: SiSTRo

View File

@ -1,5 +1,71 @@
# Changelog
## v2.3
- Added [Plugins](https://github.com/GoldHEN/GoldHEN_Plugins_Repository) support
- Added FPS counter
- Added TitleId label feature
- Added MC4 cheat format support
- Added Scanlines overlay
- Added internal pkg installation support (/data/pkg) (Thanks to [OSM](https://github.com/OSM-Made))
## v2.2.4
- Fixed KLog tty redirect
## v2.2.3
- Added debug settings
- Added cheat settings
- Added KLog settings
- Added GoldHEN shortcut
- Added PS2 cheat support
- Added Southbridge info
- Improved app version detection
- Refactored GoldHEN menu
## v2.2.2
- Added cheat absolute offset support
- Fixed close option bug
- Fixed Orbis Toolbox support bug
## v2.2.1
- Improved Cheat Menu stability
## v2.2
- Added Cheat Menu initial version
- Added tty redirect to klog
## v2.1.2
- Fixed config parser
## v2.1.1
- Fixed multiple injections

39
CHEATMENU.md Normal file
View File

@ -0,0 +1,39 @@
# GoldHEN Cheat Menu
_Cheat Menu allows you bring up a Menu while in-game for you to select cheats._
## Features
- `.json` support
- `.shn` support
- `.mc4` support
### :warning: Warnings
The Cheat Menu is experimental, use with caution.
Please report cheat related issues to the cheat author(s).
### Disclaimer:
While we make every effort to deliver high quality products, we do not guarantee that our products are free from defects. Our software is provided 'as is' and you use the software at your own risk.
### Usage:
- Long press `Share` button in-game to bring up Cheat menu.
- `↑` / `↓` to highlight cheat.
- `X` to Toggle cheat `On`/`Off`.
### Storage:
- Use `FTP` to upload cheat files to:
- `/user/data/GoldHEN/cheats/json/`
- `/user/data/GoldHEN/cheats/shn/`
- `/user/data/GoldHEN/cheats/mc4/`
- Naming convension: `{titleid}_{version}.{format}`
- e.g. `CUSA001234_01.01.json`
- e.g. `CUSA001234_01.01.shn`
- e.g. `CUSA001234_01.01.mc4`
- **Note:** Only one file format per `titleid` and `version` is currently supported.
### To Do:
- Add multiple cheats support.
- Add more formats.
### Credits
- [ctn123](https://github.com/ctn123)
- [Shinigami](https://github.com/ScriptSK)
- [SiSTRo](https://github.com/SiSTR0)

View File

@ -36,18 +36,48 @@
- BinLoader Server on 9090 port
- Klog Server on 3232 port
- CE-30391-6 Error CMOS Fix
- Integrated Cheat Menu
- Integrated FPS Counter
- Plugins support
- TitleId label feature
- Scanlines overlay
- Internal pkg installation support (`/data/pkg`) (Thanks to [OSM](https://github.com/OSM-Made))
### :warning: Warnings
The BinLoader server is in an experimental phase but in any case there are several payloads around, some even not very well done, which can also be harmful and in the best case only crash the console. So use it with caution.
I have tried to work out to support all payloads possible but no guarantees can be given on this. Obviously I do not take any responsibility in case of use of payloads not made by me.
### :warning: Cheat Menu
The Cheat Menu is experimental, use with caution.
Please report cheat related issues to the cheat author(s).
Read [CHEATMENU.md](CHEATMENU.md)
### Credits
Coded by [SiSTRo](https://github.com/SiSTR0)
Special thanks:
Cheat Menu coded by:
- [ctn123](https://github.com/ctn123)
- [Shinigami](https://github.com/ScriptSK)
- [SiSTRo](https://github.com/SiSTR0)
[Cheat Manager](https://github.com/GoldHEN/GoldHEN_Cheat_Manager) coded by:
- [bucanero](https://github.com/bucanero)
[Plugin SDK](https://github.com/GoldHEN/GoldHEN_Plugins_SDK) coded by:
- [bucanero](https://github.com/bucanero)
- [ctn123](https://github.com/ctn123)
- [jocover](https://github.com/jocover)
- [nik](https://github.com/nkrapivin)
- [OSM](https://github.com/OSM-Made)
- [SiSTRo](https://github.com/SiSTR0)
Plugin SDK uses [OpenOrbis-PS4-Toolchain](https://github.com/OpenOrbis/OpenOrbis-PS4-Toolchain) so thanks to all [OpenOrbis](https://github.com/OpenOrbis) devs
Special thanks:
- [golden](https://github.com/jogolden)
- [Joonie](https://github.com/Joonie86)
- [Kameleon](https://github.com/kmeps4)
@ -67,10 +97,20 @@ Greeting to other devs:
- [zecoxao](https://twitter.com/notzecoxao)
- [Znullptr](https://github.com/dmiller423)
Greeting to QA/Testers:
- [Arczi](https://www.psxhax.com/members/archi55.566599)
- [Big_Wadger](https://twitter.com/big_wadger)
- [Brandon Alberhasky](https://twitter.com/alberhasky)
- [Echo Stretch](https://twitter.com/StretchEcho)
- [Marcus Andre](https://github.com/marcussacana)
- [MGS_PS4_PS5_HB_Tester](https://twitter.com/MSZ_MGS)
- [Pharaoh2k](https://github.com/Pharaoh2k)
- [Alfie](https://gbatemp.net/members/arfgh.506372)
### Note
Project source code is currently private because over time I have seen a sad abuse of the source code that I, like the previous devs who worked on it, have been pleased to make it available to everyone to study and maybe improve it.
### Donations
Consider [donating](https://goldhen.github.io/support) if you like GoldHEN and want to support my work
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/SiSTRo)
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/SiSTRo)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
goldhen_2.3_505.bin Normal file

Binary file not shown.

BIN
goldhen_2.3_672.bin Normal file

Binary file not shown.

BIN
goldhen_2.3_900.bin Normal file

Binary file not shown.