Modding Help Help with modding

Discussion in 'Starbound Modding' started by DioDelNord, Feb 21, 2017.

  1. DioDelNord

    DioDelNord Space Hobo

    Hi guys, i don't know if this is the right section...
    But i've a little problem, i'm not good at all with mods, so i was wondering if there was some tutorial or something for modding furniture created by me or do amazing things with weapons...
    Yeah and the last question the reason that i've made this post is:

    in windowconfig i was modding the playerinventory cuz i had an idea, but for my idea i want that player press the botton "shift + Rightbotton" ...

    i was seeing this code , so i thought that "pressedImage" was like left click and "pressedImageChecked" was like rightclick or something like that, right?

    "baseImage" : "/interface/inventory/bigrea.png:base",
    "baseImageChecked" : "/interface/inventory/bigrea.png:baseChecked",
    "pressedImage" : "/interface/inventory/bigrea.png:pressed",
    "pressedImageChecked" : "/interface/inventory/bigrea.png:pressedChecked",
    "position" : [85, 2],
    "data" : "showReagentGrid",
    "pressedOffset" : [0,0]
     
  2. bk3k

    bk3k Oxygen Tank

    Compare those to the image file it is referencing and to that images frames file. You'll find your answer.

    I'm also working on an inventory mod
    http://community.playstarbound.com/threads/testers-wanted.129953/
    You might find it interesting. I'm not quite satisfied with it yet but getting there.

    Also consider using code tags. That way you don't get the emojis. Sometimes I even nest by code tags within spoiler tags too.
     

Share This Page