03-29-2020, 10:46 PM
Hello everyone,
Couldn't really find a tutorial on the net about installing Plugins/Mods on your dedicated server.
So further more I have you here!
First find some Plugins/Mods over at this link:
2nd: Download them Locally and to the Server
I personally like Revenhearst Mod Pack (Overhaul)
Link:
How to download to the server: A16 Valmod plugin has a Github download link.
So we will use Git to extract the link to Ubuntu/Debian systems.
How to Install Server Side:
Find 7 Days to Die Local Files (Ubuntu system first)
FILEZILLA Method:
Open the Ravenhearst zip. Open the first folder inside. Inside is a Data and Mods folder. Drag and drop these folders into the main game's directory.
From Terminal:
Valmod is a github link so we will use wget
Navigate to your 7daystodie folder. Usually inside /home/user/steamcmd/7daystodie.
Command:
With these mods you have to disable EAC though. Just FYI
How to Install Client Side:
Right Click 7 Days To Die and select properties
Click the Local Files Tab
Click the Browse local files button.
Download Client files here: Inside Master folder, Drag and drop these folders into the game's directory, overwriting when prompted.
**How to start 7 Days to Die without EAC: In your steam directory for 7 days to die, there are to .exe (executables) one with EAC and one without. Click the one without.
Couldn't really find a tutorial on the net about installing Plugins/Mods on your dedicated server.
So further more I have you here!
First find some Plugins/Mods over at this link:
2nd: Download them Locally and to the Server
I personally like Revenhearst Mod Pack (Overhaul)
Link:
How to download to the server: A16 Valmod plugin has a Github download link.
So we will use Git to extract the link to Ubuntu/Debian systems.
How to Install Server Side:
Find 7 Days to Die Local Files (Ubuntu system first)
FILEZILLA Method:
Open the Ravenhearst zip. Open the first folder inside. Inside is a Data and Mods folder. Drag and drop these folders into the main game's directory.
From Terminal:
Valmod is a github link so we will use wget
Navigate to your 7daystodie folder. Usually inside /home/user/steamcmd/7daystodie.
Command:
Code:
cd /home/usersteamcmd/7daystodie_Data
wget https://gitlab.com/jaxteller718/ravenhearst_6_2_server_files/-/archive/master/ravenhearst_6_2_server_files-master.zip
unzip ravenhearst_6_2_server_files-master.zip
rm ravenhearst_6_2_server_files-master.zip
cd ravenhearst_6_2_server_files-master
cp -r Mods ../
cp -r Data ../
cp -r 7DaysToDieServer_Data ../
mv serverconfig.xml ../
cd ..
rm -rf ravenhearst_6_2_server_files-master
With these mods you have to disable EAC though. Just FYI
How to Install Client Side:
Right Click 7 Days To Die and select properties
Click the Local Files Tab
Click the Browse local files button.
Download Client files here: Inside Master folder, Drag and drop these folders into the game's directory, overwriting when prompted.
**How to start 7 Days to Die without EAC: In your steam directory for 7 days to die, there are to .exe (executables) one with EAC and one without. Click the one without.