-
Notifications
You must be signed in to change notification settings - Fork 30
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
Autostart Dark Souls #79
Comments
Maybe a button. I'm not sure on autostart. Not opposed, just not sure. Is it easy to do? Keep in mind, it's not as simple as launching the EXE. Steam launches it in some unique way, or else it just immediately exits. |
A button would defeat the purpose: To save on clicks. Yes, it's quite easy. The trick is hidden in the shortcuts that steam creates in your startmenu. Opening |
Keep in mind the possibility of machines that could have Steam sandboxed, or just have the steam:// association broken. As long as it handles failure properly then I'm ok with it being automatic. |
It is pretty easy actually to start dark souls without the "steam://" association: It might also be a good idea to add an option to disable it... But as adding checkboxes again and again would not have been relevent, i haven't done that... |
How is it a better idea to rely on undocumented registry values instead of using the documented way? |
Huh, that's what wulf2k just said (or at least what i've understood 😄 )
Cause if the "steam://" association is broken,
won't do anything at all... where as using directly the steam.exe will work. Those values are not documented, but there are used by any steam program to get the steam path, so they always exist |
I was thinking more of a "fail gracefully" situation than anything else. I'm at work right now so I can't look into the code here yet. |
Why do you think that there could be a situation where the registry keys that you look at are set, but the registry keys required for |
Well, i don't really know |
I think this is blocked by #94. |
I'm still not convinced this is a necessary feature. What are your thoughts after a week+ of pondering it? |
I think it would be nice to have, but rather low priority. |
Yeah I'll throw in my two cents and say that I'd like to see this feature implemented. :) |
This function is still useable #84 |
If you do choose to implement this I would ask that you make it optional. Because I play Dark Souls using steam in-home streaming currently and it auto-starting the game wouldn't be beneficial at all. |
Should we add a flag to autostart Dark Souls with DSCM? That would probably make life easier for most users.
The text was updated successfully, but these errors were encountered: