360haven works best with JavaScript enabled
Dungeon Defenders Compression Toolkit - Page 34
Loading
Register
Page 34 of 35 FirstFirst ... 92429303132333435 LastLast
Results 265 to 272 of 276
  1. #265
    MysticModZ

    Re: Dungeon Defenders Compression Toolkit

    XD i always delete by axsident good thing this forum still here Keep up the good work

  2. #266
    Freshmeat

    Re: Dungeon Defenders Compression Toolkit

    Is it possible to make it work with the latest version of DunDef?
    It's not working for me.

  3. #267
    GlazierHot

    Re: Dungeon Defenders Compression Toolkit

    Quote Originally Posted by fairchild View Post
    Code:
                                                                      ▄
           ▄ ▄▄▄▄▄▄▄  ▄                       █▀▀▀▀ ▀▀  ▀      ▄▄▄▄▄▄▄▄ ▀▄▄▄▄ ▄
           ▄▄▄▄▄▄ ▀ ▄▄▄▄▄▄█▀▀▀▀▀█ ▄▄▄▄▄▄      ▀ █▀▀▀▀▀▀█ █▀▀▀▀▀▀ ▄▄▄▄ █▄▄▄▄▄▄▄▄
       ▄▄█▀▀ ▄▄ ▀█▀▀▀ ▄▄ ▀▀ ▀▀▀ █▀▀ ▄▄ ▀▀█▄  ▀ █▀ ███▀̦ █ ▀▀▀▀ ████ ▄██ ▄▄▄▄ ▀█
    ▀ ▀▀ ▄▄██▀█▓▄ ▄▄██▀█▓▓▄ ███ ▄▄██▀██▓▄ █▀▀▀▀█ ███¦ █▄▄¦Ì███¦Ì███¦Ì███▄Ì███¦ ▄
      ▄▓▓██▀  ▀▀▄██▀  Ì██▓¦Ì██¦▄██▀ Ì██▓¦ ▄▄█▓▄ Ì████▄▄▄  ▓███ ████ █ ▄▄▄▄███▓
      Ì▓██¦ ░ Ì▓██¦ ▀▀████ ███ ▓█¦ ▄███▀▄███▀   ▓███ ▀██▓▓ ██¦Ì███¦ ▄███▀ Ì██▓¦
       ▓███▀ █ ▓███ ░Ì███¦Ì██▓ ███ ░▀▀ Ì▓██¦ ▄¦Ì▓██¦Ì¦Ì██▓¦Ì█ ████ Ì▓██¦ ▄██▓▓▀
     ▀ Ì███¦Ì█¦Ì███¦ ▀▀▀▀ ▀▀  Ì███¦ ▀  ▀▓██▄██ ▀▀▀▀ ██ ███▓  Ì▓██¦ ▀▓██▄██▀▀ ▄▄ ▄
      █ ▀▀▀▀ ██ ▀▀▀▀ █▀▀▀▀▀▀█▄ ▀▀▀▀ █▀█▄▄ ▀▀ ▄▄█▀▀▀▀█¦Ì███¦Ì ▀▓▓██▄░  ▀▀ ▄▄█▀▀
      ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ▄ ▀   ▀▀▀▀▀▀▀▀   ▀▀▀▀▀▀   !f █ ▀▀▀▀ ██▄▄ ▀▀▀▀ █▀▀▀▀
        ▀ ▀▀▀▀▀▀▀▀▀▀▀ ▀▀   p r e s e n t s . .      ▀▀▀▀▀▀▀▀  ▀▀▀▀▀▀▀▀ █▀ ▀
                                                   ▀ ▀▀▀▀▀  ▀        ▀
    
                       Dungeon Defenders Compression Toolkit by fairchild
      ======================================================= version 0.3.0b ===
    
      Usage: dd.exe [options] <input> <output>
    
      Options:
                    -d      - Decompress.
                    -c      - Compress.
    
    
    Release notes:
    
      Yet again a compression toolkit, this time for Dungeon Defenders!
    
      To use this toolkit you must first extract the savegame from within the
      xbox 360 container (CON), then use this toolkit on the extracted file.
      If you try to use this on the CON file itself it will give you a warning.
    
      To use it you will need to copy/move/extract the following files to
      a directory of your choice:
    
        * Toolkit ("dd.exe").
        * Your savegame that your extracted from its CON file.
    
    
      Decompress
      ==========
    
      Now to decompress a savegame you run the application by entering the following:
    
      * <PTEF> = the path to the extracted files, ex: c:\test
    
      <PTEF>\dd.exe -d <PTEF>\<my savegame filename> <PTEF>\save.decompressed
    
      Example: c:\test\dd.exe -d c:\test\DunDefHeroes.dun c:\test\save.decompressed
    
    
      The toolkit will process the savegame and decompress it's compressed data block
      to the file names "save.decompressed".
    
      Open "save.decompressed" in your favorite hex editor :-)
    
    
      Compress
      ========
    
      To compress and inject the uncompressed blocks back into your savegame use the
      following command:
    
      NOTE: !! make a copy of your orginal savegame !!
    
      * <PTEF> = the path to the extracted files, ex: c:\test
    
      <PTEF>\dd.exe -c <PTEF>\save.decompressed <PTEF>\<my savegame filename>
    
      Example: c:\test\dd.exe -c c:\test\save.decompressed c:\test\DunDefHeroes.dun
    
      This will take the decompressed block, named "save.decompressed" and
      compress them, rebuild the package to a file named "DunDefHeroes.dun.rebuilt" then
      fix the checksum.
    
      The file to inject back into your CON file is the file ending with ".rebuilt" !
    
    
    
      NOTE:
    
         Always make backup of your savegames!!
    
      Have fun :-)
    
    
      Greetings goes to the following people:
    
       unknown_v2, aluigi, Dualla, feudalnate, Renegade, Sephiroth, pureIso
       Nathan, Mojobojo, dvs, and those i forgot...
    thanx my decpmpression unit can't handle larger files
    The decompress and compress function might need some tweaking, but should work. Please test and let me know if something still not working.
    Thanx...been looking for a new fairchild...mine ca't handle larger files
    Update:

    Beta version with support for multiple compressed blocks are here!! But as always with a beta, expect bugs (and probably alot of them).

    Always make backup of your savegame before using any of my tools!

    Download: Attachment 4176

    GUI:

    I have now made a simple GUI for all you who don't understand how the command prompt works, put the executable in the same directory as "dd.exe".

    Download: Attachment 4204
    thanks my fairchild can't handle theses larger files that we are making......

  4. #268
    GlazierHot

    Re: Dungeon Defenders Compression Toolkit

    this new one can't handle the larger saves either...

  5. #269
    datkido

    Re: Dungeon Defenders Compression Toolkit

    good work here, thanks

  6. #270
    ollsie

    Re: Dungeon Defenders Compression Toolkit

    thank you, good stuff

  7. #271
    PGCAClaptrap

    Re: Dungeon Defenders Compression Toolkit

    uhh... can anyone help me? whenever i try and decompress the save file, it keeps saying dd.exe has stopped working, i've tried redownnloading it, running as admin, and nothing seems to work, was wondering if any of you guys could help me out? Can't seem to figure it out, I can mod most things with just straight cheat engine, but i can't mod colors :(

  8. #272
    Rummikubs

    Re: Dungeon Defenders Compression Toolkit

    thank you! :)


 

 

Similar Threads

  1. [Release] XCOM Enemy Unknown Compression Toolkit
    By fairchild in forum Xbox 360 Modding Programs
    Replies: 109
    Last Post: 01-18-2017, 06:02 PM
  2. Batman Arkham City Compression Toolkit
    By fairchild in forum Xbox 360 Modding Programs
    Replies: 112
    Last Post: 11-11-2015, 01:17 AM
  3. Dungeon Defenders Compression/Decompression Interface *Fixed*
    By SSSTONERRR in forum Xbox 360 Modding Programs
    Replies: 4
    Last Post: 10-14-2013, 04:09 PM
  4. [WIP] Borderlands 2 Compression Toolkit
    By fairchild in forum Xbox 360 Modding Programs
    Replies: 62
    Last Post: 10-26-2012, 08:13 AM

Visitors found this page by searching for:

Nobody landed on this page from a search engine, yet!

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

About 360haven

    360haven is an Forum Devoted To Game modding Fans from all over the world.

    An Awesome Community of Xbox 360 Gamers, Modders and Developers who Create & Share Tutorials, Applications, Gfx, Trainers and Gamesaves.

    A haven for the l33t.
    A scarce paradise for modders.

★★★★★¯\_(ツ)_/¯