You are viewing a potentially older version of this package. View all versions.
Index154-RandomRouteOnly-1.1.1 icon

RandomRouteOnly

Makes the ship travel to a random moon every day. With configurable limited rerolls per player!

Date uploaded 2 months ago
Version 1.1.1
Download link Index154-RandomRouteOnly-1.1.1.zip
Downloads 2903
Dependency string Index154-RandomRouteOnly-1.1.1

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100
stormytuna-RouteRandom-1.3.2 icon
stormytuna-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

Preferred version: 1.3.2

README

RandomRouteOnly

A simple mod to make your runs more interesting by making your ship travel to a random moon every day for free (unless there are 0 quota days remaining). On the final day the ship will fly to the company and land automatically.

Each player in the lobby can use the random command from the routerandom mod by stormytuna in the terminal to reroll the moon only once per quota by default (configurable)! Routing to specific moons is disabled! You can however enable always routing to the company in the config.

I highly recommend setting SkipConfirmation and DifferentPlanetEachTime to true in routerandom's config. This will make the process of rerolling moons faster and better.

Known issues

  • A player's reroll is "used up" even if the random command is cancelled in the end or used without effect

Thanks

  • stormytuna for making routerandom
  • blink9803 for making AutoFlyToCompany which was a nice little reference and inspiration

CHANGELOG

1.3.0

  • Fixed the random command being unusable if SkipConfirmation was not enabled in the routerandom config
  • Added config "Max consecutive days per moon" which lets you control how long the ship will stay at each moon before automatically routing to random. Can also be used to make the ship "never" automatically fly to a new random moon by setting the value to an arbitrary large number like 100. If you route to the Company before reaching the max consecutive days then the ship will return to the previous moon after leaving the Company. Consecutive days per moon are not tracked across game restarts

1.2.0

  • The ship can no longer automatically route to moons that aren't registered in the terminal (for LLL config compatibility)

1.1.1

  • Fixed the ship not routing to a random moon upon loading a save where it is orbiting the company
  • The ship will no longer route to a random moon if you load a save that is still on day 1 of quota 1 but not orbiting Experimentation
  • Fixed getting softlocked if a save is loaded where the ship was not orbiting the company on the final day. Now the ship auto routes to the company in this situation too

1.1.0

  • Added config for changing the amount of rerolls per player per quota. Set to 0 to disable rerolling entirely
  • Added config for always allowing manual routing to the company
  • Fixed manually routing to modded moons not being prevented (may still not work for any modded moons that don't use the correct naming scheme for their terminal route command - Please report exceptions that don't work)
  • Should have fixed weird issues happening when automatically landing at the company
  • The terminal now shows how many rerolls you have left after using the random command

1.0.2

  • Fixed typo

1.0.1

  • Fixed dependencies
  • Fixed short description

1.0.0

  • Initial release