Skip to content
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

Allow running non-steam scummvm games #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

namtabmai
Copy link

@namtabmai namtabmai commented Jun 12, 2021

Not sure if this is outside the scope of the project but a small change allows people to use steam to launch native non-steam scummvm games.

e.g.

  1. Download/extract Lure of the Temptress
  2. Use steamtinkerlaunch to add the game to steam
  3. Set the App Name and the Start dir to be where you extracted the game

Then just relaunch steam and set the game compatibility to roberta

image

Even without this change, I think there needs to be a change to the handling of what to do if guess_game_install_dir fails. At the moment it returns None which then makes it fall over when it tries to do

install_dir = install_dir.replace('\\ ', ' ')

Setting install_dir to cwd seems like a ok default and also makes this work with non steam games as I said above 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant