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









(mod in question: https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3528330887&searchtext=VAE)
As said, no good solution now that it's done - but just something to keep in mind. Changing the packageID technically still is an option of course, the mod is still new and not many other mods (like mine) will probably patch it - so... if you decide to change it, you might want to do so as soon as possible. Might cause hiccups with ppls modlists though, since the game wouldn't load the mod for people until they add it to their list again.
A rule of thumb, when it comes to dependencies & loadorder-rules is to provide what is needed, but also only the absolute necessary. That will reduce fringe cases that can lead to logic-loops and similar.
> Could not resolve cross-reference: No Verse.ResearchProjectDef named CataphractArmor found to give to Verse.RecipeMakerProperties
Simply speaking, right now the recipe for the Cataphract (and potentially other) items is loaded no matter if the user has the DLC active or not. You either want to put the whole Def into a 'MayRequire' (to only load when the resp. DLC is found) or - ideally even - want to put those optional items into their own Def-file and use loadFolders to only load them when the necessary DLC is active on the user's modlist.