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



 
						 
						 
						 
						

 在 Twitter 上
在 Twitter 上									 
							 
			
 0
 0			 
					




For anyone interested, the source code comes along with the mod, and the author put their mod under a CC license that allows anyone to use and redistribute it freely (if not behind a paywall or any type of monetization).
Also, from what I could analyze, it doesn't seem to need a lot of change. Just some variables and namespaces that were used that need updating: "using Harmony" can be removed, since you only need to use HarmonyLib now; the reference to UnityEngine.dll needs to be changed to the UnityEngine.CoreModule.dll; the way you create an instance of Harmony is slightly different, as you don't need to use the Create method anymore, just Harmony = new Harmony; the GUI class seems to have been changed too, but I wasn't too sure what to do with that.
I really miss this mod as well, and if anyone would like to give a try at forking this it'd be much appreciated.