--== READ ME ==--.txt
========================================
DOOMTIME - Doom Timing Calculator
========================================
A tool for calculating how far a floor or ceiling raises/lowers and how long it takes.
Doom runs at 35 tics per second.
Raise/lower speeds (map units per tic)
slow = 1 u/tic
normal = 2 u/tic
fast = 4 u/tic
turbo = 8 u/tic
USAGE
doomtime <command> <value>
COMMANDS
--help Show this help text
-time, -t Calculate distance moved in a given time (seconds)
-minutes, -mins, -m Calculate distance moved in a given time (minutes)
-distance, -d Calculate time to move a given distance
EXAMPLES
doomtime -time 30 Floor/ceiling raising or lowering for 30 seconds - how many units?
doomtime -minutes 2 Floor/ceiling raising or lowering for 2 minutes - how many units?
doomtime -distance 1050 Floor/ceiling raising or lowering 1050 units - how long does it take?
----------------------------------------
How to use
----------------------------------------
Place the bat file and the script file
in a dir which has been added to your
path. Then simply run it via the bat
filename from any location on your
computer using the command line.
----------------------------------------
Python Dependancies
----------------------------------------
none this is a POWERSCRIPT