0.0.11 • Published 2 years ago

vue-gsi v0.0.11

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

⚠️ WORK IN PROGRESS. NOT FOR PRODUCTION USE YET.

A set of Vue 3 composables for CS2's Game State Integration

This library contains a set of composables to assist with CS2 Game State integration, as well as a backend GSI websocket server integration to communicate between the game and the browser.

Getting Started

Put a gamestate integration file in your CS folder.

"VUEHUD"
{
	"uri"		"http://localhost:8172/"
	"timeout"		"0.1"
	"buffer"		"0"
	"throttle"		"0"
	"heartbeat"		"0.01"
	"data"
	{
		"provider"		"1"
		"map"		"1"
		"round"		"1"
		"player_id"		"1"
		"allplayers_id"		"1"
		"player_state"		"1"
		"allplayers_state"		"1"
		"allplayers_match_stats"		"1"
		"allplayers_weapons"		"1"
		"allplayers_position"		"1"
		"phase_countdowns"		"1"
		"allgrenades"		"1"
		"map_round_wins"		"1"
		"player_position"		"1"
		"bomb"		"1"
	}
	"output"
	{
		"precision_time"      "3"
		"precision_position"  "3"
		"precision_vector"    "3"
	}
}

Run bun ./node_modules/gsi-vue/src/backend/index.js

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago