John C

Results 193 comments of John C

Have reviewed the simulation code and there doesn't appear to be any needless garbage generation there. All loops are done with numeric iterator constraints, no new objects are allocated on...

Thanks for the info. Will put that to use during my investigations (which will hopefully be sooner rather than later...).

Indeed -- I don't think I made them recolorable in recent releases / whenever I redid their textures. They might have been for a short period, but during the PBR...

Sorry, I do not think I can fix this -- when I tried changing the base model orientation it changes how KSP does the symmetry and results in a part...

Recent posts on the forums state that there -might- be some ability to fix this using the part-config level mirror symmetry axis setting.

Thanks for the report, will investigate for a fix for the next release. Likely that I broke it after I implemented an untested 'fix' for something else...

>I am aware that this issue was solved when RealFuels is installed, however with the rest of RO installed the bug appears again. If it works with 'stock' RealFuels, it...

Thanks... close, but not quite the config I was looking for :) (I should have given precise names... sorry) What you posted was the config for the model definition for...

Was there anything below the MODEL node? There should be a MODULE with 'name = SSTUModularPart'. And inside that there should be a value 'subtractMass = false'. Edit: Pretty much...

Thanks. That points to whatever patches RO is using being incomplete / incorrect. The solution will have to come from RO, by implementing the patches properly. Notably here: https://github.com/KSP-RO/RealismOverhaul/blob/master/GameData/RealismOverhaul/RO_SuggestedMods/SSTU/SSTU_Tanks.cfg#L32-L39 They...