项目作者: shanebrowncs

项目描述 :
Counter-Strike GO Bomb timer implemented using Game State Integration with C and Arduino
高级语言: C
项目地址: git://github.com/shanebrowncs/TNTimer.git
创建时间: 2017-12-30T22:37:17Z
项目社区:https://github.com/shanebrowncs/TNTimer

开源协议:GNU General Public License v2.0

下载


TNTimer

Counter-Strike LED explosive time indicator implemented using Game State Integration with C and Arduino

  1. ./bombtimer
  2. usage: port

Real Example

Dependencies

  1. arduino-serial - https://github.com/todbot/arduino-serial
  2. json-c - https://github.com/json-c/json-c
  3. onion - https://github.com/davidmoreno/onion

Installation

  • Clone repository git clone https://github.com/SajeOne/BombTimer/BombTimer.git
  • Install dependencies(can be done through your individual package manager. Ex. pacman, apt, dnf)
  • Build project: run make in cloned directory
  • Add gamestate cfg file to CSGOs config directory Steam/steamapps/common/Counter-Strike Global Offensive/csgo/cfg
  • Open ArduinoTimer in Arduino IDE, build and deploy to arduino
  • Run the application ./bombtimer <SERIAL_PORT> Ex. ./bombtimer /dev/ttyUSB0