New element Obcidion

  • Mc-Fowler
    4th Sep 2011 Member 0 Permalink
    only if it colided with water
  • jenn4
    4th Sep 2011 Member 0 Permalink
    Well water turns to steam and some lava to stone. But i made obsidian and broken obsidian.
  • Mc-Fowler
    4th Sep 2011 Member 0 Permalink
    Can You Please tell me how to do that and do i need a certain powder toy because i have got the beta vertion.
  • jenn4
    4th Sep 2011 Member 0 Permalink
    @Mc-Fowler (View Post)
    They are on my mods alpha version. I publish it here at sunday.
  • Mc-Fowler
    4th Sep 2011 Member 0 Permalink
    can you please tell me where to find it now so i know were to look
    P.S i mean on the web site
  • jenn4
    4th Sep 2011 Member 0 Permalink
    @Mc-Fowler (View Post)
    here

    Also I recommend to make account to my forum, then you can change style so you can easily see it.
  • Catelite
    4th Sep 2011 Former Staff 0 Permalink
    ...Why is this in development assistance. :|
  • jenn4
    4th Sep 2011 Member 0 Permalink
    @Catelite (View Post)
    I didn't noticed that. @Mc-Fowler if you want more information convo me.
  • pilojo
    4th Sep 2011 Member 0 Permalink

    jenn4:

    I already made it to TETs alpha. I just cant get that lava would turn to obsidian work.

    For that you would want something like this for the water part of the code so water gets deleted.
    if(parts[r>>8].type = PT_LAVA) {kill_part(i); }
    I think, it may be a bit off as I haven't coded in a while.
    And for lava, you would put (again it may be a bit off)
    if(parts[r>>8].type = PT_WATR) {create_part(-1, i, PT_OBSD);}
  • jenn4
    4th Sep 2011 Member 0 Permalink
    I am publishing tet again so I try this some other time.