		ABOUT

CivRiver version 1.5

This is a freeware command-line utility to add/remove rivers in Civ2 scenarios and saved files.
Supported versions: ToT 1.1 (but not 1.0), MGE and FW.

		SYNOPSIS 

Command line is very simple:

CivRiver SCENARIO_FILE +r|-r [-mN] X Y [X Y...]

where
  SCENARIO_FILE is the filename of scenario or savegame
  +r or -r is a command to add or remove a river
  -mN is an optional parameter specifies map number, -m0 is default
  X and Y is a coordinates of the map tile which you want to affect

for example:

  civriver Scenario.scn +r 2 32 3 33 4 34 

adds a river to the tiles (2, 32) (3, 33) (4, 34) at map 0

  civriver Scenario.scn -r 2 32

will remove a river from tile (2, 32) at map 0

  civriver Scenario.scn -r -m2 155 165

will remove a river from tile (155, 165) at map 2  


Don't forget to make backups because CivRiver will not do it for you :)                

                HOW GET IT TO WORK
                
Don't click with mouse. This program has not any dialogue interface.
Get your keyboard, open command prompt window and type commands there.
Or make a *.bat/*.cmd file with necessary commands.
If errors then CivRiver will report you. 
But if all is OK it will work silently, don't be confused.

		HISTORY

1.5  - added support for ToT multimap files and MGE/FW files.
1.01 - minor cosmetic changes
1.0  - the beginning

		THANKS

Great thanks to Catfish for "Saved Game File Format" table at his website.

		LICENSING
		
CivRiver is provided AS IS WITHOUT ANY WARRANTY and protected by GNU General Public License v.2.
You may redistribute this package and use the sources on the terms of GNU GPL.

		COPYRIGHT

(c) Dmitry V. Kolvakh aka Keu 
E-mail: keu.ocr@gmail.com





