Code Monkey home page Code Monkey logo

csgsi's Introduction

CSGOSharp

C# Library for Counter-Strike: Global Offensive Game State Integration

https://developer.valvesoftware.com/wiki/Counter-Strike:_Global_Offensive_Game_State_Integration

There are some processed values such as round timers/bomb timers. Always run the application with adminitrator rights, when debugging, run Visual Studio as administrator.

Get started:

- Add: http://pastebin.com/4MwDZ9Um to "Counter-Strike Global Offensive\csgo\cfg\gamestate_integration_test.cfg"
- Add: using CSGSI;
- Download Newtonsoft.Json from NuGet
- For event handeler: 
        CSGOSharp.NewGameState += new CSGOSharp.NewGameStateHandler(onNewgameState);
        private void onNewgameState() { }
        - To start: CSGOSharp.Start();
        - To stop: CSGOSharp.Stop();

See http://pastebin.com/d6hsmV89 for all variables/objects in this library.

Credit to https://github.com/rakijah/CSGSI for GSIListener class.

csgsi's People

Contributors

kernelle avatar

Watchers

 avatar

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.