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. TheGuillotine

    TheGuillotine And Do the MONKEY!

    Great tutorial! I was having a problem with errors but I think this fixed it. Next up, armors!
     
  2. Ultimate sandvich

    Ultimate sandvich Scruffy Nerf-Herder

    Nice tutorial! But when I try to use my mod, I get this error. Please help me!
    . error starbound mynewcraftingtable.PNG
     
  3. Ultimate sandvich

    Ultimate sandvich Scruffy Nerf-Herder

    Nevermind, it's fixed.
     
  4. Rico Penguin

    Rico Penguin Star Wrangler

    Did something change with objects? All my tables that worked before the recent updates are now showing generic item errors in game?
     
    Grosstadas likes this.
  5. Purple Pegasauce

    Purple Pegasauce Void-Bound Voyager

    Everything works, I can take my table from the crafting table, and make more, but I can't open it, it keeps crashing my game WITHOUT a crash note. Can you please help me?
     

    Attached Files:

    • Mod.zip
      File size:
      187.2 KB
      Views:
      5
  6. Grosstadas

    Grosstadas Orbital Explorer

    i`m getting the same error as Rico Penguin, everything is done properly, but i get a Generic Item Recipe instead of the new craftingstation recipe....
     
  7. Purple Pegasauce

    Purple Pegasauce Void-Bound Voyager

    ok, now everythings crashy and generic items
     
  8. The | Suit

    The | Suit Agent S. Forum Moderator

    I would advise you to recheck your simplebrain.item to see what you gloriously did.
    Double checking files always helps.
     
  9. Purple Pegasauce

    Purple Pegasauce Void-Bound Voyager

    Yes, yes, I changed it, but that's why I put the new comment down, here. ( also I know what you were talking about :c )
     

    Attached Files:

  10. The | Suit

    The | Suit Agent S. Forum Moderator

    I suggest going through each file one at a time.
    And double check every value and reference.

    Code:
    "filter" : [ "braintablecraft" ]
    Code:
    "groups" : [ "braintablecrafting", "mod", "items", "all" ]
     
  11. Purple Pegasauce

    Purple Pegasauce Void-Bound Voyager

    Alright, alright, calm down, here's the part of it that makes it STILL not work. Try to crack it... ( crashes everywhere )
     

    Attached Files:

  12. Purple Pegasauce

    Purple Pegasauce Void-Bound Voyager

    Ok, now its not there at all, nothing, not anything is working, no crashes, just nothing working.
     

    Attached Files:

  13. The | Suit

    The | Suit Agent S. Forum Moderator

    Code:
    "groups" : [ "mod", "all" ]
    Mod.
     
  14. Silmaril.SE

    Silmaril.SE Astral Cartographer


    Looks like you're missing a comma after "objectType" : "interactable" in the braintable.object
     
    The | Suit likes this.
  15. Silmaril.SE

    Silmaril.SE Astral Cartographer

    Also, the objectType: Intertactable is deprecated, and no longer used.

    Plus there is something wrong with your braintable.config
     
    The | Suit likes this.
  16. Silmaril.SE

    Silmaril.SE Astral Cartographer

    Figured it out Purple.

    You're braintable.config is fine, you've got a mistake in how you're calling it in the object file. Check it against the woodencraftingtable one.


    The starbound.log file is your freind with these errors. Use it.
     
  17. Purple Pegasauce

    Purple Pegasauce Void-Bound Voyager

    JESUS CHRIST, THANKS I FORGOT ABOUT THE LOG FILE, :facepalm: I FIGURED IT OUT AS WELL!
     
    Silmaril.SE likes this.
  18. Purple Pegasauce

    Purple Pegasauce Void-Bound Voyager

    OK, everything's working, time to add new things :)!
     
  19. Shinewing

    Shinewing Void-Bound Voyager

    I was just about to write my very first mod, but I couldn't find the files of the wooden crafing table.
    Did they change location since a recent update or am I searching in the completely wrong spot?
     
  20. lornlynx

    lornlynx Cosmic Narwhal

    Have you unpacked the assets?
     
Thread Status:
Not open for further replies.

Share This Page