HowToAddCreaturesStendhal: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>AntumDeluge →Command Line: how to use the enemy balancer |
imported>AntumDeluge →Ant Command Line: how to use the enemy balancer |
||
| Line 175: | Line 175: | ||
=== Ant Command Line === |
=== Ant Command Line === |
||
<span style="color:green; font-weight:bold; font-style:italic;">NOTES:</span> |
|||
* To run the balancer using the <code>ant</code> command, you will need to have [https://ant.apache.org/ Apache Ant] installed. |
|||
* Currently this method does ''NOT'' support running the balancer without any creature name arguments. |
|||
* Currently this method supports only one creature name argument. |
|||
* Currently this method does ''NOT'' support displaying XP suggestion. |
|||
Steps: |
|||
# From your command line, navigate to the root directory of the Stendhal source. |
|||
# Execute the following command (replace "creature name" with the creature you want to balance): |
|||
#* <code>ant balance -Dcreature="creature name"</code> |
|||
=== Implementing Output === |
=== Implementing Output === |
||