Redrawn Space Compatibility

by Kryzeth

Features several compatibility patches between Redrawn Space Connections, Cosmic Social Distancing, and various other planet/space age mods, including Asteroid Belt, Outer Rim, Dyson Sphere, Dea Dia System, Metal and Stars, Shattered Planet, Void Processing, and Nexus Endgame Extended.

Tweaks
21 hours ago
2.0
6.86K
Planets

g [Fixed] [1.0.46] Crash on startup

a day ago

metal-stars-updates.lua
change "if data.raw.planet.nix then return end" to "if not mods["metal-and-stars"] then return end"

21 hours ago
(updated 21 hours ago)

Yeah, that's literally what the check was before; but checking for the planet shouldn't cause an error on load. The data.raw.planet table is guaranteed to exist, so if the "nix" key does not exist, then it will simply fail the check and return end

This was changed so that the logic runs with the new Metal and Stars fork, as well as any other future forks

EDIT: I realize my mistake now, I accidentally flipped the check, should be fixed in v1.0.47

New response