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

RouteRandom

Route Random adds a couple commands for routing to a random planet. 'route random' will get a random planet following the allowed weathers in the config. 'route randomwithweather' will ignore the config and allow all weather types

Date uploaded 2 years ago
Version 1.0.1
Download link stormytuna-RouteRandom-1.0.1.zip
Downloads 538
Dependency string stormytuna-RouteRandom-1.0.1

README

RouteRandom

Route Random adds a couple commands for routing to a random planet.

route random will get a random planet following the allowed weathers in the config

route randomwithweather will ignore the config and allow all weather types

Will be updating with more features, let me know what you want to see!

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