Giter Club home page Giter Club logo

steam-apps-management-api's Introduction

Steam Apps Management API

There are two libraries included in this solution:

  • VDF Reader/Writer -- This library allows you to read and write Valve Data Format which is used to store Steam Configuration and Application Info stored in the local PC.
  • Steam Application Management API -- This library provides basic information about the Steam Applications installed on the local computer. It also allows you to launch an app as well as listen for events like if a Steam App is being launched and/or is being updated. The library can also capture the process associated with the application (by guessing. It isn't completely foolproof.)

Compatibility

The solution itself was created using Visual Studio 2017 so you'll probably only be able to open it through that however, if you are using the prebuilt library (.dll) or the Nuget package. It's target framework is .Net Framework 4.5.

How to Use

Please see the Wiki for a detailed how to use. You can also download the Demo project for further help.

License

This library is licensed under MIT License. Also, no need to credit me by the way but if you do, please credit me as Indieteur and if you can, please include my website as well. (e.g. Steam Applications Management API by Indieteur - https://indieteur.com)

How to Help

Currently, I'm working full time making open source software and free assets and using my savings to pay my bills so I hope you help me with that by either:

  • ko-fi if you want make a one time donation.

  • Patreon if you want to donate every month.

steam-apps-management-api's People

Contributors

indieteur avatar sewer56 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

steam-apps-management-api's Issues

Game not killed

Hi,

I found a problem with the game Robocraft (free game).
I can't kill the Game.

I am conducting the investigation.

Game running not detected

Hi, i found a problem with the game "Empire Apart" (free).

When you launch, you have EmpireApart launcher, the reg \Valve\Steam\Apps\530630\Running have 1 value.
But if you launch game with the launcher, the ref have 0 value.

Steam show correctly EmpireApart is running.
If i read the reg \Valve\Steam\RunningAppID a value is 530630 int.
When the game is stopped, this value return to 0.

Can you add a function GetGameRunning and return the int AppID ?

For this moment, i check game running with :
foreach (var r in SteamAPI.SteamApps) { if (r.IsRunning) { ... } }

Thanks.

Steam library list not filled

I have two steam libraries. But when running the code to find a game that is in the second library, I find that it only detects the main library.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.