You are viewing a potentially older version of this package. View all versions.
stormytuna-RouteRandom-1.3.1 icon

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 4 months ago
Version 1.3.1
Download link stormytuna-RouteRandom-1.3.1.zip
Downloads 56700
Dependency string stormytuna-RouteRandom-1.3.1

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
  • 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 and random commands around
    • Switch logic, route random now chooses a random planet while route 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 and route randomwithweather commands sometimes not working
  • 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 and randomwithweather commands to moons command
    • Fix issues when no moon was suitable for route random
  • v1.0.1: Tweaked description
  • v1.0.0: Initial release