forked from ArchipelagoMW/Archipelago
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed location errors, unit test cases, and website related text.
- Loading branch information
Showing
11 changed files
with
110 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
57 changes: 0 additions & 57 deletions
57
worlds/khrecom/docs/en_Kingdom Hearts Chain of Memories.md
This file was deleted.
Oops, something went wrong.
40 changes: 40 additions & 0 deletions
40
worlds/khrecom/docs/en_Kingdom Hearts RE Chain of Memories.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Kingdom Hearts RE Chain of Memories (PC) | ||
|
||
## Where is the settings page? | ||
|
||
The [player settings page for this game](../player-settings) contains most of the options you need to | ||
configure and export a config file. | ||
|
||
## What does randomization do to this game? | ||
|
||
The Kingdom Hearts RE Chain of Memories Randomizer will removes cards you pick up in the overworld, moogle shops, and as rewards from boss battles from your inventory. | ||
|
||
The entire castle is open from the start after completing Traverse Town. Floors you haven't unlocked are assigned Traverse Town, otherwise they will be assigned normally. | ||
|
||
Your goal is find all 7 friend cards (Aladdin, Ariel, Beast, Donald, Goofy, Jack, Peter Pan). These are tracked in your journal. | ||
|
||
## What items and locations get shuffled? | ||
|
||
###Items | ||
|
||
World Unlocks, Key of Rewards for each floor, Enemy Cards, and card sets are shuffled into the item pool. | ||
|
||
Card sets are comprised of a card type and a value range. For example, you might receive Blizzard 4-6, which means you receive Blizzard 4, Blizzard 5, and Blizzard 6. | ||
|
||
###Locations | ||
|
||
Journal entries for Attack, Magic, Summon, and Item Cards are locations, as well as the Enemy Card journal entries for boss enemy cards. | ||
|
||
Opening each floor's Room of Beginnings, Room of Guidance, and Room of Truth for the first time are also locations. | ||
|
||
## Which items can be in another player's world? | ||
|
||
Any of the items which can be shuffled may also be placed into another player's world. It is possible to choose to limit | ||
certain items to your own world. | ||
## When the player receives an item, what happens? | ||
|
||
When the player receives an item, your client will display a message displaying the item you have obtained. | ||
|
||
## What do I do if I encounter a bug with the game? | ||
|
||
Please reach out to Gicu#7034 on Discord. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# Kingdom Hearts RECOM Randomizer Setup Guide | ||
|
||
##Setting up the required mods | ||
1. Install OpenKH and the LUA Backend. | ||
|
||
Download the latest release of OpenKH here: https://github.com/OpenKH/OpenKh/releases/tag/latest | ||
|
||
Extract the files to a directory of your choosing. | ||
|
||
Open OpenKh.Tools.ModsManager.exe and run first time set up. | ||
|
||
When prompted for game edition, choose PC Release via Epic Games Store and navigate to your KH_1.5_2.5 in the path box and click "Next" | ||
|
||
When prompted, install Panacea, then click "Next" | ||
|
||
When prompted, check ReCoM plus any other AP game you play (KH2) and click "Install and configure LUA backend", then click "Next". | ||
|
||
Ensure that "Launch via Epic Games" is checked and click "Next" | ||
|
||
Extract game data for ReCoM and any other AP game you play (KH2), then click "Next". | ||
|
||
Click "Finish" | ||
|
||
2. Open "OpenKh.Tools.ModsManager.exe" | ||
|
||
3. Click the drop down menu at the top-right and choose "Re:Chain of Memories" | ||
|
||
4. Click Mods>Install a New Mod | ||
|
||
5. In "Add a new mod from GitHub" paste "gaithern/KH-RECOM-AP-LUA" | ||
|
||
6. Click Install | ||
|
||
7. Navigate to Mod Loader and click "Build Only" | ||
|
||
|
||
## Configuring your YAML file | ||
|
||
### What is a YAML file and why do I need one? | ||
|
||
Your YAML file contains a set of configuration options which provide the generator with information about how it should | ||
generate your game. Each player of a multiworld will provide their own YAML file. This setup allows each player to enjoy | ||
an experience customized for their taste, and different players in the same multiworld can all have different options. | ||
|
||
### Where do I get a YAML file? | ||
|
||
you can customize your settings by visiting the [Kingdom Hearts RE Chain of Memories Settings Page](/games/Kingdom%20Hearts%20RE%20Chain%20of%20Memories/player-settings). | ||
|
||
## Connect to the MultiServer | ||
|
||
On the title screen, open your KHRECOM Client and connect to your MultiServer. |