360haven works best with JavaScript enabled
[WIP] Borderlands 2 Compression Toolkit
Loading
Register
Page 1 of 8 123456 ... LastLast
Results 1 to 8 of 63
  1. #1
    Reverse Engineer


    fairchild is offline
    Join Date : Jan 2011
    Location : Spain / Sweden
    Posts : 211
    Array

    Borderlands 2 Compression Toolkit

    Yet again a compression toolkit, this time for Borderlands 2...

    I would like to first say a big thank you to Mojobojo for making the initial
    research and utils. Without him i wouldn't have come this far. Thanks!

    This is not an Savegame Editor, that will be taken care of by the team behind
    WillowTree 2.

    NOTE: This is a WIP release, compression is barely supported now..

    Update:
    0.2.0b * Added compression support (probably buggy as hell).
    0.2.1b * Bug fixes. (Thanks Idlehands for pointing these out.)



    Code:
                                                                      ▄
           ▄ ▄▄▄▄▄▄▄  ▄                       █▀▀▀▀ ▀▀  ▀      ▄▄▄▄▄▄▄▄ ▀▄▄▄▄ ▄
           ▄▄▄▄▄▄ ▀ ▄▄▄▄▄▄█▀▀▀▀▀█ ▄▄▄▄▄▄      ▀ █▀▀▀▀▀▀█ █▀▀▀▀▀▀ ▄▄▄▄ █▄▄▄▄▄▄▄▄
       ▄▄█▀▀ ▄▄ ▀█▀▀▀ ▄▄ ▀▀ ▀▀▀ █▀▀ ▄▄ ▀▀█▄  ▀ █▀ ███▀̦ █ ▀▀▀▀ ████ ▄██ ▄▄▄▄ ▀█
    ▀ ▀▀ ▄▄██▀█▓▄ ▄▄██▀█▓▓▄ ███ ▄▄██▀██▓▄ █▀▀▀▀█ ███¦ █▄▄¦Ì███¦Ì███¦Ì███▄Ì███¦ ▄
      ▄▓▓██▀  ▀▀▄██▀  Ì██▓¦Ì██¦▄██▀ Ì██▓¦ ▄▄█▓▄ Ì████▄▄▄  ▓███ ████ █ ▄▄▄▄███▓
      Ì▓██¦ ░ Ì▓██¦ ▀▀████ ███ ▓█¦ ▄███▀▄███▀   ▓███ ▀██▓▓ ██¦Ì███¦ ▄███▀ Ì██▓¦
       ▓███▀ █ ▓███ ░Ì███¦Ì██▓ ███ ░▀▀ Ì▓██¦ ▄¦Ì▓██¦Ì¦Ì██▓¦Ì█ ████ Ì▓██¦ ▄██▓▓▀
     ▀ Ì███¦Ì█¦Ì███¦ ▀▀▀▀ ▀▀  Ì███¦ ▀  ▀▓██▄██ ▀▀▀▀ ██ ███▓  Ì▓██¦ ▀▓██▄██▀▀ ▄▄ ▄
      █ ▀▀▀▀ ██ ▀▀▀▀ █▀▀▀▀▀▀█▄ ▀▀▀▀ █▀█▄▄ ▀▀ ▄▄█▀▀▀▀█¦Ì███¦Ì ▀▓▓██▄░  ▀▀ ▄▄█▀▀
      ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ▄ ▀   ▀▀▀▀▀▀▀▀   ▀▀▀▀▀▀   !f █ ▀▀▀▀ ██▄▄ ▀▀▀▀ █▀▀▀▀
        ▀ ▀▀▀▀▀▀▀▀▀▀▀ ▀▀   p r e s e n t s . .      ▀▀▀▀▀▀▀▀  ▀▀▀▀▀▀▀▀ █▀ ▀
                                                   ▀ ▀▀▀▀▀  ▀        ▀
    
                   Borderlands 2 Compression Toolkit by fairchild
      ======================================================= version 0.1.0b ===
    
      Usage: borderlands2.exe [options] <input> <output>
    
      Options:
                    -d      - Decompress.
                    -c      - Compress.
    
    
    Release notes:
    
      Yet again a compression toolkit, this time for Borderlands 2...
    
      I would like to first say a big thank you to Mojobojo for making the initial 
      research and utils. Without him i wouldn't have come this far. Thanks!
    
      This is not an Savegame Editor, that will be taken care of by the team behind
      WillowTree 2.
    
      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.
    
      This is not a click 'n play tool, you need to use it from the Command Prompt
      or any other methods that handles this tool.
      
      WARNING!
      
      Always backup your saves, this tool may corrupt remove your savegames.
      
    
      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>\borderlands2.exe -d <PTEF>\<my savegame filename> <PTEF>\save.decompressed
    
      Example: c:\test\borderlands2.exe -d c:\test\SaveGame.sav 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>\borderlands2.exe -c <PTEF>\save.decompressed <PTEF>\SaveGame.sav
    
      Example: c:\test\borderlands2.exe -c c:\test\save.decompressed c:\test\SaveGame.sav
    
      This will take the decompressed block, named "save.decompressed" and
      compress them, rebuild the package to a file named "SaveGame.sav.rebuilt".
    
      The file to inject back into your CON file is the file ending with ".rebuilt" !
    
      
      NOTE:
    
         Always make backup of your savegames!!
    
      Have fun :-)
    Attached Files Attached Files
    Last edited by fairchild; 10-12-2012 at 01:44 PM.
    Downloads : 47 || Uploads : 4 || Rep Power : 5328 || Posts : 211 || Thanks : 71 || Thanked 737 Times in 108 Posts


    If you feel like donating some bit coins, please do so to address "1DNcjKhrVTGnKTyQYbjx8yTRoenTSySeoP", if you are interested in other projects visit www.chipit.se or www.baeckstrom.com, thanks!


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

    + Show/Hide list of the thanked


  3. #2
    Haven Donator
    TwztdKaos is offline
    Join Date : Jan 2011
    Location : Chicago, IL
    Posts : 112
    Array

    Re: Borderlands 2 Compression Toolkit

    If it works thank for all you hard work fairchild

  4. #3
    Visual OS

    Re: Borderlands 2 Compression Toolkit

    When I try to decompress the file, borderlands2.exe stops working and forces me to close the program.

  5. #4
    Developer

    PUR3 RAF3X is offline
    Join Date : Dec 2010
    Location : Germany
    Age : 45
    Posts : 722
    Array

    Re: Borderlands 2 Compression Toolkit

    You guys found the right Huffman good work ;)

  6. #5
    The Immortal God
    Rpg_Fan

    CloudStrife7x is offline
    Join Date : Dec 2010
    Location : Unknown
    Age : 36
    Posts : 18,751
    Array
    Twitter: @

    Re: Borderlands 2 Compression Toolkit

    the beast strikes again, you rock broski
    Downloads : 157 || Uploads : 0 || Rep Power : 24466 || Posts : 18,751 || Thanks : 4,451 || Thanked 3,096 Times in 2,607 Posts



  7. #6
    Senior Member
    TheLastDude is offline
    Join Date : Mar 2012
    Posts : 124
    Array

    Re: Borderlands 2 Compression Toolkit

    *takes off sunglasses* mother of god...

    it's beautiful. now to try this out. thanks for releasing it fairchild!

  8. #7
    Visual OS

    Re: Borderlands 2 Compression Toolkit

    Can someone confirm this worked for them so I can figure out what I did wrong?

  9. #8
    Haven Donator
    OGCuban is offline
    Join Date : Sep 2012
    Posts : 28
    Array

    Re: Borderlands 2 Compression Toolkit

    This great man!! I see WillowTree 2 conning soon!
    Thanks for all the hard work fairchild!

 

 
Page 1 of 8 123456 ... LastLast

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 Toolkit
    By fairchild in forum Xbox 360 Modding Programs
    Replies: 275
    Last Post: 07-07-2014, 05:32 AM
  4. [WIP] Borderlands 2 Compression Tool
    By kill_seth in forum Xbox 360 Modding Programs
    Replies: 94
    Last Post: 10-14-2012, 09:18 PM

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.

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