Can you please add an edit button for the cheat list?
It's a pain to have to keep re-adding cheats with
different values and deleting the originals in order to edit
one cheat code. If you can't, oh well, at least I tried.
If not the CBA and GSA, just the VBA. It would be great to
have something like:
02000000 : XX when you click on the XX you could modify it's
value to YY without having to add a new code, so you would
have just:
02000000 : YY instead of
02000000 : XX
02000000 : YY
Also could be useful the cheat selection being like the Memory
viewer, alowing you to continue playing with it opened.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
CBA code values aren't encrypted, are they? The address
might be, but I don't think the values are (well, they aren't
with my current version of Code Breaker for my PS2).
Anyway, yeah, just the unencrypted ones. I don't like using
encrypted codes anyway.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Snes9x has a feature like this. Whever you select a cheat
code (whether it's game genie, or if you found it your
self), it displays it as the gamegenie code, and as an
address and value, all in editable fields. You can simply
select a code, change the value field, then click the
"change" button and the code will be changed. I've always
found this very useful, and have been hoping VBA would add
something similar.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Code breaker codes are by default not encrypted. However a
code developer may choose to encrypt his codes. Encrypted
and un encrypted codes cannot be used at the same time. See
the vba source for more information.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=987235
Also would be great to have codes that you could input an
value, like the PlaystationEmulationCheater or Project 64
Logged In: YES
user_id=335241
The editing feature: is this for VBA codes or for the other
unencrypted codes?
I don't see the point on editing the encrypted GSA or CBA codes.
Logged In: YES
user_id=987235
If not the CBA and GSA, just the VBA. It would be great to
have something like:
02000000 : XX when you click on the XX you could modify it's
value to YY without having to add a new code, so you would
have just:
02000000 : YY instead of
02000000 : XX
02000000 : YY
Also could be useful the cheat selection being like the Memory
viewer, alowing you to continue playing with it opened.
Logged In: YES
user_id=982696
CBA code values aren't encrypted, are they? The address
might be, but I don't think the values are (well, they aren't
with my current version of Code Breaker for my PS2).
Anyway, yeah, just the unencrypted ones. I don't like using
encrypted codes anyway.
Logged In: YES
user_id=894329
Snes9x has a feature like this. Whever you select a cheat
code (whether it's game genie, or if you found it your
self), it displays it as the gamegenie code, and as an
address and value, all in editable fields. You can simply
select a code, change the value field, then click the
"change" button and the code will be changed. I've always
found this very useful, and have been hoping VBA would add
something similar.
Logged In: YES
user_id=589477
Code breaker codes are by default not encrypted. However a
code developer may choose to encrypt his codes. Encrypted
and un encrypted codes cannot be used at the same time. See
the vba source for more information.