Skip to content

itszn/usc-multiplayer-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

usc-multiplayer-server

This is a multiplayer server for unnamed-sdvx-clone

Docs

View Protocol Docs

Getting the server

Check out the release page for some builds.

Otherwise see below of building

Running

Usage of ./usc_multiplayer:
  -bind string
    	host:port to bind to (default "0.0.0.0:39079")
  -debug
    	Print debug info
  -password string
    	server password if required
  -refresh int
    	Number of milliseconds between score updates (0 for realtime) (default 500)
  -verbose
    	Print verbose info

-refresh controls how fast the scoreboard is updated. If you are playing on lan, try out 0 for basically realtime

Building

Install go 1.12+

cd src
# Install required go dependencies
go get

# Build the server
go build