Skip to content

Commit

Permalink
Update Raft option text, setup guide
Browse files Browse the repository at this point in the history
  • Loading branch information
SunnyBat committed May 5, 2024
1 parent 7e61211 commit 5ef3c62
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions worlds/raft/Options.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,14 @@ class FillerItemTypes(Choice):
option_both = 2

class IslandFrequencyLocations(Choice):
"""Sets where frequencies for story islands are located."""
"""Sets where frequencies for story islands are located.
Vanilla will keep frequencies in their vanilla, non-randomized locations.
Random on Island will randomize each frequency within its vanilla island, but will preserve island order.
Random Island Order will change the order you visit islands, but will preserve the vanilla location of each frequency unlock.
Random On Island Random Order will randomize the location containing the frequency on each island and randomize the order.
Progressive will randomize the frequencies to anywhere, but will always unlock the frequencies in vanilla order as the
frequency items are received.
Anywhere will randomize the frequencies to anywhere, and frequencies will be received in any order."""
display_name = "Frequency locations"
option_vanilla = 0
option_random_on_island = 1
Expand All @@ -53,7 +60,7 @@ class IslandGenerationDistance(Choice):
default = 8

class ExpensiveResearch(Toggle):
"""Makes unlocking items in the Crafting Table consume the researched items."""
"""If No is selected, researching items and unlocking items in the Crafting Table works the same as vanilla Raft. If Yes is selected, each unlock in the Crafting Table will require its own set of researched items in order to unlock it."""
display_name = "Expensive research"

class ProgressiveItems(DefaultOnToggle):
Expand All @@ -66,8 +73,7 @@ class BigIslandEarlyCrafting(Toggle):
display_name = "Early recipes behind big islands"

class PaddleboardMode(Toggle):
"""Sets later story islands to in logic without an Engine or Steering Wheel. May require lots of paddling. Not
recommended."""
"""Sets later story islands to in logic without an Engine or Steering Wheel. May require lots of paddling."""
display_name = "Paddleboard Mode"

raft_options = {
Expand Down
2 changes: 1 addition & 1 deletion worlds/raft/docs/setup_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

4. Open RML and click Play. If you've already installed it, the executable that was used to install RML ("RMLLauncher.exe" unless renamed) should be used to run RML. Raft should start after clicking Play.

5. Open the RML menu. This should open automatically when Raft first loads. If it does not, and you see RML information in the top center of the Raft main menu, press F9 to open it.
5. Open the RML menu. This should open automatically when Raft first loads. If it does not, and you see RML information in the top center of the Raft main menu, press F9 to open it. If you do not see RML information at the top, close Raft+RML, go back to Step 4 and run RML as administrator.

6. Navigate to the "Mod manager" tab in the left-hand menu.

Expand Down

0 comments on commit 5ef3c62

Please sign in to comment.