Git Product home page Git Product logo

auto-derby's Introduction

auto-derby

version python Join the chat at https://gitter.im/auto-derby/community Conventional Commits

自动化养马

❗ 脚本违反用户协议 请勿公开宣传
The script violates the user agreement, please do not publicize

FAQ

育成结果 Nurturing result

功能

  • 支持客户端
    • DMM (前台)
    • 实验性 安卓 ADB 连接(后台)开发基于 1080x1920 分辨率
  • 团队赛 (Team race)
    • 有胜利确定奖励时吃帕菲
  • 日常赛 (Daily race)
  • PvP 活动赛 (Champions meeting)
  • 传奇赛 (Legend race)
    • 自动领奖励
  • 活动抽奖转盘 (Roulette derby)
  • 自定义限时商店处理
    • 插件 limited_sale_buy_everything:自动买下所有物品
    • 插件 limited_sale_buy_first_3:自动买前 3 个物品
    • 插件 limited_sale_ignore:无视限时商店
  • 育成 (Nurturing)
    • 剧本适配
      • 新設!  URA ファイナルズ!!
      • アオハル杯~輝け、チームの絆~
      • Make a new track!! ~クライマックス開幕~
    • 自动选择训练
      • 基于当前属性
      • 基于训练效果
      • 基于训练等级
      • 基于精确体力消耗
      • 基于羁绊值获取量
      • 暑期集训保留体力
      • 年末抽奖前消耗体力
    • 遇到新事件选项请求人工处理,后续相同事件使用相同选择
    • 自动参加比赛
      • 预估比赛结果,如果不能仅靠属性拿冠军则暂停请求人工确认
      • 自动选择比赛跑法
        • 基于属性和适性
        • 基于对手跑法选择跑法(倾向人数少的跑法)
    • 支持友人卡
      • 基于友人卡事件效果主动外出
  • 支持 python 插件

使用方法

需求 DMM 版 和 python3.8

安装依赖

Shift + 右键 点击项目文件夹空白处 - 在此处打开命令窗口 在其中运行

py -3.8 -m pip install -r requirements.txt

启动

双击 launcher.cmd 可通过一个简单的 GUI 进行启动

或者手动调用模块:

py -3.8 -m auto_derby 工作名称

工作名称随便输入错误的名字会提示当前支持的工作

更新版本

用户数据默认储存在 data 文件夹下。

复制 data 文件夹到新版本项目文件夹即可继承数据。

问题反馈

通过 Github issues 提交反馈

启动器勾选 debug 时会在项目目录下生成相关调试信息,反馈时请将相关信息一同附上

反馈前请手动清理敏感信息(例如用户名、机器名)

launcher.log

启动器日志

auto_derby.log

运行日志,.1 .2 .3 后缀的文件为之前日志的备份

debug

调试数据,.1 .2 .3 后缀的文件夹为之前调试数据的备份

last_screenshot.png 为脚本最后看到的游戏画面。

log.jsonl 和 images 为网页日志内容和图片,可用 ./scripts/view_web_log.py 查看。

single_mode_training_images 为异步截取的训练画面,训练相关问题需要其中的最近 5 张。

获取最近 5 张训练画面的 powershell 命令:

Get-ChildItem -File -Recurse .\debug\single_mode_training_images | Sort-Object -Property LastWriteTime -Descending | Select-Object -First 5

auto-derby's People

Contributors

natescarlet avatar imgbotapp avatar cna-bld avatar small-ku avatar gitter-badger avatar gentle-knight-13 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.