TTDMRecorder
Automatically records TTDM match data (kills, deaths, damage, health timeline) and uploads to ttdm-review.
| Date uploaded | 3 months ago |
| Version | 2.0.0 |
| Download link | Sudark-TTDMRecorder-2.0.0.zip |
| Downloads | 30 |
| Dependency string | Sudark-TTDMRecorder-2.0.0 |
This mod requires the following mods to function
README
TTDMRecorder
自动记录 Titan Team Deathmatch (TTDM) 对局数据并上传至 ttdm-review 的 Northstar 客户端 Mod。
Automatically records Titan Team Deathmatch (TTDM) match data and uploads it to ttdm-review. A client-side Northstar mod.

-
本项目为公益项目,介于部分用户 (例如 绘之音..) 恶意填塞脏数据,短时间内过分请求,导致资源紧张,网站瘫痪,故不再公开API接口
-
This project is a totally non-profit project. Due to some users (such as 绘之音..) maliciously filling in dirty data, excessive requests in a short period of time, causing resource shortage and the website to crash, the API interface will no longer be publicly available.
功能 / Features
- 自动检测 TTDM 模式,进入对局后开始录制
- 每 500ms 采样一次玩家血量和泰坦类型,生成 timeline CSV
- 对局结束时收集所有玩家的击杀、死亡、伤害数据,生成 players CSV
- 对局结束后自动上传两份 CSV 至远程服务器,上传成功后删除本地文件
- 上传失败自动重试,最多 5 次
- 启动时自动扫描上次未上传成功的残留文件并补传,残缺文件自动清理
- HUD 通知上传结果
- Automatically detects TTDM game mode and starts recording on match start
- Samples player health and titan type every 500ms into a timeline CSV
- Collects all players' kills, deaths, and damage at match end into a players CSV
- Auto-uploads both CSVs to the remote server after match ends; deletes local files on success
- Auto-retries on upload failure, up to 5 attempts
- On startup, scans for leftover files from previous failed uploads and re-uploads them; orphaned files are cleaned up
- HUD notification for upload results
安装 / Installation
- 确保已安装
Northstar客户端 | 该Mod已针对NorthstarCN完成适配 - 将
TTDMRecorder文件夹放入R2Northstar/mods/目录 - 启动游戏,加入 TTDM 模式即可自动工作
- Make sure you have the Northstar client installed | This mod has adapted to
NorthstarCN - Place the
BeijiFox.TTDMRecorderfolder intoR2Northstar/mods/ - Launch the game and join a TTDM match — the mod works automatically
数据文件 / Data Files
对局数据保存在 R2Northstar/save_data/ 目录下,文件名格式:
Match data is saved under R2Northstar/save_data/, filename format:
依赖 / Requirements
- Northstar v1.9.0+
- 游戏模式:TTDM / Game mode: TTDM
许可 / License
MIT
CHANGELOG
Changelog
4.0.2
- 修复了帝王(Monarch)泰坦识别错误,导致泰坦数据统计不匹配的问题
- Fixed Monarch titan being misidentified (engine name is "vanguard"), which broke titan stats attribution
4.0.1
- 修复了安装文档
- Fixed the installation document
4.0.0
- 重大更新! 现在支持了玩家阵营 比赛时间等等数据的支持
- Splendid update! Now supports player camp, match time and other data support
3.0.3
- 现已兼容官服 请使用 【ION客户端】
- Now compatible with official server, please use [ION client]
3.0.2
- 重大更新! 现在支持了命均造成伤害,长图渲染,更为细腻的复盘正在路上!
- Splendid update! Now supports average damage per hit, long image rendering, and a more detailed replay is on the way!
3.0.1
- Fix README image rendering on Thunderstore by using a raw GitHub image URL
- Rewrite README in clean UTF-8 text for Thunderstore Markdown rendering
- Add CHANGELOG.md for Thunderstore package updates
3.0.0
- Public Thunderstore release