Re: Galaxy seeds and system properties
Posted: Fri Jun 22, 2012 4:08 am
Regarding what makes a good galaxy, I take the exact opposite view: don't worry at all about the values generated for individual systems, because they can all be tweaked with a planetinfo.plist. The important thing is the actual galaxy layout, and the most important trap to watch for is zero-separation system pairs, where one becomes unreachable.
Here's another challenge to consider:-
Here's another challenge to consider:-
screenbackgrounds.plist wrote:{
short_range_chart = "oolite-short-range-chart.png";
long_range_chart = "oolite-long-range-chart.png";
system_data_nova = "oolite-nova-system.png";
/* // This section is commented out, and not used by standard Oolite.
// Use the following settings to add custom images to Oolite's screens
intro = "intro.png"; // background for the ships at game start
status = "status.png";
status_docked = "status-docked.png"; // if not defined, same as status
status_in_flight = "status-in-flight.png"; // if not defined, same as status
status_red_alert = "status-red-alert.png"; // if not defined, same as status
report = "report.png"; // if not defined, same as status_docked
manifest = "manifest.png";
equip_ship = "equip-ship.png";
mount_weapon = "mount-weapon.png"; // if not defined, same as equip_ship
shipyard = "shipyard.png";
long_range_chart1 = "long-range-chart1.png"; // if not defined, same as long_range_chart
long_range_chart2 = "long-range-chart2.png"; // if not defined, same as long_range_chart
long_range_chart3 = "long-range-chart3.png"; // if not defined, same as long_range_chart
long_range_chart4 = "long-range-chart4.png"; // if not defined, same as long_range_chart
long_range_chart5 = "long-range-chart5.png"; // if not defined, same as long_range_chart
long_range_chart6 = "long-range-chart6.png"; // if not defined, same as long_range_chart
long_range_chart7 = "long-range-chart7.png"; // if not defined, same as long_range_chart
long_range_chart8 = "long-range-chart8.png"; // if not defined, same as long_range_chart
system_data = "system-data.png";
...