DarkLotus / EnhancedMap

A free Ultima Online map tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EnhancedMap

A free Ultima Online map tool

Site

Download Latest EnhancedMap

How can i compile EnhancedMapServer for my server machine?

  1. Install .NET Core 2.1:

  2. Open CMD and write (here you can see all platforms available. Here im compiling for a Windows 10 x64 machine):

cd "{ENHANCEDMAPSERVERNETCORE_FOLDER}"
dotnet publish -c Release -r win10-x64
  1. Navigate to "ENHANCEDMAPSERVERNETCORE_FOLDER/bin/Release/netcoreapp2.1/{YOUR_PLATFORM}/publish/"

  2. Run EnhancedMapServerNetCore.exe (if you are using windows, instead use terminal for linux/macos)

About

A free Ultima Online map tool


Languages

Language:C# 98.0%Language:Lua 2.0%