Skip to content

Commit

Permalink
Setup: delete outdated Enemizer and SNI files
Browse files Browse the repository at this point in the history
  • Loading branch information
Berserker66 committed Jun 16, 2023
1 parent 923ff03 commit 36499b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 2 additions & 0 deletions inno_setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ Type: dirifempty; Name: "{app}"
[InstallDelete]
Type: files; Name: "{app}\ArchipelagoLttPClient.exe"
Type: filesandordirs; Name: "{app}\lib\worlds\rogue-legacy*"
Type: filesandordirs; Name: "{app}\SNI\lua*"
Type: filesandordirs; Name: "{app}\EnemizerCLI*"
#include "installdelete.iss"

[Registry]
Expand Down
2 changes: 1 addition & 1 deletion worlds/alttp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class ALTTPWeb(WebWorld):
"English",
"multiworld_en.md",
"multiworld/en",
["Farrak Kilhn"]
["Farrak Kilhn", "Berserker"]
)

setup_de = Tutorial(
Expand Down
6 changes: 2 additions & 4 deletions worlds/alttp/docs/multiworld_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ first time launching, you may be prompted to allow it to communicate through the
3. Click on **New Lua Script Window...**
4. In the new window, click **Browse...**
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
emulator is 64-bit or 32-bit.
- Look in the Archipelago folder for `/SNI/lua/`.
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.

Expand All @@ -97,8 +96,7 @@ the lua you are using in your file explorer and copy the `socket.dll` to the bas
3. Click on the Tools menu and click on **Lua Console**
4. Click Script -> Open Script...
5. Select the `Connector.lua` file you downloaded above
- Look in the Archipelago folder for `/SNI/lua/x64` or `/SNI/lua/x86` depending on if the
emulator is 64-bit or 32-bit. Please note the most recent versions of BizHawk are 64-bit only.
- Look in the Archipelago folder for `/SNI/lua/`.


##### RetroArch 1.10.1 or newer
Expand Down

0 comments on commit 36499b8

Please sign in to comment.