安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题




http://torchmodders.com/forums/index.php
thanks, good sir.
After creating an item, you need to go into Spawn Classes and look for MERCHANT_GENERAL_INVENTORY or the specific inventory you want, and then add it as a choice on the right side.
To spawn an item in the world, you first need to load the layout file for the location, and then you need to add a Unit Spawner to the layout that spawns your given item. Finally, delete everything else in the layout and save the result as an identical path to the base game in your mod folder (MEDIA/LAYOUTS/...), but in the final folder in your mod's layout path where the original layout was, create a "MERGE" folder and then save your layout there (any custom name is fine). (If you are creating a custom map, then there is no need to delete everything else.)
Finally, to add a custom merchant, create the Monster clone of an existing merchant for them, then create a custom Spawn Class using one of the existing merchant classes as an example and add your items to it, then tie it to your merchant in Monster in the "Inventories" section, and then finally add it to the world the same way you add the Unit Spawner above.