Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cheat Parse Problem #13

Open
GoogleCodeExporter opened this issue Sep 8, 2015 · 4 comments
Open

Cheat Parse Problem #13

GoogleCodeExporter opened this issue Sep 8, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Copy attached cheat file (ULUS-10160.txt) to your MS and load it in a game.

What is the expected output? Properly parsed cheat list.

What do you see instead? Incorrectly parsed cheat list, error is noticeable 
starting after "Little Willie (Small Helicopter) in Garage" cheat. Maybe a bug 
when code names are longer than 31 characters?

What version of the product are you using? r90

On what operating system? 6.38 ME

Please provide any additional information below.

Other notes:

 - On 6.xx firmwares Sony started resetting home screen backcolor to the default color after resuming from standby. If the cheat menu is visible when putting the PSP into standby on a 6.xx firmware a blue screen will appear on resume instead of the cheat menu.

 - If I press the HOME button to exit the menu it is challenging to make it appear properly again.

 - Maybe it would be wise to take into consideration the possibility that the user may not have made some mistakes in their code file and try to correct them on load? (refer to tests.txt)

Original issue reported on code.google.com by rai...@gmail.com on 25 May 2011 at 4:17

Attachments:

@GoogleCodeExporter
Copy link
Author

Attached a new tests.txt file with some changes.

I noticed that the "Pointer Code" doesn't show the 0xFFFFFFFF in the address 
(maybe this is by design?) and it also crashes the PSP when it is enabled, 
tested on other NitePR mods with success.

Original comment by rai...@gmail.com on 25 May 2011 at 5:54

Attachments:

@GoogleCodeExporter
Copy link
Author

The cheat loading has been rewritten but will likely still have the same sort 
of error.  I will test with your file.

Original comment by sirgeef...@gmail.com on 27 May 2011 at 10:50

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

The addressing issue should be solved now.  You should be able to mix and match 
between 0x0000 based addresses and 0x0880 based addresses.
The overflowing cheat name has been solved now.  You should no longer be able 
to overflow the cheats by specifying a name that is too long.

Original comment by sirgeef...@gmail.com on 8 Jun 2011 at 10:58

@GoogleCodeExporter
Copy link
Author

Thanks, cheat parsing seems to be working good now. :)

Though, I think it would be more user friendly if you could easily make the 
menu re-appear after exiting using the HOME button.

Original comment by rai...@gmail.com on 20 Jun 2011 at 2:34

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant