Console: what is it?

  • Saxophonist
    9th Nov 2012 Member 0 Permalink

    I don't know how to use the console. I also need to know what a ctype is and how to set it. I REALLY need help with this. PLEASE HELP!!!!!

  • NUCLER_FOX
    10th Nov 2012 Member 0 Permalink

    Click on this Button --->~ <--- That is console or clicking [C] is console Example !set life deut 65535.

  • dulix11
    10th Nov 2012 Member 0 Permalink

    Press the '~' key, he one under escape or click the 'C' on the tabs on the side. If you want to change the ctype of WOOD into LAVA for example, type in '!set ctype wood lava' without the apostrophes.

  • boxmein
    10th Nov 2012 Former Staff 0 Permalink
    @Saxophonist (View Post)
    The "ctype" is a special number which every particle has which tells its "secondary type". For example, it tells CLNE which element to produce, LAVA which element to cool into, SPRK which metal it sparked, ...
    @Saxophonist (View Post)
    As for using the console, you could learn the Lua programming language for the basics. Or, you could use some simpler commands, which are used with a ! before the command.
    This is how it goes:
    !set ctype clne watr
    Let's take it apart.
    ! - this is the letter that tells the console that you're using old commands, not Lua.
    set - This is what the command does. set is what you'll be using the most.
    ctype - this is the property that you'll be setting. In this case, it's the ctype you spoke of earlier.
    clne - this is for which element the ctype to set. These console commands work for every element on the map of the same type, or in this case, all the CLNE.
    watr - this is the new value of the ctype.
    After entering this, every CLNE on the screen will clone WATR (water).