View Single Post
Old 02-17-2021, 05:57 PM   #58
GURPZine
 
GURPZine's Avatar
 
Join Date: Mar 2010
Location: Brasil - São Paulo
Default Re: GURPS Game Aids: Computer Programs

GURPS Stella
Stellar Systems Generator for GURPS Space

Two languages: english and portuguese. Program selects language automatically.

Generator of space map full of stellar systems for GURPS Space. Algorithm used is GURPS Space for GURPS 3rd edition, but you can use with 4th edition.

It creates a map of 30 x 30 parsecs using GURPS Space tables. Includes subtitles with keys for stars meaning. Includes coordinates.

Very simple. Text-based map. Program runs in command line.

DOWNLOAD AND INSTALL:

1. Download Python 3 from:
https://www.python.org/downloads/windows/

If you use Linux it's generally installed by default in many distros.

2. Download GURPS-Stella.py.
https://gist.github.com/Nerun/105cb7...f68c31006d.zip

3. Run with Python that you have previously installed. On Windows command prompt or Linux terminal:
Code:
py GURPS-Stella.py
Be sure of running it with Python 3+ not Python 2.x. In Debian:
Code:
python3 GURPS-Stella.py

Last edited by GURPZine; 02-19-2021 at 09:44 AM.
GURPZine is offline   Reply With Quote