We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/home/stuart/Games/_Collection
$game_dir
$root/GOG/$game
$game_dir/dlc
$game_dir/bonus
Under Game Sources > GOG, I have the following set:
/home/stuart/Games/GOG
Translating that for my system, I take that to mean the following:
/home/stuart/Games/_Collection/GOG/{gameTitle}
/home/stuart/Games/_Collection/GOG/{gameTitle}/dlc
/home/stuart/Games/_Collection/GOG/{gameTitle}/bonus
Download GOG DLC or bonus content and have it downloaded to $root/GOG/$game.
e.g. for Beneath a Steel Sky:
Bonus content should be downloaded to /home/stuart/Games/_Collection/GOG/Beneath a Steel Sky/bonus/
/home/stuart/Games/_Collection/GOG/Beneath a Steel Sky/bonus/
Bonus content is downloaded to /home/stuart/{gameTitle}_dir.
/home/stuart/{gameTitle}_dir
Bonus content is downloaded to /home/stuart/Beneath a Steel Sky_dir/bonus.
/home/stuart/Beneath a Steel Sky_dir/bonus
Yes, the game directory has _dir appended to the end.
_dir
- GameHub Version: 0.16.3-0e3146a-dev Branch: dev Commit: 0e3146ab70b49136d61c1c18c65a8f181b3242a3 - Environment Distro: Zorin OS 16.2 DE: zorin:GNOME GTK: 3.24.20
The text was updated successfully, but these errors were encountered:
No branches or pull requests
/home/stuart/Games/_Collection
$game_dir
):$root/GOG/$game
$game_dir
$game_dir/dlc
$game_dir/bonus
Under Game Sources > GOG, I have the following set:
/home/stuart/Games/GOG
Translating that for my system, I take that to mean the following:
$game_dir
):/home/stuart/Games/_Collection/GOG/{gameTitle}
/home/stuart/Games/_Collection/GOG/{gameTitle}
/home/stuart/Games/_Collection/GOG/{gameTitle}/dlc
/home/stuart/Games/_Collection/GOG/{gameTitle}/bonus
Expected behavior
Download GOG DLC or bonus content and have it downloaded to
$root/GOG/$game
.e.g. for Beneath a Steel Sky:
Bonus content should be downloaded to
/home/stuart/Games/_Collection/GOG/Beneath a Steel Sky/bonus/
Actual behavior
Bonus content is downloaded to
/home/stuart/{gameTitle}_dir
.e.g. for Beneath a Steel Sky:
Bonus content is downloaded to
/home/stuart/Beneath a Steel Sky_dir/bonus
.Yes, the game directory has
_dir
appended to the end.Steps to reproduce
Version and environment
The text was updated successfully, but these errors were encountered: