01-18-2013, 09:07 PM
h3half Wrote:We could probably just doNightgunner5 Wrote:That's a pretty big fix, and I'm going to take a wild wild guess that the code for that is both super complicated and utilizes at least one weird BYOND hack/glitch to make it work. just like every other feature everh3half Wrote:It's cool idea in theory but the heat values are so off-the-charts that the station would melt pretty quicklySo basically, we have to fix the crazy numbers we use for heat. And by we I mean cogwerks.
It would be a big project for a cool little feature that would need further balancing work even after it's coded in.
But then again, I don't know anything about the code so if it's easy then do it and be cool 8-)
Code:
RealTemperature = ( FakeTemperature - RoomTemperature ) * 4.76837e-07 + RoomTemperature