Skip to content

Commit

Permalink
Updated readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Nutty committed Dec 17, 2015
1 parent e6fd70e commit 864d99e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,26 @@ This is a java made overlay for CSGO that displays the bomb timer.

To download either build in eclipse or download for releases(when ready).

Screen shot from in game: http://imgur.com/o7vxbly

How to install:

0.5. make sure java is installed

1. place the config (config/gamestate_intergration_CSGOTimer.cfg) in your csgo config directory(typicly %path to steam%\steamapps\common\Counter-Strike Global Offensive\csgo\cfg.

2. Run the JAR this should only show a java icon in the task bar at the min.

3. Put CSGO in windowed mode (note that this will lightly not work if you use CSGO at non native res (back bars might be fine))

3. get in game and plant the bomb :)

It genarates a Jframe thats the size of a 1080p monitor and cant be clicked and is trasparent. A JLable sits on top of it with the bomb timer(after the bomb is planted)
Thanks to https://github.com/LangdalP/GoTimer for the insperation.

FAQ:
Q:its not working A: open console in csgo dose it say "Loading Game State Integration: gamestate_integration_CSGOTimer.cfg" if not make sure you have placed the config in the corect place. otherwise check for a pop up you might have not seen.

Q: Is this not basicly a coustom hud? can this be used to make one. A: YES!!!1! yeah basicly this could be used by disableing ingame hud and using this method. However currently you cant get the state of other players without being a spectator. So a specator HUD is very posible. Not so much a regular one.

Q: Anything else contact me through github or on reddit /u/Nutty007

0 comments on commit 864d99e

Please sign in to comment.