Starbound

Starbound

Universe Generation Overhaul Reborn
 This topic has been pinned, so it's probably important
Azure Fang  [developer] 29 Jun, 2017 @ 8:42am
Changelog
Version 1.1 - 06/29/2017
  • Restructured code used to enable difficulty scale to make it more compatible with other mods. Previously, this mod removed the per-planet difficulty entry completely for rely on a single, default range. This could present a problem with any mod that called to the vanilla per-planet ranges. With this version, the per-planet ranges are restored and instead each define [2.0, 6.9], so that mods that load later in order and call for the range will not throw errors.
  • Enabled "verysmall" planet size on satellites only. Found in vanilla assets, this planet size generates only a single biome per layer.
  • Re-examined "moon" biome satellite table and adjusted visuals to match other satellites. In vanilla, "moon" moons were visually smaller than all other moon biomes.

Version 1.1.1 - 06/29/2017
  • Minor code structure change to moon satellite image arrays to improve compatibility.

Version 1.2 - 07/02/2017
  • Removed references to "spacedust" weather type. Chucklefish removed "spacedust" with 1.3, but left it mentioned in weather.config as a valid type. Any planets that were generated by previous versions of this mod with the "spacedust" weather type will need to be regenerated.

Version 2.0 - 07/21/2019
  • Fixed bug preventing an additional primary orbit from having a chance to generate around red stars.
  • Removed "verysmall" planet size from moons in general, but left it intact for most moon and barren biome instances. "verysmall" satellites were having generation issues with 1.4.x's introduction of spontaneously added bounty dungeons, though this does not appear to be an issue with moon and barren biomes which do not normally have dungeons.
  • Removed "small" from planets due to generation issues.
  • Bumped tier range from 2 - 6.9 to 2 - 7.
  • SIGNIFICANTLY restructured celestial.config.patch to be far more compatible with other mods. I mean a serious case of "what the hell was I thinking when I first wrote this?" restructuring.
Last edited by Azure Fang; 21 Jul, 2019 @ 11:31pm