Skip to content

ioquake/mpdirectory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mpdirectory

A directory server for multiplayer games originally based on the Dark Places directory server.

All credit to those original authors. Find out more about that original work here:

https://icculus.org/twilight/darkplaces/

The original readme is preserved as readme-original.txt

mpdirectory mainly exists to serve as a directory server for the ioquake3 project. However, we are happy to add support for additional games as is possible.

Already, mpdirectory supports Quake III: Arena, Team Arena, mods, and additional games based on the original Quake 3 source code such as Return to Castle Wolfenstein and Wolfenstein: Enemy Territory.

The main ioquake3 directory server is located at directory.ioquake3.org

Compiling:

Linux

cd src
make release

or make debug to compile the debug version

The resulting binary is just called mpdirectory

Docker

Build OCI

docker build -t mpdirectory .

Running as a container

docker run --rm -p 27950:27950/udp mpdirectory -f

About

A directory server for multiplayer games

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages