Skip to content

Steam Integration. #994

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

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

Steam Integration. #994

wants to merge 1 commit into from

Conversation

eezstreet
Copy link
Contributor

Only works on Windows. If com_steamIntegration is 1 on startup (maybe it can default to 1?), the game will look for a steam_api.dll and steam_appid.txt and attempt to initialize the Steam API. With an extra download of these two files, one can have the Steam Overlay and hours tracking without launching OpenJK through Steam itself.

…1 on startup (maybe it can default to 1?), the game will look for a steam_api.dll and steam_appid.txt and attempt to initialize the Steam API. With an extra download of these two files, one can have the Steam Overlay and hours tracking without launching OpenJK through Steam itself.
SteamAPI_Shutdown();
Sys_UnloadLibrary(gp_steamLibrary);
gp_steamLibrary = nullptr;
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing new line at EOF. Not going to cause any problems but it's best practices to include this

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.

2 participants