Ice745 Newbie cheater
Reputation: 0
Joined: 19 Jul 2005 Posts: 16
|
Posted: Tue Jul 19, 2005 7:58 pm Post subject: Memory Copy Interface Suggestion |
|
|
Hey Dark Byte,
In regard to the 'Memory Copy' suggestion I made before the forums went down, you asked for a UI suggestion. Now that the forums are back up, its no longer here, I just wanted to make sure you saw the UI suggestion. I'll remake it here in case.
In the dialog where you change the value of an address in the list, you can make these modifications. Change the Edit box for the value to a 'Drop-Down' menu; the pull list kind that you can edit. To the left you can add a 'Hex' checkbox for hex values and addresses manually entered. Below you can make a group of radio options "One Time" "Freeze" "Allow Increase" "Allow Decrease" "Memory Copy"
You may want to change names as you see fit. The Freeze, Allow Increase, and Allow Decrease are, as you obviously know, already implemented, it would just be another place that you can change it. The 'One Time' selection would be for if you just wanted to edit the value, and not freeze it at all. The 'Memory Copy' would be, obviously, for the memory copy function. Now as for the contents of the 'Drop-List', on all selections except Memory copy, it can list the values of other addresses found with the value in the edit box being the value of that address itself. This will make it easy if multiple addresses are to have the same value but are not neccessarily copied. Then for the 'Copy Memory' function; in the drop-list list all the other addresses found. You can add a redundancy error in case the 'Copy Memory' is selected and the 'Copy' Address is the same as the Address its copying to, with just a simple MessageBox or just make it do nothing to prevent application errors. In all of the radio selections, make sure you use a "Dropdown" not a "Droplist" this way if the desired choice isn't in the list you can manually type your own in while the list is closed.
If you need to to clarify anything let me know. It is hard to tell if you will understand exactly what I mean; without you telling me if you do, lol. |
|