
一个帮你记录你最近对局战绩的模组 A mod that helps you track your recent raid records.
Current Version: v0.4.0
Main Features Helps you record information related to each of your raids (including raids ended via Alt+F4).
This mod automatically tracks the start and end of each game session and records key data from the raid. Specific functions include:
-
Pre-Raid Statistics: Records the total value of all equipped gear, the value of items in the Secure Container, and the total value of all brought-in items upon entering a raid.
-
Post-Raid Recording: Tracks the value of extracted items, losses incurred during the raid, and kill information, etc.
-
Data Compression & Storage: Automatically compresses and saves raid result data for later querying.
-
Record Query System: Integrates a ChatBot function, allowing players to browse their personal raid history and query detailed data for specific raids via the client.
Command System A ChatBot for managing raid records.
After right-clicking and starting the chat, you can enter the following commands:
Commands
help Command
list Command
Specify Page Number
Use the limit
parameter to control the number of records displayed per page.
Use the page
parameter to specify the page number you want to view.
info Command
Use the index
parameter to get the historical record for a specified index.
Use the serverId
parameter (case-sensitive) to get the historical record for a specific raid ID.
check Command
Used to correct the income and loss data for a specified historical record.
Parameter usage is the same as the info
command.
cls Command
Clears the chat history. No parameters; restart the client or delete the messages to view the effect.
Database & Configuration File Introduction
Configuration File
Location: Game Root Directory\user\mods\suntion-raidrecord\config\config.json
Modify the configuration by referring to the interface below.
To avoid accidentally deleting all raid records, when you execute RaidCacheClearAll
, an exception will be thrown by default. You need to manually comment out the corresponding exception-throwing line. After clearing, it is recommended to uncomment the exception-throwing line to prevent data loss.
// Interface
export interface IModConfig {
RaidRecordClearAll: boolean, // Whether to clear all raid cache and raid records (Use with Caution!!!)
RaidCacheClearAll: boolean, // Whether to clear all raid cache
LogVictims: boolean, // Whether the log outputs kill information from the raid
// The color you wish to use for raid record log messages
LogRaidColor: string
}
Database Files Located at:
Game Root Directory\user\mods\suntion-raidrecord\db\raid_cache.json
Raid Cache
Game Root Directory\user\mods\suntion-raidrecord\db\raid_record.json
Raid Records
Recommended method for resetting the database: Extract suntion-raidrecord-v0.4.0-default-database-files.7z
to Game Root Directory\user\mods\suntion-raidrecord\db
, overwriting the original database files.
This is because when the amount of recorded data becomes too large, VsCode will have difficulty clearing the JSON file.
0.0 MB
38 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
很棒的mod, 这里是我在discord找到的发布mod的编辑说明,希望能帮助到你