WebHost: Fix up more links and expand commands list.
This commit is contained in:
parent
a722ec1c37
commit
1891c95ae3
|
@ -12,15 +12,41 @@ are always submitted to the server prepended with an exclamation point: `!`.
|
|||
The following list is a list of client commands which may be available to you through your Archipelago client. You
|
||||
execute these commands in your client window.
|
||||
|
||||
The following commands are available in these clients: SNIClient, FactorioClient, FF1Client.
|
||||
|
||||
- `/connect <address:port>` Connect to the multiworld server.
|
||||
- `/disconnect` Disconnects you from your current session.
|
||||
- `/nes` Shows the current status of the NES connection, when applicable.
|
||||
- `/snes` Shows the current status of the SNES connection, when applicable.
|
||||
- `/received` Displays all the items you have found or been sent.
|
||||
- `/missing` Displays all the locations along with their current status (checked/missing).
|
||||
- `/items` Lists all the item names for the current game.
|
||||
- `/locations` Lists all the location names for the current game.
|
||||
- `/ready` Sends ready status to the server.
|
||||
- `/help` Returns a list of available commands.
|
||||
- `/license` Returns the software licensing information.
|
||||
- Just typing anything will broadcast a message to all players
|
||||
|
||||
##### FF1Client Only
|
||||
The following command is only available when using the FF1Client for the Final Fantasy Randomizer.
|
||||
|
||||
- `/nes` Shows the current status of the NES connection.
|
||||
|
||||
##### SNIClient Only
|
||||
The following command is only available when using the SNIClient for SNES based games.
|
||||
|
||||
- `/snes` Attempts to connect to your SNES device via SNI.
|
||||
- `/snes_close` Closes the current SNES connection.
|
||||
- `/slow_mode` Toggles on or off slow mode, which limits the rate in which you receive items.
|
||||
|
||||
##### FactorioClient Only
|
||||
The following command is only available when using the FactorioClient to play Factorio with Archipelago.
|
||||
|
||||
- `/factorio <command text>` Sends the command argument to the Factorio server as a command.
|
||||
|
||||
#### Remote Commands
|
||||
Remote commands may be executed by any client which allows for sending text chat to the Archipelago server. If your
|
||||
client does not allow for sending chat then you may connect to your game slot with the TextClient which comes with the
|
||||
Archipelago installation. In order to execute the command you need to merely send a text message with the command,
|
||||
including the exclamation point.
|
||||
|
||||
- `!hint <item name>` Tells you at which location in whose game your Item is. Note you need to have checked some
|
||||
locations to earn a hint. You can check how many you have by just running `!hint`
|
||||
|
@ -31,4 +57,19 @@ execute these commands in your client window.
|
|||
|
||||
#### Host only (on Archipelago.gg or in your server console)
|
||||
|
||||
- `/forfeit <Player Name>` Forfeits someone regardless of settings and game completion status
|
||||
- `/help` Returns a list of commands available in the console.
|
||||
- `/license` Returns the software licensing information.
|
||||
- `/countdown <seconds>` Starts a countdown which is sent to all players via text chat. Defaults to 10 seconds if no
|
||||
argument is provided.
|
||||
- `/options` Lists the server's current options, including password in plaintext.
|
||||
- `/save` Saves the state of the current multiworld. Note that the server autosaves on a minute basis.
|
||||
- `/players` List currently connected players.
|
||||
- `/exit` Shutdown the server
|
||||
- `/alias <player name> <alias name>` Assign a player an alias.
|
||||
- `/collect <player name>` Send out any items remaining in the multiworld belonging to the given player.
|
||||
- `/forfeit <player name>` Forfeits someone regardless of settings and game completion status
|
||||
- `/allow_forfeit <player name>` Allows the given player to use the `!forfeit` command.
|
||||
- `/forbid_forfeit <player name>` Bars the given player from using the `!forfeit` command.
|
||||
- `/send <player name> <item name>` Grants the given player the specified item.
|
||||
- `/hint <player name> <item or location name>` Sned out a hint for the given item or location for the specified player.
|
||||
- `/option <option name> <option value>` Set a server option. For a list of options, use the `/options` command.
|
||||
|
|
|
@ -4,16 +4,16 @@
|
|||
|
||||
- The FF1Client
|
||||
- Bundled with
|
||||
Archipelago: [https://github.com/ArchipelagoMW/Archipelago/releases](https://github.com/ArchipelagoMW/Archipelago/releases)
|
||||
Archipelago: [Archipelago Releases Page](https://github.com/ArchipelagoMW/Archipelago/releases)
|
||||
- The BizHawk emulator. Versions 2.3.1 and higher are supported. Version 2.7 is recommended
|
||||
- [http://tasvideos.org/BizHawk.html](http://tasvideos.org/BizHawk.html)
|
||||
- [BizHawk Official Website](http://tasvideos.org/BizHawk.html)
|
||||
- Your legally obtained Final Fantasy (USA Edition) ROM file, probably named `Final Fantasy (USA).nes`. Neither
|
||||
Archipelago.gg nor the Final Fantasy Randomizer Community can supply you with this.
|
||||
|
||||
## Installation Procedures
|
||||
|
||||
1. Download and install the latest version of Archipelago.
|
||||
1. On Windows, download Setup.Archipelago.<HighestVersion>.exe and run it
|
||||
1. On Windows, download Setup.Archipelago.<HighestVersion\>.exe and run it
|
||||
2. Assign Bizhawk version 2.3.1 or higher as your default program for launching `.nes` files.
|
||||
1. Extract your Bizhawk folder to your Desktop, or somewhere you will remember. Below are optional additional steps
|
||||
for loading ROMs more conveniently
|
||||
|
@ -25,7 +25,7 @@
|
|||
## Obtaining your Archipelago yaml file and randomized ROM
|
||||
|
||||
Unlike most other Archipelago.gg games Final Fantasy 1 is randomized by the main randomizer
|
||||
at [https://finalfantasyrandomizer.com/](https://finalfantasyrandomizer.com/).
|
||||
at the [Final Fantasy Randomizer Homepage](https://finalfantasyrandomizer.com/).
|
||||
|
||||
Generate a game by going to the site and performing the following steps:
|
||||
|
||||
|
@ -63,3 +63,6 @@ required by Archipelago.gg
|
|||
|
||||
When the client shows both NES and server are connected you are good to go. You can check the connection status of the
|
||||
NES at any time by running `/nes`
|
||||
|
||||
### Other Client Commands
|
||||
All other commands may be found on the [Archipelago Server and Client Commands Guide](/tutorial/archipelago/commands/en).
|
||||
|
|
|
@ -55,6 +55,6 @@ the following links are the versions of the software we use.
|
|||
|
||||
- [Minecraft Forge Download Page](https://files.minecraftforge.net/net/minecraftforge/forge/index_1.17.1.html)
|
||||
- [Minecraft Archipelago Randomizer Mod Releases Page](https://github.com/KonoTyran/Minecraft_AP_Randomizer/releases)
|
||||
**DO NOT INSTALL THIS ON YOUR CLIENT**
|
||||
- **DO NOT INSTALL THIS ON YOUR CLIENT**
|
||||
- [Java 16 Download Page](https://docs.aws.amazon.com/corretto/latest/corretto-16-ug/downloads-list.html)
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Required Software
|
||||
|
||||
- [Rogue Legacy Randomizer](https://github.com/ThePhar/RogueLegacyRandomizer/releases)
|
||||
- Rogue Legacy Randomizer from the [Rogue Legacy Randomizer Releases Page](https://github.com/ThePhar/RogueLegacyRandomizer/releases)
|
||||
|
||||
## Configuring your YAML file
|
||||
|
||||
|
@ -13,7 +13,7 @@ each player to enjoy an experience customized for their taste, and different pla
|
|||
can all have different options.
|
||||
|
||||
### Where do I get a YAML file?
|
||||
you can customize your settings by visiting the <a href="/games/Rogue Legacy/player-settings">rogue legacy settings page here</a>.
|
||||
you can customize your settings by visiting the [Rogue Legacy Settings Page](/games/Rogue%20Legacy/player-settings).
|
||||
|
||||
### Connect to the MultiServer
|
||||
Once in game, press the start button and the AP connection screen should appear. You will fill out the hostname, port,
|
||||
|
|
Loading…
Reference in New Issue