|
|
转自n网:https://www.nexusmods.com/wuchangfallenfeathers/mods/86
Simple console command mod ---
简单的控制台命令模组---
Adds item spawning functionality via clean console interface. Not working since newest update. Mod author **Hero** ( nginx067 ) has fix in comments for now. Seems to work for most users and code looks good. Genius!
通过干净的控制台界面添加物品生成功能。自最新更新以来无法工作。Mod 作者 **Hero** ( nginx067 ) 目前在评论中修复了。似乎适用于大多数用户,代码看起来不错。天才!
===============================================================================
GIVE ITEM CONSOLE COMMAND
给出项目控制台命令
===============================================================================
Simple console command mod for Wuchang: Fallen Feathers
武昌:堕落的羽毛的简单控制台命令模组
Adds item spawning functionality via clean console interface
通过干净的控制台界面添加物品生成功能
FEATURES 特征
--------
* Console Command: give_item <item_id> <quantity>
* 控制台命令:give_item <item_id> <quantity>
* All Items Supported: Weapons, armor, accessories, and more
* 支持的所有物品:武器、盔甲、配件等
* Clean Interface: Direct console integration, no GUI clutter
* 简洁的界面:直接控制台集成,没有 GUI 混乱
* Reliable: Uses game's internal debug functions
* 可靠:使用游戏的内部调试功能
INSTALLATION 安装
------------
1. Install UE4SS (if not already installed)
1. 安装 UE4SS(如果尚未安装)
- Download: https://github.com/UE4SS-RE/RE-UE4SS/releases
- 下载: https://github.com/UE4SS-RE/RE-UE4SS/releases
- Extract to your game's Win64 folder
- 解压到游戏的 Win64 文件夹
2. Install This Mod 2.安装这个模组
- Extract to: ue4ss/Mods/GiveItemCmd/
- 提取到:ue4ss/Mods/GiveItemCmd/
- Add "GiveItemCmd : 1" to ue4ss/mods.txt
- 将“GiveItemCmd : 1”添加到 ue4ss/mods.txt
3. Enable Console (IMPORTANT!)
3. 启用控制台(重要!
- Open ue4ss/UE4SS-settings.ini
- 打开 ue4ss/UE4SS-settings.ini
- Set ConsoleEnabled = true
- 设置 ConsoleEnabled = true
- Set GuiConsoleEnabled = true
- 设置 GuiConsoleEnabled = true
USAGE 用法
-----
1. Open Console: Press ~ (tilde) in-game
1. 打开控制台:在游戏中按 ~(波浪号)
2. Give Items: Type "give_item <id> <amount>"
2. 赠送物品:输入“give_item <id> <amount>”
Examples: 例子:
give_item 10000 1 # Cloudfrost's Edge
give_item 10000 1 # 云霜之刃
give_item 10030 1 # Flamebringer +10
give_item 10030 1 # 火焰使者 +10
give_item 18021 1 # Dhutanga's Mask
give_item 18021 1 # 杜坦加的面具
give_item 19013 1 # Twin Lion Pendant
give_item 19013 1 # 双狮吊坠
FINDING ITEM IDS 查找项目 ID
----------------
Two reference files included:
包括两个参考文件:
* mapped_items.json (Recommended)
* mapped_items.json(推荐)
Clean, easy-to-read item name mapping
干净、易于阅读的项目名称映射
* DT_ITEM_EQUIPMENT.JSON (Complete DataTablle)
* DT_ITEM_EQUIPMENT。JSON(完整数据表)
Raw export from FModel with full technical details
从 FModel 导出具有完整技术细节的原始数据
Item ID Ranges: 项目 ID 范围:
Weapons: 10000-15000+ 武器:10000-15000+
Armor: 18000+ 护甲:18000+
Accessories: 19000+ 配件:19000+
===============================================================================
**NEW:** For easier item browsing, I've put all the mappings on GitHub:
**新功能:** 为了更轻松地浏览项目,我已将所有映射放在 GitHub 上:
https://github.com/mattdavida/give_item_cmd_db
Hope this helps anyone looking for specific items.
希望这对任何寻找特定物品的人有所帮助。
===============================================================================
IMPORTANT NOTES 重要事项
---------------
FOR EXPLORATION & FUN: This mod is designed for experimentation and
为了探索和乐趣:这个模组专为实验和
discovery, not extensively tested across all 10,000+ items. What we
发现,未在所有 10,000+ 项中进行广泛测试。我们什么
have tested works reliably.
已可靠地测试工作。
WEAPON UPGRADES: When you spawn a "+10" weapon (like ID 10030), you'll
武器升级:当你生成“+10”武器(如 ID 10030)时,你会
receive the BASE weapon, not the upgraded version. The game doesn't
获得 BASE 武器,而不是升级版。游戏没有
auto-upgrade items when spawned.
生成时自动升级物品。
USE AT YOUR OWN RISK: With 10k+ items in the database, some may behave
使用风险自负:数据库中有 10k+ 项目,有些可能会表现良好
unexpectedly. Always backup your saves!
竟然。始终备份您的保存!
REQUIREMENTS 要求
------------
* UE4SS (latest version) * UE4SS(最新版本)
* Console enabled in UE4SS settings
* 在 UE4SS 设置中启用控制台
NOTES 笔记
-----
* Items are added directly to inventory
* 物品直接添加到库存中
* Uses game's built-in debug functions for stability
* 使用游戏内置的调试功能来确保稳定性
* No GUI - pure console interface by design
* 无 GUI - 纯控制台界面设计
* For full GUI experience, see WuchangDebugTools mod
* 完整的 GUI 体验,请参见 WuchangDebugTools mod
===============================================================================
|
|