JonnyOThan

Results 164 issues of JonnyOThan

These could probably be avoided. ![image](https://github.com/Gameslinx/Tessellation/assets/9804078/9a218246-196e-4679-b127-69177bcefbb4) ![image](https://github.com/Gameslinx/Tessellation/assets/9804078/3f0bca10-9355-4ae8-bc43-87f5687fbe6e) ![image](https://github.com/Gameslinx/Tessellation/assets/9804078/c56520d3-1c21-43ea-b7a4-e0852f3e1dcd) ![image](https://github.com/Gameslinx/Tessellation/assets/9804078/abb75c80-0071-4849-bba8-6ee5993f9abb)

![image](https://github.com/TundraMods/TundraExploration/assets/9804078/6c176448-362d-42c9-8654-7e5ba8830549) ![image](https://github.com/TundraMods/TundraExploration/assets/9804078/3f89a43b-e9bf-435f-a5f6-ef2e889b4322) The 3 module modifiers in the subtype are for ModuleEnginesFX, ModuleAlternator, ModuleWaterfallFX (with moduleID MVACFX). It looks like this occurred because this engine has ModuleEnginesRF instead of ModuleEnginesFX...

Possibly related to #75? Given a node like: ``` THING { transform = airlock transform = airlockTopB } ``` and a patch targeting that node, `-transform,-1 = delete` does nothing...

I had this syntax in a patch: `HAS[moduleID[IVASwitch]]` Which I'm pretty sure is always invalid - there should be some kind of operator before `moduleID`. This was very difficult to...

``` [EXC 13:11:07.644] NullReferenceException: Object reference not set to an instance of an object FlightGlobals.get_ActiveVessel () (at :0) Astrogator.AstrogatorMenu..ctor () (at :0) UnityEngine.DebugLogHandler:LogException(Exception, Object) ModuleManager.UnityLogHandle.InterceptLogHandler:LogException(Exception, Object) UnityEngine.Object:Instantiate(InternalProp) PartLoader:GetInternalProp(String) InternalModel:AddProp(ConfigNode) InternalModel:Load(ConfigNode)...

Saw this in someone's logs: ``` [LOG 13:49:22.953] Applying update KerbalismConfig/Support/CCK/@PART[kerbalism-greenhouse|kerbalism-lifesupport*]:NEEDS[CommunityCategoryKit]:AFTER[zzzKerbalismDefault] to KerbalismConfig/Parts/LifeSupport/kerbalism-lifesupportmodule.cfg/PART[kerbalism-lifesupportmodule] [WRN 13:49:22.953] Cannot find key tags in PART [ERR 13:49:22.953] Error - Cannot parse variable search when...

https://cdn.discordapp.com/attachments/931305615228305428/1243765712175235174/KSP_VR_Cant_Open_Hatches.mp4?ex=6653fc15&is=6652aa95&hm=9e2a5522730660128403181f9beeb72ae99e8f9d41bd25f772ad9701ea470aa4& [KSP - 2024-05-26T091049.525.log](https://github.com/FirstPersonKSP/Kerbal-VR/files/15447550/KSP.-.2024-05-26T091049.525.log) > huh that's super interesting, it looks like you're in the mk1 cockpit of the aeris 4a? The logs only show creating hatches for the docking...

bug

This has got to be something related to how collisions are disabled between specific colliders.

bug