Hell element

  • blockmancam
    6th Mar 2012 Member 0 Permalink
    I'm tring to edit the bizar elemental tree so that it will burn forever. So i'm trying to make it so that you burn bizr and all of the smoke in stead turns into bizg and that auto maticly heats up into bizr. I'm having problomes with the transittion.
    Can any one help.
  • SkinnySatinTiger
    6th Mar 2012 Member 0 Permalink
    Edited once by SkinnySatinTiger. Last: 3rd Oct 2022
  • mniip
    6th Mar 2012 Developer 0 Permalink
    @blockmancam (View Post)

    blockmancam:

    I'm trYing to edit the bizZarE elemental tree so, that it will burn forever. So i'm trying to make it so, that you burn bizr all of the smoke turns into bizg, that automaticly heats up into bizr. I'm having problEms with transition.
    Can anyone help?


    yeah, i know Lua alot
  • blockmancam
    6th Mar 2012 Member 0 Permalink
    @Ben-Siraphob (View Post)
    It's the transition code I need help with, because it just breaks the element when I write it. Just that part of the code.

  • SkinnySatinTiger
    6th Mar 2012 Member 0 Permalink
    Edited once by SkinnySatinTiger. Last: 3rd Oct 2022
  • SkinnySatinTiger
    6th Mar 2012 Member 0 Permalink
    Edited once by SkinnySatinTiger. Last: 3rd Oct 2022
  • DCBloodHound
    6th Mar 2012 Member 0 Permalink
    why not use Mort and change the it so it lets out fire instead smoke.
  • aaswe2231
    6th Mar 2012 Member 0 Permalink
    make gravity photons (GPHO) and gravity neutrons (GNEU)
  • blockmancam
    6th Mar 2012 Member 0 Permalink
    the mort idea worked I turned smke flamable (great for napalm bombs.)

    the code i was working on was using bizr. when I made it the transition kept failig. The first part of the code was


    tpt.el.bizr.flammable=08
    tpt.el.bizs.flammable=08
    tpt.el.bizg.flammable=08
    tpt.el.bizr.menusection=4
    tpt.el.bizg.menusection=4
    tpt.el.bizs.menusection=4
    tpt.el.bizg.name="Ew3"
    tpt.el.bizr.name="Ew1"
    tpt.el.bizs.name="Ew2"
    tpt.el.bizg.heat=800
    tpt.el.boyl.name="Ew4"
    tpt.el.boyl.heat=99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
    tpt.el.smke.flammable=99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
    tpt.el.mort.menusection=7

    tpt.el.mort.description="Smoke bomb"
    tpt.el.bizr.description="Experimental weapon, Liquid Coal/napalm"
    tpt.el.bizg.description="Experimental weapon, gas napalm"
    tpt.el.bizs.description="Experimental weapon, solid napalm"
  • SkinnySatinTiger
    6th Mar 2012 Member 0 Permalink
    Edited once by SkinnySatinTiger. Last: 3rd Oct 2022