diff --git a/CHANGELOG.md b/CHANGELOG.md index 063beeb..68aae87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,43 @@ # 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 diff --git a/CHEATMENU.md b/CHEATMENU.md index bb55e62..41e8f96 100644 --- a/CHEATMENU.md +++ b/CHEATMENU.md @@ -4,6 +4,7 @@ _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. @@ -21,9 +22,11 @@ While we make every effort to deliver high quality products, we do not guarantee - 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: diff --git a/README.md b/README.md index a56796f..ddaf628 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,11 @@ - 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 @@ -62,6 +67,16 @@ Cheat Menu coded by: [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) @@ -83,15 +98,18 @@ Greeting to other devs: - [Znullptr](https://github.com/dmiller423) Greeting to QA/Testers: -- [MGS_PS4_PS5_HB_Tester](https://twitter.com/MSZ_MGS) -- [Echo Stretch](https://twitter.com/StretchEcho) +- [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) ### 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) or [sponsoring](https://github.com/sponsors/SiSTR0) if you like GoldHEN and want to support my work +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) \ No newline at end of file diff --git a/goldhen_2.2.4_505.bin b/goldhen_2.2.4_505.bin deleted file mode 100644 index 6ecccd6..0000000 Binary files a/goldhen_2.2.4_505.bin and /dev/null differ diff --git a/goldhen_2.2.4_672.bin b/goldhen_2.2.4_672.bin deleted file mode 100644 index d94b8f7..0000000 Binary files a/goldhen_2.2.4_672.bin and /dev/null differ diff --git a/goldhen_2.2.4_900.bin b/goldhen_2.2.4_900.bin deleted file mode 100644 index 0ded4e7..0000000 Binary files a/goldhen_2.2.4_900.bin and /dev/null differ diff --git a/goldhen_2.3_505.bin b/goldhen_2.3_505.bin new file mode 100644 index 0000000..3e80d19 Binary files /dev/null and b/goldhen_2.3_505.bin differ diff --git a/goldhen_2.3_672.bin b/goldhen_2.3_672.bin new file mode 100644 index 0000000..c766609 Binary files /dev/null and b/goldhen_2.3_672.bin differ diff --git a/goldhen_2.3_900.bin b/goldhen_2.3_900.bin new file mode 100644 index 0000000..c0103e0 Binary files /dev/null and b/goldhen_2.3_900.bin differ