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
I'll delete the fork if the author doesn't want it and asks me to.
Mod Settings aren't functional so there is no customization possible.
Oh wait. I did a game wipe and redownload for other mod troubleshooting. Herp derp.
Yeah, it's gone. Put it back in. It'll probably be fine now. Thanks!
https://gist.github.com/139a4bc275a10d751319ea33145b3e00
If its C then it should be easier I think.
@Vas, I could not manage to make it use the C# implementation/wrapper because of issues regarding Unity. So the shady dll thing is pretty much the way it has to be.
Once I get some real life stuff out the way I'll work on switching it to use discord-rpc-csharp.
Lemme know when it works with just activating the mod in the game list though.
Reason for this is because the .dll is unmanaged (C++) and because of that it cannot be referenced and must be imported. When your mod references a .dll, RimWorld looks for the file in your mods Assemblies folder, but when your mod imports it - the game doesn't look for it there.
Now I am thinking of switching the mod over to use a C# wrapper for discord-rpc (so you won't have to download anything and all that) but I am currently not in the mood to do this so it'll take a while.
Exception filling window for RimWorld.MainTabWindow_Menu: System.DllNotFoundException: 0discord-rpc
at (wrapper managed-to-native) RimRPC.DiscordRPC.UpdatePresence (RimRPC.DiscordRPC/RichPresence&)
at RimRPC.StateHandler.MenuState ()
at RimRPC.RimRPC.GoToMainMenu_Postfix ()
at (wrapper dynamic-method) Verse.GenScene.GoToMainMenu_Patch4 ()
at RimWorld.MainMenuDrawer.<DoMainMenuControls>m__B ()
at Verse.ListableOption.DrawOption (UnityEngine.Vector2,single)
at (wrapper dynamic-method) Verse.OptionListingUtility.DrawOptionListing_Patch2 (UnityEngine.Rect,System.Collections.Generic.List`1<Verse.ListableOption>)
at (wrapper dynamic-method) RimWorld.MainMenuDrawer.DoMainMenuControls_Patch1 (UnityEngine.Rect,bool)
at RimWorld.MainTabWindow_Menu.DoWindowContents (UnityEngine.Rect)
at Verse.Window/<WindowOnGUI>c__AnonStorey0.<>m__0 (int)