安装 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(越南语)
Українська(乌克兰语)
报告翻译问题








Going even further, I prefer the goats from Sukritact's Resources so I modified them to spawn on mountains and have hamlets use RESOURCE_SUK_CHEESE, deleting the RESOURCE_AMIFTSHEEP completely from my mod. Haven't gotten around to changing the cheese icon yet though, lol.
So Using notepad ++, open the mod folder at steam/steamapps/common/workshop/289070/2218997774
I don't know what you're referring to with " deleting the RESOURCE_AMIFTGOLD from the mod files". What mod files? all of them?
There's no RESOURCE_AMIFTGOLD in the folder, and searching the folder for that links 4 files. AMIFT_IconDefinitions, AMIFT_MountainImprovements, AMIFT_MountainResources and Resources.artdef. I'm not sure if you mean delete all of the lines in all of these? And if you do, does this step need to come after the next with about changing the valid resource type, as that line is one of these?
In AMIFT_MountainImprovements.xml I can change the line with Mountain_Mine valid resource to RESOURCE_GOLD, but is there anything we need to do with the next line regarding just a normal mine? Does this need to be deleted or changed to RESOURCE_GOLD as well?
<Row ImprovementType="IMPROVEMENT_MINE" ResourceType="RESOURCE_AMIFTGOLD"/>
With the load order, where do you add the load order? Under assets in this mod, higher than suk's 1, or do you add it under properties at the top for both mods?
In AMIFT_IconDefinitions, do you use the Replace instead of Row for each altered RESOURCE_GOLD icon in the AMIFT_IconDefinitions for 9 lines, 6 unter icontextureatlases, and 3 under icondefinitions?
Also in icon there are code like "ICON_ATLAS_AMIFT_GOLD_RES", "ICON_ATLAS_AMIFT_GOLD_RES_FOW" do these get changed?