Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alienhoboken/tremulous-xserverx-tremded
This is a modified tremded that is required to run most of the xserverx.com gameplay mods.
https://github.com/alienhoboken/tremulous-xserverx-tremded
Last synced: about 1 month ago
JSON representation
This is a modified tremded that is required to run most of the xserverx.com gameplay mods.
- Host: GitHub
- URL: https://github.com/alienhoboken/tremulous-xserverx-tremded
- Owner: AlienHoboken
- License: other
- Created: 2013-05-13T20:40:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-22T06:00:12.000Z (over 10 years ago)
- Last Synced: 2024-04-23T17:12:19.789Z (9 months ago)
- Language: C
- Size: 5.07 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
XserverX Tremded
==================
Many of the XserverX community mods require a customized tremded which supplies support for MySQL, among other items.Extra Dependencies
-----------------------
The tremded depends on MySQL/MySQL development libraries. Ensure these are installed before attempting to build.Building
-----------------------
You can build the tremded the same way you build normally.Make sure that the `BUILD_SERVER` flag is set in the Makefile before building.
As normal there are shell scripts for building on Windows and Mac OSX. Windows requires MingW be used.
Running
-----------------------
The tremded can be run the same as any other tremulous dedicated server, eg:
`./tremded.x86 +set dedicated 2 +exec server.cfg +set net_port 30721 +set net_ip 127.0.0.1 +set fs_game "base"`Branches
-----------------------
The development branch contains upcoming features that have not been deemed stable for use in the server yet.Contributing
-----------------------
If you wish to contribute, please fork the branch you wish to work on, make your changes, and submit a pull request for review.Also, please report all bugs you encounter!