I thought that titanium got cooled down too fast by the air around it, not allowing it to heat up everything else?
But then again, I have no clue what I'm talking about half the time.
hm.
I guess you are right there, could make for some good passive(or active) cooling.
Well it's half bug half feature..... Jacob1, Cracker64, and Jacksonmj : WHAT ARE THE DEVS GONNA DO ABOUT IT
Confiscate caps lock?
The reason why this happens: particles always transfer heat to/from the air. However, in the air sim code, temperature in unblocked cells can affect the temperature in blocked cells, but temperature in blocked cells cannot affect the temperature in unblocked cells.
It's difficult to fix this at the moment. I can't really stop particles from transferring heat to/from the air if ambient heat is blocked in that cell, because bmap_blockairh is changed by particles during the main update loop, so it's unknown whether a particular cell will transfer ambient heat until the end of the loop. But this is the same loop where heat transfer between air and particles occurs.
I might have a poke at the air sim code at some point, but it's not immediately obvious how I'd fix it there either. Ambient heat not obeying conservation of energy is kind of a Bad Thing though.
yay, I found a bug XD
Hurray! for Ben_Ger. xD *Coughs* I'm getting old.
now, now gramps..... have a seat and get some rest....
I dont know too much about coding but... is it maybe possible to a simple distinction to the ambient heat code? as in:
IF
Cell contains TTAN
THEN
No heat transfer to other cells
ELSE
Heat transfer to other cells
I guess I am underestimating the changes I am proposing here but all I see in the thermal vision mode is that the cells heat up for a second and then the heat disappears. Its exactly what you said about them giving heat to an adjacent cell but those are not accepting it (due to the giving cells being blocked), so they are just kinda "forgetting" about it. Another idea could be to simply give TTAN a property like FILT, where ambient temperature doesnt affect it at all, although that would open up the fact that TTAN would become a god material for people like me who play almost exclusively with ambient heat on.
I hope my suggestion to this (very) old thread was maybe helpful.