
=== StarCraft Replay 2 Map v.2.02 ===

This tool extracts StarCraft (*.scm) or BroodWar (*.scx) map from a replay.

------------------------------------------------------------------------------

Console version (rep2map.exe):

Usage: rep2map.exe rep-file map-file [options]

where: rep-file - replay (.rep) file with extension - must be exist
       map-file - .scm (StarCraft) or .scx (BroodWar) map - will be created

Options:
       -nocomp  - do not compress map
       -savechk - save scenario.chk file (raw map data)
       -nolist  - do not add listfile to map
       -altcomp - use alternate compression method (ignored if -nocomp
                  specified)

Created by HighHunter
E-mail: hh_dig (at) ukr (dot) net

E-mail me if you find a bug or replay that DON'T work with Replay 2 Map.

This tool uses:
* bwreplib by JCA (http://mapage.noos.fr/bwchart)
* MPQ API Library by ShadowFlare (http://shadowflare.ancillaediting.net/)

------------------------------------------------------------------------------

GUI front-end (rep2mapg.exe):

Just run it :-)

------------------------------------------------------------------------------

Known bugs:
- map file hangs StarEdit when attempting to save map. You must close 
  StarEdit and run it again. BTW your map saved successfully and I really
  don't know how to fix this. Possibly this is a bug of ShadowFlare
  MPQ API Library. To avoid this use old version of StarCraft Scm Toolkit
  by ShadowFlare (v.1.61 or older). Because old Scm Toolkit uses StarEdit.exe
  for compressing files so map will be saved correctly. Also you can use
  -savechk switch and manually compress a map with old MoPaQ 2000 v.1.00
  (NOT 2.00).

------------------------------------------------------------------------------

History:

Changes from 2.01:
- new options: -nolist and -altcomp (see above)

Changes from 2.00:
- new options: -nocomp and -savechk (see above)

Changes from 1.01:
- totally new replay handling code
- two versions of rep2map:
  * console - rep2map.exe
  * GUI front-end - rep2mapg.exe (REQUIRES CONSOLE VERSION !!!)
- displays game version

Changes from 1.00:
- (rep2chk.exe) displays original map name
- (rep2scm.bat) supports files with spaces in name
