Oil command

  • Paprikos
    7th May 2021 Member 0 Permalink

    What command should i use to prevent Oil from becoming gas?

  • CCl2F2
    7th May 2021 Moderator 0 Permalink

    I think it's only possible with mods/scripts, but I may be wrong.

  • _Theo
    7th May 2021 Member 1 Permalink

    elements.property(elements.DEFAULT_PT_OIL, "HighTemperature", 10001)
    elements.property(elements.DEFAULT_PT_OIL, "LowPressure", -300)

    Edited once by TuDoR2007. Last: 7th May 2021
  • Paprikos
    8th May 2021 Member 0 Permalink

    @TuDoR2007 (View Post)

     Thank you!