How to make your own crafting table(OUTDATED)

Discussion in 'Starbound Modding' started by Ghoul159, Dec 10, 2013.

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

    Ghoul159 Scruffy Nerf-Herder

    Tutorial updated! :)

    this should help you now... :)
     
  2. arealfox

    arealfox Space Spelunker

    Well, if I make a crafting table, it works fine, I can see it and use it in game. But, if I try to make a pickaxe and add it into the game. It doesn't wanna show up in the game.
    But! If I make the pickaxe first, THEN the crafting table. The crafting table doesn't show, but the pickaxe does.
    I am very confused
     
  3. Ghoul159

    Ghoul159 Scruffy Nerf-Herder

    hmm you mean in the player.config?
    do you merge it or edit the original?
    is there a comma missing maybe?
     
  4. arealfox

    arealfox Space Spelunker

    It just seems that I can only add 1 mod into the game.
    If I open my Player.config (the already made one with everything in it)
    and I put at the top (under 'tier 1')
    { "item" : "mycraftingtable" },
    { "item" : "mypickaxe" },
    Then every other item that is already in game.
    The crafting table will show, since that is the first mod I made,
    but, 'mypickaxe' will NOT show, and that is the second mod I made
     
  5. Ghoul159

    Ghoul159 Scruffy Nerf-Herder

    hmm you could upload it if you want then i'll take a look at it...
     
  6. arealfox

    arealfox Space Spelunker

    I figured it out! I just followed the tuts a couple more times! Thanks bud!
    One more thing! Is there a way to give my character a hat without having to look for it?
     
  7. thelightreaper

    thelightreaper Subatomic Cosmonaut

    thats just your game crashing because its a game in beta. it happens to me when im on servers or when i try to save and quit. its normal mate :)
     
  8. One!

    One! Scruffy Nerf-Herder

    Hello, i have some troubles when i try to crate crafting table with chest animation. Can`t link between functions of crafting table and animation of chest. When i open crafting table animation doesn`t works (frames don`t changes) but crafting menu opens.
    Any ideas how add chest animation to crafting table?

    Ya, and sry for my bad Eng. :)
     
  9. arealfox

    arealfox Space Spelunker

    So, I've found out that I can only add one mod into my game. When I try to make the 'player.config' merge file, it doesnt add my mod into the game I have to edit the legit player.config
    Why does this happen?
     
  10. Ghoul159

    Ghoul159 Scruffy Nerf-Herder

    hmm i don't know if you just want a animation you could look at the metal crafting table...


    good question where did you place your custom player.config?
     
  11. One!

    One! Scruffy Nerf-Herder

    Metal crafting table have circle type animation. But i need "container" type animation with open/close animation, like chests.
    For example. When i interact with this table i have 1>2>3 frames, when i close crafting menu i have 3>2>1 frames.
    Can`t find any solution. :(
     
    Last edited: Jan 9, 2014
  12. arealfox

    arealfox Space Spelunker

    In the legit starbound mod folder, then in my sub folder...."MyMod"
     
  13. Nekotwins

    Nekotwins Aquatic Astronaut

    I followed everything to the letter in the tutorial but the table keeps crashing my game. Then I looked in a finished mod that is along the same lines of what I want to do and I think you forgot a major step, Ghoul159: the table's config file for the interface.
     
  14. Ghoul159

    Ghoul159 Scruffy Nerf-Herder

    no you can use the regular interface file which i did in the tutorial if you meant that ;)

    Code:
    ...
    "interactData" : {
    "config" : (this is the complete layout of the crafting table. you could change it too if you just copy the craftingtable.config in your mod folder and change the things you like)"/interface/windowconfig/craftingtable.config",
    ...
     
  15. Nekotwins

    Nekotwins Aquatic Astronaut

    Then can you bold that line? If I missed it somehow, then there is the chance others did too.. :/ I made a full config file to fix my crashing table.
     
  16. Kuroda_K

    Kuroda_K Subatomic Cosmonaut

    I have a minor problem when I followed your instructions I think I derped, I cant see or build my custom table in game. I have the player config merger in my mod folder everything else seems right but its just not working I can't notice what im doing wrong help would be greatly apreciated.
     

    Attached Files:

  17. Ghoul159

    Ghoul159 Scruffy Nerf-Herder

    you should use a folder structure like in my tutorial:
    [​IMG]

    in the recipe you made no commas at the input
    unless you have a mod filter i wouldn't add a "mod" group to the crafting recipe...
    ;)
     
  18. Kuroda_K

    Kuroda_K Subatomic Cosmonaut

    ah thanks sir
     
  19. fishyflynn

    fishyflynn Void-Bound Voyager

    Hello im really unexperienced at this and im trying to learn how to mod i did the first 2 steps fine but then on step 3 there is nothing in my generic folder:(Can you help me?
     
  20. Ghoul159

    Ghoul159 Scruffy Nerf-Herder

Thread Status:
Not open for further replies.

Share This Page