S2F - Basic LuA and Advancing Animation.

Discussion in 'Starbound Modding' started by The | Suit, Dec 23, 2013.

  1. prodamn

    prodamn Spaceman Spiff

    nope :p ?flipy ? or ?flip=y

    @heinermann

    is there a ?rotate modifier ?
     
  2. Scival

    Scival Oxygen Tank

    Anyone know how to use ?border=<size>;<color1>;<color2> ? Because i cant get it to work. Am i supposed to put something before the ? in Starcheat? D:
     
  3. Ignify

    Ignify Phantasmal Quasar

    I've been trying to find that out too. It would be nice to have one that can be used freely without having to use a sword.
     
  4. Scival

    Scival Oxygen Tank

    HEY ANYONE?
     
  5. n1njadragon

    n1njadragon Void-Bound Voyager

    @Ignify I've been looking for that too also, this is Corvus if that means anything to you.(assuming you're the ignify from galaxy citizen it should.)

    *edit* I just remembered there's a "rotation": <number> that's used with animations, I haven't tried using it elsewhere though, but I think that creates a constant rotation.

    @Scival With border you need to use hex code for the colors and it might be

    ?border;<size>;<color1>;<color2> , instead of ?border=<size>;<color1>;<color2>

    I can't remember off the top of my head. Make sure to get rid of the <>'s.
     
    Last edited: Jul 27, 2014
  6. Scival

    Scival Oxygen Tank

    Ah of course. Silly me, it was the <>!
    Now..
    How the fuck do i add a new directive using Starcheat?
     
  7. n1njadragon

    n1njadragon Void-Bound Voyager

    Just add ?<directiveName> after you're done with one. So if you do ?replace;<color1>=<color2>, you'd just add on the next directive like so ?replace;<color1>=<color2>?border=<size>;<color1>;<color2>
     
  8. Scival

    Scival Oxygen Tank

    NOT THAT.
    If i have a item, and that it doesnt have a place for the directive, to place where you paste ?borderBLAHBLH. I doesnt have one and is completely empty of any status effects or whatever.
    How do i add a new one? When i do the + button it gives me the big window and that one doesnt work for me. D:
     
  9. n1njadragon

    n1njadragon Void-Bound Voyager


    Hit the plus button, title it directives, add the code in the area below.
     
  10. Scival

    Scival Oxygen Tank


    Well...
    i guess, but it looks different that the normal already there directives.. xD
     
  11. n1njadragon

    n1njadragon Void-Bound Voyager

    It should effectively work the same way, test it out.
     
  12. Scival

    Scival Oxygen Tank

    No JSON object could be decoded. D:
     
    Last edited: Jul 27, 2014
  13. n1njadragon

    n1njadragon Void-Bound Voyager

    syntax error somewhere :( , you may need brackets [] around the code.
     
  14. Scival

    Scival Oxygen Tank


    [ ] around the code, hm?
    Well, that may or may not work, but i came to the conclusion that i do not REQUIRE glowing goggles, but ill probaly try it later anyways. xD


    So, i have this item's code, and i want it on my char..
    ~
    !Warning huge spoiler!
    ~
    JUST KIDDING i put it in Pastebin! http://pastebin.com/7k2bfi2s

    So how do i go from this ^^ in a notepad to putting that in Starcheat?
     
  15. mappo

    mappo Scruffy Nerf-Herder

    I'm very confused about how to crop a image?what does it mean"<left>;<top>;<right>;<bottom>"?should i edit like this :
    ?crop=4;6;5;7
    if i want the picture to be a pixel size?

    Hope someone can help me.
     
  16. superluc

    superluc Aquatic Astronaut

    Does this guide still work?
     
  17. The | Suit

    The | Suit Agent S. Forum Moderator

    If you follow it word for word - no.
    A lot of the code is no longer used and parts are out dated.

    But if you use it as a rough idea and look at the new code your self - you could still probably use it.
     
  18. superluc

    superluc Aquatic Astronaut

    Are you going to make a new one any time soon ? i followed you e-book tutorial and it's very usefull but i'm trying to do a simple furniture that i can interact to and change animation when i press e on it
     
  19. The | Suit

    The | Suit Agent S. Forum Moderator

    To do interactions you really need to learn Lua first.
    Once you learn Lua it is pretty straight forward from there.
     

Share This Page