You can set the 30th bit (2**29) and all 29 bits below that with LDTC just fine (if not, it's a bug and you should tell me). FILT acts as if having a ctype of 31 when its ctype is 0, and in fact this "default" ctype depends on temperature. 31 has 5 bits set in base 2, and these bits are what give FILT with a ctype of 0 its blue colour. When its temperature is higher, this 31 gets shifted up by a bunch of bits and gradually colours FILT redder.
csavas: you cant really set the 30th bit with ldtc, but i think i can manipulate inputs to set it, thanks
tangofoxtrot: FILT tech gets ctype of 31 when it should be zero, because zero can't exist. I'm not sure when this happens and when it doesn't, but you can fix this by always setting the 30th bit (=0x20000000).
ldtc sets filt ctype to 31 when it should be 0, what am i doing wrong?
Tutorial saves that show whats going on are awesome. Whether its a computer, a reactor, or this. +1
But why and how it doesnt deserialize if theres only filt, without serializer?
Also serializing in simple words, is storing the properties like temp, pressure, FILT ctype etc using sensor elements like TSNS, PSNS etc. It's interesting how the same can be used for various applications like making thermostat, lasers, Transfering temp, life data using FILT as sort of wire.
ARDOer: It doesn't work simply because you are using version 94.1 which doesn't support it yet, i worked on LSNS for my mod and same can be found in snapshots. If you want to try that SPNG stuff, simply open the save in snapshot 177 or above.
biohazard6660 yeah an explanation would be nice