Skip to content

Commit 61cf504

Browse files
committed
Added some more future desires to the TODO.
1 parent 925b699 commit 61cf504

File tree

2 files changed

+24
-16
lines changed

2 files changed

+24
-16
lines changed

docs/README.md

+13-9
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ replay code types. And from that came "TempAR", the angry cheat device. :)
1414
### Installation
1515

1616
1. Copy the seplugins folder to your Memory Stick
17-
(if not copying over game.txt and pops.txt be sure to manually add those lines to the files on the MS).
17+
(if not copying over game.txt and pops.txt be sure to manually add those lines to the files).
1818

1919
### Hotkeys
2020

@@ -151,11 +151,6 @@ Below is a search speed performance comparison for God of War: Ghost of Sparta a
151151
| 8-bit unknown (different) | 5:00 for 20%, 20:00+ for 100% | 0:22 for 100% | 54x faster |
152152
| 8-bit unknown (different) | Skipped | 0:02 for 100% | Same |
153153

154-
## Useful links
155-
156-
* [PSPAR.com](http://www.pspar.com/): Datel PSP action replay cheat database.
157-
* [CWCheat DB Editor](https://code.google.com/archive/p/cwcheatdb/downloads) (by Pasky): Modify PSPAR/CWCheat format database files.
158-
159154
## FAQ
160155

161156
Q: Can I use both CWCheat and PSPAR code types in a single code?
@@ -184,7 +179,16 @@ Special thanks go out to the following people, without them this would not have
184179
* NoEffex: The corrupt PSID function as well as possibly some other code.
185180
* Normmatt: His great code type analyzer tool.
186181
* RedHate: Improving upon the NitePR code base.
187-
* The original NitePR Coders: SANiK, imk and telazorn are probably the most to thank for this as a large amount of the original code and ideas were theres from NitePR.
188-
* weltall: The CWCheat cheat device and all the great code types which were implemented into it... even if the non-standard pointer codes were a bitch to implement.
182+
* The original NitePR Coders: SANiK, imk and telazorn are probably the most to thank for this as a large amount of
183+
the original code and ideas were theres from NitePR.
184+
* weltall: The CWCheat cheat device and all the great code types which were implemented into it... even if the
185+
non-standard pointer codes were a bitch to implement.
189186
* xist: Giving me a great name for the cheat device.
190-
* Everyone else who helped along the way with testing, fixes and suggestions!
187+
* Everyone else who helped along the way with testing, fixes and suggestions!
188+
189+
190+
## Useful links
191+
192+
* [PSPAR.com](http://www.pspar.com/): Datel PSP action replay cheat database.
193+
* [CWCheat DB Editor](https://code.google.com/archive/p/cwcheatdb/downloads) (by Pasky): Modify PSPAR/CWCheat format
194+
database files.

docs/TODO.md

+11-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
## To Do List
22

3-
##### General
4-
* Change default button to Select and add user customizable delay.
5-
* Finish adding the CWCheat code types to the readme.
3+
### General
64
* Fix compile warnings.
5+
* Build a signed OFW compatible EBOOT (... maybe one day, no real user benefit but has been a long term desire).
6+
* Verify compatibility/improve usability with the PS Vita.
7+
* Remove/rework features where they don't make sense nowadays.
8+
Would anyone view a guide on the PSP these days?
9+
Does PSID corruption serve any use now?
10+
* Document translation process.
11+
* Rewrite psp-utilities.jar to be web (javascript) based (should be largely possible).
12+
* Create separate repo for cheat DB with build process (via github actions) similar to what used to be done for forum
13+
threads to create the different cheat DBs.
714

8-
##### Code Engine
9-
* General
10-
* More fake addresses (PSP Model, Random Number, PSP Specific Number).
11-
15+
### Code Engine
1216
* CWCheat
1317
* Test the 0x06 (pointer) code types (especially negative offset ones) as they may not all work properly. Tested Code Types:
1418
* Positive Single Level Pointer (8, 16 and 32-bit).

0 commit comments

Comments
 (0)