Add some documentation.
Move unit.pl back to the main tools directory, as it needs the wml Perl module.
This commit is contained in:
parent
69f3aa45e8
commit
e9b4af2f99
3 changed files with 6 additions and 1 deletions
3
data/tools/README
Normal file
3
data/tools/README
Normal file
|
@ -0,0 +1,3 @@
|
|||
Tools for hacking or generating WML, maps, images, and sounds belong here.
|
||||
Tools for sanity-checking the mainline campaigns and associated data
|
||||
also belong here.
|
|
@ -1,4 +1,6 @@
|
|||
#!/bin/env python
|
||||
#
|
||||
# Automagically set the village_per_scout parameters in MP scenarios.
|
||||
|
||||
import sys
|
||||
import os
|
||||
|
@ -223,7 +225,7 @@ def printUsage():
|
|||
print "scoutDefault.py [-hRO] [-d directory] [-f file] [-x extension]"
|
||||
print "-h : print this message"
|
||||
print "-R : recursively parse directories"
|
||||
print "-O : overwrite village_per_scout vaue in scenario"
|
||||
print "-O : overwrite village_per_scout value in scenario"
|
||||
print "-d : directory to look for file to parse"
|
||||
print "-f : name of the file to parse"
|
||||
print "-x : suffix to append to filename"
|
||||
|
|
Loading…
Add table
Reference in a new issue