forked from sezero/quakespasm
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add optional Steam API support for the 2021 rerelease
- achievements - rich presence - playtime tracking Disabled by passing `-nosteamapi` on the command line. Note: the Steam API library is not distributed with IW and is not required for normal execution, it is only used if it's already present on the player's system.
- Loading branch information
1 parent
4fdb626
commit 9629e2d
Showing
9 changed files
with
441 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
9629e2d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Out of curiosity, is it possible to support Steam cloud saves with this approach?
9629e2d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't tried it, but I think writing save files to
Saved Games\Nightdive Studios\Quake
(included in the cloud save config) would be enough to get them synced. It might also be possible to useISteamRemoteStorage
to write to a custom location, but I haven't tried that, either.