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

注册 登录

QQ登录

只需一步,快速开始

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

[附件及度盘MOD] 添加物品的控制台命令模组

[复制链接]

2284

主题

3418

帖子

14万

积分

游戏终结者

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

贡献度
21648
金元
616390
积分
148231
精华
0
注册时间
2006-12-25
跳转到指定楼层
主题
发表于 2025-11-12 10:18 | 只看该作者 |只看大图 回帖奖励 |倒序浏览 |阅读模式
转自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
===============================================================================

Alll Datatables for items exported from fmodel-86-1-0-0-1753635137.zip

404.01 KB, 下载次数: 20

GiveItemCmd-86-1-0-0-1753624031.zip

300.48 KB, 下载次数: 16

回复

使用道具 举报

22

主题

2万

帖子

3万

积分

游戏天王

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

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

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

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

使用道具 举报

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

本版积分规则

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

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

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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