Open NicholasBerryman opened 2 years ago
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 :)
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 :)
When trying to start the shared overlay in ACT, the following error appears: