Realtime Dispersion & Aim Time Remaining / 实时精度与剩余缩圈时间
Repository: https://github.com/Caph-dev/Realtime-Dispersion-Aim-Time-Remaining
Always visit my github to access the latest version. (Latest mod version: 1.1.5)
Description / 简介
A World of Tanks client mod that draws two lines near the crosshair: realtime gun dispersion and aim time remaining (seconds). It works with ModSettingsAPI (optional), and stores settings in JSON under mods/configs/RealtimeDispersion&AimTimeRemaining/config.json.
本模组在准星附近显示两行文字:实时火炮散布与剩余缩圈时间(秒)。可选接入 ModSettingsAPI,配置保存在 mods/configs/RealtimeDispersion&AimTimeRemaining/config.json。
License / 许可证
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License v3.0 as published by the Free Software Foundation. See the [LICENSE](LICENSE) file.
本程序为自由软件:您可以在遵循 GNU 通用公共许可证第 3 版(GPL-3.0) 的前提下再发布和/或修改。完整条款见仓库根目录的 [LICENSE](LICENSE)。
Copyright (C) 2026 Walaxy wlx0414@foxmail.com
Reference / 参考
Implementation draws on ideas from true-server-reticle for live dispersion and aim-time behavior.
Decompiled client reference for API changes: izeberg/wot-src (EU branch).