DLCQuest: Fix documentation error (#1720)

This commit is contained in:
axe-y 2023-04-15 23:04:47 -04:00 committed by GitHub
parent 8a78062825
commit acd3cb45bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 11 deletions

View File

@ -54,10 +54,15 @@ class CoinSanityRange(SpecialRange):
range_start = 1
range_end = 100
default = 20
special_range_names = {
"low": 5,
"normal": 20,
"high": 50,
}
class EndingChoice(Choice):
"""This is for the ending type of the basic game"""
"""Which ending is considered completion for the basic campaign"""
internal_name = "ending_choice"
display_name = "Ending Choice"
option_any = 0
@ -66,7 +71,7 @@ class EndingChoice(Choice):
class Campaign(Choice):
"""Whitch game you wana play to end"""
"""Which campaign you want to play"""
internal_name = "campaign"
display_name = "Campaign"
option_basic = 0

View File

@ -21,16 +21,16 @@ They can also choose to do both campaigns.
Location checks in DLC Quest always include:
- DLC Purchases from the shopkeeper
- Awardment-related objectives
- Killing Sheep in DLC Quest
- Specific Awardment objectives in Live Freemium or Die
- Killing Sheep in DLC Quest
- Specific Awardment objectives in Live Freemium or Die
There also are a number of location checks that are optional, and individual players choose to include them or not in their shuffling:
- Items that your character can obtain in various ways
- Swords
- Gun
- Box of Various Supplies
- Humble Indie Bindle
- Pickaxe
- Swords
- Gun
- Box of Various Supplies
- Humble Indie Bindle
- Pickaxe
- Coinsanity: Coins, either individually or as custom-sized bundles

View File

@ -1,4 +1,4 @@
# Stardew Valley Randomizer Setup Guide
# DLCQuest Randomizer Setup Guide
## Required Software
@ -32,6 +32,7 @@ You can customize your settings by visiting the [DLC Quest Player Settings Page]
- Run "DLCQuestipelagoInstaller.exe"
![image](https://i.imgur.com/2sPhMgs.png)
- The installer should describe what it is doing each step of the way, and will ask for your input when necessary.
- It will allow you to choose where to install your modded game, and offer a default location
@ -44,7 +45,7 @@ You can customize your settings by visiting the [DLC Quest Player Settings Page]
- Run BepInEx.NET.Framework.Launcher.exe. If you opted for a desktop shortcut, you will find it with an icon and a more recognizable name.
- ![image](https://i.imgur.com/ZUiFrhf.png)
![image](https://i.imgur.com/ZUiFrhf.png)
- Your game should launch alongside a modloader console, which will contain important debugging information if you run into problems.