Skip to content

Commit

Permalink
Finishing up
Browse files Browse the repository at this point in the history
  • Loading branch information
boltgolt committed Mar 28, 2019
1 parent 5f99e00 commit 8d8781d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion config.json5
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"hideAdvisories": false,

// Frames to smooth out player movement
"playerSmoothing": 8,
"playerSmoothing": 12,

// Amount of scaling to apply to player dots on the radar
"playerDotScale": 1
Expand Down
2 changes: 1 addition & 1 deletion gamestate_integration_boltobserv.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"Observer All Players v.1"
"Boltobserv GSI"
{
"uri" "http://localhost:36363"
"timeout" "0.1"
Expand Down
8 changes: 2 additions & 6 deletions maprenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,12 +207,6 @@ renderer.on("smokes", (event, smokes) => {
}
})

renderer.on("smokes", (event, smokes) => {
for (let smoke of smokes) {
// console.log(smoke)
}
})

let playerPos = []
for (var i = 0; i < 10; i++) {
playerPos.push({
Expand Down Expand Up @@ -255,6 +249,8 @@ renderer.on("round", (event, phase) => {
lock: false
}
}


}


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "boltobserv",
"version": "0.0.1",
"description": "External support for CSGO observers",
"version": "0.0.2",
"description": "External radar for CSGO observers",
"main": "index.js",
"homepage": "https://github.com/boltgolt/boltobserv/",
"repository": {
Expand Down

0 comments on commit 8d8781d

Please sign in to comment.