[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
Next revisionBoth sides next revision
howtos:games:conan_exiles [2019/02/21 23:55 (UTC)] – [Known Issues/Troubleshooting] Pickup+ works fine arfonhowtos:games:conan_exiles [2020/03/27 23:21 (UTC)] – [Preparing your Server] arfon
Line 9: Line 9:
  
 <note>The Steam updater and the game's server binaries are currently 32-bit, but the dedicated server is 64bit but so you MUST install the Slackware multilib setup and 64bit Wine in order to install and run it.</note> <note>The Steam updater and the game's server binaries are currently 32-bit, but the dedicated server is 64bit but so you MUST install the Slackware multilib setup and 64bit Wine in order to install and run it.</note>
 +
 +You MUST have Slackware64 since the dedicated server is 64bit.
  
  
 ==== Preparing your Server ==== ==== Preparing your Server ====
 +
  
 Install multilib packages.  From AlienBOB's instructions, as root: Install multilib packages.  From AlienBOB's instructions, as root:
Line 21: Line 24:
 upgradepkg --install-new slackware64-compat32/*-compat32/*.t?z upgradepkg --install-new slackware64-compat32/*-compat32/*.t?z
 reboot </code> reboot </code>
 +
 +If you do not have X-windows installed (e.g. many VPS services), you should install X otherwise you will need to figure out how to do a "wine --without-x" install. X doesn't have to actually be configured but, it needs to be present.
 +<code>slackpkg install sackware64/x</code>
  
 Install **64bit** Wine. Install Wine from Slackbuilds.org: Install **64bit** Wine. Install Wine from Slackbuilds.org:
 howtos:games:conan_exiles ()