Automation of actions for the game Hero Wars
The script always uses the current lib.json
For each game platform, its version may differ
The hardcode of the link to lib.json remained from the old version and is not used now.
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
I noticed that the script loads and uses "v1101/lib/lib.json". However, the game itself seems to use `NXFlashVars.index_url`, which is currently "index.v0937.json.gz", and which in turn contains "v0937/lib/lib.json". Shouldn't that one be used instead? Or even better, shouldn't `cheats.libGame` be used?