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























In case I finish and release it, I will inform you.
I have no problem with anyone taking over the mod, I have no personal interest in it. Ive let other mods go to more invested modders before so no problem there. If you release a version Ill just point to yours and deprecate this.
To correct what I stated rearlier, I was mistaken about "Game.FinalizeInit", that is called after the world is loaded. "LongEventHandler.ExecuteWhenFinished" is a substitute for DefsLoaded apparently
Anyway, I used it to call ApplyDefPatches and it works for what I wanted
In regard to the control of how the mod works:
When 1.6 was released I suggested to take over the development of Yayo's Combat, merging the Addon into it. Would have reduced your workload, but as this mod was updated the day after I announced that intention, I considered that there was no interest for it, so I stopped developing the integrated version and stuck with modifying it via Harmony.
You could've just reimplemented the way HugsLib handled "DefsLoaded" though, applying the patches once Defs initialization is done on game start, instead of on loading into the world.
Guess that is how I will use the method in the addon then. I'll look into it tomorrow though, I'm too tired for it now