How To Mod?

  • KissMyPixel
    25th Jun 2014 Member 0 Permalink

    I've been looking around and dont know how to mod!

    Please help!

  • h4zardz1
    25th Jun 2014 Member 1 Permalink
    just check this. just see a element, for you to understand.
    Edited once by h4zardz1. Last: 25th Jun 2014
  • KissMyPixel
    25th Jun 2014 Member 0 Permalink

    @h4zardz1

    I still don't understand?

  • CeeJayBee
    25th Jun 2014 Member 1 Permalink
    Define 'Mod'. For lua scripting, I suggest looking up some elements on the lua scripting forum and working around that.
    For C++ mods, ie compiled mods, you need to know C++. That's slightly harder than lua, but lets you put the elements into an executable file like regular TPT.
  • h4zardz1
    25th Jun 2014 Member 1 Permalink
    enabled:is this disappears, or not.
    menuvisible:are visible in menu or not.
    menusection:which menu goes along.
    Advection:how much the velocity of the air changes the velocity to the element.
    AirDrag:Advection, flipped.
    AirLoss:how much the element blocks VELOCITY of the air.
    Collision:how much the element generates pressure when it collides a another element.
    Diffusion:how fast the element "deform"s.
    Explosive:Explodes by fire if 1, and with pressure if 2.
    Falldown:how the element pool up. 0 for solid/gas/energy, 1 for powder, 2 for liquid.
    Hardness:how resistant to ACID the element is.
    Hotair:is/how fast the element generates a pressure/vaccum.
    Gravity:how fast the element falls.
    Meltable: melts when heat simulation is off, when more than 1.
    Weight:how this element passes through other elements. (more weight, more surpassing)
    Temperature: what temperature the element spawns.
    State: what is the form. st_none:energy, st_solid:solid, st_liquid:liquid, st:gas:gas.
    there is some of it that are not explained here. it is because it is self-explanatory.
    Edited once by h4zardz1. Last: 25th Jun 2014
  • Sylvi
    25th Jun 2014 Moderator 0 Permalink

    @KissMyPixel (View Post)

     Do you know any sort of C++ or C coding? If you don't, I would advise you to check some tutorials online before you even touchbase on TPT's source.

  • wolfy1339
    25th Jun 2014 Member 0 Permalink

    @Lockheedmartin (View Post)

    Don't forget Lua Modding 

  • KissMyPixel
    27th Jun 2014 Member 0 Permalink

    @Lockheedmartin (View Post)

     No? I've heard of it, also i'm interested in coding!

  • Protcom
    27th Jun 2014 Member 0 Permalink

    @KissMyPixel

    Lua script mod is a good way to start of.

  • KissMyPixel
    29th Jun 2014 Member 0 Permalink

    Thanks! @Protcom

Locked by jacob1: necro