Version 46.1 beta feedback here

  • Neospector
    7th Feb 2011 Member 0 Permalink
    No secret menu anymore. What I do like is the new debug mode.
  • Dragonfree97
    7th Feb 2011 Member 0 Permalink
    Yeah, where's the secret menu?

    The elements still exist, guys.
  • Hellome
    7th Feb 2011 Member 0 Permalink
    the developers have just probably changed the keyboard shortcut to the secret menu, so we can't find them! :L
  • Neospector
    7th Feb 2011 Member 0 Permalink
    @Hellome
    No, I can still press the two same keys, just no menu pops up.
  • jacksonmj
    7th Feb 2011 Developer 0 Permalink
    @plypencil
    Crash with flood fill deleting liquids confirmed. Should be fixed soon.
    Thank you.

    @Hellome (running scripts from file)
    It just reads console commands from a file and runs them. Not (yet) a fully fledged scripting language. One additional feature in running them from a file is replacement of coordinates in the form x+2,y-3.
    E.g. If you do 'file filename 123,234'
    where filename is a plain text file containing
    set type x+0,y+2 pscn
    Then it will change the particle at 123,236 to PSCN.
  • Hellome
    7th Feb 2011 Member 0 Permalink
    the developers said they were clearing out the secret menu i am sure, some of them are going to be put in a proper menu it think
  • Anmol444
    7th Feb 2011 Member 0 Permalink
    @Neospector
    the debug mode was already there
    and new life (starwars one) is cool
  • Neospector
    7th Feb 2011 Member 0 Permalink
    @Anmol444
    No, I mean the x and y axis.
  • cracker64
    7th Feb 2011 Developer 0 Permalink
    the file reading also does have 'if' statements, here is an example (it can only check type currently)
    if type x+0,y+0 dust
    set type x+0,y+0 deut
    set life x+0,y+0 9000
    else
    reset pressure
    endif


    as you can see it isn't very pretty, that file would need to be run with a location, it would turn dust into deut, if no dust, it would just reset pressure.

  • TheWiseEyes
    7th Feb 2011 Banned 0 Permalink
    This post is hidden because the user is banned
Locked by Simon: Superseded