Utilitarian Star System Generator

Do you guys (@coolAlias and @Geir ) think it would be possible to bring this great work together into a T5 style webpage? It just seems a shame that you have created an elegant, up to date system for generating start systems but the Traveller Tools webpage on the Mongoose site links to Traveller Worlds. I don't imagine it needs a icomap, just the raw data as presented in your generator.
It's totally possible, yeah, but someone other than me will have to do that - I have no interest in setting up and maintaining a web page, sorry.

That's why I wrote a tool that can be run completely offline. ;)
 
If you mean 2 stars, enter the desired star profile(s) under the Continuation Method section.

If you mean 2 planets, you can also enter those quantities under the Continuation Method.

If neither of those work for you, the tried and true method is to simply modify the system output however you see fit on paper, spreadsheet, or some other medium. The script is really just a tool to give you a starting point - don't let it stifle your own creativity.
Thanks for replying! How should I enter the star data? I want to put in M0 V and M2 V.
 
I don't exactly recall if you're still developing this (most excellent) tool @coolAlias, but on the off chance that you are;

I've noticed a peculiar bug - the first planet in the system generated from seed 789be5cfd440 has the atmospheric code of '1 - Trace', but a pressure of 0.549.

I checked the roll log and for the pressure it got a 44 on a D100; some quick double-checking and it seems like whatever happened in the backend, despite being a 'trace' atmosphere, it has used the values for Thin atmospheres instead to generate the pressure (Minimum Pressure Range 0.43 + Span 0.27 * 44/100 = 0.5488 ≈ 0.549)

I wish I could track the bug down further than that, but alas, when it comes to html that's the extent of my abilities I'm afraid.
 
Last edited:
I don't exactly recall if you're still developing this (most excellent) tool @coolAlias, but on the off chance that you are;

I've noticed a peculiar bug - the first planet in the system generated from seed 789be5cfd440 has the atmospheric code of '1 - Trace', but a pressure of 0.549.

I checked the roll log and for the pressure it got a 44 on a D100; some quick double-checking and it seems like whatever happened in the backend, despite being a 'trace' atmosphere, it has used the values for Thin atmospheres instead to generate the pressure (Minimum Pressure Range 0.43 + Span 0.27 * 44/100 = 0.5488 ≈ 0.549)

I wish I could track the bug down further than that, but alas, when it comes to html that's the extent of my abilities I'm afraid.
Thanks for the detailed information, I was able to track it down and push a fix.

What was happening is due to the location of the planet so close to the star, the atmosphere type was rolling in the first column of the Hot Atmospheres table on page 94, gets a 5 for Thin atmosphere, but then also has to roll on the table below, which you can see it rolls a 1 for Atmosphere Type: Orbit < HZCO-3 in the log, setting the atmosphere type back to Trace.

However, I had already set the density by this point based on the Thin atmosphere, so I just had to reset it.
 
Back
Top