Modding Discussion Easy way to spawn items.

Discussion in 'Starbound Modding' started by Zidonuke, Dec 5, 2013.

  1. Leo1250

    Leo1250 Scruffy Nerf-Herder

    It didnt work either

    {
    "id" : "aviantutorial.gearup",
    "title" : "^#9be3d6;Spread Your Wings",
    "text" : "В ы ч у д о м с п а с л и с ь о т г н е в а З в е з д о ч е т о в . В с к о р е у к о р а б л я з а к о н ч и л о с ь т о п л и в о н а о р б и т е н е и з в е с т н о й п л а н е т ы . П р е ж д е ч е м о т п р а в и т ь с я н а п о и с к и т о п л и в а , ^green;н а й д и т е н а к о р а б е л ь н о м с к л а д е ^pink;м а н и п у л я т о р м а т е р и и ^white;. Н а ж м и т е ^green;E ^white;д л я в з а и м о д е й с т в и я с о б ъ е к т а м и . ",
    "completionText" : "О т л и ч н о ! М а н и п у л я т о р о м м а т е р и и м о ж н о и з м е н я т ь п о ч т и в с е в м и р е и г р ы . ",
    "conditions" : [
    { "kind" : "gather", "item" : [ "beamaxe", 1] }
    ],
    "moneyRange" : [10, 10],
    "rewards" : [
    [ [ "beamaxe", 1], [ "hunterlegs", 1], [ "hunterchest", 1], [ "hunterback", 1], [ "pilothead", 1], [ "ocarina", 1] ]
    ],
    "planetMode" : "none",
    "questDungeons" : [ ],
    "followUp" : "tutorial2.gearup"
    }
     
  2. Marxon

    Marxon Supernova

    This is surely helpful, but do you know of a list of the file names for all these items?
     
  3. MoLeZeN

    MoLeZeN Subatomic Cosmonaut

    So.. I copied and pasted your entire code into my own Avian Tutorial file.
    Well i copied it into my Hylotl one first by mistake which crashed my game and then had me puzzled for about 10 minutes before i realized my mistake.. oops :p
    Anyway after i fixed my files and then pasted this to the right place I tested it and what would you know it worked. :confused:
    Well mostly.. the game changed the other language into question marks..
    So what this means is that your coding is fine. What it also means is that there is a mistake elsewhere..
    Whether its the same as i did and you have put this code in the wrong file or whether its due to something else i honestly don't know.

    The best i can offer is check through your other tutorial quest files and see if you have put something in a wrong file Eg; Avian in Hylotl..
    I wish you the best of luck :up:
     
  4. Leo1250

    Leo1250 Scruffy Nerf-Herder

    Uhm i guess problem is on Russifier
     
  5. willinaustin

    willinaustin Space Hobo

    So I've been trying to get this to work and no luck. My game doesn't crash (though it is choppy). Just whenever it pops up the first quest it does it like normal. Except there are no extra items. I just get the BeamAxe and that's it.

    Here's my file:

    {
    "id" : "glitchtutorial.gearup",
    "title" : "^#9be3d6;Time For An Upgrade",
    "text" : "As one of the few Glitch to achieve self awareness you were forced to flee your home with little preparation. Your ship has run out of fuel in orbit of an unknown planet. Before setting out in search of fuel, ^green;search your ship's storage for a ^pink;matter manipulator^white;. Press ^green;E ^white;to interact with objects.",
    "completionText" : "Well done! The matter manipulator allows you to manipulate almost anything in the gameworld.",
    "conditions" : [
    { "kind" : "gather", "item" : [ "beamaxe", 1] }
    ],
    "moneyRange" : [10010, 10010],
    "rewards" : [
    [
    [ "fullwood1", 1000],
    [ "glitchMechTech-chip", 2],
    [ "targetblinktech-chip", 2],
    [ "glitchtier10broadsword", 1],
    [ "nanowrap", 1000],
    [ "aegisaltbar", 1000],
    [ "dashTech-chip", 2],
    [ "diamonddrill", 2],
    [ "chainsaw", 2],
    [ "monsterplating", 1000],
    [ "matteritem", 100],
    [ "leather", 1000],
    [ "durasteelbar", 1000],
    [ "diamond", 1000],
    [ "plutoniumore", 1000],
    [ "uraniumore", 1000],
    [ "coalore", 1000],
    [ "ironbar", 1000],
    [ "steelbar", 1000],
    [ "platinumbar", 1000],
    [ "goldbar", 1000],
    [ "silverbar", 1000],
    [ "copperbar", 1000],
    [ "snowinfantrypants", 1],
    [ "snowinfantryhead", 1],
    [ "snowinfantrychest", 1],
    [ "glitchtier10pants", 1],
    [ "glitchtier10head", 1],
    [ "glitchtier10chest", 1],
    [ "beamaxe", 1]
    ]
    ],
    "planetMode" : "none",
    "questDungeons" : [ ],
    "followUp" : "tutorial2.gearup"
    }

    Any ideas? Thanks.
     
  6. Nue

    Nue Void-Bound Voyager

    Code:
    {
      "id" : "humantutorial.gearup",
      "title" : "^#9be3d6;There's No Place Like Home",
      "text" : "Earth has been ripped apart. You have been in search of a new home for some time. Finally your ship has run out of fuel in orbit of an unknown planet. Before setting out in search of fuel, ^green;search your ship's storage for a ^pink;matter manipulator^white;. Press ^green;E ^white;to interact with objects.",
      "completionText" : "Well done! The matter manipulator allows you to manipulate almost anything in the gameworld.",
      "conditions" : [
        { "kind" : "gather", "item" : [ "beamaxe", 1] }
      ],
      "moneyRange" : [10, 10],
      "rewards" : [
        [ [ "beamaxe", 1],
        [ "Rubiumbar", 1000],
        [ "aegisaltbar", 1000],
        [ "Violiumbar", 1000],
        [ "Feroziumbar", 1000],
        [ "Ceruliumbar", 1000],
        [ "coalore", 1000],
        [ "ironbar", 1000],
        [ "goldbar", 1000],
        [ "diamond", 1000],
        [ "steelbar", 1000],
        [ "platinumbar", 1000],
        [ "solariumrod", 1000],
        [ "uraniumore", 1000],
        [ "plutoniumore", 1000],
        [ "durasteelbar", 1000],
        [ "titaniumbar", 1000],
        [ "copperbar", 1000]
        [ "voxel10k", 1000],
        [ "cobblestonebrick", 1000],
        [ "torch", 1000],
        [ "darkwoodmaterial", 1000],
        ]
        ],
      "planetMode" : "none",
      "questDungeons" : [ ],
      "followUp" : "tutorial2.gearup"
    }
    
    I'm not exactly sure what I'm doing wrong here.. But it continues to crash.
     
  7. AdelaisAer

    AdelaisAer Industrial Terraformer

    Uh, guys, is it just me, or are the quest files from the Assets/Quests folder gone...? Does this mean that this "trick" no longer works now?
     
  8. Shadoxx-Aurion

    Shadoxx-Aurion Scruffy Nerf-Herder

    Just use the quest as a mod.
    Or unpack the files/edit them/pack them...
     
  9. Lynx88

    Lynx88 Phantasmal Quasar

    Adding it to my mod's folder just gives this error:

    Error: StarException: Duplicate questtemplate 'humantutorial.gearup'

    I'm assuming its now a conflict with the original questtemplate file, as i'm certain I don't have any duplicates elsewhere, and I checked the old directory in the main file system as well.

    I would prefer to use a method that does not modify the original files to use the quest reward method, due to the un-mod-friendly process of having to pack and unpack the files.
     
    AdelaisAer likes this.
  10. AdelaisAer

    AdelaisAer Industrial Terraformer

    Yeah. I am not comfortable taking those files, unpacking them, editing them, and repacking them. The previous method was far more convenient. Oh well, I guess no more "cheating" for me then.
     
  11. TonyG

    TonyG Space Hobo

    Getting this error as well for my custom quest named hunting1.questtemplate, i even changed the name of the quest file to xenohunting1.questtemplate why is it giving this error
     
  12. Ruban Crusade

    Ruban Crusade Pangalactic Porcupine

    You are likely getting this error because inside your quest file, you still have the id defined incorrectly (same id as another quest). The file name is irrelevant when it is loaded into Starbound, only the id inside the quest file matters. Hope that helps, if not I'd be happy to try to look it over for you.
     
  13. CommanderWasp1x

    CommanderWasp1x Big Damn Hero

    SOLVED ;)

    Hi I've tried following your instructions and nothing works, I was trying to make it so that you unlock all Tech Items as a reward of completeing Tutorial 5:

    {
    "id" : "tutorial5.gearup",
    "title" : "^#9be3d6;First Contact",
    "text" : "Your ship's engine isn't yet strong enough to take you beyond the Alpha sector. ^green;Craft a ^orange;Distress Beacon ^green;and maybe you'll be able to make contact with a larger ship. ^white;Make sure you're ready for anything before you do though!",
    "completionText" : "Nicely done. I suggest you gear up before placing it. You never know who'll receive your signal.",
    "conditions" : [
    { "kind" : "gather", "item" : [ "ironbeacon", 1] }
    ],
    "moneyRange" : [500, 500],
    "rewards" : [
    [
    [ "ironbeacon", 1],
    [ "humancar-chip", 1],
    [ "targetblinktech-chip", 1],
    [ "randblinktech-chip", 1],
    [ "bubbleboost-chip", 1],
    [ "butterflyboost-chip", 1],
    [ "cameramanboost-chip", 1],
    [ "dashTech-chip", 1],
    [ "humanjeep-chip", 1],
    [ "hoverTech-chip", 1],
    [ "jetpackTech-chip", 1],
    [ "apexMechTech-chip", 1],
    [ "humanMechTech-chip", 1],
    [ "glitchMechTech-chip", 1],
    [ "morphballTech-chip", 1],
    [ "doublejumpTech-chip", 1],
    [ "skyrailTech-chip", 1],
    [ "rocketjump-chip", 1]
    ]
    ],
    "planetMode" : "none",
    "questDungeons" : [ ],
    "followUp" : ""
    }


    In alteration I tried other ways of unlocking them and even they didn't work:

    Player.config with ___merge:

    {
    "__merge" : [],
    "defaultBlueprints" : {
    "__merge" : [],
    "tier4" : [
    { "item" : "humancar-chip" },
    { "item" : "targetblinktech-chip" },
    { "item" : "randblinktech-chip" },
    { "item" : "bubbleboost-chip" },
    { "item" : "butterflyboost-chip" },
    { "item" : "cameramanboost-chip" },
    { "item" : "dashTech-chip" },
    { "item" : "humanjeep-chip" },
    { "item" : "hoverTech-chip" },
    { "item" : "jetpackTech-chip" },
    { "item" : "apexMechTech-chip" },
    { "item" : "humanMechTech-chip" },
    { "item" : "glitchMechTech-chip" },
    { "item" : "morphballTech-chip" },
    { "item" : "doublejumpTech-chip" },
    { "item" : "skyrailTech-chip" },
    { "item" : "rocketjump-chip" }
    ]
    }
    }


    Player.config editation of Assets Player.config:

    {
    "defaultHumanoidIdentity" : {
    "gender" : "Male",
    "hairType" : "male2",
    "color" : [51, 117, 237, 255]
    },

    "species" : [ "human", "glitch", "hylotl", "apex", "avian", "floran" ],

    "humanoidTiming" : {
    // Idle, Walk, Run, Jump, Fall, Swim, SwimIdle, Duck, Sit, Lay
    "stateCycle" : [1.0, 0.75, 0.75, 0.25, 0.25, 0.50, 0.50, 1.0, 1.0, 1.0],
    "stateFrames" : [1, 8, 8, 4, 4, 7, 2, 1, 1, 1],

    // EmoteIdle, Blabbering, Shouting, Happy, Sad, NEUTRAL, Laugh, Annoyed, Oh, OOOH, Blink, Wink Eat Sleep
    // , normal , caps , :) , :'(, :wut: , :D , , :eek:, :O , , ;)
    "emoteCycle" : [1.0, 0.3, 0.3, 0.3, 1.0, 0.3, 0.5, 1.0, 1.0, 1.0, 1.0, 0.5, 0.3, 1.0],
    "emoteFrames" : [1, 2, 2, 2, 5, 2, 2, 2, 2, 3, 3, 5, 2, 2]
    },

    "defaultItems" : [ ],

    "tierBlueprintsUnlockedMessage" : "New blueprints have been unlocked.",
    "blueprintOnPickupMessage" : "New blueprint available.",
    "defaultBlueprints" : {
    "tier1" : [
    { "item" : "humancar" },
    { "item" : "targetblinktech" },
    { "item" : "randblinktech" },
    { "item" : "bubbleboost" },
    { "item" : "butterflyboost" },
    { "item" : "cameramanboost" },
    { "item" : "dashTech" },
    { "item" : "humanjeep" },
    { "item" : "hoverTech" },
    { "item" : "jetpackTech" },
    { "item" : "apexMechTech" },
    { "item" : "humanMechTech" },
    { "item" : "glitchMechTech" },
    { "item" : "morphballTech" },
    { "item" : "doublejumpTech" },
    { "item" : "skyrailTech" },
    { "item" : "rocketjump" },
    { "item" : "mininglantern" },
    { "item" : "copperarmorhead" },
    { "item" : "copperarmorchest" },
    { "item" : "copperarmorpants" },
    { "item" : "darkwoodmaterial" },
    { "item" : "yarnspinner" },
    { "item" : "campfire" },
    { "item" : "platform" },
    { "item" : "torch" },
    { "item" : "woodencraftingtable1" },
    { "item" : "fence" },
    { "item" : "stoneaxe" },
    { "item" : "stonehoe" },
    { "item" : "stonepickaxe" },
    { "item" : "woodenbed" },
    { "item" : "woodenchair" },
    { "item" : "woodencrate1" },
    { "item" : "woodencrate2" },
    { "item" : "woodendoor" },
    { "item" : "woodengate" },
    { "item" : "woodsupport" },
    { "item" : "woodtable" },
    { "item" : "woodenstonefurnacetable" },
    { "item" : "tier1chair" },
    { "item" : "tier1door" },
    { "item" : "tier1light" },
    { "item" : "tier1bed" },
    { "item" : "ironanvil" },
    { "item" : "ironblock" },
    { "item" : "cobblestonebrick" },
    { "item" : "ironbeacon" },
    { "item" : "copperpickaxe" },
    { "item" : "silverpickaxe" },
    { "item" : "goldpickaxe" },
    { "item" : "platinumpickaxe" },
    { "item" : "diamondpickaxe" },
    { "item" : "stonefurnace" },
    { "item" : "glassmaterial" },
    { "item" : "woodenwindow1" },
    { "item" : "woodenwindow2" },
    { "item" : "woodencookingtable" },
    { "item" : "fabric" },
    { "item" : "packeddirt" },
    { "item" : "metalworkstation" },
    { "item" : "reddye" },
    { "item" : "bluedye" },
    { "item" : "yellowdye" },
    { "item" : "tier2engine" },
    { "item" : "bow" },
    { "item" : "ironbow" },
    { "item" : "bandage" },
    { "item" : "snowinfantryhead" },
    { "item" : "snowinfantrychest" },
    { "item" : "snowinfantrypants" },
    { "item" : "huntingknife" },
    { "item" : "climbingrope" },
    { "item" : "generatedshield", "count" : 1, "data" : { "definition" : "startershield", "level" : 1 } },

    // VALENTINES STUFF
    { "item" : "heartforge" },
    { "item" : "flowerbouquet" },
    { "item" : "cupidsbow" },
    { "item" : "cupidshead" },
    { "item" : "cupidschest" },
    { "item" : "cupidslegs" },
    { "item" : "cupidsback" },
    { "item" : "valentinechocolates" },

    // XMAS STUFF
    // { "item" : "holidaycraftingtable" },
    { "item" : "mrclaushead" },
    { "item" : "mrclauschest" },
    { "item" : "mrclausback" },
    { "item" : "mrclauspants" },
    { "item" : "hotholidayhead" },
    { "item" : "hotholidaychest" },
    { "item" : "hotholidaypants" },
    { "item" : "candyblock" },
    { "item" : "bigpresent" },
    { "item" : "decoratedtree" },
    { "item" : "dreidel" },
    { "item" : "giantbells" },
    { "item" : "giantbow1" },
    { "item" : "giantbow2" },
    { "item" : "giantsanta" },
    { "item" : "giantsnowflake" },
    { "item" : "giftmonsterbox" },
    { "item" : "giftmonstersmallbox" },
    { "item" : "goldball" },
    { "item" : "greencandycane1" },
    { "item" : "greencandycane2" },
    { "item" : "greencandycane3" },
    { "item" : "greengumdrop1" },
    { "item" : "greengumdrop2" },
    { "item" : "holidaycandles" },
    { "item" : "holidaylights" },
    { "item" : "holidaypole" },
    { "item" : "holly" },
    { "item" : "lollipop1" },
    { "item" : "lollipop2" },
    { "item" : "menorah" },
    { "item" : "present1" },
    { "item" : "present2" },
    { "item" : "present3" },
    { "item" : "present4" },
    { "item" : "purplegumdrop1" },
    { "item" : "purplegumdrop2" },
    { "item" : "redball" },
    { "item" : "redcandycane1" },
    { "item" : "redcandycane2" },
    { "item" : "redcandycane3" },
    { "item" : "redgumdrop1" },
    { "item" : "redgumdrop2" },
    { "item" : "scifisleigh" },
    { "item" : "smallbow" },
    { "item" : "smallholidaytree" },
    { "item" : "smallsnowflake" },
    { "item" : "stocking1" },
    { "item" : "stocking2" },
    { "item" : "undecoratedtree" }
    ],
    "tier2" : [
    { "item" : "silverarmorhead" },
    { "item" : "silverarmorchest" },
    { "item" : "silverarmorpants" },
    { "item" : "steelbar" },
    { "item" : "mediummetal" },
    { "item" : "chain" },
    { "item" : "roboticcraftingtable" },
    { "item" : "refinery" },
    { "item" : "steelbow" },
    { "item" : "tier2chair" },
    { "item" : "tier2door" },
    { "item" : "tier2light" },
    { "item" : "tier2bed" },
    { "item" : "brainextractor" },
    { "item" : "artificialbrain" },
    { "item" : "robothead" },
    { "item" : "robotchest" },
    { "item" : "robotlegs" },
    { "item" : "robotarms" },
    { "item" : "tier3engine" },
    { "item" : "spawnerguard" },
    { "item" : "robot" },
    { "item" : "voxel1k" },
    { "item" : "voxel2k" },
    { "item" : "voxel5k" },
    { "item" : "voxel10k" },
    { "item" : "pixelcompressor" },
    { "item" : "lanternstickback" },
    { "item" : "portable3dprinter" }
    ],
    "tier3" : [
    { "item" : "goldarmorhead" },
    { "item" : "goldarmorchest" },
    { "item" : "goldarmorpants" },
    { "item" : "composite01material" },
    { "item" : "painttool" },
    { "item" : "wiretool" },
    { "item" : "tier3chair" },
    { "item" : "tier3door" },
    { "item" : "tier3light" },
    { "item" : "tier3bed" },
    { "item" : "decoyprincess" },
    { "item" : "wiringstation" },
    { "item" : "laserdiode" },
    { "item" : "circuitboard" },
    { "item" : "alarm" },
    { "item" : "drain" },
    { "item" : "bigredbutton" },
    { "item" : "lightsensor" },
    { "item" : "proximitysensor" },
    { "item" : "smallfloorbutton" },
    { "item" : "smallwallbutton" },
    { "item" : "and" },
    { "item" : "bulb" },
    { "item" : "dlatch" },
    { "item" : "not" },
    { "item" : "or" },
    { "item" : "timer" },
    { "item" : "xor" },
    { "item" : "standingturret" },
    { "item" : "tier4engine" },
    { "item" : "spaceairtankback" }
    ],
    "tier4" : [
    { "item" : "bonusarmorhead" },
    { "item" : "bonusarmorchest" },
    { "item" : "bonusarmorpants" },
    { "item" : "durasteelbar" },
    { "item" : "tier4chair" },
    { "item" : "tier4door" },
    { "item" : "tier4light" },
    { "item" : "tier4bed" },
    { "item" : "techupgrade32" },
    { "item" : "capturepod" },
    { "item" : "capturestation" },
    { "item" : "copperdrill" },
    { "item" : "silverdrill" },
    { "item" : "golddrill" },
    { "item" : "platinumdrill" },
    { "item" : "diamonddrill" },
    { "item" : "grapplinghook" },
    { "item" : "peanutbutter" },
    { "item" : "skyrailtable" },
    { "item" : "skyrailplatform" },
    { "item" : "skyrailboost" },
    { "item" : "skyrailbreak" },
    { "item" : "skyrail_asc" },
    { "item" : "skyrail_desc" },
    { "item" : "skyrail_diodeL" },
    { "item" : "skyrail_diodeR" },
    { "item" : "skyrailTech-chip" }

    ],
    "level32" : [
    { "item" : "platinumarmorhead" },
    { "item" : "platinumarmorchest" },
    { "item" : "platinumarmorpants" },
    { "item" : "tier5chair" },
    { "item" : "tier5door" },
    { "item" : "tier5light" },
    { "item" : "tier5bed" },
    { "item" : "techupgrade33" }
    ],
    "level33" : [
    { "item" : "Feroziumbar" },
    { "item" : "tier6chair" },
    { "item" : "tier6door" },
    { "item" : "tier6light" },
    { "item" : "tier6bed" },
    { "item" : "techupgrade34" }
    ],
    "level34" : [
    { "item" : "tier7chair" },
    { "item" : "tier7door" },
    { "item" : "tier7light" },
    { "item" : "tier7bed" },
    { "item" : "techupgrade35" }
    ],
    "level35" : [
    { "item" : "Violiumbar" },
    { "item" : "tier8chair" },
    { "item" : "tier8door" },
    { "item" : "tier8light" },
    { "item" : "tier8bed" },
    { "item" : "techupgrade36" }
    ],
    "level36" : [
    { "item" : "tier9chair" },
    { "item" : "tier9door" },
    { "item" : "tier9light" },
    { "item" : "tier9bed" },
    { "item" : "techupgrade37" }
    ],
    "level37" : [
    { "item" : "imperviumbar" },
    { "item" : "tier10chair" },
    { "item" : "tier10door" },
    { "item" : "tier10light" },
    { "item" : "tier10bed" }
    ],
    "portable3dprinter" : [
    { "item" : "futurelight" },
    { "item" : "modernplatform" },
    { "item" : "modernchair" },
    { "item" : "moderntable" },
    { "item" : "slidingdoor" },
    { "item" : "techhull1" },
    { "item" : "metallicmaterial" },
    { "item" : "apexshipwall" },
    { "item" : "lightmetal" },
    { "item" : "mediummetal" },
    { "item" : "platematerial" },
    { "item" : "redtoyblock" },
    { "item" : "smoothmetal" },
    { "item" : "nanowrap" },
    { "item" : "nanostove" }
    ]
    },

    "visibleRect" : [-1.0, -2.5, 1.0, 1.75],

    "techControllerSettings" : {
    "baseMovementParameters" : {
    "standingPoly" : [ [-0.75, -2.0], [-0.35, -2.5], [0.35, -2.5], [0.75, -2.0], [0.75, 0.65], [0.35, 1.22], [-0.35, 1.22], [-0.75, 0.65] ],
    "crouchingPoly" : [ [-0.75, -2.0], [-0.35, -2.5], [0.35, -2.5], [0.75, -2.0], [0.75, -1], [0.35, -0.5], [-0.35, -0.5], [-0.75, -1] ],
    "airFriction" : 0.2,
    "mass" : 0.6,

    // should keep the player from teleporting through walls
    "maximumCorrection" : 1,
    "maxMovementPerStep" : 0.4
    }
    },

    "maxHealth" : 100.0,
    "maxEnergy" : 100.0,
    "maxFood" : 100.0,
    "maxBreath" : 100.0,

    "energyReplenishmentRate" : 10.0,
    "foodDepletionRate" : 0.0425,

    "breathReplenishmentRate" : 20,
    "breathDepletionRate" : 2,

    "lightStrength" : 1.0,

    "footstepTiming" : 0.35,
    "footstepSensor" : [0, -3.1],

    "fallDamageFactor" : 2,
    "minimumFallTime" : 1.0,
    "minimumFallDamageDelta" : 70.0,
    "minimumFallSpeed" : -2.0,

    "vaporTrailTime" : 10,
    "terminalVelocityDifference" : 1.01,
    "bottomOfWorldTouchMargin" : 4,

    "interactRadius" : 5.5,
    "walkIntoInteractBias" : [1, 0],

    "initialBeamGunRadius" : 15.5,
    "previewGlowBorder" : 2,
    "objectPreviewInnerAlpha" : 0.8,
    "objectPreviewOuterAlpha" : 0.2,

    "beamGunSettings" : {
    "image" : "/humanoid/any/gravgun1.png",
    "endImages" : [ "/humanoid/any/ball.png", "/humanoid/any/tileglow.png", "/humanoid/any/4tileglow.png" ],
    "handPosition" : [-2, 0],
    "firePosition" : [5, 0],
    "segmentsPerUnit" : 1,
    "nearControlPointElasticity" : 0.1,
    "farControlPointElasticity" : 0.9,
    "nearControlPointDistance" : 0.9,
    "targetSegmentRun" : 1,
    "innerBrightnessScale" : 20,
    "firstStripeThickness" : 0.2,
    "secondStripeThickness" : 0.05,
    "minBeamWidth" : 1,
    "maxBeamWidth" : 5,
    "maxBeamJitter" : 0.06,
    "minBeamJitter" : 0.0,
    "minBeamTrans" : 0.1,
    "maxBeamTrans" : 0.4,
    "minBeamLines" : 1,
    "maxBeamLines" : 5
    },

    "underwaterSensor" : [0.0, 0.5],
    "underwaterMinWaterLevel" : 0.4,

    "splashConfig" : {
    "splashSpeedMin" : 10.0,
    "splashMinWaterLevel" : 0.4,
    "splashBottomSensor" : [0, -2.0],
    "splashTopSensor" : [0, 2.0],
    "numSplashParticles" : 8,
    "splashYVelocityFactor" : 0.2,

    "splashParticle" : {
    "type" : "ember",
    "position" : [0, -1],
    "finalVelocity" : [0, -20],
    "approach" : [0, 50],
    "color" : [60, 150, 224, 100],
    "size" : 1.0,
    "timeToLive" : 0.5,
    "destructionAction" : "shrink",
    "destructionTime" : 0.2
    },

    "splashParticleVariance" : {
    "velocity" : [10, 0],
    "size" : 2.0
    }
    },

    "teleportInTime" : 1.0,
    "teleportInBase" : "/humanoid/any/playerwarpin.png",
    "teleportInBeam" : "/humanoid/any/playerwarpinbeam.png",
    "teleportInFrames" : 16,

    "teleportOutTime" : 0.75,
    "teleportOutBase" : "/humanoid/any/playerwarpout.png",
    "teleportOutBeam" : "/humanoid/any/playerwarpoutbeam.png",
    "teleportOutFrames" : 12,

    "teleportHeight" : 43.0,
    "teleportBeamHeight" : 8,
    "teleportTallness" : 30,

    // 50mins @ 5C = 15000sec/1C
    "warmthTransferRate" : 1000.0,
    "warmthTransferRateCap" : 1000.0,
    "comfortRegen" : 2.0,
    "bodyTemperatureRangeLow" : [5, 99999],
    "windChillFactor" : 10,
    "idealTemperature" : 25,

    "maxOverlayPercent" : 0.8,
    "freezeOverlayColor" : [175, 175, 255],

    "nametagOpacityRate" : 0.01,
    "nametagOffset" : [0, 2],
    "nametagColor" : "white",
    "nametagFontSize" : 7,
    "nametagOpacityBoost" : 3,

    "emoteCooldown" : 2,
    "blinkInterval" : [5, 30],

    "damageConfig" : "/damage/damageresponse/default.config",
    "bodyMaterialKind" : "organic",

    "reviveCost" : {
    "absolute" : 1,
    "percentile" : 30.0
    },

    "shieldHitSoundLimit" : 2,
    "hitDamageNotificationLimit" : 1
    }



    I can't see why it doesn't work, it doesn't error, it lets you in game but the items don't show in the Tech list or Inventory at all.
    I know the mod works cause my custom music works but I don't understand why the Tech doesn't.

    Thank you


    EDIT: I've done it, I created Recipes for them and set them to Tier3 and then in game used the Mk3 map circuit and it unlocked them.

    Thank you anyway
     
    Last edited: May 15, 2014
  14. Ruban Crusade

    Ruban Crusade Pangalactic Porcupine

    I'm a little confused (mostly because of the WALL of code). Did you resolve this? Or is there still something you need help with?
     
    CommanderWasp1x likes this.
  15. CommanderWasp1x

    CommanderWasp1x Big Damn Hero

  16. TheEverlasting51

    TheEverlasting51 Yeah, You!

    steam apps is in steam application or in your libraries coz i dont know where to look for it.
     
  17. Ruban Crusade

    Ruban Crusade Pangalactic Porcupine

    Are you trying to locate your Starbound files? If so, go to your Steam library, right click the game and select properties. Then go to the Local Files tab and click Browse Local Files...
    If that's not what you're looking for, what are you looking for?
     
  18. TheEverlasting51

    TheEverlasting51 Yeah, You!

    yeah i was looking for that i found it another way but il try that cos i couldnt find "assets"
     
  19. Derpiebird

    Derpiebird Phantasmal Quasar

    Dunno if it's been posted, but you could just use starcheat.
     
  20. Ruban Crusade

    Ruban Crusade Pangalactic Porcupine

    Are you on nighly build, or regular? Could be you haven't unpacked them yet...

    Or /admin or /ruinthefun to give yourself admin rights, then /spawnitem <itemname> [<count>]
     

Share This Page