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
Mouse position stack is not empty. There were more calls to BeginScrollView than EndScrollView. Fixing.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Log.Error_Patch1 (string)
Verse.Widgets:EnsureMousePositionStackEmpty ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Root.Update_Patch2 (Verse.Root)
Verse.Root_Play:Update ()
Exception filling window for RimWorld.Dialog_ModSettings: System.FormatException: Input string was not in a correct format.
[Ref 28052A6] Duplicate stacktrace, see ref for original
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Log.Error_Patch1 (string)
Verse.Window:InnerWindowOnGUI (int)
UnityEngine.GUI:CallWindowDelegate (UnityEngine.GUI/WindowFunction,int,int,UnityEngine.GUISkin,int,single,single,UnityEngine.GUIStyle)
i can send a full hugs log if that helps, but will separately post the error log spam
now I can have a proper 500 grav extender support
That is a limitation with how inputting into a limited range works.
E.g. if you want to go from 500 to 2200 you'd probably input `5000`, select the `5` and chance it to a `2`. and select the second 0 and change it to a 2.
Trying to erase 500 to input 220 won't work since the minimum is 500.
Here is an example:
I open the settings, i doubbleclick on the 500 for the "Engine substructure support" to highlight it
i then start writing 1000 and the number changes to 250 then 2050 and then 5000.
After it gets to the 5000 i have to higlight the 5 and type 1 to swap the number to 1000.
Am i doing something wrong or is it just the input field being wierd in general?
In any case thank you for making a mod like this.