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

注册 登录

QQ登录

只需一步,快速开始

查看: 107|回复: 1
打印 上一主题 下一主题

[附件及度盘MOD] 无常调试工具

[复制链接]

2284

主题

3418

帖子

14万

积分

游戏终结者

Rank: 14Rank: 14Rank: 14Rank: 14

贡献度
21648
金元
616390
积分
148231
精华
0
注册时间
2006-12-25
跳转到指定楼层
主题
发表于 2025-11-11 10:31 | 只看该作者 |只看大图 回帖奖励 |倒序浏览 |阅读模式
转自n网:https://www.nexusmods.com/wuchangfallenfeathers/mods/68
Debug utilities and developer functions for Wuchang: Fallen Feathers.
调试《武昌:陨毛》的实用程序和开发者函数。






Includes custom interface and access to developer debug panels with translation support.
包括自定义界面和对开发人员调试面板的访问,并支持翻译。
===============================================================================
                            WUCHANG DEBUG TOOLS  武昌调试工具
===============================================================================
Debug utilities and developer functions for Wuchang: Fallen Feathers.
调试《武昌:陨毛》的实用程序和开发者函数。
Includes custom interface and access to developer debug panels with
包括自定义界面和对开发人员调试面板的访问,包括
translation support.  翻译支持。
===============================================================================
FEATURES  特征
===============================================================================
CUSTOM INTERFACE  自定义界面
- Native C++ integration with UE4SS debugging interface
- 原生 C++与 UE4SS 调试接口集成
- Input fields for precise money and skill point amounts
- 输入字段以获取精确的金钱和技能点金额
- Individual buttons for different unlock categories:
- 不同解锁类别的单独按钮:
  - Weapons, gems, tools separately
- 武器、宝石、工具分开
  - Skill styles and equipment independently  
- 独立技能风格和装备
  - Enchantments and help entries
- 附魔和帮助条目
- Shop inventory and fast travel location unlocks
- 商店库存和快速旅行位置解锁
- Tabbed organization with clear section separation
- 选项卡式组织,部分分隔清晰
- Achievement impact warnings before mass unlock functions
- 批量解锁前的成就影响警告功能
DEVELOPER DEBUG PANEL  开发人员调试面板
- Access to game's built-in debug interface
- 访问游戏的内置调试界面
- Real-time stat monitoring and game state display
- 实时统计监控和游戏状态显示
- Chinese->English translation guide included (to my best abilities)
- 包括中>英翻译指南(尽我所能)
- Read-only interface for exploring game internals
- 用于探索游戏内部的只读界面
ACHIEVEMENT CONSIDERATIONS
成就注意事项
- Separate sections for different unlock types
- 针对不同解锁类型的单独部分
- Clear warnings about Steam achievement impacts
- 关于 Steam 成就影响的明确警告
===============================================================================
REQUIREMENTS  要求
===============================================================================
- Wuchang: Fallen Feathers (Steam/Epic/GOG)
- 武昌:堕落的羽毛(Steam/Epic/GOG)
- UE4SS (Unreal Engine 4 Scripting System)
- UE4SS(虚幻引擎 4 脚本系统)
  Download: https://github.com/UE4SS-RE/RE-UE4SS/releases
下载:https://github.com/UE4SS-RE/RE-UE4SS/releases
===============================================================================
INSTALLATION  安装
===============================================================================
1. INSTALL UE4SS:  1. 安装 UE4SS:
   Download UE4SS -> Extract to:
下载 UE4SS -> Extract:
   .../Wuchang Fallen Feathers/Project_Plague/Binaries/Win64/
.../武昌落羽/Project_Plague/二进制/Win64/
2. INSTALL MOD:  2.安装模组:
   Download -> Extract to:
下载 -> Extract 到:
   .../Win64/ue4ss/Mods/WuchangDebugTools/
3. ENABLE MOD:  3. 启用模组:
   Open: ue4ss/mods.txt  开放时间:ue4ss/mods.txt
   Add line: WuchangDebugTools : 1
添加行:WuchangDebugTools : 1
4. ENABLE CONSOLE (RECOMMENDED):
4. 启用控制台(推荐):
   Open: ue4ss/UE4SS-settings.ini
开放时间:ue4ss/UE4SS-settings.ini
   Under [Debug] section, set:
在 [调试] 部分下,设置:
   ConsoleEnabled = 1
   GuiConsoleEnabled = 1
   GuiConsoleVisible = 1
5. LAUNCH GAME - Interface appears automatically
5. 启动游戏 - 界面自动出现
===============================================================================
USAGE  用法
===============================================================================
Access via in-game interface (loads automatically).
通过游戏内界面访问(自动加载)。
AVAILABLE SECTIONS:  可用部分:
- Item & Unlock functions
- 物品和解锁功能
- Chinese Debug Menu access
- 中文调试菜单访问
- Mass Unlock options (with warnings)
- 批量解锁选项(带警告)
Translation guide helps navigate Chinese interface elements.
翻译指南有助于导航中文界面元素。
===============================================================================
NOTES  笔记
===============================================================================
- Back up saves before using unlock features
- 在使用解锁功能之前备份保存
- Mass unlock functions affect Steam achievements
- 批量解锁功能影响 Steam 成就
- Chinese debug panel is view-only
- 中文调试面板是仅供查看的
- Uses game's existing debug functions
- 使用游戏现有的调试函数
-- FOR DEVELOPERS   -- 对于开发人员
    -- EXAMPLE OF ONE HIT KILLS IN THE FILES
-- 文件中一招致命的示例
    -- check out one_hit_kills.lua -> ExtendedStatComponent_C
-- 查看 one_hit_kills.lua -> ExtendedStatComponent_C
ADVANCED REFERENCE  高级参考
in the game engine. Most are internal developer tools not exposed in this
在游戏引擎中。大多数是内部开发人员工具,其中没有公开
interface.  接口。
The DebugCommand.lua file contains the complete type definitions extracted
DebugCommand.lua 文件包含提取的完整类型定义
from the game. For all game types, use UE4SS's "Generate Lua Types" function.
从游戏中。对于所有游戏类型,请使用 UE4SS 的“生成 Lua 类型”功能。
===============================================================================
TRANSLATION GUIDE  翻译指南
===============================================================================
+==============================================================================+
|                        DEBUG PANEL TRANSLATIONS                            |
| 调试面板翻译 |
+==============================================================================+
| CHINESE TERM          | ENGLISH TRANSLATION    | DESCRIPTION              |
| 中文术语 |英文翻译 |描述 |
+==============================================================================+
| 玩家                  | Player                 | Main player tab          |
| 玩家 | 玩家 |主播放器选项卡 |
| 折叠玩家面板          | Collapse Player Panel | Hide/show player section |
| 折叠玩家面板 | 折叠播放器面板 |隐藏/显示播放器部分 |
| 折叠属性面板          | Collapse Stats Panel  | Hide/show attribute sect |
| 折叠属性面板 | 折叠统计数据面板 |隐藏/显示属性 sect |
| 锁定血量              | Lock Health            | Prevent health changes   |
| 锁定血量 | 锁定运行状况 |防止运行状况更改 |
| 锁定耐力              | Lock Stamina           | Prevent stamina changes  |
| 锁定耐力 | 锁定耐力 |防止耐力变化 |
| 血量                  | Health                 | Current/Max HP values    |
| 血量 | 生命值 |当前/最大生命值 |
| 韧性                  | Toughness              | Resistance to interrupt  |
| 韧性 | 韧性 |抗中断性 |
| 活力                  | Vitality               | Health/stamina stat      |
| 活力 | 活力 |生命值/耐力统计 |
| 力量                  | Strength               | Physical damage stat     |
| 力量 | 力量 |物理伤害统计 |
| 敏捷                  | Agility                | Speed/dexterity stat     |
| 敏捷 | 敏捷 |速度/敏捷属性 |
| 强韧度                | Fortitude              | Mental resistance stat   |
| 强韧度 | 坚韧 |精神抗性统计 |
| 攻击                  | Attack                 | Physical attack power    |
| 攻击 | 攻击力 |物理攻击力 |
| 斩击                  | Slash                  | Cutting/slashing damage  |
| 斩击 | 斩击 |切割/斩击伤害 |
| 钝击                  | Blunt                  | Blunt force damage       |
| 钝击 | 钝器 |钝器损伤 |
| 突刺                  | Thrust                 | Piercing attack damage   |
| 突刺 | 推力 |穿透攻击伤害 |
| 羽化                  | Feather                | Special feather damage   |
| 羽化 | 羽毛 |特殊羽毛伤害 |
| 术法                  | Magic                  | Magical attack power     |
| 术法 | 魔法 |魔法攻击力 |
| 火焰                  | Fire                   | Fire damage              |
| 火焰 | 火灾 |火灾损坏 |
| 闪电                  | Lightning              | Lightning damage         |
| 闪电 | 闪电 |闪电伤害 |
| 防御力                | Defense                | Physical damage reduction|
| 防御力 | 防御 |物理伤害减免 |
| 减伤率%               | Damage Reduction %     | Percentage damage blocked|
| 减伤率% | 伤害减免 % |格挡伤害百分比|
| 耐力                  | Stamina                | Action points for abilit |
| 耐力 | 耐力 |行动点 |
| 出血                  | Bleeding               | Bleed status effect      |
| 出血 | 流血 |流血状态效果 |
| 燃烧                  | Burning                | Burn status effect       |
| 燃烧 | 燃烧 |燃烧状态效果 |
| 失心                  | Madness                | Mental break status      |
| 失心 | 疯狂 |精神崩溃状态 |
| 冻伤                  | Frostbite              | Cold damage status       |
| 冻伤 | 冻伤 |寒冷伤害状态 |
| 展开日志面板          | Expand Log Panel       | Show debug log window    |
| 展开日志面板 | 展开日志面板 |显示调试日志窗口 |
| 同步                  | Sync                   | Synchronize values       |
| 同步 | 同步 |同步值 |
| 全选                  | Select All             | Check all options        |
| 全选 | 全选 |选中所有选项 |
| 全不选                | Deselect All           | Uncheck all options      |
| 全不选 | 取消选择全部 |取消选中所有选项 |
| 清除                  | Clear                  | Reset/clear values       |
| 清除 | 清除 |重置/清除值 |
+==============================================================================+
https://wwib.lanzoul.com/i0WEZ3arxoeh


回复

使用道具 举报

22

主题

2万

帖子

3万

积分

游戏天王

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

贡献度
473
金元
289159
积分
30808
精华
0
注册时间
2018-10-5

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

舒服的沙发
发表于 2025-11-11 15:41 | 只看该作者
谢谢分享!谢谢!
回复 支持 反对

使用道具 举报

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

本版积分规则

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

GMT+8, 2026-3-23 12:08 , Processed in 0.027941 second(s), 18 queries , Memcached On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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