Skip to content
adosikas edited this page Jul 31, 2023 · 25 revisions

Welcome to the synth_mapping_helper wiki!

See Installation and Usage on Windows to learn how to use this on Windows (even without having to use the command line).

If you are comfortable with the command line, you just need to install Python 3 (3.9 or later) and run pip3 install --upgrade synth_mapping_helper. Then you can run the tool from anywhere via python3 -m synth_mapping_helper.cli -h.

See the Glossary for info on how we handle coordinates and the different game objects.

I recommend you look at all pages at least briefly, there are a lot of options and most are too complex to explain sufficiently in a single line.
Also you may want to try out features on a dedicated test map first, as undo in the editor works most of the time, but not every time.

These options are supported in the order they are listed (alternative below):

  1. Pre-Processing
  2. Rails
  3. Movement
  4. Post-Processing

If you want to execute them in a different order, you must do it in different commands (ie different lines in an action file).

There are also miscellaneous options which do not fit anywhere:

Note that this wiki may be incomplete (Last updated for Version 1.3.0), and you may need to refer to the help command (show_help.bat or -h parameter) for more up-to-date information.

Clone this wiki locally