|
|
转自n网:https://www.nexusmods.com/hollowknightsilksong/mods/14
A lightweight, in-game death counter with a tiny celebratory “pop” when you die. Minimal, readable, and just works
一个轻量级的游戏内死亡计数器,当你死亡时会发出微小的庆祝“砰”声。极简、可读且有效
Simple Death Counter (v0.2.0)
简单死亡计数器 (v0.2.0)
A lightweight, in-game death counter with a tiny celebratory “pop” when you die. Minimal, readable, and just works
一个轻量级的游戏内死亡计数器,当你死亡时会发出微小的庆祝“砰”声。极简、可读且有效
Features 特征
- Live on-screen counter – shows `Deaths: N` while you play.
- 实时屏幕计数器 – 在您玩游戏时显示“死亡:N”。
- Animation – the number briefly grows and fades from red → white on each death.
- 动画 – 每次死亡时,数字会短暂地从红色→白色变大。
- Dynamic scaling – auto-sizes based on your screen height, or use a fixed font size.
- 动态缩放 – 根据您的屏幕高度自动调整大小,或使用固定字体大小。
- Configurable position & style – tweak X/Y position, font size, and toggle the animation.
- 可配置的位置和样式 – 调整 X/Y 位置、字体大小并切换动画。
- No hazard spam – doesn’t count hazard reloads/respawns; only real player deaths.
- 无危险垃圾邮件 – 不计算危险重装/重生;只有真实的玩家死亡。
- Two builds – pick BepInEx or MelonLoader (don’t install both).
- 两个版本 – 选择 BepInEx 或 MelonLoader(不要同时安装两者)。
Versions & File Structure
版本和文件结构
[UI] [用户界面]
PosX = 24 ; pixels from left
位置 X = 24 ;像素从左起
PosY = -72 ; pixels (negative = from bottom)
位置 Y = -72 ;像素(负数 = 从底部开始)
FontSize = 26 ; used when AutoFontSize = false
字体大小 = 26 ;当 AutoFontSize = false 时使用
AutoFontSize = true ; if true, ~3% of screen height
AutoFontSize = true ;如果为 true,则屏幕高度的 ~3%
EnableDeathAnimation = true
[Data] [数据]
DeathCount = 0 ; current total (you can edit this number)
死亡计数 = 0 ;当前总计(您可以编辑此数字)
> ⚠️ Install only oneversion (BepInEx or MelonLoader), not both.
> ⚠️ 只安装一个版本(BepInEx 或 MelonLoader),不要同时安装两个版本。
Installation 安装
BepInEx (v5.x) BepInEx (v5.x)
1. Install BepInEx 5 for your game (Mono).
1. 为您的游戏(单声道)安装 BepInEx 5。
2. Copy `SimpleDeathCounter.dll` → `…\BepInEx\plugins\`
2. 将 'SimpleDeathCounter.dll' 复制→ '...\BepInEx\plugins\'
3. Launch the game once to generate `Nordbo.SimpleDeathCounter.cfg`.
3. 启动游戏一次,生成“Nordbo.SimpleDeathCounter.cfg”。
4. (Optional) Edit the config to tweak position, font, or reset the count.
4. (可选)编辑配置以调整位置、字体或重置计数。
MelonLoader
1. Install MelonLoader for your game (Mono).
1. 为您的游戏(单声道)安装 MelonLoader。
2. Copy `SimpleDeathCounter.dll` → `…\Mods\`
2. 将“SimpleDeathCounter.dll”复制→“...\Mods\”
3. Launch the game to create `…\UserData\DeathCounter.cfg` and `DeathCounter.txt`.
3. 启动游戏以创建“...\UserData\DeathCounter.cfg”和“DeathCounter.txt”。
4. (Optional) Edit `DeathCounter.txt` to change the visible number; tweak settings in the `.cfg`.
4. (可选)编辑“DeathCounter.txt”以更改可见数字;调整“.cfg”中的设置。
Uninstall 卸载
Delete `SimpleDeathCounter.dll` from your `plugins` or `Mods` folder.
从“plugins”或“Mods”文件夹中删除“SimpleDeathCounter.dll”。
(Optional) remove the config file(s).
(可选)删除配置文件。
Simple Death Counter (BepInEx version)
简单死亡计数器(BepInEx 版本)
Simple Death Counter (MelonLoader Version)
简单死亡计数器(MelonLoader 版本)
|
评分
-
1
查看全部评分
-
|