Yoshi's Island: Fix Outdated Connection Setup (#3113)

This commit is contained in:
PinkSwitch 2024-04-13 19:23:59 -05:00 committed by GitHub
parent 9ef1fa825d
commit 5bda265f43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -72,8 +72,7 @@ first time launching, you may be prompted to allow it to communicate through the
3. Click on **New Lua Script Window...** 3. Click on **New Lua Script Window...**
4. In the new window, click **Browse...** 4. In the new window, click **Browse...**
5. Select the connector lua file included with your client 5. Select the connector lua file included with your client
- Look in the Archipelago folder for `/SNI/lua/x64` or `/SNI/lua/x86` depending on if the - Look in the Archipelago folder for `/SNI/lua/Connector.lua`.
emulator is 64-bit or 32-bit.
6. If you see an error while loading the script that states `socket.dll missing` or similar, navigate to the folder of 6. If you see an error while loading the script that states `socket.dll missing` or similar, navigate to the folder of
the lua you are using in your file explorer and copy the `socket.dll` to the base folder of your snes9x install. the lua you are using in your file explorer and copy the `socket.dll` to the base folder of your snes9x install.