trey3 Posted May 26, 2015 Share Posted May 26, 2015 I did a quick search of this forum for answers to my question but didn't find anything concrete. So yeah, I'm making a character that doesn't freeze ever. Should I use: inst.components.temperature.inherentinsulation = xxx (whatever the highest I can go is [does anyone know that number, by the way?]) or inst.components.temperature.mintemp = 20 ? From what I understand, will doing mintemp = 20 make her more susceptible to overheating? In that case, should I just add a ridiculously high inherentinsulation? But what's the max number for insulation? Thank you! Link to comment https://forums.kleientertainment.com/forums/topic/54423-preventing-freezing-insulation-or-mintemp/ Share on other sites More sharing options...
Isosurface Posted May 26, 2015 Share Posted May 26, 2015 inst.components.temperature.mintemp = 0 will do. A high mintemp will make her more susceptible to overheating, use 0 or a value close to 0. Link to comment https://forums.kleientertainment.com/forums/topic/54423-preventing-freezing-insulation-or-mintemp/#findComment-640688 Share on other sites More sharing options...
trey3 Posted May 26, 2015 Author Share Posted May 26, 2015 inst.components.temperature.mintemp = 0 will do. A high mintemp will make her more susceptible to overheating, use 0 or a value close to 0.Thank you! Link to comment https://forums.kleientertainment.com/forums/topic/54423-preventing-freezing-insulation-or-mintemp/#findComment-640694 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now