Utilities
Notes
- Currently I don't have much to offer on this page. I will likely add more log analyzation scripts and possibly some other tools as well as web interfaces for some, if not all, of the scripts here.
- If you have an idea you'd like implemented, or a utility of yours that you'd like to share, please don't hesitate to contact me.
- The following tools may require Perl to use. It is often installed by default on many Unix-like operating systems, but if you don't have Perl you may download it for Linux, Mac OS, and Windows.
- The usage examples show executing Perl scripts with the perl <script> <files> syntax. If you are on a Unix-like system you can issue the command chmod a+x <script> at the command prompt and then use the syntax ./<script> <files>. If this makes no sense to you feel free to ignore this note.
Alignment Count
- File
- align
- Type
- log analyzation (Perl script)
- Description
- Counts the occurances of each alignment listed when you use the score or score align commands.
- Example Usage
-
$ perl align log1 log2 log3
8 good
22 barely evil
7 quite good
12 evil
8 barely good
28 neutral
[ Notes |
Alignment Count |
Combat Parser ]
Related Info