makeStringtable utility for Armed Assault and Operation Flashpoint
created by bardosy

Required: Java Runtime Environment (!!!)

Description: If you are a mission designer for ArmA/OFP, you usually make sqs/sqf files. And these files you use TitleText and sideChat commands for text. It's very easy when you're designing a mission, but later - when mission done - you must collect the texts into a stringtable.csv
This utility make this work.

1., Sweep your mission folder for sqs/sqf files 
2., and get the TitleText and sideChat commands
3., extract your text from these commands
4., change this text with   localize "STR_xx" and append a new line to the stringtable.csv


This is a consol application (no woindows/frontend).

Usage:
makestringtable workfolder
The parameter is a folder path, where your sqs and sqf files are. 

E.g:
makestringtable c:\Arma\missions\mymission
or 
makestringtable "c:\Documents and settings\Name\Arma\missions\mymission"


version history:

1.021 (2007.05.11)
* utility run WITH java runtime environment (I could't compile as a standalone exe)
* bug fixed: sometimes deleted the sqs files.

1.02 (2007.05.10)
* modify only script files with string commands (Baddo's idea)
* utility run without java runtime environment
* search for the following string commands:
	hint
	hintC
	hintCadet
	titleText
	cutText
	groupChat
	sideChat
	vehicleChat
* not working with subfolders YET.
* Process script files: sqm, sqs, sqf

1.0
* release




KNOWN BUGS:
1., In script files only one Titletext or sideChat is in one line! (Multiple string commands prohibited)

