gokuta Posted July 25, 2020 Share Posted July 25, 2020 (edited) So, I have just downloaded the newest (supposedly the greatest, was updated ages ago) version of CLEO. Trying to create a CLEO plugin, performing basic version check like this: if(CLEO_GetVersion() < CLEO_VERSION){ write_to_log_file("cleo: 0x%X-0x%X", CLEO_GetVersion(), CLEO_VERSION); return false; } the output I get Quote cleo: 0x4031300-0x4031400 What should I do? Option number one: actually CLEO.asi I use is of older version than my CLEO plugin. I should update my CLEO.asi, huh?! Not the case, most certainly not the case... I have updated all the files using same CLEO.rar. Option number two: this version of CLEO is f*cked up, the creator is being lousy. Simply do not perform version check ever, cuz it's broken and useless. Option number three: don't know, your suggestions. My plugin cannot pass basic version check, what's the problem? How do I solve it? Edited July 25, 2020 by gokuta Link to comment Share on other sites More sharing options...
ZAZ Posted July 26, 2020 Share Posted July 26, 2020 (edited) I wrote several posts of users which had problems, especially the menue won't be shown. i use and recommand such users CLEO 4.1.1.30f by Alien where and what did you download for your version check? Edited July 26, 2020 by ZAZ CLEO MODS CLEO Script Tutorial Link to comment Share on other sites More sharing options...
gokuta Posted July 26, 2020 Author Share Posted July 26, 2020 So I go to http://cleo.li, download the lastest cleo. Put cleo.asi in game folder. Then I use CLEO.h and CLEO.lib. Perform basic check of version compatibility (as shown above) and turns out CLEO is not compatible with itself. Very much weird. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now