Results 1 to 11 of 11
  1. #1
    Plutonsvea's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Location
    Australia
    Posts
    1,889
    Reputation
    303
    Thanks
    990
    My Mood
    Fine

    Cube World findings so far.

    Here's a few findings related to modding on cube world , which I found while trying to mess with it with cheat engine.

    Health is a float , which is your exact health number (for example a character with 220/240 hp would have something like 220.418961 health in reality)

    Mana and stamina are both floats as well , however at maximum they're 1 and anything else is below the numeric point value (for example a character with 80/100 mana would have something like 0.80142516 mana in reality)

    Mana is straight after health in memory , however stamina has a bit of a gap in memory between itself and mana , suggesting more values in between but I havn't messed with those.

    Currency is counted in copper coins ,an int, 1 silver being 100 copper and 1 gold being 10000 copper , so a character with 2g 37s and 93c would have 23793 copper coins when browsing memory.

    Platinum coins are an int as well , counted separately from money for obvious reasons.

    Skills are an int , the class specific skills come after the generic skills in memory (climbing / gliding etc comes before shuriken attack , for example , in memory)

    The exponential for skills is a bit depressing imho , things cap out at not many amusing values (for example , the maximum gliding speed with 10 million points in gliding is only 450%)


    And for a more interesting section...items

    I don't have a convenient way to write it out for you all , so bear with me for a bit.
    To start with , I tried hacking a weapon by finding out its current 'used upgrades' count.

    Suppose that 'Used upgrades' address came out as xxxxx1D4

    From that point I started messing around with addresses , here's some useful finds.

    1D4 - 'used upgrades'
    0CE - 'adapted' (locked from using platinum coins upon) - set to 0 to unlock or 1 to lock , any other value modulates to 0 or 1
    0CC - 'rarity' (0 common , 1 green , 2 blue , 3 purple , 4 yellow , anything over that is red but still equippable , rarity changes weapon name , stats and even visuals , its pretty much damn cool)
    0C4 - 'model' (changes the visual model of the weapon , found some pretty neat stuff!)

    And now for a bit more interesting thing...

    0C1 - 'weapon type'
    When I messed with it , I found some pretty nice unused item types!
    Here's values for it

    0 - warrior 1h sword
    1 - warrior 1h axe
    2 - warrior 1h mace
    3 - rogue 1h dagger
    4 - rogue 1h fist
    5 - rogue 2h longsword
    6 - ranger 2h bow
    7 - ranger 2h crossbow
    8 - ranger 2h boomerang
    9 - ranger ARROW??? (didn't equip it)
    10 - mage 2h staff
    11 - mage 2h wand
    12 - mage 1h bracelet
    13 - warrior 1h shield
    14 - ranger QUIVER??? (didn't equip it)
    15 - warrior 2h greatsword
    16 - warrior 2h greataxe
    17 - warrior 2h greatmace
    18 - PITCHFORK??? (acts as a greatsword! , not bound to any class)
    19 - PICKAXE??? (acts as a 1h sword , not bound to any class)
    20 - TORCH??? (acts as a 1h sword , not bound to any class , PROVIDES LIGHT WHEN EQUIPPD)

    Note that weapon max upgrades changed dynamically whenever i changed my weapon type, one could assume its hardcapped by code at the moment and impossible to change how many cubes are on one's weapon thanks to that fact.
    (also , cube upgrades are in fact stored in memory in a 7 bytes worth of info per cube , but I'll post on that later I guess)

    Another interesting address right before 0C1 is.....

    0C0 - 'item type'
    I messed with it and found quite a few interesting things...
    Here's values for it

    0 - air
    1 - food
    2 - formula
    3 - weapon
    4 - torso
    5 - glove
    6 - shoe
    7 - shoulder
    8 - pendant
    9 - ring
    10 - upgrade cube?
    11 - ingridient
    12 - coin
    13 - nugget
    14 - leftovers
    15 - ???....
    16 - A PICTURE OF PIXIV...
    17 - pot
    18 - candle
    19 - pet cage
    20 - pet item
    21 - potion
    22 - air?
    23 - glider
    24 - lamp (note , light level gets based on rarity , when I set rarity to 30 or more...... this can happen)
    25 - block (assumed world block?)
    26+ - air

    I don't think I've got anything else worth mentioning... at least in an ordered fashion.
    (tagging notes with alphabet , will remove if sorted into ordered format after more info is added)

    A - Weapons in inventory seem to hold a total of 284 (11C in hex) bytes each , you can jump through your inventory after finding one item's value by adding that offset to it.

    B - Weapon upgrade cube data is stored as 7 bytes on the weapon per upgade cube , one byte is used per offset per axis on the cube's placement (so 3 bytes total for that) , 1 for type , 1 for level , and another thing that made type go weird as hell when I last messed with it , I've yet to explore more.

    C - When messing with memory , the item inventory slot memory values are not bound to the item even if thrown , but to the inventory slot itself.
    This means , that if you find some address , for say , a stack of an item , you can simply swap that item with another one in the item slot , and change the stack value , and the newly placed item will have the stack amount you've indicated.
    -made lamp hacking a lot easier , and made me also have a legendary glider~

    If anyone else has anything they want added to this thread / talk about , feel free to post , I guess!

    (also , this helps me to understand a bit why cube world decided against adding mod support , it seems as if its not built for it , at least in my own opinion based on what I've seen so far)

    Credits: yoraiz0r
    Last edited by Plutonsvea; 07-08-2013 at 08:26 PM.
    Did I help you? You know what to do.

     





  2. The Following 2 Users Say Thank You to Plutonsvea For This Useful Post:

    Colourful (07-08-2013),`Rejected (07-08-2013)

  3. #2
    `Rejected's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Basement :D
    Posts
    3,931
    Reputation
    629
    Thanks
    6,036
    Thanks for this And maybe change the title to like cheat engine findings so far? Cause I was thinking of making a thread with the same title but like show what pets and gear people have gotten :P
    SOCIAL ENGINEERING SECTION! - FREE EBOOKS AND METHODS! CLICK ME

    THANK ME
    And be thankful that you thanked me
    Im so wise


     
    Send me a PM or at me on skype
    Skype - theretardedpig

  4. #3
    Plutonsvea's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Location
    Australia
    Posts
    1,889
    Reputation
    303
    Thanks
    990
    My Mood
    Fine
    Quote Originally Posted by `Rejected View Post
    Thanks for this And maybe change the title to like cheat engine findings so far? Cause I was thinking of making a thread with the same title but like show what pets and gear people have gotten :P
    Well, I'm pretty sure only minion+ can change the thread title. Oh well. :c.
    Did I help you? You know what to do.

     





  5. #4
    `Rejected's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Basement :D
    Posts
    3,931
    Reputation
    629
    Thanks
    6,036
    Quote Originally Posted by Plutonsvea View Post
    Well, I'm pretty sure only minion+ can change the thread title. Oh well. :c.
    No just go to edit post the at the bottom right click advanced and there you can edit the title pre sure
    SOCIAL ENGINEERING SECTION! - FREE EBOOKS AND METHODS! CLICK ME

    THANK ME
    And be thankful that you thanked me
    Im so wise


     
    Send me a PM or at me on skype
    Skype - theretardedpig

  6. #5
    Colourful's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    1,825
    Reputation
    131
    Thanks
    877
    My Mood
    In Love
    Cool discovery.

  7. #6
    imthepro123's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    1
    so has any1 found how far down memory stamina is from mana?

  8. #7
    destruction0001's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    41
    Reputation
    10
    Thanks
    5
    awesome find

  9. #8
    bullpop's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    Sweden
    Posts
    3,692
    Reputation
    287
    Thanks
    2,196
    My Mood
    Amused
    Great find! This can come in handy!
    MPGH Member Since 10/17/2010
    Battlefield Minion Since 01/22/2014 till - 08/27/2014
    APB Minion since 11/12/2011 till 4/16/2012

  10. #9
    _JAD3N's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    31
    Reputation
    10
    Thanks
    0
    My Mood
    Mellow
    The money find was pretty helpful.

  11. #10
    danielzaiser91's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    0
    so you can use this to create mods for cube world?

  12. #11
    `Rejected's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Basement :D
    Posts
    3,931
    Reputation
    629
    Thanks
    6,036
    Quote Originally Posted by danielzaiser91 View Post
    so you can use this to create mods for cube world?
    No this just helps you being able to find and edit things in Cube World with Cheat Engine
    SOCIAL ENGINEERING SECTION! - FREE EBOOKS AND METHODS! CLICK ME

    THANK ME
    And be thankful that you thanked me
    Im so wise


     
    Send me a PM or at me on skype
    Skype - theretardedpig

  13. The Following User Says Thank You to `Rejected For This Useful Post:

    Plutonsvea (07-19-2013)

Similar Threads

  1. Cube World
    By faaceusall69 in forum General
    Replies: 24
    Last Post: 07-07-2013, 10:03 AM
  2. Link For Cube World (Text File Download)
    By Colourful in forum General
    Replies: 42
    Last Post: 07-06-2013, 11:04 AM
  3. Cube World New Game :D
    By `Rejected in forum General
    Replies: 75
    Last Post: 07-05-2013, 01:24 AM
  4. Cube World closed alpha?
    By HurrLeDurr in forum General Gaming
    Replies: 4
    Last Post: 07-04-2013, 01:20 PM
  5. Cube World
    By FPSxploit in forum Minecraft Creations
    Replies: 1
    Last Post: 05-19-2012, 10:31 PM