A command line application to shift all entities in a Reflex Arena .map file by a specified amount in each axis.
Author: Mauro Merconchini
Everything you will need to get the application up and running.
Java 1.6.0 or above. If you don't have it already, you can download it here
Download the latest release and place it in a directory of your choosing.
After placing a Reflex Arena .map file in the same directory as the executable, you can perform the shift by running the application in the command line. The syntax is as follows:
ReflexEntityShifter <myMap>.map shift-X shift-Y shift-Z
Where shift-X
, shift-Y
, and shift-Z
are the values by which you wish to shift each entity.
For example, running the command
ReflexEntityShifter testMap.map 256 128 64
would shift the position of every entity in the map file testMap.map by 256 units on the X axis, 128 units on the Y axis, and 64 units on the Z axis.
The resultant map file will be placed in the same directory as the input .map file have the following nomenclature:
<myMap>.map ---> <myMap>_EntityShifted.map
- Launch4j - A cross-platform Java executable wrapper
This project is licensed under the MIT License - see the LICENSE.md file for details