Package games.stendhal.tools
Class TilesetConverter
java.lang.Object
games.stendhal.tools.TilesetConverter
A tool for converting tileset mappings.
The new mapping is lines in format:
[oldtilesetpath]:[tilenumber]:[newtilesetpath]:[tilenumber]
These are read from the standard input.
Description of the process:
- Loads the map
- Adds any new tilesets defined in the mapping if needed
- Converts the old tileset mappings to new
- Removes any unused tilesets from the map
- Saves the map
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
TilesetConverter
public TilesetConverter()
-
-
Method Details
-
main
- Throws:
Exception
-