Home
Name Modified Size InfoDownloads / Week
EndStat v2.1_Win 2012-09-15 3.9 MB
EndStat v2.1_Lin 2012-09-15 4.9 MB
EndStat v2.0 2012-09-11 73.6 kB
README.txt 2012-09-10 1.2 kB
Map.jpg 2012-09-10 67.1 kB
EndStat v1.1 2012-09-10 72.4 kB
EndStat v1.0 2012-09-09 6.4 kB
defaults.xml 2012-09-09 5.7 kB
guitest.pl 2012-09-09 10.4 kB
citydata.xml 2012-09-09 3.1 kB
Totals: 10 Items   9.0 MB 0
To get it working:
  Required Modules
    -Tk
    -XML::Simple
    -Math::Complex
    -Math::Trig
    -Data::Dumper (for debugging)

  The file paths need to be changed to the paths of the files on your system
  The program needs to be run from the command line as the results are printed
    to the terminal
  
Other info
  Equations used (may be outdated, see source for most up to date):
    blast radius:  (((.001(b)^3/2)-(.001(a)^3/2))/(b-a))+(38)
    pressure distribution:  ((((.001(b)^3/2)-(.001(a)^3/2))/(b-a))+(20))/d^3
    thermal distribution:  ((((.001(b)^3/2)-(.001(a)^3/2))/(b-a))+(20))/d^2
    death probabilities: (.00125(3.6(.1*x))^2(1.2((.1*x)-7))+1)^2 

Copyright (C) 2012  oldecrow

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

Source: README.txt, updated 2012-09-10