Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
You are viewing a potentially older version of this package.
View all versions.
RouteRandom
Route Random adds a couple commands for routing to a random moon, including modded moons. 'route random' will get a random moon. 'route randomfilterweather' will get a random moon, filtering out disallowed weathers
| Date uploaded | 2 years ago |
| Version | 1.3.2 |
| Download link | stormytuna-RouteRandom-1.3.2.zip |
| Downloads | 184438 |
| Dependency string | stormytuna-RouteRandom-1.3.2 |
README
RouteRandom
Route Random adds a couple commands for routing to a random planet. Supports (almost all) modded moons!
route random will get a random planet
route randomfilterweather will get a random planet following the disallowed weather conditions in the config
Config options for:
- Allowing each weather type to be chosen by
route randomfilterweather - Allowing costly planets to bo be chosen
- Removing the cost of costly planets when they're randomly routed to
- Skipping the confirmation screen
- Preventing the currently orbited planet from being randomly routed to
- Completely hiding the planet randomly routed to, in both the terminal and helm screens. NOTE: Will still hide planet info when chosen purposefully
CHANGELOG
- v1.3.2: Fixed an issue preventing some terminal commands from being used and prevented some possible compatibility issues
- v1.3.1: Fixed an issue that broke the terminal when using either command with a specific config setup
- v1.3.0: Generified some code to allow modded moon support
- Assumes that modded moons are registered the same way as regular ones (Every moon I have tested with has been thanks to the APIs they use taking this into consideration)
- If a modded moon doesn't do this for some reason, it won't be randomly chosen by this mod
- This limitation is sadly unavoidable
- Assumes that modded moons are registered the same way as regular ones (Every moon I have tested with has been thanks to the APIs they use taking this into consideration)
- v1.2.2: Fixes
- Prevent Company Building from being hidden
- Fix video clips still sometimes playing when hiding orbited moon
- Fix Dine showing up twice as often as other moons
- v1.2.1: Fixes
- Fix an issue with skipping confirmation and removing cost of costly planets, but not hiding planet info
- Fix a typo in logged awaken message
- v1.2.0: Switch
randomfilterweatherandrandomcommands around- Switch logic,
route randomnow chooses a random planet whileroute randomfilterweatherwill filter out planets with disallowed weather conditions - Add config to skip confirmation screen
- Add config to prevent choosing current planet
- Add config to hide planet
- Fix Experimentation not obeying weather filters
- Fix
route randomandroute randomwithweathercommands sometimes not working
- Switch logic,
- v1.1.0: Added some new configs
- Add configs for costly planets
- Add config to allow or prevent Mild weather being chosen
- Add description of
randomandrandomwithweathercommands tomoonscommand - Fix issues when no moon was suitable for
route random
- v1.0.1: Tweaked description
- v1.0.0: Initial release