10.03.2019 - Round 1 results of our "A Love Letter For FreeBASIC" game dev competition have been published. Please be sure to check the results thread: http://games.freebasic.net/forum/index.php?topic=629.0. Don't forget that the competition is continuing with a round 2, lasting till 29th of April, 300 USD first prize. Stay tuned!

Author Topic: XMCC - Small Package Archiver : Final Barrier :P  (Read 5303 times)

Leonheart

  • Novice
  • ***
  • Posts: 54
    • Yahoo Instant Messenger - tenchu_shinobi_taizen
    • View Profile
    • Xaviorsoft Studios
XMCC - Small Package Archiver : Final Barrier :P
« on: February 04, 2009, 04:18:20 AM »
Heya! I'm back with pain....

After some time missing resource, digging material from unknown world to fix my space ship (e.g. no internet funds :P). -- This is still my hologram.

I make small packer with cross platform GUI and the reader library.

Like usual the info is here:
 http://xaviorsoft.freebasic.net/fbproduct/

But if you in rush, here the direct download:

Windows :
  - Packer GUI : http://xaviorsoft.freebasic.net/fbproduct/bendrat_win.zip
  - Reader Lib  : http://xaviorsoft.freebasic.net/fbproduct/xmccr_win.zip

Linux :
  - Packer GUI : http://xaviorsoft.freebasic.net/fbproduct/bendrat_linux.tar.gz
  - Reader Lib  : http://xaviorsoft.freebasic.net/fbproduct/xmccr_linux.tar.gz

Beloved DOS :P
  - Packer GUI : How do I do? Did u have a nice idea? (Yeah, but the makexmcc is not documented yet, its make me inpain).
  - Reader Lib  : http://xaviorsoft.freebasic.net/fbproduct/xmccr_dos.zip

The most good feature is:

  * Can use lower case access and slash path / or \. So its wasn't problem doing filename in mess beetween Linux, Windows and DOS.
  * High mode and complex scramble encryption by password. No pattern can be predicted until now ;P.
  * Support TOC encryption. By doing this file information is encrypted, but data can still in raw. Making fast load, but hacker is hard parse/extract the file data manually. Yeah!! Good for gaming resource.
  * Of course the Archiver GUI making things is easy alot ;). Whehee...
  * Cross platform. (Who cares).

The minus feature:
   * The compression code is still slow :P. Because its not fully optimized since thts the only code i can find/port. Btw, the decompression code is significantly optimized and bring fast enough speed to decompress. The slowest decompression I can count may take 3-6MB/sec from compressed size, usually can have until 24MB/sec for common data.

Also, you may like using Armory-BMP too. Its for load bitmap from memory/pointer. Suitable for xmcc archiver. Yay...
Even just one flap of butterfly can make storm in the world.

BadMrBox

  • Forum Sage
  • *****
  • Posts: 411
    • View Profile
    • BadMrBox.com
Re: XMCC - Small Package Archiver : Final Barrier :P
« Reply #1 on: February 04, 2009, 08:53:49 AM »
This sounds interesting. Downloading.

Lachie Dazdarian

  • Double dipper
  • Administrator
  • Forum Sage
  • *****
  • Posts: 1308
    • Yahoo Instant Messenger - lachie13
    • View Profile
    • The Maker Of Stuff
    • Email
Re: XMCC - Small Package Archiver : Final Barrier :P
« Reply #2 on: February 04, 2009, 03:59:07 PM »
Cool. I was looking for something like this, as the last similar routine I used in Barren had a memory leak or something. Well, it was rather unreliable.

Anyway, will definitely use this when I get to packing my next game project. Than, on the other hand, might take a while. :/
"Things like Basic and Free Basic provide much-needed therapy and a return to sanity and a correct appreciation of people. The arrogant folk really hate a word like 'Basic' - fine, and good riddance." ~ pragmatist

Leonheart

  • Novice
  • ***
  • Posts: 54
    • Yahoo Instant Messenger - tenchu_shinobi_taizen
    • View Profile
    • Xaviorsoft Studios
Re: XMCC - Small Package Archiver : Final Barrier :P
« Reply #3 on: February 09, 2009, 02:37:22 AM »
Thanks yo! :)
Even just one flap of butterfly can make storm in the world.