https://github.com/flowingspdg/hlae-server-go
HLAE mirv_pgl command server package for Go.
https://github.com/flowingspdg/hlae-server-go
advancedfx counter-strike-global-offensive csgo
Last synced: 2 months ago
JSON representation
HLAE mirv_pgl command server package for Go.
- Host: GitHub
- URL: https://github.com/flowingspdg/hlae-server-go
- Owner: FlowingSPDG
- License: mit
- Created: 2019-10-20T13:16:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-05T02:24:27.000Z (about 2 years ago)
- Last Synced: 2025-05-12T12:08:14.756Z (2 months ago)
- Topics: advancedfx, counter-strike-global-offensive, csgo
- Language: Go
- Homepage: https://flowing.tokyo
- Size: 32.2 KB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HLAE-Server-GO
HLAE Server with Go implemention# About
HLAE `mirv_pgl` command server implemention with Go.
This package helps you to handle `mirv_pgl` command and their datas.## mirv_pgl
`mirv_pgl` supports to remote-control CS:GO client by using WebSocket.
you can handle client's camera information(position,rotation,fov,time) and game-events, and you can send commands like RCON.Official NodeJS code : https://github.com/advancedfx/advancedfx/blob/master/misc/mirv_pgl_test/server.js
## Usage
see [examples](https://github.com/FlowingSPDG/HLAE-Server-GO/blob/master/examples/main.go).
- 1,Launch HLAE Server by ``go run main.go``.
- 2,Launch CSGO with HLAE.
- 3,type following commands below:
```
mirv_pgl url "ws://localhost:65535/mirv";
mirv_pgl start;
mirv_pgl datastart;
```once CS:GO client succeed to connect HLAE Server, you can send commands by typing window.