StarkRG
StarkRG
Here's the [Player.log](http://filebin.net/vtfiyum5oe/Player.log) from my most recent launch attempt which resulted in a "double free or corruption" error. I seem to be making some slow progress by disabling compression for...
Ok, new datapoint. I created new config files for Ferram and KSP-AVC which I though should have caused ATM to skip them altogether. ``` ACTIVE_TEXTURE_MANAGER_CONFIG { folder = FerramAerospaceResearch enabled...
Sure enough. When I removed the Ferram and AVC caches it booted up perfectly. [Player.log](http://filebin.net/oo5brqpu2m/Player.log) Is there a better way of disabling ATM caching on a directory-by-directory (or even file-by-file)...
Oops, hit the submit button too early, the rest of the contract groups are: CCCP-SCANsat, RemoteTech, SETIcontracts, and Tourism. Let me know what logs I can fetch to make diagnosing...
It's not that hard to do with logic: active = (!active && startCondition) || (active && !stopCondition)
Ahh, fair enough, I'm using a redstone output and have a redstone reader for feedback.
Could also be useful to be able to take a list of player entities and send a message to just those players. You could use this for team messages or,...
It's only working occasionally for me, however, it does have a strange side effect of deleting NBT data one key at a time. And, yes, I'm sure it's XU2 as...
Alternatively what about having a warning when approaching a craft that has been modified in the future and, if you continue to dock with it, once docked you're jumped ahead...
I think it would be better if it could be done on the fly rather than only when first started.