Simple Idea.

  • Fries_Boi
    17th Jun 2017 Member 0 Permalink

    I had an idea on where there was another option in the renderer options, the idea was that you could have the option to make Protons, electrons, photons, neutrons, gravitons, ect. Invisible, It might reduce lag, And make explosions more realistic. Just an idea.

  • coryman
    17th Jun 2017 Member 0 Permalink

    There is technically a way, it's kinda dodgy and it only works until you close TPT.

    Open the console (hit `, or click the C on the right)
    Type into it tpt.el.phot.colour=0x00000000
    This sets the colour of photons to have an alpha of 0, and the RGB values all to 0.
    Repeat this but change phot to neut, elec, etc, and eventually you can make them all black.
    They do still glow in fancy or fire display, but in a nicer looking way if you ask me.

  • Cracker1000
    18th Jun 2017 Member 1 Permalink
    @coryman (View Post)
    You can also make an autorun.lua file and type your code in it and tpt will always read the autorun file on start so you dont have to type it again and again.
  • QuanTech
    18th Jun 2017 Member 0 Permalink

    And if you wanna make everything invisible,

    for k,v in pairs(tpt.el) do v.color=0x000000 end

    im crazy

  • Fries_Boi
    18th Jun 2017 Member 0 Permalink

    Thank you.

  • jacob1
    18th Jun 2017 Developer 0 Permalink
    @QuanTech (View Post)
    Or go into the render modes UI and turn of "basic rendering", most elements are now invisible! Then you can turn the rest of the effects off and nothing will show up at all.