• Stars
    star
    1,472
  • Rank 31,750 (Top 0.7 %)
  • Language
    Lua
  • License
    Apache License 2.0
  • Created over 5 years ago
  • Updated 12 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

明日方舟速通 arknights 本仓库不再维护,请使用 https://github.com/AegirTech/ArkLights

ArkLights

ArkLights is the lightning fast and fully managed Arknights game helper

明日方舟速通 —— 高效的明日方舟全托管APP

使用文档 999源石锭速刷记录7时21分 每日任务速通记录35.25s 云控平台 云端托管by蛋糕

Development

  1. 内置函数参考懒人精灵无障碍模式IDE内文档

  2. 调试

    懒人精灵中新建项目main,利用saverun转码为项目文件后调试

    # in linux
    ./0.sh saverun
    # in windows
    python3 ./0.py saverun

    调试时在main.lua中启用日志

    always_enable_log
  3. 发布

    # in linux
    ./0.sh release
    # in windows
    python3 ./0.py release
  4. 数据提取

    # 解包
    https://github.com/jxr2006/ArkAssetsTool
    # 提取基建图标数据
    ./0.sh buildingskill
    # 提取公招保底组合
    ./0.sh recruit
    # 提取活动关卡坐标
    ./extracy.py screencap 1,2,3
    ./extracy.py screencap_distance

    更多说明请参考 开发与贡献指南