Converter 1.8 
(under some tests yet)

Readme:

       **********************************
	        Converter 1.8
	   by Alessandro Borges October/2002
	   **********************************

	   This is a small utility to traslate coded 3DZ files to text format, and  convert it back to 3DZ format.


	   New/Fixes
	   *************
	   Release 1.8
	   A more readable of [Sequence] section
	   Now Sequence is shown as it is : a table to Front and Back element rendering sequence.
	   The first code at line S000 shows the  root element, the second code is a null element.

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

	   Release 1.5
	   Fix the Normal output. Now we have the _D parameter, merging the  _d and _c.

	   -------------------------------------------------------------------
	   Release 1.4

	   A just did some litle changes in Converter in a way to have another output file XXXXXBtree.TXT .

	   This file shows the BST/Rendering Sequence, in left to right. Choose a (small) plane, output his BST/RS text, print it and see how it makes sense in 3DZStudio !!!!

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

	   Release 1.3a
	   Fix another bug in texture file name. Thanks George !!
	   --------------------------------------------------------
	   Release 1.3
	   * This revision add command line feature. Now you can use Converter in D.O.S. batch files.
	     Usage: [ ] indicates optional command
	         Converter /? [/h] [/help]
	         Converter Pju87f.3dz stuka.txt
	         Converter Stuka.txt pju87f.3dz
	         Converter PhurrF.3dz [phurrF.txt]
	         Converter PhurrF.txt [phurrf.3dz]


	   * Code optimized, so this version is smaller than previous releases.

	   * I wish to Thank John 'Stag' and George 'Geo'. They found some bugs fixed in the revision as:
	         - Corruption of the texture name;
	         - A error in some [SEQUENCE] data, as in Spitfire Mk.IX.

	   ---------------------------------------------------------------
	   Release 1.2
	   * this revision corrects a bug in [SEQUENCE] section when
	   converting 3dz to TXT. The bug was a code 100 without space beetween it and the previous code. You can fix it, by hand, with notepad, adding a space.
	   ex.:
	   S009= 145 125100 255 ; OLD AND FAIL !!! change to :

	   S009= 145 125 100 255 ; GOOD !!!

	   --------------------------------------------------------------
	   1.1
	   This revision corrects a wrong Rendering Sequence, which crashes EAW.
	   No more Crashes !!!


	   ------------------------------------------------------------------
	   In English/Em Portugues

	   This is a small utility to traslate coded 3DZ files to text format, and  convert it back to 3DZ format.
	   Error checking was NOT performed. Be careful when modifying the output file.
	   There are 6 sectors :
	   	[HEADER]
	           [INSERT]
	           [NORMAL]
	           [SEQUENCE]
	           [POINTS]   and
	           [ELEMENTS]

	   The  [END] statement indicates the end of a sector.
	   The  [EOF] statement indicates the end of the file.
	   Comments starts with ;

	   P
	   Este  um pequeno utilitrio para descodificar arquivos 3dz em arquivos texto e vice versa.
	   Existem  6 setores :
	   	[HEADER]
	           [INSERT]
	           [NORMAL]
	           [SEQUENCE]
	           [POINTS]   and
	           [ELEMENTS]

	   O comando  [END] indica fim de um setor.
	   O comando  [EOF] indica fim do arquivo.
	   Comentarios comeam com ponto e virgula (;)


	   If this files doesn't work contact us.
	   Se estes arquivos apresentarem problemas,
	   entre em contato.


	       To install / Para instalar
	   ********************************

	   To install, simply copy the  file in this zip file,to a folder
	   Bastar descompactar em seu  diretrio de trabalho.


	    To Uninstall / Para desinstalar
	   *************************************

	   Just delete the unziped files.
	   Basta apagar os arquivos que voce instalou.


	   Output Text Sample / Exemplo de saida em formato texto:
	   ********************************************************
	   see example.txt file
	   _____________________________________________________________________

	   ______________________________________________________________________

	   email : AcesOverGyn@Hotmail.com
	   url   : www.acesovergyn.hpg.com.br
	            (em portugues, maybe, some day in english...)

       






