sbtoonz

Results 7 issues of sbtoonz

Add rebroadcasting interface for the Gauge.S which I helped design. This allows Speeduino to rebroadcast various data to this OLED dsplay panel in order for a user to see what...

``` [Error : Unity Log] ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index Stack trace: System.ThrowHelper.ThrowArgumentOutOfRangeException (System.ExceptionArgument argument,...

Please add config option for opacity settings on the menu backgrounds 🙏

suggestion

so that users of EIDF don't suffer data loss on upgrade See: https://github.com/RandyKnapp/ValheimMods/issues/376

``` [HarmonyPatch(typeof(InventoryGui), nameof(InventoryGui.DoCrafting))] public static class InventoryGui_DoCrafting_Patch { public static bool Prefix(InventoryGui __instance, Player player, bool __runOriginal) { if (!__runOriginal || __instance.m_craftRecipe == null) { return false; } var newQuality...

![IMG_4538](https://github.com/PrintersForAnts/Salad_Fork/assets/67915879/a6d56146-c616-45c1-8f04-9c7e5e4db0e0) Even with feet added heatsinks protrude from base of printer so much that you cannot use heatsinks. This is true for M5P mount and Octopus mount I have not...

I patch into this for many mods even some that were auga compatibile before mistlands updates https://github.com/RandyKnapp/Auga/blob/main/Auga/Store_Setup.cs#L19 https://github.com/RandyKnapp/Auga/blob/main/Auga/SetupHelper.cs#L22 maybe soemething like this instead? ``` original.gameObject.SetActive(False); original.gameObject.name = "_inactive_PREFABNAME" ``` please...