-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failure to Install Properly: Plugin Does Not Support or Recognize Custom Path Installations of Dota 2 #26
Comments
Hey there @Thornic , The CFG file gets generated on application start and can usually be found inside your steam apps folder. Here's a more detailed path: Can you please confirm you've followed the appropriate installation instructions? Specifically setting the correct launch options for Dota 2. Any more information on OS, plugin version, notes/context on the matter would be appreciated. Has the plugin worked for you in the past? |
Hi Adrian, I fixed it. So the files generated were indeed in But the game installation folder for Dota for me is in When I moved the |
Ah, very well! I'm glad you managed to get it fixed for your setup. However, this probably highlights an issue in how the app is generating the CFG and GSI files. Specifically not supporting or recognizing custom path installations of Dota 2. I'll have to re-work a couple methods to support this: stream-deck-plugins-dota-2/StreamDeckPluginsDota2/Program.cs Lines 313 to 317 in fe38d77
stream-deck-plugins-dota-2/StreamDeckPluginsDota2/Program.cs Lines 350 to 353 in fe38d77
Thanks for bringing this to my attention! |
I also just had this issue, glad i saw the bug as it was totally the issue I had :) If it helps... each library folder has a libraryfolders.vdf file inside it, including the default library in the steam install folder. Conveniently, each one contains all the library's that steam knows about and what games are in each, as well as the path of each As an example, a snip from my install..
Searching the file/collections for 570 will give the the correct library and path for the dota install that steam will start up. Some quick logic, at 2am, if i get a moment I'll make a pull and write it up if you want or just use as you like (or not) :)
|
Heya @icelotuskun, sorry you ran into the bug as well. The latest release of GSI should handle file generation for us, but I haven't gotten around to updating and implementing it yet. Though I appreciate the more in-depth context and how to properly get custom install paths through the vdf file. Seems like a valid way to get the install path as well. If you want to make a PR for it, by all means. I've been busy with other things recently, but hopefully I'll circle back to the plugin seeing as more people seem to be using it. |
Where can I find the stream_deck_plugins_dota_2.cfg?
The Pause, runes and game clock buttons don't work.
The text was updated successfully, but these errors were encountered: