Modding Help How to release mods in V. Offended Koala

Discussion in 'Starbound Modding' started by tifel100, Dec 15, 2013.

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

    Taiwendo Void-Bound Voyager

    As it is currently, it is full crap, I hope the developers because even improve what.
     
  2. Who-hoo

    Who-hoo Big Damn Hero

    Well this new feature is rather confusing, and made it actually harder to install mods in a way.
    When converting my mod to this new format, it keeps crashing because of a duplicate "default.treasurepools" (which was working fine before converting) and because of charcreation (which, again, was working fine before)
     
  3. aMannus

    aMannus Space Kumquat

    It mostly aims for easier install on the player's side. And I'm sure once we get used to this format, it'll actually be better in the end. It's just the converting that's annoying.
     
  4. G4M5T3R

    G4M5T3R Cosmic Narwhal

    What mod are you using? I'm able to override the default.treasurpools and charcreation using the new system. Maybe I can help.
     
  5. Who-hoo

    Who-hoo Big Damn Hero

    Well, my own race mod.
     
  6. G4M5T3R

    G4M5T3R Cosmic Narwhal

    The homestuck one? is the dl the same as the version you are currently modifying?
    *I'll take a look at it.
     
  7. Who-hoo

    Who-hoo Big Damn Hero

    Currently modifying it, yes.
     
  8. Newominus

    Newominus Scruffy Nerf-Herder

    I've also got a problem. Before the patch, my mod with a gun in it worked pretty well, nothing seems broken. Now when i converted it over to the new format, the weapon is now invisible and crashes when you shoot it. Id like some help here and im pretty lost.

    If its not too much of a hassle, id also like if you tested to see if any solution you've come up with works.
     

    Attached Files:

  9. Carty1234

    Carty1234 Zero Gravity Genie

    Anything wrong with that? At first I had missed a comma (hate finding those issues) but it still failed after adding it.
    Code:
    {
    
      "textLabels" : [
        [ "SKIN COLOR", "HAIR STYLE", "SHIRT", "PANTS", "UNDY COLOR", "HAIR COLOR", "SHIRT COLOR", "PANTS COLOR", "HUMAN", "PERSONALITY" ],
        [ "FEATHER COLOR", "PLUMAGE", "SHIRT", "PANTS", "BEAK STYLE", "FLUFF", "SHIRT COLOR", "PANTS COLOR", "AVIAN", "PERSONALITY" ],
        [ "FUR COLOR", "HAIR STYLE", "SHIRT", "PANTS", "SKIN COLOR", "BEARD STYLE", "SHIRT COLOR", "PANTS COLOR", "APEX", "PERSONALITY" ],
        [ "SKIN COLOR", "FOLIAGE", "SHIRT", "PANTS", "LEAF COLOR", "FLOWER COLOR", "SHIRT COLOR", "PANTS COLOR", "FLORAN", "PERSONALITY" ],
        [ "SKIN COLOR", "FINS", "SHIRT", "PANTS", "BELLY COLOR", "FIN COLOR", "SHIRT COLOR", "PANTS COLOR", "HYLOTLS", "PERSONALITY" ],
        [ "PAINT COLOR", "HEAD MOD", "SHIRT", "PANTS", "LIGHTS COLOR", "DETAIL COLOR", "SHIRT COLOR", "PANTS COLOR", "GLITCH", "PERSONALITY" ]
            [ "PATTERN COLOR", "CREST", "SHIRT", "PANTS", "BELLY COLOR", "SCALE COLOR", "SHIRT COLOR", "PANTS COLOR", "AMFINS", "PERSONALITY" ]
      ],
      "paneLayout" : {
        "background" : {
          "type" : "background",
          "fileHeader" : "",
          "fileBody" : "/interface/title/charactercreation.png",
          "fileFooter" : ""
        },
        "labelSpeciesRadio" : {
          "type" : "label",
          "position" : [69, 200],
          "hAnchor" : "mid",
          "value" : "SPECIES"
        },
        "labelPortrait" : {
          "type" : "label",
          "position" : [168, 200],
          "hAnchor" : "mid",
          "value" : "HUMAN"
        },
        "labelMainSkinColor" : {
          "type" : "label",
          "position" : [52, 99],
          "hAnchor" : "mid"
        },
        "mainSkinColor" : {
          "type" : "spinner",
          "position" : [84, 99],
          "zlevel" : 1
        },
        "labelHairStyle" : {
          "type" : "label",
          "position" : [52, 87],
          "hAnchor" : "mid"
        },
        "hairStyle" : {
          "type" : "spinner",
          "position" : [84, 87],
          "zlevel" : 1
        },
        "labelShirt" : {
          "type" : "label",
          "position" : [52, 75],
          "hAnchor" : "mid"
        },
        "shirt" : {
          "type" : "spinner",
          "position" : [84, 75],
          "zlevel" : 1
        },
        "labelPants" : {
          "type" : "label",
          "position" : [52, 63],
          "hAnchor" : "mid"
        },
        "pants" : {
          "type" : "spinner",
          "position" : [84, 63],
          "zlevel" : 1
        },
        "labelPersonality" : {
          "type" : "label",
          "position" : [52, 51],
          "hAnchor" : "mid"
        },
        "personality" : {
          "type" : "spinner",
          "position" : [84, 51],
          "zlevel" : 1
        },
        "labelAlty" : {
          "type" : "label",
          "position" : [152, 99],
          "hAnchor" : "mid"
        },
        "alty" : {
          "type" : "spinner",
          "position" : [184, 99],
          "zlevel" : 1
        },
        "labelHeady" : {
          "type" : "label",
          "position" : [152, 87],
          "hAnchor" : "mid"
        },
        "heady" : {
          "type" : "spinner",
          "position" : [184, 87],
          "zlevel" : 1
        },
        "labelShirtColor" : {
          "type" : "label",
          "position" : [152, 75],
          "hAnchor" : "mid"
        },
        "shirtColor" : {
          "type" : "spinner",
          "position" : [184, 75],
          "zlevel" : 1
        },
        "labelPantsColor" : {
          "type" : "label",
          "position" : [152, 63],
          "hAnchor" : "mid"
        },
        "pantsColor" : {
          "type" : "spinner",
          "position" : [184, 63],
          "zlevel" : 1
        },
        "randomize" : {
          "type" : "button",
          "base" : "/interface/title/dice.png",
          "hover" : "/interface/title/diceover.png",
          "position" : [184, 115]
        },
        "randomName" : {
          "type" : "button",
          "base" : "/interface/title/dice.png",
          "hover" : "/interface/title/diceover.png",
          "position" : [184, 30]
        },
        "saveChar" : {
          "type" : "button",
          "base" : "/interface/button.png",
          "hover" : "/interface/buttonhover.png",
          "position" : [42, 13],
          "caption" : "Ok"
        },
        "cancel" : {
          "type" : "button",
          "base" : "/interface/button.png",
          "hover" : "/interface/buttonhover.png",
          "position" : [141, 13],
          "caption" : "Cancel"
        },
        "species" : {
          "type" : "radioGroup",
          "position" : [27, 170],
    
          "baseImage" : "/interface/title/button.png",
          "hoverImage" : "/interface/title/buttonover.png",
          "baseImageChecked" : "/interface/title/selected.png",
          "hoverImageChecked" : "/interface/title/selectedover.png",
    
          "buttons" : [
            {
              "id" : 0,
              "image" : "/interface/title/humanfemale.png",
              "position" : [0, 0]
            },
            {
              "id" : 1,
              "image" : "/interface/title/avianfemale.png",
              "position" : [27, 0]
            },
            {
              "id" : 2,
              "image" : "/interface/title/sapefemale.png",
              "position" : [54, 0]
            },
            {
              "id" : 3,
              "image" : "/interface/title/plantfemale.png",
              "position" : [0, -26]
            },
            {
              "id" : 4,
              "image" : "/interface/title/aquaticfemale.png",
              "position" : [27, -26]
            },
            {
              "id" : 5,
              "image" : "/interface/title/robotfemale.png",
              "position" : [54, -26]
            },
                    {
              "id" : 6,
              "image" : "/interface/title/amfinfemale.png",
              "position" : [81, 0]
            }
          ]
        },
        "gender" : {
          "type" : "radioGroup",
          "position" : [39, 114],
    
          "baseImage" : "/interface/title/button.png",
          "hoverImage" : "/interface/title/buttonover.png",
          "baseImageChecked" : "/interface/title/selected.png",
          "hoverImageChecked" : "/interface/title/selectedover.png",
    
          "buttons" : [
            {
              "id" : 0,
              "image" : "/interface/title/male.png",
              "position" : [0, 0]
            },
            {
              "id" : 1,
              "image" : "/interface/title/female.png",
              "selected" : true,
              "position" : [29, 0]
            }
          ]
        },
        "charPreview" : {
          "type" : "portrait",
          "position" : [167, 168],
          "scale" : 1.5
        },
        "name" : {
          "type" : "textbox",
          "position" : [62, 34],
          "hint" : "name",
          "maxWidth" : 70,
          "enterKey" : "saveChar",
          "escapeKey" : "cancel",
          "focus" : true
        }
      }
    }
    
     
  10. G4M5T3R

    G4M5T3R Cosmic Narwhal

    Ok so, first. Check you charcreation and scroll down to where it draws the face sprite. You're uing robotfemal.png twice. Not sure if you meant to or not. Second, your file structure is off. I did this too with my mod :facepalm: You only want one troll folder directory. So re-compress your mod by selecting everything in your troll folder instead of the folder itself. This will fix the troll folder being duplicated and your mod will work as intended. Also don't forget the .modinfo

    Yes, you missed another comma :p line 7
     
  11. Carty1234

    Carty1234 Zero Gravity Genie

    Apparently it wasn't updated for the latest patch... I thought it was, shows what I know! :rofl:
     
  12. Carty1234

    Carty1234 Zero Gravity Genie

    Curse you commas!!! *Shakes fist*
     
    G4M5T3R likes this.
  13. Who-hoo

    Who-hoo Big Damn Hero

     
  14. G4M5T3R

    G4M5T3R Cosmic Narwhal

    Dl, and off to test, brb.
     
  15. Brybear

    Brybear Intergalactic Tourist

    Hi, I have been working on a ray gun mod, but after the new patch it seems that no matter what I do I can't get the gun to fire. I have tested it with other projectiles and it works, but not with custom projectiles. Before I just threw my projectiles in /mods/raygun/projectiles/ but that will not work anymore. I have tried putting my custom projectiles in the pre-existing projectiles folder but still no luck.
     
  16. tifel100

    tifel100 Void-Bound Voyager

    Another Freshly baked fix for you sir, enjoy!

    Btw, awesome gun, it's so fast and loud. LOVE IT!
     
  17. tifel100

    tifel100 Void-Bound Voyager

    If you want give me the whole thing and I'll attempt to fix it for you. I should have it down on how to fix it now.
     
  18. G4M5T3R

    G4M5T3R Cosmic Narwhal

    Ok, just got to looking at files sry. Same issue your file structure is off you need to do this when zipping. Otherwise it duplicates your mods directory when unzipped.[​IMG]
     
  19. aMannus

    aMannus Space Kumquat

    Pretty sure this is your problem: http://community.playstarbound.com/index.php?threads/how-guns-changed-explanation.53337/
     
  20. tifel100

    tifel100 Void-Bound Voyager

    Did you try this out? because as you can see, there is a troll.modinfo, which makes the code think that each 1 of those folder is each own seperate mod. I'll have a go at it. where can I find this download?
     
Thread Status:
Not open for further replies.

Share This Page