DOWNLOAD:
- (Latest)
- (Old)REQUIREMENTS:
Tested on Python 2.6 (
)Windows Platform (Not sure if dependent)
SDATA EDITING:
SData editing is straight-forward. Place the unencrypted SData file in
".\Input\SData\*.SData"
Click on the corresponding batch command from the programs root folder matching
to the file you want to create.
The extract files will be contained in
".\Output\SData\*"
Example:
To make Cash.SData into a comma seperated file run "Cash_csv.bat".
Edit the "*.csv" with a CSV Editor (I used OpenOffice Calc).
To create it back into a SData file run "Cash_sdata.bat".
MAP EDITING:
Map extracting and combining requires you use the batch commands from command
prompt. This is because it accepts 1 parameter that is the map number.
Place the SVMAP file in
".\Input\Map\*.svmap"
Open command prompt and navigate to the programs root folder, then enter the
command along with the Map index you want to extract.
It will extract the file into several files located in
".\Output\Map\[Map_number]\*"
Example:
To extract 0.svmap into its respective CSV files in command prompt enter:
"Map_csv 0"
To re-combine it back into svmap type:
"Map_svmap 0"
MLT EDITING:
MLT extracting and combining requires you use the batch commands from command prompt.
This is because it accepts 1 parameter that is the MLT file name.
Place the MLT file in
".\Input\MLT\*.mlt"
Open command prompt and navigate to the programs root folder, then enter the
command along with the filename you want to extract.
Example:
To extract vimm_hair.MLT into its respective CSV files in command prompt enter:
"mlt_csv vimm_hair"
To re-combine it back into svmap type:
"mlt_mlt vimm_hair"
ITM EDITING:
ITM extracting and combining requires you use the batch commands from command prompt.
This is because it accepts 1 parameter that is the ITM file name.
Place the MLT file in
".\Input\ITM\*.itm"
Open command prompt and navigate to the programs root folder, then enter the
command along with the filename you want to extract.
Example:
To extract 02.ITM into its respective CSV files in command prompt enter:
"itm_csv 02"
To re-combine it back into svmap type:
"itm_itm 02"
CHANGELOG:
Code:
2010-10-31 ZeroSignal v0-1c * Added support for ITM File Extraction. * Added much better Error Handling. * Added some Util functions pack_field, unpack_field.
Credits:
EarthCrush - Making an alpha ITM file.
All other Contributors.







