HowToAddCreaturesStendhal: Difference between revisions

Content deleted Content added
imported>AntumDeluge
Balance A Creature: add note that balancer does not make any changes to creatures
imported>AntumDeluge
Add GFX: add asset warning
 
(3 intermediate revisions by the same user not shown)
Line 105:
 
= Add GFX=
 
{{AssetWarning}}
 
Now you need to find a nice sprite for your monster.
 
Line 183 ⟶ 186:
* 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>
#* Multiple creatures can be processed at once by simply adding multiple creature names separated with whitespace: <code>-Dcreature="lion tiger bear"</code>
#* Creature names containing whitespace '''''must''''' be enclosed within nested double or single quotes. Examples:
#** <code>-Dcreature="\"mountain orc\""</code> ''(single creature)''
#** <code>-Dcreature="'mountain orc'"</code> ''(single creature)''
#** <code>-Dcreature='"mountain orc"'</code> ''(single creature)''
#** <code>-Dcreature="'mountain orc' orc"</code> ''(multiple creatures)''
 
=== Implementing Output ===