Python scripts for the Cepheus Engine and Traveller RPGs
- TR_Support.py: Supporting classes and functions
- TR_Constants.py: Supporting constants
- TR_CE_SRD_World.py: Mainworld class based on the CE SRD generation rules
- TR_CE_EXT_MTB.py: Mainworld class based on the CE SRD generation rules + my own extensions:
- Stellar data
- Population modifiers
- TR_CE_EXT_BOOK6.py Mainworld class based on the CE SRD generation rules + CT Book 6 extensions
- TR_CE_EXT_Stellar.py: Original 'standalone' stellar data extension (legacy)
- TR_Subsector.py: Subsector class capable of holding both CE SRD and Extended worlds
- subsec.py: Generate a subsector using the TR_Subsector class
- test.py: Testing code
Still early days, lots of work to do.