EDITORS DEPOT STAFF NOTE: This resource is no longer under development. See last post.
I made a
makeStringtable utility.
UPDATE!!! 11.05.2007 (v1.021)
EDITORS DEPOT STAFF NOTE: This resource is no longer under development. See last post for details.
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 aplication (no woindows/frontend).
Required: Java Runtime Environment
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"
DOWNLOADKNOWN BUG(S):
1., In script files only one Titletext or sideChat is in one line! (Multiple string commands prohibited)