Downloads containing readme.txt

Downloads
Name Author Game Mode Rating
J2L Tool zapS Utility N/A Download file

File preview

Instructions

Commandline arguments:
------------------------------------------------------------
J2L_Tool <level>

Dump some levelstatistics in <level>.stats.txt
------------------------------------------------------------
J2L_Tool <level> <swap data file>

Remaps tile indices in level according to swap data file.
The swap data should be a normal txt file containing a list
of whitespace separated integer pairs.
First value (ID1) in each pair refers to a tile.
Second value (ID2) is the tile id that all occurences of ID1
should be changed to.
------------------------------------------------------------
J2L_Tool SPLIT <level>

Extracts the 4 streams from the level into 4 new files with
".dataX" appended to filename (where X=streamnumber).
------------------------------------------------------------
J2L_Tool FUSE <level>

Load and compresses the datastream files that can be found,
and puts them back into level. Note that not all streams
have to be present.
------------------------------------------------------------