Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions ff6wc/gated-tracker.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,17 @@ You will see the following if the tracker is successfully connected:

If you are seeing this ensure step 0 is completed and the game is running.

If you have completed step 0 it could be you are running a newer version of SNI which the auto tracker has trouble connecting to. To resolve the issue you need to create an environment variable and then restart SNI. To create the environment variable
- Open start menu and search "environment" <br/> <img src="https://i.imgur.com/yRvWu6D.png" style="width:600px;" />
- Click on the Environment Variables button <br/> <img src="https://i.imgur.com/OQiJB6x.png" style="width:400px;" />
- Create a new user variable by clicking on the New button <br/> <img src="https://i.imgur.com/TjC3hhb.png" style="width:400px;" />
- use the name `SNI_USB2SNES_LISTEN_ADDRS`
- set the value to `0.0.0.0:23074,0.0.0.0:8080`
- click `Ok` to create the variable.
- click `Ok` to save the change
- click `Ok` one more time
- close SNI and reopen it and restart at Step 1


## Unsuccessful Connection - SNI and Console/Emulator

Expand Down