Quantcast
Channel: FreeOrion
Viewing all articles
Browse latest Browse all 383

Play-Testing Feedback • Re: [0.5.1RC2] Configure nebulae?

$
0
0
Not readily configurable, suppose you could put a feature request in, but meanwhile, if you are feeling adventurous, you can tweak universe generation code to generate fewer fields to begin with, in the file

Code:

default/python/universe_generation/fields.py
Distribution is uniform(0.1, 0.15) which per comment means 10% to 15% empty no star systems get a field.

Then some fields also get chance to be generated during turn processing:

Code:

default/python/turn_events/turn_events.py
This creates a field if a random number between 0 and 1 falls below max(0.00015 * radius, 0.03) where readius is the universe radius. Huh. Well at any rate that's 3% chance to generate a field per turn, or whatever the universe size dictates otherwise as higher chances (?)

Statistics: Posted by BlueAward — Tue Jan 14, 2025 3:34 pm



Viewing all articles
Browse latest Browse all 383

Trending Articles