Algorithmically redraws the routes on the space map to improve navigation between modded planets.
Small changes concerning balance, gameplay, or graphics.
Version: 2.2.5 Date: 2025-07-20 Changes: - (No functionality change) This mod now reads tier values from PlanetsLibTiers rather than PlanetsLib.
Version: 2.2.4 Date: 2025-07-04 Changes: - Planets in orbit around hidden locations are no longer excluded from the algorithm, since they are generally otherwise inaccessible. - Routes from hidden planets are no longer preserved in the algorithm, these routes are now cleaned up. - The logic around hidden planets now runs in data-final-fixes.lua.
Version: 2.2.3 Date: 2025-06-29 Changes: - Fixed the changelog.
Version: 2.2.2 Date: 2025-06-29 Changes: - No changes! Yours truly hit upload by mistake.
Version: 2.2.1 Date: 2025-06-29 Bugfixes: - Attempted fix for a rare startup crash.
Version: 2.2.0 Date: 2025-06-12 Changes: - Reverted the triangle inequality filtering threshold from 5% to 0% as this was found to remove too many space routes.
Version: 2.1.1 Date: 2025-06-11 Changes: - Connections are flipped back-to-front if that would make the PlanetsLib tiers in the direction of the route increasing. (For example, Nauvis–Aquilo is now preferred to Aquilo–Nauvis.)
Version: 2.1.0 Date: 2025-06-11 Changes: - Triangle inequality filtering is now more strict. Edges are removed post-generation if they reduce the shortest route between 'from' and 'to' by no more than 5%. - Fixed a rounding error in the triangle inequality filtering calculation.
Version: 2.0.0 Date: 2025-06-06 Changes: - Switched from polar-space triangulation to real-space triangulation. Although this can cause a rare inaccuracy, it means paths will cross the north axis which is preferable. This is a potentially breaking change for saves in that a few space routes may adjust. Bugfixes: - Corrected the length formula for axis-crossing paths. (Thanks boomshroom!)
Version: 1.4.4 Date: 2025-06-05 Bugfixes: - Fixed a crash related to asteroid chunks.
Version: 1.4.0 Date: 2025-06-05 Changes: - Improved the asteroids on newly generated routes. Redrawn Space Connections will now examine the asteroids in orbit of each planet and use them to construct asteroids on the route. Thanks to AnotherZach for collaborating on this.
Version: 1.3.10 Date: 2025-03-22 Changes: - Fixed PlanetsLib version.
Version: 1.3.9 Date: 2025-03-22 Changes: - PlanetsLib version bump.
Version: 1.3.8 Date: 2025-03-16 Changes: - License switch.
Version: 1.3.7 Date: 2025-03-16 Changes: - Added mod setting to multiply all route lengths by a value (defaults to 1).
Version: 1.3.6 Date: 2025-03-09 Changes: - Renamed the API 'redrawn_connections_keep' on space locations to 'redrawn_connections_exclude'. Using 'redrawn_connections_keep' will still work but is undocumented.
Version: 1.3.5 Date: 2025-03-08 Changes: - Fixed leaving in some test code which caused Nauvis to vanish!
Version: 1.3.4 Date: 2025-03-08 Changes: - Hidden space locations are now excluded from the triangulation.
Version: 1.3.3 Date: 2025-02-25 Changes: - Replaced the approximate distance formula with an exact one. - Asteroids on routes to Maraxsis are now generated like those to Aquilo.
Version: 1.3.2 Date: 2025-02-18 Changes: - Reverted the changes in 1.3.0 for now.
Version: 1.3.1 Date: 2025-02-17 Changes: - Added the setting Redrawn-Space-Connections-real-space-triangulation.
Version: 1.3.0 Date: 2025-02-17 Changes: - Connections with redrawn_connections_keep now form a natural part of the resulting triangulation.
Version: 1.2.0 Date: 2025-02-07 Changes: - Fixed redrawn_connections_exclude not working on space connections. - Fixed possibility of duplicate edges to 'redrawn_connections_exclude' locations. - Added API redrawn_connections_rescale - Renamed redrawn_connections_exclude to redrawn_connections_keep
Version: 1.1.7 Date: 2025-02-07 Changes: - Fixed a crash.
Version: 1.1.6 Date: 2025-02-07 Changes: - Removed undocumented and nonfunctional API.
Version: 1.1.5 Date: 2025-02-04 Changes: - redrawn_connections_length_multiplier is now 100 for shattered-planet.
Version: 1.1.4 Date: 2025-02-04 Changes: - If redrawn_connections_length_multiplier is present at both ends of a new connection, the higher of the two values is taken.
Version: 1.1.3 Date: 2025-02-04 Changes: - Remove log statements. Fix missing license file.
Version: 1.1.2 Date: 2025-02-03 Changes: - Support for mods changing the overall scale of space connections.
Version: 1.1.1 Date: 2025-02-03 Changes: - Algorithm updated to suppress radial paths less heavily. - Fixed the thin-angle filtering code from removing more paths than intended.
Version: 1.1.0 Date: 2025-02-03 Changes: - Respect for the Triangle Inequality: If a route between two locations is longer or equal to another path between the same two locations, the route is deleted.
Version: 1.0.8 Date: 2025-02-03 Changes: - Fixed the icons for space connections.
Version: 1.0.7 Date: 2025-02-03 Changes: - Since there is a community map using Tiered-Solar-System and Planetary-Distance-Adjustments, the incompatibility with Planetary-Distance-Adjustments has been removed — the latter mod now simply has no effect if Redrawn Space Connections is installed.
Version: 1.0.6 Date: 2025-02-02 Changes: - Description update.
Version: 1.0.5 Date: 2025-02-02 Changes: - Better compatibility with Tiered Solar System.
Version: 1.0.4 Date: 2025-02-02 Changes: - Removed some unused code.
Version: 1.0.3 Date: 2025-02-02 Changes: - Hidden planets and connections are now excluded from the connection redraw. - Compatibility with planets with no icon.
Version: 1.0.2 Date: 2025-02-02 Changes: - Description update.
Version: 1.0.1 Date: 2025-02-02 Changes: - Thumbnail update.
Version: 1.0.0 Date: 02.02.2025 Features: - Initial release.