burning elements

  • i_am_sandwich
    21st May 2017 Member 0 Permalink

    how do i set the ignition temp of a element

  • QuanTech
    21st May 2017 Member 0 Permalink

    @i_am_sandwich (View Post)

     Since you put this in Development Assistance subforum, I'm gonna assume this is c++. Taking WOOD as an example, looking in the file WOOD.cpp (here), there is a line of code: HighTemperature = 873.0f;. That means the ignition temperature of wood is 873 kelvin. You can change that value for whatever element you're creating/customizing.

  • i_am_sandwich
    22nd May 2017 Member 0 Permalink

    @QuanTech (View Post)

     thanks for that last night i was messing around and made coal spontaionsly combust.