-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.txt
35 lines (25 loc) · 922 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
CT-Char-Gen
===========
Traveller Book 4 & 5 character Generation using classes
Usage:
------
Run the CharGen.py script to generate a single character. Command-line arguments:
CharGen.py [single|list|summary] [quantity]
* "single" is the default mode if not specified
* "list" generates multiple characters and dumps some data to a CSV file
* "summary" generates multiple characters and prints a statistical summary
The quantity defaults to 10 if not specified. Only affects list/summary modes.
Contributions:
--------------
* Project started November 2012
* Mark Urbin: original creator
* GreyKnight: contributor
* Project last updated June 2013
Other Credits:
--------------
* Initial code aided by samples from http://wiki.python.org/moin/SimplePrograms
Disclaimer:
-----------
The Traveller game in all forms is owned by Far Future Enterprises. Copyright 1977--2018 Far Future Enterprises.
Notes:
------