Skip to content

pguenth/xsbs

 
 

Repository files navigation

XSBS is a protocol compatible Sauerbraten server which allows for server side modifications through a python plugin system.

PREREQUISITES
-------------
Before you can build and install the server, you must have the following installed on your computer.
 - Python 2.4 or greater (Python 2.6 recommended)
 - Twisted python framework (you may need pip for python2.7 if you want to use pip)
 - Zlib
 - CMake
 - C++ compiler

INSTALL
-------
cd into xsbs folder
cmake .
make
make install

RUN XSBS
-------
cd into xsbs
./bin/start_server.py

If you experienced an error, or for more detailed information, see the project documentation: http://xsbs.greghaynes.net/documentation

About

eXtensible SauerBraten Server

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
COPYING-CMAKE-SCRIPTS

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 74.3%
  • C++ 14.1%
  • C 9.1%
  • Makefile 2.0%
  • CMake 0.2%
  • Objective-C 0.2%
  • Other 0.1%