While looking at another issue, I noticed something weird happening with Outer Rim.
The default distance between Aquilo and Secretas is 80k and from Secretas to SSEdge, it is another 20k.
This happens to be the exact distance from Aquilo to SSedge.
Adding Outer Rim, these distances are not touched, meaning Secretas is still effectively on the path from Aquilo to SSedge, with an equivalent shortest path of 100k via Secretas or directly.
The path Aquilo -> Paracelsin -> SSedge is 50k + 100k: a much much longer distance.
RSC moves Secretas much much closer to Aquilo (distance of only 18k) and removes the connection Secretas–SSedge.
It also re-draws the connections Aquilo–Paracelsin–SSedge with a length of 8k and 65k, resp: Now the shortest path Aquilo to SSedge is 73k via Paracelsin.
Now the problem:
RSCompat re-introduces the connection Secretas–SSedge with a length of 20k. That means the shortest path Aquilo->SSedge is via Secretas with a total length of only 38k. This is only about a third of the original distance Aquilo–SSedge.
At the same time the path Secretas–Aquilo–Paracelsin is only 26k, much shorter than the re-introduced direct route Secretas–Paracelsin of 70k.
All this seems very strange to me. I have no idea how these things are supposed to be balanced, but his feels broken.