|
4 | 4 |
|
5 | 5 | - The Zelda1Client
|
6 | 6 | - Bundled with Archipelago: [Archipelago Releases Page](https://github.com/ArchipelagoMW/Archipelago/releases)
|
7 |
| -- The BizHawk emulator. Versions 2.3.1 and higher are supported. Version 2.7 is recommended |
| 7 | +- The BizHawk emulator. Versions 2.3.1 and higher are supported. |
8 | 8 | - [BizHawk at TASVideos](https://tasvideos.org/BizHawk)
|
9 | 9 |
|
10 | 10 | ## Optional Software
|
|
23 | 23 | 2. Check the box next to **Always use this app to open .nes files**.
|
24 | 24 | 3. Scroll to the bottom of the list and click the grey text **Look for another App on this PC**.
|
25 | 25 | 4. Browse for `EmuHawk.exe` located inside your BizHawk folder (from step 1) and click **Open**.
|
| 26 | +3. (EmuHawk version ≤ 2.8) Go to Config > Customize. Switch to the Advanced tab, then switch the Lua Core from "NLua+KopiLua" to |
| 27 | + "Lua+LuaInterface". Then restart EmuHawk. This is required for the Lua script to function correctly. |
| 28 | + **NOTE: Even if "Lua+LuaInterface" is already selected, toggle between the two options and reselect it. Fresh installs** |
| 29 | + **of newer versions of EmuHawk have a tendency to show "Lua+LuaInterface" as the default selected option but still load** |
| 30 | + **"NLua+KopiLua" until this step is done.** |
26 | 31 |
|
27 | 32 | ## Create a Config (.yaml) File
|
28 | 33 |
|
@@ -78,10 +83,10 @@ Once the Archipelago server has been hosted:
|
78 | 83 |
|
79 | 84 | 1. Open EmuHawk 2.3.1 or higher and load your ROM OR click your ROM file if it is already associated with the
|
80 | 85 | extension `*.nes`.
|
81 |
| -2. Navigate to where you installed Archipelago, then to `data/lua`, and drag+drop the `connector_ff1.lua` script onto |
| 86 | +2. Navigate to where you installed Archipelago, then to `data/lua`, and drag+drop the `connector_tloz.lua` script onto |
82 | 87 | the main EmuHawk window.
|
83 | 88 | 1. You could instead open the Lua Console manually, click `Script` 〉 `Open Script`, and navigate to
|
84 |
| - `connector_ff1.lua` with the file picker. |
| 89 | + `connector_tloz.lua` with the file picker. |
85 | 90 | 2. If it gives a `NLua.Exceptions.LuaScriptException: .\socket.lua:13: module 'socket.core' not found:` exception
|
86 | 91 | close your emulator entirely, restart it and re-run these steps.
|
87 | 92 | 3. If it says `Must use a version of BizHawk 2.3.1 or higher`, double-check your BizHawk version by clicking **
|
|
0 commit comments