mirror of
https://github.com/GoldHEN/GoldHEN
synced 2024-11-21 08:45:03 -05:00
Release v2.2
This commit is contained in:
parent
a17bb1cfb9
commit
dbf0632c33
@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v2.2
|
||||||
|
- Added Cheat Menu initial version
|
||||||
|
- Added tty redirect to klog
|
||||||
|
|
||||||
## v2.1.2
|
## v2.1.2
|
||||||
- Fixed config parser
|
- Fixed config parser
|
||||||
|
|
||||||
|
40
CHEATMENU.md
Normal file
40
CHEATMENU.md
Normal file
@ -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)
|
14
README.md
14
README.md
@ -36,18 +36,30 @@
|
|||||||
- BinLoader Server on 9090 port
|
- BinLoader Server on 9090 port
|
||||||
- Klog Server on 3232 port
|
- Klog Server on 3232 port
|
||||||
- CE-30391-6 Error CMOS Fix
|
- CE-30391-6 Error CMOS Fix
|
||||||
|
- Integrated Cheat Menu
|
||||||
|
|
||||||
### :warning: Warnings
|
### :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.
|
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.
|
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
|
### Credits
|
||||||
|
|
||||||
Coded by [SiSTRo](https://github.com/SiSTR0)
|
Coded by [SiSTRo](https://github.com/SiSTR0)
|
||||||
|
|
||||||
Special thanks:
|
Cheat menu coded by:
|
||||||
- [ctn123](https://github.com/ctn123)
|
- [ctn123](https://github.com/ctn123)
|
||||||
|
- [Shinigami](https://github.com/ScriptSK)
|
||||||
|
- [SiSTRo](https://github.com/SiSTR0)
|
||||||
|
|
||||||
|
Special thanks:
|
||||||
- [golden](https://github.com/jogolden)
|
- [golden](https://github.com/jogolden)
|
||||||
- [Joonie](https://github.com/Joonie86)
|
- [Joonie](https://github.com/Joonie86)
|
||||||
- [Kameleon](https://github.com/kmeps4)
|
- [Kameleon](https://github.com/kmeps4)
|
||||||
|
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.2_505.bin
Normal file
BIN
goldhen_2.2_505.bin
Normal file
Binary file not shown.
BIN
goldhen_2.2_671.bin
Normal file
BIN
goldhen_2.2_671.bin
Normal file
Binary file not shown.
BIN
goldhen_2.2_672.bin
Normal file
BIN
goldhen_2.2_672.bin
Normal file
Binary file not shown.
BIN
goldhen_2.2_702.bin
Normal file
BIN
goldhen_2.2_702.bin
Normal file
Binary file not shown.
BIN
goldhen_2.2_750.bin
Normal file
BIN
goldhen_2.2_750.bin
Normal file
Binary file not shown.
BIN
goldhen_2.2_751.bin
Normal file
BIN
goldhen_2.2_751.bin
Normal file
Binary file not shown.
BIN
goldhen_2.2_755.bin
Normal file
BIN
goldhen_2.2_755.bin
Normal file
Binary file not shown.
BIN
goldhen_2.2_900.bin
Normal file
BIN
goldhen_2.2_900.bin
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user