Outer-Wilds-New-Horizons / new-horizons

A tool for modifying or creating new planets, dialogue, ship logs, and more for Outer Wilds.
https://nh.outerwildsmods.com/
MIT License
42 stars 15 forks source link

Fix the solar system radius calculation #869

Closed MegaPiggy closed 1 month ago

MegaPiggy commented 1 month ago

Bug fixes

MegaPiggy commented 1 month ago

To explain this. 30000 is the edge, while 24000 is the interloper. If you did multiplication if your farthest body was at 30000, it would make the edge 24000. Obviously it should be the opposite and so I changed it to divide.

30000 (24000 / 30000) => 30000 0.8 => 24000 30000 / (24000 / 30000) => 30000 / 0.8 => 37500