Jump to content

bladez

Members
  • Posts

    12
  • Joined

Posts posted by bladez

  1. Heres what I did to get it working on centos 6.5... This is only the server, nothing else

     

     

    centos 6.5 64 bit 
    I have been doing Full desktop install for now
    
    #Commands
    
    yum -y update
    
    #then 
    
    yum groupinstall "Base" "Development Libraries" "Development Tools"
    reboot
    
    
    ### To install xmlstarlet I 
    cd /tmp
    wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
    rpm -ivh rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
    
    
    #Needed for steam "yum install glibc.i686 libstdc++.i686"
    yum install xmlstarlet
    yum install libgcc.i686
    yum install glibc.i686 libstdc++.i686
    yum install nc
    
    ===========================================================================================================
    
    
    useradd -d /home/sdtd -m -r -s /bin/bash -U sdtd
    
    wget http://illy.bz/fi/7dtd/management_scripts.tar.gz
    
    tar --touch -xvzf management_scripts.tar.gz -C /
    
    vi /etc/7dtd.conf
    #edit steam un and pw then save and close
    :wq
    
    ###Make the server start at system boot: 
    chkconfig 7dtd.sh on
    
    
    #Compile start-stop-daemon
    cd /usr/local/lib/7dtd/start-stop-daemon
    
    make
    gcc -o start-stop-daemon start-stop-daemon.c
    
    make install
    chown root.root start-stop-daemon
    chmod 0755 start-stop-daemon
    
    
    #Install the Linux engine
    
    wget -O linux_files.tar.gz http://illy.bz/fi/7dtd/linux_files.tar.gz
    
    tar --touch -xvzf linux_files.tar.gz -C /home/sdtd/
    
    chown sdtd.sdtd -R /home/sdtd/linux_files
    chmod 0644 -R /home/sdtd/linux_files
    find /home/sdtd/linux_files -type d -exec chmod 0755 {} \;
    chmod 0755 /home/sdtd/linux_files/engine/7DaysToDie.x86
    
    chown root.root /etc/7dtd.conf
    chmod 0600 /etc/7dtd.conf
    
    
    chown sdtd.sdtd /home/sdtd -R
    
    
    chown root.root /etc/init.d/7dtd.sh
    chown root.root /etc/bash_completion.d/7dtd
    chown root.root /usr/local/bin/7dtd.sh
    chown root.root /usr/local/lib/7dtd -R
    chmod 0755 /etc/init.d/7dtd.sh
    chmod 0755 /etc/bash_completion.d/7dtd
    chmod 0755 /usr/local/bin/7dtd.sh
    chmod 0755 /usr/local/lib/7dtd -R
    
    7dtd.sh updateengine
    
    #Enter steam code wait for update
    
    7dtd.sh instances create

     

    I can reboot and everything works fine.... I havent tried doing anything with the update script.

  2. weirdinfo.jpg.9e9d7182acc7b8232613bdaec63aafa3.jpg

     

    Well I restart before doing it to make sure I didnt have current issues... Then ran the update command and that happened

     

    Idk... Im going to prob do the manual install tonight again and see but thats only if I cant get this to work. Have a 11 day game going I can hopefully get back

     

     

    heres another link to my error

    the pic is really small for some reason

    http://tinypic.com/view.php?pic=2wgad8k&s=8

×
×
  • Create New...