diff --git a/CHANGELOG.md b/CHANGELOG.md index c38efc7..f905d77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v2.2 +- Added Cheat Menu initial version +- Added tty redirect to klog + ## v2.1.2 - Fixed config parser diff --git a/CHEATMENU.md b/CHEATMENU.md new file mode 100644 index 0000000..3157900 --- /dev/null +++ b/CHEATMENU.md @@ -0,0 +1,40 @@ +# GoldHEN Cheat Menu +_Cheat Menu allows you bring up a Menu while in-game for you to select cheats._ + +## Features +- `.json` support +- `.shn` support + +### :warning: Warnings +The Cheat Menu is experimental, use with caution. +Please report cheat related issues to the cheat author(s). + +### Known Issues: +- UI is not rendered correctly for `MasterCode` enabled cheats. + +### 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/` +- Naming convension: `{titleid}_{version}.{format}` + - e.g. `CUSA001234_01.01.json` + - e.g. `CUSA001234_01.01.shn` + - **Note:** Only one file format per `titleid` and `version` is currently supported. + +### To Do: +- Improve `MasterCode` support. +- Add multiple cheats support. +- Add more formats. + +### Credits +- [ctn123](https://github.com/ctn123) +- [Shinigami](https://github.com/ScriptSK) +- [SiSTRo](https://github.com/SiSTR0) \ No newline at end of file diff --git a/README.md b/README.md index d021df2..601a185 100644 --- a/README.md +++ b/README.md @@ -36,18 +36,30 @@ - BinLoader Server on 9090 port - Klog Server on 3232 port - CE-30391-6 Error CMOS Fix +- Integrated Cheat Menu ### :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](https://github.com/GoldHEN/GoldHEN/blob/master/CHEATMENU.md) for more information. + ### 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) + +Special thanks: - [golden](https://github.com/jogolden) - [Joonie](https://github.com/Joonie86) - [Kameleon](https://github.com/kmeps4) diff --git a/goldhen_2.1.2_505.bin b/goldhen_2.1.2_505.bin deleted file mode 100644 index e0e9344..0000000 Binary files a/goldhen_2.1.2_505.bin and /dev/null differ diff --git a/goldhen_2.1.2_671.bin b/goldhen_2.1.2_671.bin deleted file mode 100644 index b002018..0000000 Binary files a/goldhen_2.1.2_671.bin and /dev/null differ diff --git a/goldhen_2.1.2_672.bin b/goldhen_2.1.2_672.bin deleted file mode 100644 index ca7752a..0000000 Binary files a/goldhen_2.1.2_672.bin and /dev/null differ diff --git a/goldhen_2.1.2_702.bin b/goldhen_2.1.2_702.bin deleted file mode 100644 index 0bf718e..0000000 Binary files a/goldhen_2.1.2_702.bin and /dev/null differ diff --git a/goldhen_2.1.2_750.bin b/goldhen_2.1.2_750.bin deleted file mode 100644 index 6738970..0000000 Binary files a/goldhen_2.1.2_750.bin and /dev/null differ diff --git a/goldhen_2.1.2_751.bin b/goldhen_2.1.2_751.bin deleted file mode 100644 index b4aca28..0000000 Binary files a/goldhen_2.1.2_751.bin and /dev/null differ diff --git a/goldhen_2.1.2_755.bin b/goldhen_2.1.2_755.bin deleted file mode 100644 index f62730e..0000000 Binary files a/goldhen_2.1.2_755.bin and /dev/null differ diff --git a/goldhen_2.1.2_900.bin b/goldhen_2.1.2_900.bin deleted file mode 100644 index c8c18b8..0000000 Binary files a/goldhen_2.1.2_900.bin and /dev/null differ diff --git a/goldhen_2.2_505.bin b/goldhen_2.2_505.bin new file mode 100644 index 0000000..10e58d4 Binary files /dev/null and b/goldhen_2.2_505.bin differ diff --git a/goldhen_2.2_671.bin b/goldhen_2.2_671.bin new file mode 100644 index 0000000..a8a53cc Binary files /dev/null and b/goldhen_2.2_671.bin differ diff --git a/goldhen_2.2_672.bin b/goldhen_2.2_672.bin new file mode 100644 index 0000000..d7a89a9 Binary files /dev/null and b/goldhen_2.2_672.bin differ diff --git a/goldhen_2.2_702.bin b/goldhen_2.2_702.bin new file mode 100644 index 0000000..9698951 Binary files /dev/null and b/goldhen_2.2_702.bin differ diff --git a/goldhen_2.2_750.bin b/goldhen_2.2_750.bin new file mode 100644 index 0000000..5b51b1a Binary files /dev/null and b/goldhen_2.2_750.bin differ diff --git a/goldhen_2.2_751.bin b/goldhen_2.2_751.bin new file mode 100644 index 0000000..d558faa Binary files /dev/null and b/goldhen_2.2_751.bin differ diff --git a/goldhen_2.2_755.bin b/goldhen_2.2_755.bin new file mode 100644 index 0000000..1c83af1 Binary files /dev/null and b/goldhen_2.2_755.bin differ diff --git a/goldhen_2.2_900.bin b/goldhen_2.2_900.bin new file mode 100644 index 0000000..82a7416 Binary files /dev/null and b/goldhen_2.2_900.bin differ