Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies and more


Ark Mods wont work


lugge2

Recommended Posts

#!/bin/bash

STARTCMD="./ShooterGameServer TheIsland?MultiHome=XX.XX.XXX.XXX?Maxplayers=60?Port=XXXX?QueryPort=27015?RCONEnabled=True?RCONPort=27015?GameModIds=497086514,497086514,478525616?listen -MapModID="" -server -log  "

 

cd ~/ARK_Survival_Evolved

rm -rf ~/.konsole.log 2>/dev/null

rm -rf ~/screenlog.0 2>/dev/null

touch ~/.konsole.log

unset http_proxy https_proxy

export LD_PRELOAD=/usr/local/gamed/libs/no_chmod.so

export LD_PRELOAD=""

 

export LD_LIBRARY_PATH="/home/s837107/ARK_Survival_Evolved/Engine/Binaries/Linux/"

 

cd ~/ARK_Survival_Evolved/ShooterGame/Binaries/Linux

 

chmod +x ~/ARK_Survival_Evolved/ShooterGame/Binaries/Linux/ShooterGameServer

 

sed -i 's/^DinoCountMultiplier.*/DinoCountMultiplier=1/g' /home/s837107/ARK_Survival_Evolved/ShooterGame/Saved/Config/LinuxServer/GameUserSettings.ini

 

ulimit -n 100000

 

ulimit -a -> ~/limit_status

 

for i in `seq 1 10`; do

$STARTCMD | tee -a ~/.konsole.log

sleep 30

done

 

 

 

 

 

Hey this is my parameter. But the mods wont work on my server. I dont now whay. I uploaded the mods on the mod folder with an ftp tool. As you can see i rigth the mods in my parameters. But it wont work can you pleas help me?

 

Share this post


Link to post
Share on other sites

Guest
This topic is now closed to further replies.