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 planet. 'route random' will get a random planet. 'route randomfilterweather' will get a random planet, filtering out disallowed weathers
Date uploaded | 11 months ago |
Version | 1.2.2 |
Download link | stormytuna-RouteRandom-1.2.2.zip |
Downloads | 151569 |
Dependency string | stormytuna-RouteRandom-1.2.2 |
README
RouteRandom
Route Random adds a couple commands for routing to a random planet
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.0.0
- Released
- v1.0.1
- Tweaked description
- v1.1.0
- Add configs for costly planets
- Add config to allow or prevent Mild weather being chosen
- Add description of
random
andrandomwithweather
commands tomoons
command - Fix issues when no moon was suitable for
route random
- v1.2.0
- Switch logic,
route random
now chooses a random planet whileroute randomfilterweather
will 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 random
androute randomwithweather
commands sometimes not working
- Switch logic,
- v1.2.1
- 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.2
- 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
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
randomfilterweather
andrandom
commands around- Switch logic,
route random
now chooses a random planet whileroute randomfilterweather
will 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 random
androute randomwithweather
commands 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
random
andrandomwithweather
commands tomoons
command - Fix issues when no moon was suitable for
route random
- v1.0.1: Tweaked description
- v1.0.0: Initial release