Setup: delete outdated Enemizer and SNI files

This commit is contained in:
Fabian Dill 2023-06-16 16:26:41 +02:00 committed by Fabian Dill
parent 923ff033b1
commit 36499b8983
3 changed files with 5 additions and 5 deletions

View File

@ -179,6 +179,8 @@ Type: dirifempty; Name: "{app}"
[InstallDelete] [InstallDelete]
Type: files; Name: "{app}\ArchipelagoLttPClient.exe" Type: files; Name: "{app}\ArchipelagoLttPClient.exe"
Type: filesandordirs; Name: "{app}\lib\worlds\rogue-legacy*" Type: filesandordirs; Name: "{app}\lib\worlds\rogue-legacy*"
Type: filesandordirs; Name: "{app}\SNI\lua*"
Type: filesandordirs; Name: "{app}\EnemizerCLI*"
#include "installdelete.iss" #include "installdelete.iss"
[Registry] [Registry]

View File

@ -36,7 +36,7 @@ class ALTTPWeb(WebWorld):
"English", "English",
"multiworld_en.md", "multiworld_en.md",
"multiworld/en", "multiworld/en",
["Farrak Kilhn"] ["Farrak Kilhn", "Berserker"]
) )
setup_de = Tutorial( setup_de = Tutorial(

View File

@ -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...** 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/`.
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.
@ -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** 3. Click on the Tools menu and click on **Lua Console**
4. Click Script -> Open Script... 4. Click Script -> Open Script...
5. Select the `Connector.lua` file you downloaded above 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 - Look in the Archipelago folder for `/SNI/lua/`.
emulator is 64-bit or 32-bit. Please note the most recent versions of BizHawk are 64-bit only.
##### RetroArch 1.10.1 or newer ##### RetroArch 1.10.1 or newer