[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 revisionBoth sides next revision
howtos:games:conan_exiles [2019/02/21 23:53 (UTC)] – [Update the game server files] arfonhowtos:games:conan_exiles [2019/02/21 23:54 (UTC)] – [Update the game server files] arfon
Line 108: Line 108:
 find /home/steam/ConanExilesMods/steamapps/workshop/content/440900/ -type f -name "*.pak" | xargs cp -t [DEDICATED_SERVER_DIRECTORY]/ConanSandbox/Mods/</code> find /home/steam/ConanExilesMods/steamapps/workshop/content/440900/ -type f -name "*.pak" | xargs cp -t [DEDICATED_SERVER_DIRECTORY]/ConanSandbox/Mods/</code>
 Where: \\ Where: \\
-[TEMPORARY_DOWNLOAD_DIRECTORY] is a temporary download director (e.g. /home/steam/ConanExilesMods/) \\+[TEMPORARY_DOWNLOAD_DIRECTORY] is a temporary download directory (e.g. /home/steam/ConanExilesMods/) \\
 [MOD_NUMBER] is the Workshop mod number (e.g. 344356) \\ [MOD_NUMBER] is the Workshop mod number (e.g. 344356) \\
 [DEDICATED_SERVER_DIRECTORY] is your dedicated server install directory (e.g. /home/steam/Conan_Exiles/) \\ [DEDICATED_SERVER_DIRECTORY] is your dedicated server install directory (e.g. /home/steam/Conan_Exiles/) \\
 howtos:games:conan_exiles ()