Changes

Unturned

1,154 bytes added, 15:40, 17 October 2020
/* LAN Server via SteamCMD */
The following lines were added (+) and removed (-):
===installation===install SteamCMD (if you dont already have it) - Ubuntu/Mint sudo apt install steamcmd sudo add-apt-repository multiverse sudo dpkg --add-architecture i386 sudo apt update sudo apt-get install lib32gcc1Microsoft Windows Users try:* [https://linuxmint.com/download.php Best Option for Windows 10 Users].===installation====== Creating a Server using a New Map (New Server New Map) ===  install SteamCMD (if you dont already have it) - Ubuntu/MintWith SteamCMD and Unturned both installed, the next step is to setup and configure the server with a map of your choice. sudo apt install steamcmd sudo add-apt-repository multiverse sudo dpkg --add-architecture i386 sudo apt update sudo apt-get install lib32gcc1 Microsoft Windows Users try:* [https://linuxmint.com/download.php Best Option for Windows 10 Users].Consider a name for your new server.  It is a good idea to incorporate the name of the map into your server name to aide in your organization if you eventually have multiple servers.  For this example we will use the Hawaii map.You must start the server once, then terminate it, to allow the binary to create all of the necessary configuration files.  cd ~/.local/share/Steam/steamapps/common/U3DS ./ServerHelper.sh +LanServer/HawaiiLuauWhen finished loading you should see the last line in console look something like this: Total: 132.052000 ms (FindLiveObjects: 3.179000 ms CreateObjectMapping: 1.160000 ms MarkObjects: 126.958000 ms  DeleteObjects: 0.754000 ms)Now shut it down by issuing the 'shutdown' command in the server console.  you wont see the first letter of shutdown so it will actually look like you typed 'hutdown' shutdownCreate the mail configuration file which specifies among other things, the map you will be using vi Servers/HawaiiLuau/
Administrator
663
edits