-
Notifications
You must be signed in to change notification settings - Fork 5
Configuration
In the WurmMapGen.properties file you'll find a number of configuration options you can change to adjust the look and the features of the map.
Basic information about your server, mostly for display purposes.
The name of your server, e.g. World of Wonders
. In the default template, this will be shown in the title bar and in the left sidebar.
Tells WurmMapGen where to look for the files it needs. Paths should always use forward slashes /
instead of backslashes \
(even on Windows, where backslashes are normally used).
Path to the directory where your map files are located, e.g. C:/Wurm Unlimited Dedicated Server/Creative
. You can use a relative or an absolute path here, though it's usually best to stick to absolute paths, to avoid confusion.
Path to the output directory, where the generated files will be placed. This should generally be an empty directory, because the application will overwrite any existing files with the same name as the generated files.
The interactive map can display semi-realtime location markers for players, by using WurmWebRMI. When enabled, it will update the player positions on the map every 30-60 seconds. This is not entirely realtime to prevent putting too much stress on the server.
Set to true
if you want to enable realtime player markers on the map.
The host of the WurmWebRMI. Usually localhost
.
The port of the WurmWebRMI. Default is 8080
but change this if you edited the WurmWebRMI configuration.
These options control the look of the map.
This sets the marker types to be used on the map. There are three possible values:
-
1
: classic markers, the same as in v1. Deed marker icons show the first letter of the deed name. -
2
: new markers (default value starting with v2.1.0). These markers use slightly different colours, and deed marker icons are based on deed size. Used on the World of Wonders map. -
3
: labels. Instead of using the typical markers, this map uses text labels with the deed name for deeds, and smaller icons for other locations.
Choose which layers to load and display on the map. When viewing the map, users can enable or disable layers as they like, but they are limited to the layers enabled in these settings.
Loads and displays the players on the map. Only works if realtime markers are enabled.
Loads and displays deeds on the map. Includes deed borders and basic deed information.
Loads and displays guard towers on the map, including their area borders.
Includes kingdom towers from the kingdom items mod.
Loads and displays structures (buildings) on the map.
Loads and displays portals on the map.
Includes portals from the new portals mod.
These settings give some control in how the map tiles are generated.
The number of threads to use for map generation. Should be a number between 1 and the number of cores on your machine. Threads are used to process more data simultaneously. A higher number of threads means the application will put more strain on your CPU, but it will complete faster. Lower numbers go easier on your machine but it will take longer to complete.
The size of a map tile as it is loaded in the browser. This should always be a power of 2 (64, 128, 256, 512, 1024, ...) because that is how the Wurm maps work. Smaller tiles mean more files which take longer to generate, but use a bit less memory (though the different is not that big). Larger tiles mean less files.
It is best to keep this between 128 and 512. A tile size smaller than 128 will cause many browsers to choke because of the number of tiles required to fill the screen.
If this is enabled, the map tiles will be shaded based on their elevation. This gives a somewhat 'pseudo-3d' look to the map. Disable for a more flat 'top-down' look.
This modifier lets you adjust how "hard" the shadows and lights on the map will be, if shading is enabled. This can be useful if you have a very flat landscape, to make the elevation a bit more noticeable. A lower number mean less shadows, higher means more shadows. The amount of light or shadow will be multiplied by this number, so for the best results keep this between 0.8 - 1.2 (if you want the map completely flat, it's better to just turn off mapGenerateShading
instead).
Also generates shading on paved tiles. Disable this to display all paved tiles in the same colour, independent of elevation.
Displays water on tiles under the water level.
Loads and displays bridges on the map.