安装 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适配1.6:
1. LongEventHandler.QueueLongEvent这个原版的方法在1.6变化了,参数要改一下
2. PatchMechanoidRecipes这个方法里的有allRecipesCached的地方要改
3. FloatMenuMakerMap_AddHumanlikeOrders 补丁要重写了
隔壁技能拓展子mod,我就不会改了。
【叹】【息】【之】【壁】
乘法计算加成太少了,改成加法更合理一点。
比如把 利器护甲 * 140%,改成:利器护甲 + 40%
I never used the original mod so maybe it was an issue for it also.
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2974949348
Exception from long event: System.NullReferenceException: Object reference not set to an instance of an object
[Ref 508F66ED]
at MechanoidModifications.MechanoidModifications.PatchMechanoidRecipes () [0x00018] in <b8a1b40341cd4fda8950985041a00d8b>:0
at MechanoidModifications.MechanoidModifications.<.ctor>b__0_0 () [0x0001f] in <b8a1b40341cd4fda8950985041a00d8b>:0
at Verse.LongEventHandler.UpdateCurrentSynchronousEvent (System.Boolean& sceneChanged) [0x0001d] in <91ef6de66e7b4ba2839be0ab7f01fedf>:0
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Log.Error_Patch2 (string)
Verse.LongEventHandler:UpdateCurrentSynchronousEvent (bool&)
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()
would other addons of the original mod work with this?
The original mod throws an error and this version lets my pawn weld on the mech for a while but yields no results.
I tested it with just the mod and the DLC, installed mechalink and set skills to max, unlocked all research. Tried it on a dead enemy modified scyther and dead friendly modified constructor. The pawn welds on them for a while then nothing happens.
Crafting and installing the mods work fine, just removing them doesnt. Unless im doing something wrong.