Steam telepítése						
					
				
				
									belépés
											 | 
						nyelv
						
																																					简体中文 (egyszerűsített kínai)
																													繁體中文 (hagyományos kínai)
																													日本語 (japán)
																													한국어 (koreai)
																													ไทย (thai)
																													Български (bolgár)
																													Čeština (cseh)
																													Dansk (dán)
																													Deutsch (német)
																													English (angol)
																													Español - España (spanyolországi spanyol)
																													Español - Latinoamérica (latin-amerikai spanyol)
																													Ελληνικά (görög)
																													Français (francia)
																													Italiano (olasz)
																													Bahasa Indonesia (indonéz)
																																							Nederlands (holland)
																													Norsk (norvég)
																													Polski (lengyel)
																													Português (portugáliai portugál)
																													Português - Brasil (brazíliai portugál)
																													Română (román)
																													Русский (orosz)
																													Suomi (finn)
																													Svenska (svéd)
																													Türkçe (török)
																													Tiếng Việt (vietnámi)
																													Українська (ukrán)
																									Fordítási probléma jelentése
							
						
 
											 
													



 
						 
						 
						 
						

 Twitteren
Twitteren									 
							 
			
 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.