AlienXAXS
AlienXAXS
I know this is a two year bump to this issue thread - but I'm having the same issue here in 2020 so maybe someone else is too. So this...
Oh my it was a long time ago, I think i asked my mates to get their tokens via the Chrome F12 menu - perhaps it was part of the...
Sorry to bump such an old thread, but It's still open so I thought better reply to this than create a new one. I am having the same issue on...
Instead of making a new issue, i feel this report is relevant: I have only just recently got into Space Warpers with my logistics system, I have noticed quite a...
Just a small update. The same happens when attempting to craft Advanced Mekanism Power Cubes from a Basic Cube, as well as the next tiers to Ultimate.  Maybe some...
Sorry, I accidently clicked Close haha :D
Looks like this bug exists (but in reverse) on the official app too, it seems to always play the last file found. Not sure if you're able to fix this,...
> I can't remember exactly, but I think I heard that this is because the profile files only save the name of the sample file and not the complete path....
I have been looking at this for awhile... It seems to be in this section of code within DFRelayComponent, method TestRelayCondition. When loading the game on headless, a planets ATField...
The following code addition (albeit from another bepinex plugin) seems to work to fix this problem. ```csharp [HarmonyPrefix,HarmonyPatch(typeof(PlanetATField), nameof(PlanetATField.RecalculatePhysicsShape))] public static bool RecalculatePhysicsShape_Prefix(PlanetATField __instance) { // If we're the server,...