Skip to main content

a nonebot plugin with some useful osu!mania utilities

Project description

logo

✨ nonebot-plugin-osumania-toolkit ✨

osu!mania 高级分析功能和实用工具

license pypi CodeFactor python

功能特性

  1. 谱面分析与难度估计 (/rework) - 通过分析谱面结构和特征,提供键型分析和难度估计功能,支持多种参数和模组(基于项目ManiaMapAnalyser中的Mixed难度估计算法)
  2. 作弊分析 (/analyze) - 基于回放和谱面的多维度高级分析,检测可能的作弊行为
  3. 单曲ACC计算 (/acc) - 计算osu!mania段位的单曲ACC,支持交互计算、自定义物量和单曲个数、根据bid或提供文件自动划分单曲等功能
  4. 投皮修改 (/percy) - 对 LN 皮肤图修改投机取巧程度,支持 Stable/Lazer 两种模式
  5. 键型分析 (/pattern) - 分析谱面键型,支持RC/LN/多k键型分析
  6. Etterna难度计算 (/ett) - 将谱面按 Etterna 方式计算难度,提供更符合 Etterna 玩家习惯的难度评估(基于Etterna官方算法)。
  7. 成绩转换 (/cvtscore) - 将成绩转换为其他游戏的成绩,支持多种游戏的多个判定,支持自定义规则,支持模板规则。
  8. 文件格式支持 - 支持.osr、.mr、.osu、.mc多种文件格式,允许图包分析(.osz/.mcz),并支持通过bid或mania谱面网址指定谱面进行分析
  9. 丰富的配置选项 - 可配置键型分析和作弊分析的丰富参数,满足不同需求
  10. 支持模板规则集 - 可自定义规则模板,方便快速使用预设的规则集进行成绩转换等操作。
效果图

1. 谱面分析与难度估计

mapview

2. 单曲acc计算

这里使用了rte作为例子,用于展示自动划分功能

mapview

3. 投皮修改

mapview

4. 键型分析

mapview

5. Etterna难度计算

mapview

6. 成绩转换

mapview

安装方法

使用 nb-cli 安装 在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装
nb plugin install nonebot-plugin-osumania-toolkit
使用包管理器安装 在 nonebot2 项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令
pip
pip install nonebot-plugin-osumania-toolkit
pdm
pdm add nonebot-plugin-osumania-toolkit
poetry
poetry add nonebot-plugin-osumania-toolkit

打开 nonebot2 项目根目录下的 pyproject.toml 文件, 在 [tool.nonebot] 部分追加写入

plugins = ["nonebot_plugin_osumania_toolkit"]

使用提示

  1. 对 bot 发送 /omtk 获取帮助信息
  2. 如果插件运行在 Unix 系统上,需要对 algorithm/ett/official_minaclac_runner 授予执行权限(chmod +x official_minaclac_runner),以确保/ett功能正常使用。
  3. 如果需要为/cvtscore添加其他规则集,请参考规则集示例规则集模板示例
  4. 如果未来Etterna官方算法有更新而本插件尚未更新,或你想使用自定义的算法版本时,可以参考构建指南自行构建并替换algorithm/ett/official_minacalc_runner
  5. 关于估计算法的准确度和表现,你可以前往ManiaMapAnalyser Benchmark查看基于真实谱面数据的评测结果。
  6. 如果你有任何问题或建议,欢迎提交issue或pr。

配置说明

配置项 是否必填 类型 默认值 说明
omtk_cache_max_age int 24 缓存文件最大保留时间(小时)
default_convert_od int 8 .mc转.osu的默认OverallDifficulty值
default_convert_hp int 8 .mc转.osu的默认HPDrainRate值
max_file_size_mb int 50 允许处理的最大文件大小(MB),设置为0时无限制
batch_max_charts int 15 图包批量分析单次最多处理谱面数,设置为0时无限制

注: 其他内容的相关配置项过多,这里只列出基础配置部分。如有修改需要请查看配置文件中的注释。

参考内容

  • Suuny Rework: 使用了Suuny Rework的算法进行难度估计。
  • Interlude: 使用了Interlude的RC键型分析算法并在基础上新增LN检测算法。
  • Daniel: 使用了Daniel的算法进行难度估计。
  • Companella: 使用了Companella的算法进行难度估计。
  • Etterna: 使用了Etterna官方的算法进行难度计算,并提供了构建指南以便用户自行构建和替换。

特别鸣谢

  • 感谢 wds0 对本项目的资助和支持!
  • 感谢ElainaFanBoy对文件管理的优化!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nonebot_plugin_osumania_toolkit-1.1.2.tar.gz (583.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nonebot_plugin_osumania_toolkit-1.1.2-py3-none-any.whl (655.4 kB view details)

Uploaded Python 3

File details

Details for the file nonebot_plugin_osumania_toolkit-1.1.2.tar.gz.

File metadata

File hashes

Hashes for nonebot_plugin_osumania_toolkit-1.1.2.tar.gz
Algorithm Hash digest
SHA256 eaa84a1138e2bfc0e4c855c71d43cfa299f3eee98f2f3b98030244048dbda6ac
MD5 ea7c2c3b335a74186e6cebf78626201f
BLAKE2b-256 c5dc78780534fa0a7238c0e27226150dd9866ccba2eaca015bed31ae19b12a70

See more details on using hashes here.

File details

Details for the file nonebot_plugin_osumania_toolkit-1.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for nonebot_plugin_osumania_toolkit-1.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 c257e2e078c37e3d07636cb4da9bf6b35736ec192f0dd4d5cfc07f4e768b3e6a
MD5 73199747e06647f466f8e0086ce31731
BLAKE2b-256 2167fec5c57780ab1fb37ff4e4c9a7e008e6a097ac1df281e01fca8233b4cc8d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page