-
Notifications
You must be signed in to change notification settings - Fork 21
Installation
- Download server-modlauncher-VERSION.zip from https://github.com/ago1024/WurmServerModLauncher/releases/latest
- Unzip server-modlauncher-VERSION.zip into the servers root directory
- Run patcher.bat or patcher.sh
Although the modloader package contains all mods they are not enabled by default. To enable a specific mod perform the installation steps for the mod
- Download MODNAME-VERSION.zip from https://github.com/ago1024/WurmServerModLauncher/releases/latest
- Unzip MODNAME-VERSION.zip into the servers root directory
This will add a file mods\MODNAME.properties which enables the mod
You can configure mods by editing the file mods/MODNAME.config. This file is created with a template when the server is first started with a new mod present. The templates are also linked in the individual mod documentation pages.
Lines starting with "#" are comments and are ignored. The default options in the configuration template are all marked with a "#" and are not effective. To set the option remove the "#" and change the value after the "=" sign.
Example from AnnouncerMod
# Enable announcing of players
#
# Default value. The option is not enabled but contains the default value from the mod
#announcePlayers=true
# Enable announcing of player logout
#
# Enabled configuration option. The "#" sign at the start was removed and the value changed
announcePlayerLogout=false
To update the modloader and all bundled mods perform the installation steps for the modloader
- Download server-modlauncher-VERSION.zip from https://github.com/ago1024/WurmServerModLauncher/releases/latest
- Unzip server-modlauncher-VERSION.zip into the servers root directory
- Run patcher.bat or patcher.sh
The bundled mods are updated with the modloader and need no separate update. Mods not included with the modloader may require a separate update.
If the server will not start create an issue and attach "server.log" from the server folder. You can also post the problem in the thread on the WurmUnlimited forums. You can upload the log to a service like PasteBin and include a link to the log in the post.