Results 1 to 8 of 8
  1. #1
    Dongonata's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    529
    Reputation
    30
    Thanks
    47
    My Mood
    Brooding

    Matter manipulator + sword hack

    Hello, this is a hacked i created by editing the codes.
    So its more a kind of source code's.
    First of all here is the file location of the first hack/code to put in to.
    • Matter Manipulator :


    SteamApps>Common>Starbound>Assets>Items>Tools now replace the code of beamaxe.beamaxeby the code given below..
    {
    "itemName" : "beamaxe",
    "inventoryIcon" : "gravgunicon.png",
    "dropCollision" : [-4.0, -3.0, 4.0, 3.0],
    "rarity" : "Legendary",
    "maxStack" : 1,
    "description" : "Manipulates anything that matters.",
    "shortdescription" : "Matter Manipulator",
    "largeImage" : "gravgunlarge.png",
    "inspectionKind" : "tool",
    "category" : "Tool",
    "fireTime" : 0.02,
    "blockRadius" : 3,
    "altBlockRadius" : 1,
    "twoHanded" : true,
    "critical" : true,
    "strikeSound" : "/sfx/tools/pickaxe_hit.wav",

    "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.03,
    "minBeamJitter" : 0.0,
    "minBeamTrans" : 0.1,
    "maxBeamTrans" : 0.4,
    "minBeamLines" : 1,
    "maxBeamLines" : 5
    }
    Sword :
    COMMING SOON
    Last edited by Dongonata; 12-17-2013 at 06:14 AM.

  2. #2
    s1lentturtle's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    2
    My Mood
    Bored
    Linking to external sites is against rules right?

  3. #3
    KillerKen013's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    0
    My Mood
    Mellow
    Can you just post the code you changed here?
    Since:
    1. It takes some time to have downloads approved
    2. The link you posted could literally be anything.
    3. The file is small enough that if you paste it it won't be huge.
    4. I don't want to download something that I can make some quick changes to myself instead and still get the same result.

  4. #4
    watchmen626's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    1
    My Mood
    Happy
    What exactly does this do?

    And also the game is easily cheated by cheat engine. I'm super excited about this game.

  5. #5
    Threadstarter
    Expert Member
    MPGH Member
    Dongonata's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    529
    Reputation
    30
    Thanks
    47
    My Mood
    Brooding
    Quote Originally Posted by watchmen626 View Post
    What exactly does this do?

    And also the game is easily cheated by cheat engine. I'm super excited about this game.
    Thats an easy question.
    The edited thing in the mattermanipulator is
    "fireTime" : 0.02,
    "blockRadius" : 3,

    Normally it would look like this
    "fireTime" : 0.5,
    "blockRadius" : 2,

    So fireTime is how long it takes to fully shoot a certain amouth of damage to blocks, so normally it would take 0.5 of a second but now it takes 0.02 of a second wicht allows you to mine quicker. 25 times faster than the normal speed.

    blockRadius is the amouth of blocks you hit, normally it would be a grid of 2x2 but now it is 3x3 wicht is 4 blocks more radius.

    I hope this answered your questions.
    Last edited by Dongonata; 12-18-2013 at 03:57 AM.

  6. The Following User Says Thank You to Dongonata For This Useful Post:

    watchmen626 (12-18-2013)

  7. #6
    Threadstarter
    Expert Member
    MPGH Member
    Dongonata's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    529
    Reputation
    30
    Thanks
    47
    My Mood
    Brooding
    Here is some more:

    1. Sword Hack
    Location : SteamLibrary>SteamApps>Starbound>assets>items>swor ds>[Youre species]>broadsword>[Speciesname]starter.sword
    This file is for apex change the red to your species name.
    Code:
    {
    "itemName" : "apexstarter",
    "dropCollision" : [-4.0, -3.0, 4.0, 3.0],
    "maxStack" : 1,
    "level" : 1,
    "rarity" : "uncommon",
    "description" : "A broken sword. Looks like it is awesome!",
    "shortdescription" : "Broken Riot Sword",
    "inspectionKind" : "sword",
    "kind" : "Broadsword",

    "image" : "apexstarter.png",
    "firePosition" : [15.5, 4.5],
    "fireTime" : 0.8,
    "fireAfterWindup" : true,
    "soundEffect" : { "fireSound" : [ { "file" : "/sfx/melee/swing_twohanded.wav" } ] },

    "colorOptions" : [
    /* GREY */
    { "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" },
    /* BLACK */
    { "ffca8a" : "838383", "e0975c" : "555555", "a85636" : "383838", "6f2919" : "151515" },
    /* GREY */
    { "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" },
    /* WHITE */
    { "ffca8a" : "e6e6e6", "e0975c" : "b6b6b6", "a85636" : "7b7b7b", "6f2919" : "373737" },
    /* RED */
    { "ffca8a" : "f4988c", "e0975c" : "d93a3a", "a85636" : "932625", "6f2919" : "601119" },
    /* ORANGE */
    { "ffca8a" : "ffd495", "e0975c" : "ea9931", "a85636" : "af4e00", "6f2919" : "6e2900" },
    /* YELLOW */
    { "ffca8a" : "ffffa7", "e0975c" : "e2c344", "a85636" : "a46e06", "6f2919" : "642f00" },
    /* GREEN */
    { "ffca8a" : "b2e89d", "e0975c" : "51bd3b", "a85636" : "247824", "6f2919" : "144216" },
    /* BLUE */
    { "ffca8a" : "96cbe7", "e0975c" : "5588d4", "a85636" : "344495", "6f2919" : "1a1c51" },
    /* PURPLE */
    { "ffca8a" : "d29ce7", "e0975c" : "a451c4", "a85636" : "6a2284", "6f2919" : "320c40" },
    /* PINK */
    { "ffca8a" : "eab3db", "e0975c" : "d35eae", "a85636" : "97276d", "6f2919" : "59163f" },
    /* BROWN */
    { "ffca8a" : "ccae7c", "e0975c" : "a47844", "a85636" : "754c23", "6f2919" : "472b13" }
    ],

    "primaryStances" : {
    "projectileType" : "testswoosh3",
    "projectile" : {
    "speed" : 0.1,
    "power" : 3
    },
    "idle" : {
    "twoHanded" : false,
    "armAngle" : -90,
    "swordAngle" : -90,
    "handPosition" : [-6.0, -17.0],
    "armFrameOverride" : "idleMelee",
    "duration" : 0.1
    },
    "windup" : {
    "twoHanded" : true,
    "armAngle" : 90,
    "swordAngle" : 90,
    "handPosition" : [-6.0, -17.0],
    "duration" : 0.2,
    "statusEffects" : [
    { "kind" : "shieldsuppressed", "duration" : 0.1 }
    ]
    },
    "cooldown" : {
    "twoHanded" : true,
    "armAngle" : -45,
    "swordAngle" : -90,
    "handPosition" : [-6.0, -27.5],
    "duration" : 0.4,
    "statusEffects" : [
    { "kind" : "shieldsuppressed", "duration" : 0.1 }
    ]
    }
    }
    }


    ----------
    So what i did was change damage from +/- 1 to 50.
    Can be increased for instakilling bosses, may cause lagg/crash if increased.
    The blue can be edited to if wished.
    Last edited by Dongonata; 12-18-2013 at 04:08 AM.

  8. #7
    Threadstarter
    Expert Member
    MPGH Member
    Dongonata's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    529
    Reputation
    30
    Thanks
    47
    My Mood
    Brooding
    Owh and I found this on YouTube, worked fine!
    Just a tip: If you enter the pirateship dont have your sword in youre hands or any other weapon, it may cause pirates to attack you!

    How to get Guns in Starbound:
    Planet Name: Alpha Umbraxion 1207 II
    Coordinates: X: 59877410 Y: -70634402
    Biome: Desert
    Description: Go to the left of the map until you see an anchor and than build up beside the anchor to get the the Avian Airship. Once on the air ship, go to the deck where the guns merchant is.

    You need 100 coal to fuel your ship and you need +/- 300 pixels/money for a gun.

  9. #8
    Threadstarter
    Expert Member
    MPGH Member
    Dongonata's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    529
    Reputation
    30
    Thanks
    47
    My Mood
    Brooding
    Bump ;D
    Hope you guys still usin' this ;D

Similar Threads

  1. Sword Of The New World [HACKS] - Needed
    By telazorn in forum Hack Requests
    Replies: 1
    Last Post: 01-05-2015, 06:53 PM
  2. [Request] New Item Duplication/Schema Manipulation Glitch/Hack
    By Deanster17 in forum Team Fortress 2 Hacks
    Replies: 16
    Last Post: 08-26-2014, 11:15 PM
  3. All That Matters Hacks
    By Blitz in forum Flash Game Hacks
    Replies: 0
    Last Post: 06-11-2012, 02:40 PM
  4. Sword 2 hacks request
    By beastking564 in forum Hack Requests
    Replies: 4
    Last Post: 02-09-2012, 10:56 AM

Tags for this Thread