Skip to content

Latest commit

 

History

History
65 lines (49 loc) · 1.99 KB

README.md

File metadata and controls

65 lines (49 loc) · 1.99 KB

Remod Build Status

Lightweight crossplatform sauerbraten server mod.

The goal of project is create lightweight crossplatform (FreeBSD, Linux, Windows and others) mod for replacement of official sauerbraten server.

Nightly builds (Linux and win32 packages) available here: http://remod.butchers.su/.

Download

Docker

https://hub.docker.com/r/vasyahuyasa/remod

Installation notes and some guides

git clone https://github.com/vasyahuyasa/remod-sauerbraten.git
cd remod-sauerbraten
cd src
make

GeoIP database

Remod support geoip2 and legacy geoip database format (geolite country). Instruction how to get fresh copy of databse https://dev.maxmind.com/geoip/geoipupdate/

Implemented features

  • server side cubescript
  • remote control, access to serverside cubescript (via tcp, udp and netcat)
  • new cubescript functions
  • GeoIP support
  • IRC bot
  • cubescript events
  • user #commands
  • irc bot user commands
  • save and load maps to local file system in coopedit mode
  • database (sqlite3, mysql)
  • docker
  • discord relay

Work in progress

  • docker-compose / documentation

backlog

  • discord bot
  • some kind of rpc
  • anticheat
  • users system
  • scoreboard

Supported platforms

  • Mac (cmake, Xcode)
  • FreeBSD
  • Linux
  • Windows

Contacts