Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/corecii/servermod
Distance mod to add additional functionality to multiplayer
https://github.com/corecii/servermod
Last synced: 12 days ago
JSON representation
Distance mod to add additional functionality to multiplayer
- Host: GitHub
- URL: https://github.com/corecii/servermod
- Owner: Corecii
- License: other
- Created: 2019-02-09T14:24:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-09T14:32:42.000Z (almost 6 years ago)
- Last Synced: 2024-10-28T02:30:40.296Z (2 months ago)
- Language: C#
- Homepage:
- Size: 16.8 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# ServerMod for Distance
[Latest Release (.DLL)](https://github.com/Corecii/ServerMod/releases)[ServerMod Help, Documentation, and README](https://github.com/Corecii/ServerMod/wiki) (recently updated)
This is a modified version of Nico's ServerMod from [here](https://github.com/larnin/Spectrum).
You need [Spectrum](https://github.com/Ciastex/Spectrum) to use this.
### Installation
1. Install Spectrum. You can get the latest Spectrum version from the pinned posts in the #modding channel of the Distance Discord.
2. Copy `ServerMod.plugin.dll` to `Distance/Distance_Data/Spectrum/Plugins`### Features
* Auto mode: Run the server through your selected playlist automatically. Pause if there are no players. Shuffle the playlist when reaching the end.
* Autospec: Spectate automatically. Good for auto-hosting servers or going AFK.
* Put idle/afk players into spectate mode automatically with configurable idle timeout
* Voting: Voting to skip a map, stop the countdown, and play a level with configurable vote passing thresholds.
* Welcome message: Show a message to players when they join.
* Update checking: Show a message when you start a server if there are updates. This can be turned off.
* Manage the playlists without going to the lobby. Add to, remove from, and sort playlists in-game. Modify the current playlist or load any saved playlist.
* Stop the 60 second countdown.---
## What is [Spectrum](https://github.com/Ciastex/Spectrum)?
Spectrum is a simple, yet powerful extension system for Refract Studios' game
[Distance](http://survivethedistance.com/)
It allows you to write DLL plugins to customize the game's experience and make it do things the original game's developers didn't even think about. It's being constantly updated by one of the Distance community members (sans small development breaks).