An open API service indexing awesome lists of open source software.

https://github.com/flyinghead/dreamarena

DreamArena server for Toy Racer and Quake 3 (EU)
https://github.com/flyinghead/dreamarena

dreamcast-server

Last synced: about 1 year ago
JSON representation

DreamArena server for Toy Racer and Quake 3 (EU)

Awesome Lists containing this project

README

          

#################################################################
DreamArena DC Server
Author Shuouma
2017
#################################################################
Description
#################################################################
This is the source code release of the DreamArena server.
It is a proof-of-concept server, that is, this is not
a production release. So take it as it is.

#################################################################
Prerequisite & Limitations
#################################################################
1. Libraries for pthread are required for compilation
2. Edit the dreamarena.cfg so the IP's are correct
3. The code is only tested on a Little-endian (byte-order) and X86_64 architecture. Will probably not
work on big-endian without smaller modifications of the code.
4. The release is for Linux

#################################################################
Compile & Run
#################################################################
1. make (to compile the source code)
2. Execute the binary dreamarena_server

Happy Gaming
Shuouma