A mod that helps you track your recent raid records.
This module is designed to record key information such as evacuation status, materials carried, revenue details, kill data, etc. in each game, providing an intuitive and practical option for players who are used to using the battle record system.
This version has been completely refactored from TypeScript to C#, which not only improves the performance and maintainability of the code, but also optimises the display effect of some commands, and enhances the support for text localisation to provide a more friendly experience for multi-language players.
Translators from any country can localise the module by translating ch.json, but need to retain as much of the {i} formatted text as possible to allow the string formatting to output the correct content
AI-generated content statement: v0.5.0/db/locals/en.json where translations are derived from AI-generated content.
set config.local=en
When the module is loaded
cls
help
list
info
items
Use with caution if there are many items being brought out/in, currently there is no optimisation for the return message.
需要设置 config.local=ch
模组加载时
cls
help
list
info
items
带出/带入物品多的情况慎用, 目前没有优化返回的消息
The current version provides two key-value pairs in .config.json: local and logPath.
-
localis followed by a 2-character language code (similar to the file naming under"BSG Folder\SPT\SPT_Data\database\locales\global"), indicating the language you wish the mod to use when outputting commands and other information. Please ensure that a corresponding localization file exists in the directory"BSG Folder\SPT\user\mods\suntion-raidrecord-v0.5.0\db\locals". -
logPathspecifies the output directory for part of the mod’s logs (outputting to SPT directly may cause excessive clutter). The default islog.log. This file will be overwritten each timeSPT.Server.exeis launched.
Part 1 Localisation files
Under the file path “BSG Folder\SPT\user\mods\suntion-raidrecord-v0.5.0\db\locals”, store the translation file with the name corresponding to the value in config.json.
Part 2 Localisation files
Under the file path “BSG Folder\SPT\user\mods\suntion-raidrecord-v0.5.0\db\records”, you can find the history of different archives in the format of {playerId}.json.
Extract the downloaded suntion-raidrecord-v0.5.0.7z to the root directory of the offline version of Tarkov, BSG Folder.
32.74 KB
282 Downloads
本模组旨在记录每局游戏中的撤离状态、物资携带情况、收益明细、击杀数据等关键信息,为习惯使用战绩系统的玩家提供一种直观且实用的选择。
本次版本在原有基础上完成了从 TypeScript 到 C# 的全面重构,不仅提升了代码的性能与可维护性,还优化了部分指令的显示效果,并增强了对文本本地化的支持,为多语言玩家提供更友好的体验。
Translators from any country can localise the module by translating ch.json, but need to retain as much of the {i} formatted text as possible to allow the string formatting to output the correct content
AI-generated content statement: v0.5.0/db/locals/en.json where translations are derived from AI-generated content.
set config.local=en
When the module is loaded
cls
help
list
info
items
Use with caution if there are many items being brought out/in, currently there is no optimisation for the return message.
需要设置 config.local=ch
模组加载时
cls
help
list
info
items
带出/带入物品多的情况慎用, 目前没有优化返回的消息
当前版本在.config.json中提供两个键值对: local和logPath
local后跟一个2字符长度的语言缩写(类似"BSG Folder\SPT\SPT_Data\database\locales\global"下的文件命名), 表示你希望模组在输出命令等信息时使用的语言, 需要确保"BSG Folder\SPT\user\mods\suntion-raidrecord-v0.5.0\db\locals"目录下存在对应名称的本地化文件
另一个logPath表示你希望模组的部分日志(如果输出到SPT, 会导致过分臃肿)的输出目录, 默认为log.log, 每次启动SPT.Server.exe后会重新覆盖该文件
Part 1 Localisation files
在文件路径“BSG Folder\SPT\user\mods\suntion-raidrecord-v0.5.0\db\locals“下, 存放翻译文件, 名称与config.json中的值对应
Part 2 Localisation files
在文件路径“BSG Folder\SPT\user\mods\suntion-raidrecord-v0.5.0\db\records“下, 存放不同存档的历史战绩, 存档格式为{playerId}.json
将下载的suntion-raidrecord-v0.5.0.7z解压到离线版塔克夫根目录BSG Folder
20.48 KB
132 Downloads
本模组自动追踪每局游戏的开始与结束,并记录对局中的关键数据。具体功能包括:
- 战局前统计:记录进入对局时所有装备价值、安全箱内物品价值,以及总带入物品价值。
- 战局后记录:统计带出物品价值、本局战损情况与击杀信息等。
- 数据压缩与存储:自动压缩并保存对局结果数据,便于后续查询。
- 战绩查询系统:集成ChatBot功能,允许玩家通过客户端随时浏览个人历史战绩,并查询指定对局的详细数据。
Translate by DeepL:
This module automatically tracks the start and end of each game and records key data from the game. Specific features include:
- Pre-game statistics: Record the value of all equipment, safe deposit box items, and the total value of items brought in when entering the game.
- Post-game record: Record the value of items brought out, battle damage and kills in the game.
- Data compression and storage: Automatically compress and save the game result data for subsequent enquiry.
- Record Enquiry System: Integrated ChatBot function, allowing players to browse their personal record and enquire the detailed data of a specific game at any time through the client.
客户端命令接口 client-side command interface
help
获取所有命令详细描述与使用方式
Get detailed descriptions of all commands and how to use them
list
获取指定页码的历史战绩
Get the history of the specified page number
info
获取指定index或serverId的战绩详情
Get the performance details for the specified index or serverId.
check
简单的检查指定战绩的收益和战损数据, 并修复错误的数据
Simply check the gain and loss data for a given campaign, and fix any errors.
cls
清空历史对话记录, 重启客户端后生效(因为本地缓存没清理)
Clear dialogue history, restart the client to take effect (because the local cache is not cleared).
安装 mounting
下载压缩包后使用7z解压到SPT根目录
Download the archive and extract it to the SPT root directory using 7z.
Details
-
GUID
com.suntion.raidrecord
-
Category
-
License
-
Source Code
-
Latest Version VirusTotal Result
-
Includes AI Generated Content
有办法在局内实时统计吗背包的物资总价值吗
很棒的mod, 这里是我在discord找到的发布mod的编辑说明,希望能帮助到你