| View previous topic :: View next topic |
| Author |
Message |
Geri Moderator
Reputation: 112
Joined: 05 Feb 2010 Posts: 5627
|
Posted: Mon Jan 10, 2011 1:34 pm Post subject: CE 6 hotkeys |
|
|
If I set a hotkey for a cheat and save it in a table, I cannot remove it permanently.
I add a hotkey to script.
Save the table.
I delete the hotkey when I load the table next time and save the table again.
I load the table and the hotkey is still there.
_________________
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 475
Joined: 09 May 2003 Posts: 25982 Location: The netherlands
|
Posted: Mon Jan 10, 2011 2:15 pm Post subject: |
|
|
weird, I'll look into it
anyhow, because cheattables are now text based you can delete hotkeys manually:
Just delete the part from <Hotkeys> to </Hotkeys>
_________________
Tools give you results. Knowledge gives you control.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
Geri Moderator
Reputation: 112
Joined: 05 Feb 2010 Posts: 5627
|
Posted: Mon Jan 10, 2011 2:19 pm Post subject: |
|
|
I didn't look into the CT's with editor so didn't notice the change.
I have checked it and yeah, it is not saving that I have deleted the hotkey. It is still there.
_________________
|
|
| Back to top |
|
 |
mgr.inz.Player I post too much
Reputation: 223
Joined: 07 Nov 2008 Posts: 4438 Location: W kraju nad Wisla. UTC+01:00
|
Posted: Mon Jan 10, 2011 3:05 pm Post subject: |
|
|
| Geri wrote: | | I have checked it and yeah, it is not saving that I have deleted the hotkey. It is still there. |
This is not only one issue with hotkeys.
Try adding more hotkeys to one script or address-value pair. Old hotkeys disappear, only the new one stays.
Check my table at (http://forum.cheatengine.org/viewtopic.php?t=529842)
I assigned three hotkeys to each entry ("teleport save position" and "teleport load position").
(numeric1 = set value to 1
pageup = set value to 2
home = set value to 3)
(numeric0 = set value to 1
pagedown = set value to 2
end = set value to 3) because three slots.
All hotkeys works but I edited CT file via notepad++.
"Teleport save position" entry for example:
__________<Hotkeys>
____________<Hotkey>
______________<Action>Set_Value</Action>
______________<Keys>
________________<Key>97</Key>
______________</Keys>
______________<Value>1</Value>
____________</Hotkey>
____________<Hotkey>
______________<Action>Set_Value</Action>
______________<Keys>
________________<Key>33</Key>
______________</Keys>
______________<Value>2</Value>
____________</Hotkey>
____________<Hotkey>
______________<Action>Set_Value</Action>
______________<Keys>
________________<Key>36</Key>
______________</Keys>
______________<Value>3</Value>
____________</Hotkey>
__________</Hotkeys>
For now it's impossible to set more hotkeys to one entry with CE6 only.
And there is a problem with hotkeys in "cheat engine settings->hotkeys". Whatever I set, "speed hack 1", "speed hack 2", "speed hack 3", after CE6 launched again "speed value" reverts to 2.00.
_________________
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 475
Joined: 09 May 2003 Posts: 25982 Location: The netherlands
|
Posted: Mon Jan 10, 2011 4:56 pm Post subject: |
|
|
This is the reason why I usually take a week before starting with adding new features.
Redownload ce and this will be fixed
_________________
Tools give you results. Knowledge gives you control.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 475
Joined: 09 May 2003 Posts: 25982 Location: The netherlands
|
Posted: Mon Jan 10, 2011 5:12 pm Post subject: |
|
|
Actually, just hold off, there is one more bug that needs fixing: stringlist lua commands (really, this one should have been tested, it's needed for autoattach)
_________________
Tools give you results. Knowledge gives you control.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 475
Joined: 09 May 2003 Posts: 25982 Location: The netherlands
|
Posted: Mon Jan 10, 2011 5:32 pm Post subject: |
|
|
ok, the upload is done on both servers, you can now redownload ce
_________________
Tools give you results. Knowledge gives you control.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
Geri Moderator
Reputation: 112
Joined: 05 Feb 2010 Posts: 5627
|
Posted: Mon Jan 10, 2011 5:44 pm Post subject: |
|
|
Ok, I can save/delete hotkeys without problems now.
Auto-attach it also working correctly.
_________________
|
|
| Back to top |
|
 |
|