User Tools

Site Tools


kladder:games:wu-wiki:wunlimited:wu_general:mods:general_server_modding_info:3._serverpacks

Content-Type: text/x-zim-wiki Wiki-Format: zim 0.4 Creation-Date: 2023-06-19T22:53:14+02:00

== == === serverpacks === == ==

Created mandag 19 juni 2023

== == === make serverpacks downloadable by clients === == ==
Upload as per any other mod.
Edit the \mods\httpserver.config file to contain:

classname=org.gotti.wurmunlimited.mods.serverpacks.ServerPackMod classpath=serverpacks.jar #Set a fixed port. If no port is selected a random free port will be used serverPort= [INSERT YOUR GAMEPORT + 7 HERE] # Use this to announce a different server name or IP address to the clients # By default the setting “External Server IP Address” will be used for pack URLs # This setting may be required when doing port forwarding in the router publicServerAddress=[INSERT YOUR SERVER IP] # Use this to announce a different server port to the client # By default the serverPort or the automatically chosen port will be used # This setting may be required when doing port forwarding in the router #publicServerPort=15060 # Sets a different address for the HTTP server to bind to. Can be 0.0.0.0 to # bind to all interfaces. Default is external IP in server settings. #internalServerAddress=0.0.0.0

serverPacks=pack1.jar,pack2.jar,pack3.jar

   3. Save the file.
kladder/games/wu-wiki/wunlimited/wu_general/mods/general_server_modding_info/3._serverpacks.txt · Last modified: by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki