-
-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cleo_redux.asi does not work on Windows 7 #5
Comments
screenshot? logs? information about the game? |
What Windows is it? |
windows 7 |
I see. CLEO Redux uses GetSystemTimePreciseAsFileTime that is only available on Windows 8+. I will look into removing this dependency but it's a low priority for me now. Sorry. |
ok |
Need a guide of using dynamicLibrary.load() |
@D3Pheonix hi. which part is confusing? |
For example, I can easily get samp structure by this cleo code
so, on js it's like:
Example 2 (getting local time):
My Settings:
Also scripts have [mem] permission, like script[mem].js |
What CLEO Redux version are you using? There was an issue with Memory.Read (see #6) that is fixed in 0.7.4. You can also enable opcode log in the config (see
Commands having In your case the correct form should be There is however an issue, as CLEO 4 has unconventionally put |
@D3Pheonix please open a new discussion here https://github.com/cleolibrary/CLEO-Redux/discussions I don't want to use this ticket for multiple questions. also please prefer English as it might help other people to understand the problem and use provided solutions |
@TheArtemMaps please try new version 0.7.6 |
yes works now. thanks, and sorry for my long reply. also how does hot reload works? i tried to add/change scripts, but nothing changed. |
what is in your cleo_redux.log? |
22:05:34 [INFO] CLEO Redux 0.8.0 (x86) |
which one of these you were trying to change? |
this one SlowMotion.cs |
hot reload does not work for CS scripts when there is another CLEO. only for JS scripts. |
but when i'm deleting cleo.asi and leaving cleo redux, game not launching getting error gta_sa.exe cannot be runned without cleo.asi. try reinstall programm |
CLEO Redux only works with CLEO 4 in San Andreas 1.0. So you don't have hot reload for CS scripts in this game |
how to solve it?
The text was updated successfully, but these errors were encountered: