Status: UNDER DEVELOPMENT
Shugo Kawamura
Github : FlowingSPDG
Twitter : @FlowingSPDG
This is match management system for get5.
Inspired by get5-web.
API Server will send rcon command to load match config( get5_loadmatch_url <webserver>/api/v1/match/<matchid>/config
) Then game server loads match and wait for players.
git clone https://github.com/FlowingSPDG/get5loader.git $GOPATH/src/github.com/FlowingSPDG/get5loader
(you can fork your own) cd $GOPATH/src/github.com/FlowingSPDG/get5loader && make deps
.go
files to fix/add something nice!go run ./cmd/main.go
,and build them by make
.You may get binary files in ./build
.I'm releasing compiled-files for people who feel lazy to build for each major update.
・MIT