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)
- Host: GitHub
- URL: https://github.com/flyinghead/dreamarena
- Owner: flyinghead
- License: mit
- Created: 2025-04-28T22:21:10.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-03T16:05:58.000Z (about 1 year ago)
- Last Synced: 2025-05-03T17:20:04.611Z (about 1 year ago)
- Topics: dreamcast-server
- Language: C
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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