Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
now 1.5 just links the name for use in crafting menus
https://gist.github.com/HugsLibRecordKeeper/6ffbf75c2e33101183e3fde37d7c3e7c
[ShelfRenamer][ERR] Failed to apply Harmony patches for Mlie.ShelfRenamer. Exception was: HarmonyLib.HarmonyException: Patching exception in method static System.Collections.Generic.IEnumerable`1<System.Reflection.MethodBase> ShelfRenamer.Patch_Building_Storage_GetGizmos::TargetMethods() ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Reflection.ReflectionTypeLoadException: Exception of type 'System.Reflection.ReflectionTypeLoadException' was thrown.
at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes(System.Reflection.Assembly,bool)
at System.Reflection.Assembly.GetTypes () [0x00000] in <eae584ce26bc40229c1b1aa476bfa589>:0
at ShelfRenamer.Patch_Building_Storage_GetGizmos+<>c.<TargetMethods>b__3_0 (System.Reflection.Assembly assembly) [0x00000] in <1f87f5a57bbd4bc7b4bfff1fd100a211>:0
<3
Thanks for the detailed report!
// RimFridge already has its own renamer.
if (__instance.def.thingClass.Name == "Building_Refrigerator")
{
return;
}
from Patch_Building_Storage_GetGizmos isn't working because RimFridge isn't using that def(?), but instead has the fridge base parent thingclass of "RimFridge.RimFridge_Building".
Rimfridge defs for 1.2:
https://github.com/KiameV/rimworld-rimfridge/tree/master/v1.2/Defs/ThingDefs_Buildings