[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
howtos:software:conan_exiles_dedicated_server [2018/10/06 23:44 (UTC)] – [Starting the Game Server] arfonhowtos:software:conan_exiles_dedicated_server [2018/10/31 19:41 (UTC)] – old revision restored (2018/10/29 20:02 (UTC)) Actually your first version was correct and the edited command is incorrect. alienbob
Line 92: Line 92:
 ==== Update the game server files  ==== ==== Update the game server files  ====
  
-You can either manually update the game files or set up a cron job and automate the process.  To manually update stop the server (CTRL-C) and run this:+You can either manually update the game files or set up a cron job and automate the process.  To manually updatestop the server (CTRL-C) and run this:
  
 <code>cd ~/steamcmd; ./steamcmd.sh +@sSteamCmdForcePlatformType windows +login anonymous +force_install_dir /home/steam/Conan_Exiles/ +app_update 443030 validate +quit</code> <code>cd ~/steamcmd; ./steamcmd.sh +@sSteamCmdForcePlatformType windows +login anonymous +force_install_dir /home/steam/Conan_Exiles/ +app_update 443030 validate +quit</code>
Line 103: Line 103:
 Enjoy the game! Enjoy the game!
  
 +
 +==== Known Issues/Troubleshooting ====
 +
 +As of this writing, the following are known issues-
 +
 +  * Engine.ini parameters ServerPort, Port, and QueryPort do not work.  You can not run two (or more) instances of CEDS on one machine and have the additional servers show on the Official Server List. When you start additional servers on the same machine the port automatically increments (7777-->7778-->7779).
 +  * Module Pickup+ does not work.
 +
 +Troubleshooting-
 +  * If you start the server with the "-log" option, the server logs are found in INSTALL_DIR/ConanSandbox/Saved/Logs/ (in our instructions it would be /home/steam/Conan_Exiles/ConanSandbox/Saved/Logs/).
 +  * If you're running mods and the server starts but you cannot connect to it and are getting the "Mods don't match" error but, your mod DO match, the problem is that a mod is failing to load.  Check the logs and see which one is failing (usually indicated by a "______ unloaded from precache" entry).
  
  
Line 110: Line 121:
  
 <!-- Please do not modify anything below, except adding new tags.--> <!-- Please do not modify anything below, except adding new tags.-->
-{{tag>howtos games server steam}}+{{tag>howtos games server steam author_arfon}}
 howtos:software:conan_exiles_dedicated_server ()