WSServer Shared Overlay - ngrok Failed to find version on download page
When trying to start the shared overlay in ACT, the following error appears:
Fetching latest ngrok version...
Failed to find version on the download page! Please notify ngld or some other dev working on OverlayPlugin.
For those who want to fix this themselves.
The code to download ngrok looks at the location
var ngrokPath = Path.Combine(ActGlobals.oFormActMain.AppDataFolder.FullName, "ngrok-" + (Environment.Is64BitOperatingSystem ? "x64" : "x86") + ".exe");
With a little bit of inference, we can resolve this ourselves to %APPDATA%/Roaming/Advanced\ Combat\ Tracker/ngrok-x64.exe.
Download ngrok from here and extract it to a random folder. Take the ngrok.exe and place it at the proper location %APPDATA%/Roaming/Advanced\ Combat\ Tracker/ngrok-x64.exe like so:

After restarting ACT, go back to the shared overlay plugin and click start. It worked for me at least :)

https://github.com/OverlayPlugin/OverlayPlugin
https://github.com/OverlayPlugin/OverlayPlugin
How does this help anyone?
For now, this version is not maintained anymore. The other one is maintained.
Understood, thats the clarification I wanted anyone who visited this github page to know :)