Modding Help Is it Possible to Add Tech to Armor?

Discussion in 'Starbound Modding' started by fanastyunicorns, Nov 21, 2014.

Thread Status:
Not open for further replies.
  1. fanastyunicorns

    fanastyunicorns Master Chief

    Hello I am trying to make armour mod, and I was just wondering if it is possible to add tech to armour.
    What I am trying to do is call the dash script into the [json] armour file, like so:
    Code:
    "scripts" : [
        "/tech/dash/dash.lua",
        "/tech/dash/dash.techitem",
        "/tech/dash/dash.tech",
        "/tech/dash/dash.animation"
      ],
    The file is not crashing, and the helmet is wearable; just no tech (I cannot dash)
    Do I have to define something more? Or is it not possible?
    Sorry about my ignorance if this is a simple question, thank you guys alot! :laugh:
     
  2. Peelz

    Peelz Giant Laser Beams

    I don't think you can call scripts with an armor file. Also, only the .lua file is actually a script. The rest of the files you included under "scripts" are all just JSON files.
     
    fanastyunicorns likes this.
  3. The | Suit

    The | Suit Agent S. Forum Moderator

    Code:
    "techModule" : "/tech/dash/dash.tech"
     
    Last edited: Nov 22, 2014
    fanastyunicorns likes this.
  4. Peelz

    Peelz Giant Laser Beams

    So you CAN add tech functionality to armor?
     
    fanastyunicorns likes this.
  5. The | Suit

    The | Suit Agent S. Forum Moderator

    Yes.
    Added around the same time the storage API was added.

    There was a mod in development a few months back - to add drivable mechs. It uses a hat which acts as a key - where you walk upto a mech object and you "get in" - instead of just spawning a mech miraculously from thin air.
     
    fanastyunicorns likes this.
  6. Peelz

    Peelz Giant Laser Beams

    Wow, I need to do more armor modding apparently. Thanks @xxswatelitexx !
     
    fanastyunicorns and The | Suit like this.
  7. fanastyunicorns

    fanastyunicorns Master Chief

    Thank you guys very much for responding! :D
     
    The | Suit likes this.
  8. phoenix10101

    phoenix10101 Intergalactic Tourist

    Hi, im trying to make a backpack that activates the multijump tech and i cant seem to do it.

    how do i use
    "techModule" : "/tech/dash/dash.tech"

    ?
    would e "techModule" : "/tech/jump/multijump.tech"
    does that go in the items main file?
     
  9. The | Suit

    The | Suit Agent S. Forum Moderator

    This thread is from 2014.
    It is no longer applicable. Please try to stick to threads only this year.
     
Thread Status:
Not open for further replies.

Share This Page