You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
x87
changed the title
Memory Access does not work on VC/SA in delegate mode (has a workaround)
Memory Access does not work in VC/SA in delegate mode (has a workaround)
Nov 9, 2021
there are multiple
Memory.Read
/Memory.Write
commands invc.json
andsa.json
for both CLEO PC and CLEO Android:https://library.sannybuilder.com/#/vc?q="READ_MEMORY"
https://library.sannybuilder.com/#/sa?q="WRITE_MEMORY"
if CLEO runs in delegate mode
Memory.Read
andMemory.Write
use wrong opcodes (0DD8 and 0DD9), leading to the game crash.To fix that, platform tags should be implemented: sannybuilder/library#38
Temporary solution: delete two commands from
vc.json
andsa.json
:The text was updated successfully, but these errors were encountered: