Results 1 to 15 of 15
  1. #1
    `Rejected's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Basement :D
    Posts
    3,931
    Reputation
    629
    Thanks
    6,034

    Cube World AssetManager

    This is a encoder/decoder for the data .db files. DOESN'T WORK FOR characters.db

    You can use this to edit the sounds, images, and the models in the game.



    How to use:

    Extract the jar.
    Open up the a console.
    Go to the path where the jar is.
    To Decode: java -jar CWAssetManager.jar decode "<path-to-db>"
    To Encode: java -jar CWAssetManager.jar encode "<path-to-folder>"

    Example:

    To decode data1.db: java -jar CWAssetManager.jar decode "<pathtocubeworld>/data1.db"
    To encode data1: java -jar CWAssetManager.jar encode "<pathtocubeworld>/data1/"

    Credits to MAT4DOR and Rickydaan.

    Virus Scans:
    CW Assest Manager.RAR - Jotti's malware scan
    https://www.virustotal.com/en/file/9...is/1373253845/


    <b>Downloadable Files</b> Downloadable Files
    Last edited by `Rejected; 07-07-2013 at 10:43 PM.
    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

  2. The Following 27 Users Say Thank You to `Rejected For This Useful Post:

    DarkAngeels (07-08-2013),Doodle313 (07-12-2013),fgtmods (07-13-2013),gray1111 (07-24-2013),harrisonsl (07-10-2013),JabJabJab (07-21-2013),juras1993 (07-13-2013),lmNocturnal (07-13-2013),MasterOfTheOne (07-27-2013),Mrelmokills (07-19-2013),MrHammy112 (07-25-2013),Mustanglad98 (12-07-2013),niggatits (07-08-2013),orogamo (07-26-2013),Osman Batur (07-08-2013),PadfootMaster (07-19-2013),Ragnar82 (07-30-2013),RobinLee21 (07-08-2013),scuald (07-10-2013),Thayol (07-08-2013),theBlar (07-14-2013),thebluejester (07-09-2013),Upold1931 (07-09-2013),VIPkiller17 (07-08-2013),W00TMan (07-12-2013),wolf_team_rogue (07-07-2013),yPixel (08-02-2013)

  3. #2
    Bernard's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    Purgatory
    Posts
    26,364
    Reputation
    3488
    Thanks
    3,546
    My Mood
    Lurking
    Screenshot please.
    Rep. Power: 126

    Minion: 11/28/12-3/15/14

  4. #3
    Gauze's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    99
    Reputation
    10
    Thanks
    21
    My Mood
    Sleepy
    Sounds fun cant wait to try it.


  5. #4
    `Rejected's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Basement :D
    Posts
    3,931
    Reputation
    629
    Thanks
    6,034
    Quote Originally Posted by Vice-Versa View Post
    Screenshot please.
    Done.
    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
    Bernard's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    Purgatory
    Posts
    26,364
    Reputation
    3488
    Thanks
    3,546
    My Mood
    Lurking
    Looks good.

    #Approved
    Rep. Power: 126

    Minion: 11/28/12-3/15/14

  7. #6
    VIPkiller17's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Where I live.
    Posts
    24
    Reputation
    10
    Thanks
    7
    My Mood
    Fine
    Can you post the decompiled file please? It seems as i cannot make it work by following you instructions.

  8. #7
    Gauze's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    99
    Reputation
    10
    Thanks
    21
    My Mood
    Sleepy
    Quote Originally Posted by VIPkiller17 View Post
    Can you post the decompiled file please? It seems as i cannot make it work by following you instructions.
    Does it tell you "Java is not recognized as an internal or external command" If so follow this guide, i had this problem and the guide fixed it.


  9. The Following User Says Thank You to Gauze For This Useful Post:

    VIPkiller17 (07-08-2013)

  10. #8
    VIPkiller17's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Where I live.
    Posts
    24
    Reputation
    10
    Thanks
    7
    My Mood
    Fine
    Quote Originally Posted by Gauze View Post


    Does it tell you "Java is not recognized as an internal or external command" If so follow this guide, i had this problem and the guide fixed it.
    Thnx alot!! finally got it working.
    Last edited by VIPkiller17; 07-08-2013 at 02:46 PM.

  11. #9
    Gauze's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    99
    Reputation
    10
    Thanks
    21
    My Mood
    Sleepy
    Quote Originally Posted by VIPkiller17 View Post
    Thnx that fixed the error but i would still need better instruction on how to actually use the program because whatever i try when i have to write the path to the data1.db it says the system cannot find the path specified.
    The problems i came across are that if you run a 64-bit OS the batch file that came with it wont work because its pointing to a java folder in the normal "program files" folder where the 64-bits is only in the other folder, also make sure you are putting the full path for example mine is "C:\Users\gauze\Desktop\Cube World"


  12. #10
    VIPkiller17's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Where I live.
    Posts
    24
    Reputation
    10
    Thanks
    7
    My Mood
    Fine
    Quote Originally Posted by Gauze View Post


    The problems i came across are that if you run a 64-bit OS the batch file that came with it wont work because its pointing to a java folder in the normal "program files" folder where the 64-bits is only in the other folder, also make sure you are putting the full path for example mine is "C:\Users\gauze\Desktop\Cube World"
    Yeah. I finally got it working thank you for your help

  13. #11
    Star|Track's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Location
    192.168.1.254
    Posts
    137
    Reputation
    39
    Thanks
    6
    My Mood
    Amused
    tHIS IS DAYUUM AWESOME SAHN

  14. #12
    MUTI's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Poland
    Posts
    6
    Reputation
    10
    Thanks
    0
    dont work for me ;/ can somebody upload for me decoded db's ? please

  15. #13
    fgtmods's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    My Mood
    Happy
    Thanks buddy!

  16. #14
    Kobald's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    seemed to be "working" when I encode, select file path to C:\Program Files (x86)\Cube World then I got this error which you can see in the below;
    image
    Attached Thumbnails Attached Thumbnails
    FileNotFoundException.png  


  17. #15
    D0nut's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    108
    Reputation
    117
    Thanks
    1,183
    Quote Originally Posted by Kobald View Post
    seemed to be "working" when I encode, select file path to C:\Program Files (x86)\Cube World then I got this error which you can see in the below;
    image
    Start cmd with administrator rights

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