AceTheGame icon indicating copy to clipboard operation
AceTheGame copied to clipboard

Roadmap

Open KuhakuPixel opened this issue 9 months ago • 0 comments

  • [ ] use github action for CI/CD

APK

  • [x] #62

  • [x] #65

  • [x] Add region level options for scanning

  • [x] #71

  • [ ] #72

  • [x] Use adb shell getprop ro.product.cpu.abi instead of uname -m to determine binary to use

  • [ ] Add options to write value to all address in address table

  • [ ] #80

  • [ ] More descriptive name for Scan Type

like cheat engine, where the name of scan type is Exact Scan, Less than and etc are more readable than symbols =, <

  • [ ] Option to add address manually to address table

  • [x] Option to add all matches to address table

  • [ ] Option to Pause while scanning

  • [x] Freeze value of an address

  • [ ] show value of an address in real time

  • [ ] Undo

add an option to limit matches count that can be undo-ed so it won't consume too much memory

  • [ ] #61

Modder

  • [ ] ship with adb binary so adb command won't be needed
  • [x] #68 from download to pull to download apk from device (better name and similliar to adb)
  • [ ] #69 (add some flag in patch command)

ACE

  • [ ] Use data-format like json for communication to APK
  • [ ] array scan

currently messages sent by ACE to APK are hard to read because it only sent the "raw" message like when giving request, its hard to know if the request is a success or failure

KuhakuPixel avatar Sep 12 '23 06:09 KuhakuPixel