A complete tutorial for serialization, including some usefull points for different elements.Ask in comment section for further info. I hope this helps :)
tutorial
filt
useful
electronic
serialization
serialisation
serialise
Comments
-
Oh yeah, it won't, it's always 31 * 2**k, where k is between 0 and 25. Like I said, this always happens if FILT's ctype is 0.
-
upd: oh crap, it didnt
-
LBPHacker: i completely forgot about temperature :) i guess PROP with temp 273.15 will fix everything, much thanks
-
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
-
Amazin'
-
But why and how it doesnt deserialize if theres only filt, without serializer?