View previous topic :: View next topic |
Author |
Message |
Therionq How do I cheat?
Reputation: 0
Joined: 25 Oct 2016 Posts: 2
|
Posted: Tue Oct 25, 2016 12:50 am Post subject: 6.2 version |
|
|
I'm trying to run a table for BL2 but I'm getting an error telling me that I need a 6.2 version of CE.
Any idea where I can get it?
Links from download section don't seem to work.
|
|
Back to top |
|
 |
STN I post too much
Reputation: 43
Joined: 09 Nov 2005 Posts: 2676
|
|
Back to top |
|
 |
mgr.inz.Player I post too much
Reputation: 222
Joined: 07 Nov 2008 Posts: 4438 Location: W kraju nad Wisla. UTC+01:00
|
Posted: Tue Oct 25, 2016 4:24 pm Post subject: |
|
|
probably because author of CT file used something like this:
Code: | RequiredCEVersion=6.2
if (getCEVersion==nil) or (getCEVersion()~=RequiredCEVersion) then
messageDialog('Please install Cheat Engine '..RequiredCEVersion, mtError, mbOK)
closeCE()
end |
Instead of:
Code: | RequiredCEVersion=6.2
if (getCEVersion==nil) or (getCEVersion()<RequiredCEVersion) then
messageDialog('Please install Cheat Engine '..RequiredCEVersion, mtError, mbOK)
closeCE()
end |
(used "~=" instead of "<")
Solution:
Download CT file, open it with decent text editor (e.g. notepad++ or vi), search for getCEVersion()
and change ~= into <
Save
_________________
Last edited by mgr.inz.Player on Tue Oct 25, 2016 4:53 pm; edited 1 time in total |
|
Back to top |
|
 |
Therionq How do I cheat?
Reputation: 0
Joined: 25 Oct 2016 Posts: 2
|
Posted: Tue Oct 25, 2016 4:40 pm Post subject: |
|
|
STN wrote: | Huh.
Tables are forward compatible so its weird that i'd say that. |
Thank you, works fine with the version you linked.
|
|
Back to top |
|
 |
|