1. Please be advised of a few specific rules and guidelines for this section.

RELEASED Universal Crafting OUTDATED

13 New crafting tables, 480+ new craftable items.

  1. apinanaivot

    apinanaivot Cosmic Narwhal

    apinanaivot submitted a new mod:

    More crafting tables & shops - Crafting tables, web stores, new items, furniture, weapon stores and more!

    Read more about this mod...
     
  2. lillgrinn

    lillgrinn Phantasmal Quasar

    1. How objects are added to the game?
    You're not using patches system and inclusion "learnBlueprintsOnPickup" in * .object file.

    2. The content of the file "more crafting tables & stores.modinfo" is not quite correct.
    Code:
    {
    "name" : "morecraftingtables",
    "version" : "Rampaging Koala 20140618",
    "path" : ".",
    "dependencies" : []
    }
    For compatibility with version "Unstable" line ( "version" : "Rampaging Koala 20140618" )must be corrected as follows:
    Code:
    "version" : "Upbeat Giraffe 20141208",
     
  3. apinanaivot

    apinanaivot Cosmic Narwhal

    Do those things matter somehow? The mod is working fine[DOUBLEPOST=1419935263][/DOUBLEPOST]71 downloads in 18 hours is a lot!
     
    Last edited: Dec 30, 2014
  4. lillgrinn

    lillgrinn Phantasmal Quasar

    Yes. Mod is working fine... :facepalm:
    Fragment from starbound.log:
    Code:
    [13:39:20.168] Error: Could not load /tiles/materials/magmatiles.material asset, using default.
    (AssetException) Could not read variant asset /tiles/materials/magmatiles.material
    Caused by: (JsonParsingException) Cannot parse json file: /tiles/materials/magmatiles.material
    Caused by: (JsonParsingException) Error parsing json: bad object, should be '}' or ',' at 2:19
    [13:39:20.203] Info: Re-created window 1680x987
    [13:39:20.237] Info: Renderer initialized
    [13:39:20.521] Info: Writing Star::Configuration to '.\../storage_unstable\starbound.config'
    [13:39:22.762] Error: Could not load /items/materials/magmatilesitem.matitem asset, using default.
    (AssetException) Could not read variant asset /items/materials/magmatilesitem.matitem
    Caused by: (JsonParsingException) Cannot parse json file: /items/materials/magmatilesitem.matitem
    Caused by: (JsonParsingException) Error parsing json: bad object, should be '}' or ',' at 11:19
    
    magmatiles.material:
    Code:
    {
      "materialId" : 0001,
      "materialName" : "magmatiles",
      "particleColor" : [143, 110, 61, 255],
      "itemDrop" : "magmatiles",
      "shortdescription" : "Magmarock Tiles",
      "description" : "Some Magmarock tiles.",
      "glitchDescription" : "Statement. magmarock. Clarification. Just magma.",
      "floranDescription" : "Filthy magmarock!",
      "footstepSound" : "/sfx/blocks/footstep_stone2.wav",
      "health" : 3,
    
      "renderTemplate" : "/tiles/classicmaterialtemplate.config",
      "renderParameters" : {
        "texture" : "magmatiles.png",
        "variants" : 2,
        "lightTransparent" : false,
        "occludesBelow" : true,
        "multiColored" : false,
        "zLevel" : 0
      }
    } 
    Material Id: 1 is alredy reserved on aztec block:
    Code:
    {
      "materialId" : 1,
      "materialName" : "aztec",
      "particleColor" : [255, 231, 170, 255],
      "itemDrop" : "aztecmaterial",
      "shortdescription" : "Glyph Block",
      "description" : "Small glyphs cover the stone.",
      "glitchDescription" : "Cryptography. I do not know what these glyphs say.",
      "floranDescription" : "Floran not can read this.",
      "footstepSound" : "/sfx/blocks/footstep_stone.wav",
      "health" : 16,
    
      "renderTemplate" : "/tiles/classicmaterialtemplate.config",
      "renderParameters" : {
        "texture" : "aztec.png",
        "variants" : 5,
        "lightTransparent" : false,
        "multiColored" : true,
        "occludesBelow" : true,
        "zLevel" : 0
      }
    }
    All working fine? :nope:
     
  5. apinanaivot

    apinanaivot Cosmic Narwhal

    I know magmatile was not working. It is though unused i was just testing how to make a tile. If it was not working because of that i might update and add it in it.
     
  6. apinanaivot

    apinanaivot Cosmic Narwhal

  7. alepiusaja

    alepiusaja Scruffy Nerf-Herder

    my game crashed
     

    Attached Files:

  8. SleepySquidd

    SleepySquidd Tragically Magic Hands

    Can you post your starbound.log file located in storage_unstable from the main Starbound file?
     
  9. alepiusaja

    alepiusaja Scruffy Nerf-Herder

    Code:
    Start logging at: 2015-01-02 02:10:39.662
    [02:10:39.662] Info: Star::Root using bootstrap file 'C:\Users\Alepiu\Desktop\Starbound Upbeat Giraffe\IGG-Starbound.v18.12.2014\win32\sbboot.config'
    [02:10:39.662] Info: Star::Root using storage directory 'C:\Users\Alepiu\Desktop\Starbound Upbeat Giraffe\IGG-Starbound.v18.12.2014'
    [02:10:39.662] Info: Preparing Star::Root...
    [02:10:39.667] Info: Detected mod 'RedPackTech' at '../mods\RedPack2beta\.'
    [02:10:39.667] Info: Detected mod 'morecraftingtables' at '../mods\More Crafting tables & shops\.'
    [02:10:39.667] Info: Detected mod 'MMX' at '../mods\MMX.modpak'
    [02:10:39.667] Info: Detected mod 'MMX-R' at '../mods\MMX-R.modpak'
    [02:10:39.667] Info: Detected mod 'AquaPodTech' at '../mods\AquaPod\.'
    [02:10:39.668] Info: Detected mod 'Community Hairstyles Pack V1.5' at '../mods\Community Hairstyles Pack V1.5\.'
    [02:10:39.668] Info: Detected mod 'Questlog' at '../mods\Questlog\.'
    [02:10:39.668] Info: Detected mod 'BigChest' at '../mods\BigChest\.'
    [02:10:39.668] Info: Detected mod 'BlockCraftingTable' at '../mods\BlockCraftingTable\.'
    [02:10:39.668] Info: Detected mod 'Emergency Bounce by BR2k' at '../mods\emergency_bounce\.'
    [02:10:39.668] Info: Detected mod 'Glowing Chests - Cheatsy Doodles' at '../mods\glowing_chests\.'
    [02:10:39.668] Info: Detected mod 'glowing ore' at '../mods\glowing ore (No glowing coal and original vanilla lighting)\.'
    [02:10:39.668] Info: Detected mod 'InvisClothes' at '../mods\InvisClothes\.'
    [02:10:39.668] Info: Detected mod 'Shining Star' at '../mods\Shining Star\.'
    [02:10:39.668] Info: Detected mod 'FlyingCarpetTech' at '../mods\FlyingCarpet2beta\.'
    [02:10:39.668] Info: Detected mod 'Llamamod' at '../mods\Llamamod\.'
    [02:10:39.668] Info: Loading Configuration with config file: 'starbound.config'
    [02:10:39.668] Info: Loading Star::Configuration from '.\..\starbound.config'
    [02:10:39.669] Info: Pre-loading Star::Root with 18 assets sources
    [02:10:39.669] Info: Loading Star::Assets from: '../assets/packed.pak'
    [02:10:39.669] Info: Loading Star::Assets from: '../assets/user'
    [02:10:39.670] Info: Loading Star::Assets from: '../mods\RedPack2beta\.'
    [02:10:39.670] Info: Loading Star::Assets from: '../mods\More Crafting tables & shops\.'
    [02:10:39.670] Info: Loading Star::Assets from: '../mods\MMX.modpak'
    [02:10:39.670] Info: Loading Star::Assets from: '../mods\MMX-R.modpak'
    [02:10:39.670] Info: Loading Star::Assets from: '../mods\AquaPod\.'
    [02:10:39.670] Info: Loading Star::Assets from: '../mods\Community Hairstyles Pack V1.5\.'
    [02:10:39.670] Info: Loading Star::Assets from: '../mods\Questlog\.'
    [02:10:39.671] Info: Loading Star::Assets from: '../mods\BigChest\.'
    [02:10:39.671] Info: Loading Star::Assets from: '../mods\BlockCraftingTable\.'
    [02:10:39.671] Info: Loading Star::Assets from: '../mods\emergency_bounce\.'
    [02:10:39.671] Info: Loading Star::Assets from: '../mods\glowing_chests\.'
    [02:10:39.671] Info: Loading Star::Assets from: '../mods\glowing ore (No glowing coal and original vanilla lighting)\.'
    [02:10:39.671] Info: Loading Star::Assets from: '../mods\InvisClothes\.'
    [02:10:39.671] Info: Loading Star::Assets from: '../mods\Shining Star\.'
    [02:10:39.671] Info: Loading Star::Assets from: '../mods\FlyingCarpet2beta\.'
    [02:10:39.671] Info: Loading Star::Assets from: '../mods\Llamamod\.'
    [02:10:39.989] Info: Done preparing Star::Root.
    [02:10:39.989] Info: Client version 'Beta v. Upbeat Giraffe - Update 1' Protocol: 662
    [02:10:39.989] Info: Initialized SDL
    [02:10:39.996] Info: Initialized SDL Video
    [02:10:40.001] Info: Initialized SDL Joystick
    [02:10:40.001] Info: Initialized SDL Sound
    [02:10:40.013] Info: Opened default audio device with 44khz / 16 bit stereo audio, 2048 sample size buffer
    [02:10:40.019] Info: Initializing SDL Window
    [02:10:40.025] Info: Finishing loading Star::Root...
    [02:10:40.058] Info: Created initial window 1350x730
    [02:10:40.072] Info: Renderer initialized
    [02:10:40.076] Info: Renderer destroyed
    [02:10:40.076] Info: Initializing SDL Window
    [02:10:40.180] Info: Re-created window 1366x746
    [02:10:40.200] Info: Renderer initialized
    [02:10:40.386] Error: Could not load /tiles/materials/magmatiles.material asset, using default.
    (AssetException) Could not read variant asset /tiles/materials/magmatiles.material
    Caused by: (JsonParsingException) Cannot parse json file: /tiles/materials/magmatiles.material
    Caused by: (JsonParsingException) Error parsing json: bad object, should be '}' or ',' at 2:19
    [02:10:40.489] Info: Writing Star::Configuration to '.\..\starbound.config'
    [02:10:46.646] Error: Could not load /items/materials/magmatilesitem.matitem asset, using default.
    (AssetException) Could not read variant asset /items/materials/magmatilesitem.matitem
    Caused by: (JsonParsingException) Cannot parse json file: /items/materials/magmatilesitem.matitem
    Caused by: (JsonParsingException) Error parsing json: bad object, should be '}' or ',' at 11:19
    [02:10:47.274] Error: Exception raised during Root finishLoad: (ItemException) Duplicate item name 'apexcola' found
      ItemDatabase::addItemSet(ItemDatabase::ItemType, String)
      ItemDatabase::ItemDatabase()
      Root::load(bool)
      Root::finishLoad()
      _Function_handler<void (), _Bind<ClientApplication::preSplashInitialization()::{lambda()#1} ()> >::(_Any_data)
      ThreadImpl::runThread(void*)
      BaseThreadInitThunk
      RtlInitializeExceptionChain
      RtlInitializeExceptionChain
    
    [02:10:47.274] Info: Renderer destroyed
    [02:10:47.345] Info: Shutting down Star::Root
    [02:10:47.703] Error: Fatal Exception Caught: (StarException) An error occurred during loading: (ItemException) Duplicate item name 'apexcola' found
      ClientApplication::postSplashInitialization()
      ClientApplication::update()
      StarApplicationBase::run()
      _SDL_main
      _console_main
    
    
    sorry, i can't upload the log file...plus i've set the rederpriority to false to reduce lag.
     
  10. apinanaivot

    apinanaivot Cosmic Narwhal

    Are you using nightly build?
     
  11. alepiusaja

    alepiusaja Scruffy Nerf-Herder

    it is upbeat giraffe..other mod like mega man x mod works fine with me..any idea?
     
  12. apinanaivot

    apinanaivot Cosmic Narwhal

  13. Techkid

    Techkid Subatomic Cosmonaut

    how do I use this mod ? im not sure what crafting station to look for[DOUBLEPOST=1421629897][/DOUBLEPOST]doesn't work for me, I looked at a wood crafting table I had already placed and nothing has changed. even crafting a new one didn't work.
     
    Last edited: Jan 19, 2015
  14. apinanaivot

    apinanaivot Cosmic Narwhal

    You have to install the latest version.
     
  15. Techkid

    Techkid Subatomic Cosmonaut

    I did and I still don't see any changes
     
  16. apinanaivot

    apinanaivot Cosmic Narwhal

    Have you crafted crafting table and tried to find craftingtablestation from it?[DOUBLEPOST=1421653966][/DOUBLEPOST]
    Seems like you have duplicate items that have the name apexcola. I am going to change the name of the apex cola today
     
  17. apinanaivot

    apinanaivot Cosmic Narwhal

    apinanaivot updated Shops & Crafting mod with a new update entry:

    1.4 - fix

    Read the rest of this update entry...[DOUBLEPOST=1421679612][/DOUBLEPOST]
    Now install the new update and try
     
  18. apinanaivot

    apinanaivot Cosmic Narwhal

  19. AlexQuinn13

    AlexQuinn13 Pangalactic Porcupine

    With the latest update this mod isn't working.
     
  20. apinanaivot

    apinanaivot Cosmic Narwhal

    Works for me. Are you sure that you have the latest version of this mod?
     

Share This Page