3DMGAME 3DM首页 新闻中心 前瞻 | 评测 游戏库 热门 | 最新 攻略中心 攻略 | 秘籍 下载中心 游戏 | 汉化 购买正版 论坛

注册 登录

QQ登录

只需一步,快速开始

查看: 9056|回复: 648
打印 上一主题 下一主题

[MOD] 伤害显示&敌人血条模组(2025-09-28更新)

  [复制链接]

3986

主题

9918

帖子

11万

积分

3DM创意工坊

Rank: 11Rank: 11Rank: 11Rank: 11

贡献度
19153
金元
351815
积分
111794
精华
0
注册时间
2017-8-17
跳转到指定楼层
主题
发表于 2025-9-8 11:20 | 只看该作者 |只看大图 回帖奖励 |倒序浏览 |阅读模式
本帖最后由 鼓掌之间 于 2025-9-28 16:37 编辑

转自:https://www.nexusmods.com/hollowknightsilksong/mods/28

作者:小海(侵删)

伤害显示&敌人血条模组

视频教程
B站视频教程: https://www.bilibili.com/video/BV1kNaizqEFD
1.0.3教程:  https://www.bilibili.com/video/BV1PWYuzeEFh

简介
中文: 在攻击敌人后显示血条以及玩家对其造成的伤害数字的模组。所有功能都可以根据您的喜好进行配置。

功能

1. 敌人血条: 攻击敌人后,显示基于敌人生命值百分比的血条,血条不受敌人翻转方向影响,始终保持固定方向(从左向右)
2. 伤害文本显示: 攻击敌人后,短暂地显示本次伤害值文本
3. 血量数值显示: 血条上方可显示"当前血量/最大血量"的数值文本,支持自定义字体大小和颜色
4. BOSS血条: 针对高血量敌人的特殊血条,支持自定义阈值、颜色和位置
5. 游戏内GUI配置: 按HOME打开配置面板,支持实时调整设置和中英文双语切换
6. 完全可配置: 所有功能都可以通过配置文件或游戏内GUI进行自定义

可配置项

Display Settings | 显示设置
- ShowHealthBar (Boolean, Default: true): 启用/禁用血条显示 | Enable/disable health bar display
- ShowDamageText (Boolean, Default: true): 启用/禁用伤害文本显示 | Enable/disable damage text display
- ConfigGUI_Hotkey (KeyCode, Default: Home): 配置面板热键 | Hotkey to toggle config GUI
Damage Text Settings | 伤害文本设置
- DamageTextDuration (Float, Default: 2.0): 伤害文本显示持续时间(秒) | Damage text display duration (seconds)
- DamageTextFontSize (Integer, Default: 55): 伤害文本字体大小 | Damage text font size
- DamageTextColor (String, Default: "#DC143CFF"): 伤害文本颜色(十六进制格式) | Damage text color (hex format)
- DamageTextUseSign (Boolean, Default: true): 伤害文本是否显示符号(+/-) | Whether to show signs in damage text (+/-)
Health Bar Settings | 血条设置
- HealthBarFillColor (String, Default: "#beb8b8ff"): 血条填充颜色(十六进制格式) | Health bar fill color (hex format)
- HealthBarWidth (Float, Default: 165): 血条宽度(像素) | Health bar width (pixels)
- HealthBarHeight (Float, Default: 25): 血条高度(像素) | Health bar height (pixels)
- ShowHealthBarNumbers (Boolean, Default: true): 是否显示血量数值(当前HP/最大HP) | Whether to show health numbers (current HP / max HP)
- HealthBarNumbersFontSize (Integer, Default: 20): 血量数值文本字体大小 | Health numbers text font size
- HealthBarNumbersColor (String, Default: "#000000FF"): 血量数值文本颜色(十六进制格式) | Health numbers text color (hex format)
- HealthBarHideDelay (Float, Default: 1.5): 血条无变化后自动隐藏延迟时间(秒) | Auto-hide delay after no changes (seconds)
- HealthBarNumbersVerticalOffset (Float, Default: 0.25): 血量数值文本垂直偏移值 | Vertical offset of health numbers
- HealthBarNumbersInsideBar (Boolean, Default: true): 是否将血量数值显示在血条内部 | Whether to display health numbers inside the health bar
- HealthBarNumbersAutoWhiteOnLowHealth (Boolean, Default: true): 低血量时自动变白色文本 | Auto white text on low health
- HealthBarShape (Integer, Default: 2): 血条形状(1=长方形,2=圆角) | Health bar shape (1=Rectangle, 2=Rounded)
- HealthBarCornerRadius (Integer, Default: 5): 血条圆角半径(像素) | Health bar corner radius (pixels)
Boss Health Bar Settings | BOSS血条设置
- BossHealthThreshold (Integer, Default: 105): BOSS血量阈值(超过此值显示BOSS血条) | Boss health threshold (show boss health bar when HP exceeds this)
- BossHealthBarFillColor (String, Default: "#beb8b8ff"): BOSS血条填充颜色(十六进制格式) | Boss health bar fill color (hex format)
- BossHealthBarWidth (Float, Default: 910): BOSS血条宽度(像素) | Boss health bar width (pixels)
- BossHealthBarHeight (Float, Default: 25): BOSS血条高度(像素) | Boss health bar height (pixels)
- BossHealthBarBottomPosition (Boolean, Default: true): BOSS血条位置(true=底部,false=顶部) | Boss health bar position (true=bottom, false=top)
- BossHealthBarNameColor (String, Default: "#beb8b8ff"): BOSS名字文本颜色(十六进制格式) | Boss name text color (hex format)
- BossMaxHealth (Float, Default: 3000): BOSS最大生命值上限(防止异常显示) | Boss maximum health limit (prevents abnormal display)
- BossHealthBarNumbersColor (String, Default: "#000000FF"): BOSS血量数值文本颜色(十六进制格式) | Boss health numbers text color (hex format)
- BossHealthBarShape (Integer, Default: 2): BOSS血条形状(1=长方形,2=圆角) | Boss health bar shape (1=Rectangle, 2=Rounded)
- BossHealthBarCornerRadius (Integer, Default: 15): BOSS血条圆角半径(像素) | Boss health bar corner radius (pixels)

Configuration File Location | 配置文件位置
Path | 路径:BepInEx/config/Xiaohai.Silksong_HealthBar.cfg
The configuration file will be automatically generated after the first run. You can modify the settings and restart the game to apply changes.
配置文件将在首次运行后自动生成。您可以修改设置并重启游戏以应用更改。


现在你可以按下HOME键来随时调出菜单去设置这些配置项了!支持游戏中动态加载!


安装方法
中文
1. 如果尚未安装,请先安装 BepInEx:https://bbs.3dmgame.com/thread-6618816-1-1.html
2. 从 Thunderstore 下载最新版本
3. 将模组文件解压到BepInEx/plugins
文件夹
4. 启动游戏并享受!

Author | 作者
Name | 姓名: Xiaohai 小海
Email | 邮箱: 515250418@qq.com
Bilibili | B站: https://space.bilibili.com/2055787437



Changelog | 更新日志

Version 2.0.4
   -Automatically hide the health bar when BOSS health drops to 0 or below. Note that for certain BOSSes that transition between phases, you may need to attack them again to reactivate the health bar display.
   - 当BOSS血量小于等于0时,自动隐藏血条。但是需要注意的是,某些BOSS转阶段后,需要重新攻击它来激活血条。

Version 2.0.3
1. **Silk Mother Boss Fix / 苍白之母Boss修复**
   - Completely fixed the health display issue of "Silk Mother" (Silk Mother). The current version can correctly display its health, but note that when this BOSS's health is less than or equal to 0, it needs to take damage again to enter the next phase.
   - 彻底修复了"苍白之母"(Silk Mother)的血量显示异常,当前版本可以正确的显示其血量,但是注意的是,该BOSS在血量低于等于0时,需要再次受到伤害才会进入下一阶段.

2. **Performance Optimization / 性能优化**
   - Create health bar components for BOSSes when scenes load, but keep them hidden temporarily to avoid slight stuttering that might occur when creating health bars for the first time when attacking BOSSes.
   - 在场景加载时就为BOSS创建血条组件,只是暂时隐藏,避免了首次攻击BOSS时临时创建血条可能会造成的轻微卡顿.

Version 2.0.2
Silk Mother Boss Adaptation | 苍白之母Boss适配: Added specialized adaptation for "Silk Mother" Boss health mechanism. | 新增了对"苍白之母( Silk Mother )"Boss血量机制的专门适配。
Performance Optimization | 性能优化: Fixed stuttering issues in certain areas. | 修复了部分区域异常卡顿的问题。
UI Improvements | 界面改进: Temporarily disabled rounded corner style selection for original textures. Fixed abnormal BOSS name display issues in certain areas. | 暂时禁止了原始材质下圆角样式的选择。修复了部分区域BOSS名字显示异常的问题。


Version 2.0.0
Bug Fixes | 问题修复: Fixed bugs where certain BOSSes and normal enemies could not display health bars correctly. | 修复了某些BOSS和普通敌人无法正确显示血条的BUG。
Enhanced Customization | 增强自定义功能: Added fine-tuning for health bar positioning. Added BOSS health bar background color customization. Added toggle switch for BOSS health numbers display. | 新增了血条位置的精细调准。新增BOSS血条背景的颜色自定义。新增BOSS血量数值显示开关。
Independent Display Controls | 独立显示控制: Added separate toggle switches for BOSS and normal enemy health bars. | 新增BOSS和普通敌人血条的单独显示开关。
Improved Texture Handling | 改进材质处理: Changed health bar scaling mode from compression to clipping for better custom texture compatibility. | 将血条缩小的模式从压缩改为剪切,可以适应更多的自定义材质。
Localization Improvements | 本地化改进: BOSS names now display correct in-game names with multi-language support instead of GameObject.name. | BOSS的名字将显示正确的游戏内名字,并支持多语言,而不是GameObject.name。


Version 1.0.9
BOSS Health Bar Activation Mechanism | BOSS血条激活机制: BOSS health bars now only appear after the BOSS takes damage for the first time. This prevents spoiling the presence of bosses before encounters begin. Improves gameplay experience by maintaining surprise elements. | BOSS血条现在只有在BOSS首次受到伤害后才会显示。防止在战斗开始前剧透BOSS的存在。通过保持惊喜元素改善游戏体验。


Version 1.0.8
Custom Texture Support | 自定义材质支持: Added support for custom health bar textures. Load custom textures from DLL directory/Texture/ folder (HpBar.png for normal health bars, HpBar_Boss.png for boss health bars). Automatic fallback to default textures when custom textures are not available. Configurable texture scaling modes: stretch to fit, maintain aspect ratio. | 新增自定义血条材质支持。从DLL目录/Texture/文件夹加载自定义材质(普通血条使用HpBar.png,BOSS血条使用HpBar_Boss.png)。当自定义材质不可用时自动回退到默认材质。可配置的材质缩放模式:拉伸适应、保持比例。
Code Structure Optimization | 代码结构优化: Large-scale code refactoring for improved performance and maintainability. Optimized texture loading and caching system. Simplified material application logic. Reduced memory allocation and improved runtime performance. | 大规模代码重构,提升性能和可维护性。优化材质加载和缓存系统。简化材质应用逻辑。减少内存分配,提升运行时性能。


Version 1.0.7 (紧急修复版)
Critical Performance Fix | 紧急性能修复: URGENT FIX: Completely resolved severe frame drops (30-50 FPS loss) when displaying health bars with rounded corners. Removed complex algorithm and redundant logging that caused performance bottlenecks. Optimized Update method calculations and distance checking algorithms. Cached frequently used components to avoid repeated parsing. | 紧急修复: 彻底解决了显示圆角血条时严重掉帧(损失30-50帧)的问题。移除了导致性能瓶颈的复杂算法和冗余日志记录。优化了Update方法计算和距离检查算法。缓存常用组件避免重复解析。
Alternative Solution | 备用解决方案: If performance issues persist, press HOME key to switch to rectangular mode for complete resolution. Rectangular mode provides optimal performance with zero frame loss. | 如果依然存在性能问题,按HOME键切换成长方形模式即可彻底解决。长方形模式提供最佳性能,零帧数损失。

Version 1.0.6
-  Major Fix: Added monster health threshold protection to prevent abnormal display | 重大修复: 新增怪物血量上限阈值判断,防止异常显示
- New Feature: Added customizable health bar width and height settings | 新功能: 新增2种血条长宽自定义设置
- New Feature: Added health bar rounded corner display toggle | 新功能: 新增血条圆角显示切换功能
- New Feature: Added low health automatic white text color setting | 新功能: 新增低血量文本颜色切换设置
- New Feature: Added "Reset to Defaults" button in configuration panel | 新功能: 配置面板新增"恢复默认值"按钮

Version 1.0.5
- Major Fix: Fixed multiple BOSS health bars overlapping issue with intelligent position management | 重大修复: 修复多个BOSS血条重叠问题,新增智能位置管理系统
- Enhancement: Implemented BOSS health bar manager for automatic position calculation | 改进: 实现BOSS血条管理器,自动计算位置排列
- New Feature: Added in-game GUI configuration panel (Press HOME to open) | 新功能: 新增游戏内GUI配置面板(按HOME打开)
- New Feature: Real-time settings adjustment with instant health bar recreation | 新功能: 实时设置调整,即时重建血条
- New Feature: Bilingual support (Chinese/English) in configuration panel | 新功能: 配置面板支持双语切换(中英文)
- Enhancement: All configuration options now available through intuitive GUI interface | 改进: 所有配置选项现在都可通过直观的GUI界面访问
Version 1.0.4
- Major Fix: Fixed health bar remnant issues with triple protection mechanism | 重大修复: 修复血条残留问题,新增三重保护机制
- New Feature: Added BOSS health bar with customizable threshold, colors, and positioning | 新功能: 新增BOSS血条,支持自定义阈值、颜色和位置
- New Feature: Added NumbersInsideBar and NumbersVerticalOffset configuration options | 新功能: 新增NumbersInsideBar和NumbersVerticalOffset配置项
- Enhancement: Improved default configuration to better match game aesthetics | 改进: 改善默认配置以更好匹配游戏风格
Version 1.0.3
- New Feature: Fixed health bar direction and added health numbers display | 新功能: 修复血条方向并新增血量数值显示
- Enhancement: Dynamic Canvas sizing and real-time health updates | 改进: 动态Canvas大小调整和实时血量更新
Version 1.0.2
- New Feature: Added damage text display and improved health bar positioning | 新功能: 新增伤害文本显示和改进血条定位
- Enhancement: Better visual feedback and screen resolution compatibility | 改进: 更好的视觉反馈和屏幕分辨率兼容性
Version 1.0.1
- Initial Release: Basic health bar and damage text display | 初始版本: 基础血条和伤害文本显示
- Bug Fix: Fixed Canvas size limitation for font display | 修复: 修复Canvas大小限制导致的字体显示问题


Future Plans | 更新计划
English
Currently, only core functionality has been implemented. Future updates will include UI styling and beautification to better match the game's aesthetic.
中文
暂时只做了核心功能,以后会进行UI的风格化和美化,使其更符合游戏的风格。

​​Just want to say | 有话要说 ​​

This will likely be the ​​last update​​ for this mod in the near future(v1.0.6). Several major bugs have been fixed, and most styles now support customization — except for UI elements that rely on external resources. I’ve basically done everything possible with pure code.
Next, I’ll be moving on to developing other mods and finally taking the time to ​​actually play the game properly​​. I’ve barely had time to enjoy it lately.
Thanks everyone for your support~
Good luck and happy gaming!

这应该是我该MOD最近最后一个版本(v1.0.6)更新了,几个重大的BUG都得到了修复.大部分的样式都支持自定义----除了引用外部资源的UI,基本我把纯代码能做到的都做到了.接下来我要去开发其他MOD以及认真地体验这款游戏了. 最近都没好好玩.感谢大家支持~祝好运!   



License | 许可协议
本MOD基于 知识共享署名 4.0 国际许可协议 (CC BY 4.0) 发布。
您可以自由地:
- 共享 — 在任何媒介以任何形式复制、发行本作品
- 演绎 — 修改、转换或以本作品为基础进行创作,包括商业性使用
惟须遵守下列条件:
- 署名 — 您必须给出适当的署名(@小海 Xiaohai)。
以下行为必须标记作者署名:
- 在视频平台进行介绍推广
- 其他模组平台引用
- 对MOD进行二次开发和引用
- 任何商业用途或修改
- 本说明的主要用途是敬告某些平台,不要再偷我MOD但是说是自己的了!这样只会打击模组开发者的热情!

下载地址:

游客,如果您要查看本帖隐藏内容请回复






评分

4

查看全部评分

回复

使用道具 举报

19

主题

2万

帖子

3万

积分

游戏天王

Rank: 11Rank: 11Rank: 11Rank: 11

贡献度
466
金元
283736
积分
30238
精华
0
注册时间
2018-10-5

元气女仆(永久)量子Doro3DM小黄鸡拉姆雷姆尼禄·克劳狄乌斯锦鲤

舒服的沙发
发表于 2025-9-8 12:54 | 只看该作者
谢谢分享!谢谢!
回复 支持 反对

使用道具 举报

12

主题

1383

帖子

1432

积分

游戏狂人

Rank: 6Rank: 6

贡献度
38
金元
12799
积分
1432
精华
0
注册时间
2010-7-22
硬硬的板凳
发表于 2025-9-8 21:49 | 只看该作者
怎么调节选项?!按 home 激活后,没发现鼠标。。。。。。
回复 支持 反对

使用道具 举报

3986

主题

9918

帖子

11万

积分

3DM创意工坊

Rank: 11Rank: 11Rank: 11Rank: 11

贡献度
19153
金元
351815
积分
111794
精华
0
注册时间
2017-8-17
冰凉的地板
 楼主| 发表于 2025-9-9 16:25 | 只看该作者
2025-09-09更新
回复 支持 反对

使用道具 举报

头像被屏蔽

2

主题

115

帖子

163

积分

禁止发言

贡献度
0
金元
1631
积分
163
精华
0
注册时间
2023-5-13
5#
发表于 2025-9-9 16:59 | 只看该作者
提示: 作者被禁止或删除 内容自动屏蔽
回复 支持 反对

使用道具 举报

3986

主题

9918

帖子

11万

积分

3DM创意工坊

Rank: 11Rank: 11Rank: 11Rank: 11

贡献度
19153
金元
351815
积分
111794
精华
0
注册时间
2017-8-17
6#
 楼主| 发表于 2025-9-10 17:28 | 只看该作者
2025-09-10更新
回复 支持 反对

使用道具 举报

0

主题

57

帖子

128

积分

中级玩家

Rank: 3Rank: 3

贡献度
0
金元
1283
积分
128
精华
0
注册时间
2015-3-27
7#
发表于 2025-9-11 21:24 | 只看该作者
大佬!给力
回复 支持 反对

使用道具 举报

0

主题

70

帖子

116

积分

中级玩家

Rank: 3Rank: 3

贡献度
0
金元
1164
积分
116
精华
0
注册时间
2021-7-28
8#
发表于 2025-9-11 21:36 | 只看该作者
66666666666
回复 支持 反对

使用道具 举报

0

主题

289

帖子

359

积分

高级玩家

Rank: 4

贡献度
0
金元
3593
积分
359
精华
0
注册时间
2013-3-11
9#
发表于 2025-9-11 21:42 | 只看该作者
66666666666666666666666666
回复 支持 反对

使用道具 举报

0

主题

18

帖子

27

积分

新手玩家

Rank: 1

贡献度
0
金元
266
积分
27
精华
0
注册时间
2021-4-25
10#
发表于 2025-9-11 21:43 | 只看该作者
爱迪生撒多
回复 支持 反对

使用道具 举报

0

主题

59

帖子

377

积分

高级玩家

Rank: 4

贡献度
0
金元
3768
积分
377
精华
0
注册时间
2025-7-25
11#
发表于 2025-9-11 21:44 | 只看该作者
33333333333
回复 支持 反对

使用道具 举报

0

主题

62

帖子

72

积分

初级玩家

Rank: 2

贡献度
0
金元
723
积分
72
精华
0
注册时间
2021-2-17
12#
发表于 2025-9-11 21:45 | 只看该作者
6666666666666666666
回复 支持 反对

使用道具 举报

0

主题

112

帖子

119

积分

中级玩家

Rank: 3Rank: 3

贡献度
0
金元
1192
积分
119
精华
0
注册时间
2019-3-12
13#
发表于 2025-9-11 21:45 | 只看该作者
6666666666666666
回复 支持 反对

使用道具 举报

0

主题

51

帖子

131

积分

中级玩家

Rank: 3Rank: 3

贡献度
0
金元
1311
积分
131
精华
0
注册时间
2008-4-4
14#
发表于 2025-9-11 21:54 | 只看该作者
666666666666666666
回复 支持 反对

使用道具 举报

25

主题

2860

帖子

2802

积分

游戏达人

Rank: 7Rank: 7Rank: 7

贡献度
104
金元
23756
积分
2802
精华
1
注册时间
2009-1-7
15#
发表于 2025-9-11 21:55 | 只看该作者
楼主,你是一个大好人!!
回复 支持 反对

使用道具 举报

0

主题

238

帖子

331

积分

高级玩家

Rank: 4

贡献度
0
金元
3312
积分
331
精华
0
注册时间
2016-10-28
16#
发表于 2025-9-11 22:17 | 只看该作者
666666666666666666666666666
回复 支持 反对

使用道具 举报

1

主题

80

帖子

194

积分

中级玩家

Rank: 3Rank: 3

贡献度
0
金元
1943
积分
194
精华
0
注册时间
2022-10-1
17#
发表于 2025-9-11 22:20 | 只看该作者
感谢分享
回复 支持 反对

使用道具 举报

0

主题

115

帖子

133

积分

中级玩家

Rank: 3Rank: 3

贡献度
0
金元
1334
积分
133
精华
0
注册时间
2020-2-13
18#
发表于 2025-9-11 22:40 | 只看该作者
666666666666666666666
回复 支持 反对

使用道具 举报

0

主题

115

帖子

146

积分

中级玩家

Rank: 3Rank: 3

贡献度
0
金元
1462
积分
146
精华
0
注册时间
2021-4-21
19#
发表于 2025-9-11 23:03 | 只看该作者
666666666666
回复 支持 反对

使用道具 举报

0

主题

312

帖子

428

积分

高级玩家

Rank: 4

贡献度
0
金元
4275
积分
428
精华
0
注册时间
2016-9-11
20#
发表于 2025-9-11 23:15 | 只看该作者
1111111111111111111
回复 支持 反对

使用道具 举报

0

主题

204

帖子

253

积分

高级玩家

Rank: 4

贡献度
0
金元
2530
积分
253
精华
0
注册时间
2018-6-23
21#
发表于 2025-9-11 23:17 | 只看该作者
xiexiedalao
回复 支持 反对

使用道具 举报

6

主题

129

帖子

419

积分

高级玩家

Rank: 4

贡献度
6
金元
3950
积分
419
精华
0
注册时间
2013-6-3
22#
发表于 2025-9-11 23:18 | 只看该作者
谢谢分享!谢谢!
回复 支持 反对

使用道具 举报

0

主题

343

帖子

389

积分

高级玩家

Rank: 4

贡献度
0
金元
3888
积分
389
精华
0
注册时间
2019-7-7
23#
发表于 2025-9-11 23:18 | 只看该作者
666666666666666
回复 支持 反对

使用道具 举报

4

主题

333

帖子

668

积分

超级玩家

Rank: 5Rank: 5

贡献度
3
金元
6557
积分
668
精华
0
注册时间
2012-4-21

3DM小黄鸡3DMer(永久)

24#
发表于 2025-9-11 23:49 | 只看该作者
感谢分享
回复 支持 反对

使用道具 举报

12

主题

1151

帖子

1250

积分

游戏狂人

Rank: 6Rank: 6

贡献度
59
金元
10143
积分
1250
精华
0
注册时间
2009-11-7
25#
发表于 2025-9-11 23:52 | 只看该作者
感谢分享啊啊啊啊
回复 支持 反对

使用道具 举报

0

主题

31

帖子

115

积分

中级玩家

Rank: 3Rank: 3

贡献度
0
金元
1146
积分
115
精华
0
注册时间
2008-6-6
26#
发表于 2025-9-12 00:58 | 只看该作者
谢谢分享~~
回复 支持 反对

使用道具 举报

0

主题

14

帖子

84

积分

初级玩家

Rank: 2

贡献度
0
金元
840
积分
84
精华
0
注册时间
2016-8-15
27#
发表于 2025-9-12 01:13 | 只看该作者
6666666666666666666
回复 支持 反对

使用道具 举报

0

主题

124

帖子

245

积分

中级玩家

Rank: 3Rank: 3

贡献度
0
金元
2448
积分
245
精华
0
注册时间
2009-6-14
28#
发表于 2025-9-12 04:39 | 只看该作者
6666666666
回复 支持 反对

使用道具 举报

0

主题

839

帖子

994

积分

超级玩家

Rank: 5Rank: 5

贡献度
0
金元
9938
积分
994
精华
0
注册时间
2020-8-24
29#
发表于 2025-9-12 04:39 | 只看该作者
111111111111111111111
回复 支持 反对

使用道具 举报

0

主题

147

帖子

213

积分

中级玩家

Rank: 3Rank: 3

贡献度
0
金元
2125
积分
213
精华
0
注册时间
2021-2-15
30#
发表于 2025-9-12 04:51 | 只看该作者
感谢分享
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|3DMGAME ( 京ICP备14006952号-1  沪公网安备 31011202006753号

GMT+8, 2026-3-14 02:47 , Processed in 0.041100 second(s), 20 queries , Memcached On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表