360haven works best with JavaScript enabled
Batman Arkham City Compression Toolkit
Loading
Register
Page 1 of 15 12345611 ... LastLast
Results 1 to 8 of 113
  1. #1
    Reverse Engineer


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

    Batman Arkham City Compression Toolkit

    Code:
                                                                      ▄
           ▄ ▄▄▄▄▄▄▄  ▄                       █▀▀▀▀ ▀▀  ▀      ▄▄▄▄▄▄▄▄ ▀▄▄▄▄ ▄
           ▄▄▄▄▄▄ ▀ ▄▄▄▄▄▄█▀▀▀▀▀█ ▄▄▄▄▄▄      ▀ █▀▀▀▀▀▀█ █▀▀▀▀▀▀ ▄▄▄▄ █▄▄▄▄▄▄▄▄
       ▄▄█▀▀ ▄▄ ▀█▀▀▀ ▄▄ ▀▀ ▀▀▀ █▀▀ ▄▄ ▀▀█▄  ▀ █▀ ███▀̦ █ ▀▀▀▀ ████ ▄██ ▄▄▄▄ ▀█
    ▀ ▀▀ ▄▄██▀█▓▄ ▄▄██▀█▓▓▄ ███ ▄▄██▀██▓▄ █▀▀▀▀█ ███¦ █▄▄¦Ì███¦Ì███¦Ì███▄Ì███¦ ▄
      ▄▓▓██▀  ▀▀▄██▀  Ì██▓¦Ì██¦▄██▀ Ì██▓¦ ▄▄█▓▄ Ì████▄▄▄  ▓███ ████ █ ▄▄▄▄███▓
      Ì▓██¦ ░ Ì▓██¦ ▀▀████ ███ ▓█¦ ▄███▀▄███▀   ▓███ ▀██▓▓ ██¦Ì███¦ ▄███▀ Ì██▓¦
       ▓███▀ █ ▓███ ░Ì███¦Ì██▓ ███ ░▀▀ Ì▓██¦ ▄¦Ì▓██¦Ì¦Ì██▓¦Ì█ ████ Ì▓██¦ ▄██▓▓▀
     ▀ Ì███¦Ì█¦Ì███¦ ▀▀▀▀ ▀▀  Ì███¦ ▀  ▀▓██▄██ ▀▀▀▀ ██ ███▓  Ì▓██¦ ▀▓██▄██▀▀ ▄▄ ▄
      █ ▀▀▀▀ ██ ▀▀▀▀ █▀▀▀▀▀▀█▄ ▀▀▀▀ █▀█▄▄ ▀▀ ▄▄█▀▀▀▀█¦Ì███¦Ì ▀▓▓██▄░  ▀▀ ▄▄█▀▀
      ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ▄ ▀   ▀▀▀▀▀▀▀▀   ▀▀▀▀▀▀   !f █ ▀▀▀▀ ██▄▄ ▀▀▀▀ █▀▀▀▀
        ▀ ▀▀▀▀▀▀▀▀▀▀▀ ▀▀   p r e s e n t s . .      ▀▀▀▀▀▀▀▀  ▀▀▀▀▀▀▀▀ █▀ ▀
                                                   ▀ ▀▀▀▀▀  ▀        ▀
    
                    Batman: Arkham City Compression Toolkit by fairchild
      ======================================================= version 0.2.5 ===
    
      Usage: batman.exe [options] <input> <output>
    
      Options:
                    -d      - Decompress.
                    -c      - Compress.
    
    
    Release notes:
    
      Yet again a compression toolkit, this time for Batman: Arkham City!
    
      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 ("batman.exe").
        * Your savegame that your extracted from its CON file.
    
    
      Updates:
    
      * Support for additional compressed blocks, this solves the issue with 4 compressed
         blocks in a savegame.
    
      * No more need of the lzo1.dll, now using lzopro to create the compressed block as
         1:1 as possible.
    
      * Compression now works 100%, no more fatal crashes :)
    
    
      NOTE: If you are using the xbdm.xex plugin for dashlaunch, this is whats causing the
            game to freeze, disable the plugin and you can run the game as usual on your JTAG
    
    
      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>\batman.exe -d <PTEF>\<my savegame filename> <PTEF>\save.decompressed
    
      The toolkit will process the savegame and decompress it's compressed data blocks
      to the file names "save.decompressed<block number>".
    
      Open "save.decompressed<block number>" 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>\batman.exe -c <PTEF>\save.decompressed <PTEF>\<my savegame filename>
    
      This will take the decompressed blocks, named "save.decompressed<block number>" and
      compress them, then inject them back into your savegame.
    
      This is still in beta phase so expect bugs and things to not work as planed!
    
    
      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...
    The latest version is an experimental build to allow compression and injection, as i don't own the game testing is needed to figure out if this is working or if some modifications has to be done.

    Update: v2.5, multiple compressed blocks support.
    Update: v2.0, compression now works 100%.
    Update: v1.5, code fix and added padding fix.

    Download the latest version: batman_compression_v2.5.rar
    Download older versions:
    * batman_compression_v2.0.rar
    * batman_compression_v1.5.rar
    * batman_compression_v1.1.zip
    * batman_compression_v1.rar
    Downloads : 47 || Uploads : 4 || Rep Power : 5297 || 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 69 Users Say Thank You to fairchild For This Useful Post:

    + Show/Hide list of the thanked


  3. #2
    Extorris
    Renegade is offline
    Join Date : Nov 2010
    Location : United Kingdom
    Posts : 2,626
    Array

    Re: Batman Arkham City Compression Toolkit

    Damn fair, you are popping out these toolkits like toadstool babies! lawl, Nice work as usual :)
    Downloads : 65 || Uploads : 0 || Rep Power : 8110 || Posts : 2,626 || Thanks : 181 || Thanked 2,896 Times in 827 Posts




    Renegade's Services: All services require you to pay the Postage and Packaging any method you prefer. Shipping within the UK only unless special circumstances.

    Xbox 360:

    DVD Drive Flashing - £10 (depending on console type, you may need to purchase a new PCB for Slim Consoles) - Includes backup of your drive files and DVD key on a CD-ROM
    DVD Key Retrieval - £10 - Does not include the DVD Drive being flashed.
    JTAG Installations - £15 - Complete installation of the JTAG exploit - Original NAND Backups and starter software on a CD-ROM- Extra £5 for FSD/Homebrew/Games Setup!
    Reset Glitch Hack (RGH) Installations - £20 + Money for the Glitch Chip of your choice - Dual/Triple-NAND addons are £5 more and you also provide the money for the Dual/Triple Chip
    xKey/Wasabi Installations - £70-80 (Including the device + DVD retrieval)
    RRoD Reflow Service - £20
    RRoD Reballing Service - £40-60 price varies depending on the chip. It may have to be refitted with a new GPU or CPU chip

    Nintendo Wii Softmodding - £15 including SD card pre-loaded with apps and NAND Backup.

    Nintendo DS/DSL/DSi Flashcart Installation - £15 including Flashcard

    Playstation 3: Softmodding + Backuploader/Homebrew set up - £15 - Must be on firmware 3.55 or below.

    For more information or if you are interested. PM me or contact me on Skype: ProjectRGX or AIM: Renegade1990


  4. #3
    Senior Member
    donkEpunch is offline
    Join Date : Jan 2011
    Posts : 130
    Array

    Re: Batman Arkham City Compression Toolkit

    Most Excellent work Fairchild!!!!

  5. #4
    Senior Member
    eLif is offline
    Join Date : Jan 2011
    Posts : 431
    Array

    Re: Batman Arkham City Compression Toolkit

    Awesome work XD
    Here is my save (post from request section)

    At begin save (including catwoman dlc, normal mode)
    1420/2000 (after this you get a level up. This level can be used for upgrades)
    Save1

    1770/2000
    Save2

    Upgrade available (x1) (2000/2000? you can't see this, display shows 'Upgrade available')
    Save3

    After upgrade 260/2000
    Save4

  6. #5
    fivehunnit

    Re: Batman Arkham City Compression Toolkit

    nice work man keep it up...

  7. #6
    The Immortal God
    Rpg_Fan

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

    Re: Batman Arkham City Compression Toolkit

    Awesome work as always fairchild , keep up the great job you do :)
    Downloads : 157 || Uploads : 0 || Rep Power : 24436 || Posts : 18,751 || Thanks : 4,451 || Thanked 3,096 Times in 2,607 Posts



  8. #7
    Eternal Dragoon
    Rpg_Fan

    Serious_M is offline
    Join Date : Dec 2010
    Location : Netherlands , Amsterdam
    Age : 39
    Posts : 13,028
    Array

    Re: Batman Arkham City Compression Toolkit

    You did great fairchild with this toolkit
    Downloads : 59 || Uploads : 1 || Rep Power : 18400 || Posts : 13,028 || Thanks : 3,665 || Thanked 1,794 Times in 1,447 Posts


    Serious_M

  9. #8
    Haven Donator
    AmyGrrl is offline
    Join Date : Sep 2011
    Posts : 33
    Array

    Re: Batman Arkham City Compression Toolkit

    Thanks for this! Can't wait until its finished. One question. Does this work with Batman Arkham Asylum as well? If not, can it be updated to work with the first game? Reason I ask is the first game lacks any mods for it as well. Would be great to have both games supported. Again! Thank You!

 

 
Page 1 of 15 12345611 ... LastLast

Similar Threads

  1. Replies: 0
    Last Post: 04-15-2014, 04:58 PM
  2. Free Sinestro Corps Batman PS3 Skin for Batman Arkham City!
    By CodyMP in forum General Discussion
    Replies: 0
    Last Post: 12-17-2011, 04:23 PM
  3. Batman: Arkham City Unboxing
    By BrayWyatt in forum PS3 News, Updates, and Rumors
    Replies: 0
    Last Post: 10-15-2011, 02:54 AM
  4. Batman Arkham City
    By 8Ball in forum Xbox 360 Modding Discussion
    Replies: 0
    Last Post: 10-13-2011, 01:35 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.

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