From d8ea6fd7479fff2f652f42679c2d3a7061b203fd Mon Sep 17 00:00:00 2001 From: Jack Date: Sat, 14 Sep 2024 08:45:00 -0700 Subject: [PATCH 1/3] documenting workaround from SNI disabling port 8080 --- ff6wc/gated-tracker.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ff6wc/gated-tracker.md b/ff6wc/gated-tracker.md index 1d157bc..17155ba 100644 --- a/ff6wc/gated-tracker.md +++ b/ff6wc/gated-tracker.md @@ -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 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" ![start menu search](https://i.imgur.com/yRvWu6D.png) +- Click on environment Variables button ![environment menu](https://i.imgur.com/OQiJB6x.png) +- Create a new user variable ![new user variable](https://i.imgur.com/TjC3hhb.png) + - 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 From d6d8d31de0592e5ef5dad8ca616f45ca0b017ab0 Mon Sep 17 00:00:00 2001 From: Jack Date: Sat, 14 Sep 2024 10:19:38 -0700 Subject: [PATCH 2/3] better wording --- ff6wc/gated-tracker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ff6wc/gated-tracker.md b/ff6wc/gated-tracker.md index 17155ba..45170a6 100644 --- a/ff6wc/gated-tracker.md +++ b/ff6wc/gated-tracker.md @@ -34,7 +34,7 @@ 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 to resolve the issue you need to create an environment variable and then restart SNI. To create the environment variable +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" ![start menu search](https://i.imgur.com/yRvWu6D.png) - Click on environment Variables button ![environment menu](https://i.imgur.com/OQiJB6x.png) - Create a new user variable ![new user variable](https://i.imgur.com/TjC3hhb.png) From ff48478dc6f98148c80db4f3678deec6b0965fd8 Mon Sep 17 00:00:00 2001 From: Jack Date: Sat, 14 Sep 2024 18:54:23 -0700 Subject: [PATCH 3/3] Making images smaller --- ff6wc/gated-tracker.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ff6wc/gated-tracker.md b/ff6wc/gated-tracker.md index 45170a6..9304cb5 100644 --- a/ff6wc/gated-tracker.md +++ b/ff6wc/gated-tracker.md @@ -35,9 +35,9 @@ 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" ![start menu search](https://i.imgur.com/yRvWu6D.png) -- Click on environment Variables button ![environment menu](https://i.imgur.com/OQiJB6x.png) -- Create a new user variable ![new user variable](https://i.imgur.com/TjC3hhb.png) +- Open start menu and search "environment"
+- Click on the Environment Variables button
+- Create a new user variable by clicking on the New button
- 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.