Jump to content

meganoth

Moderators
  • Posts

    9,453
  • Joined

  • Days Won

    56

Posts posted by meganoth

  1. Hi

     

    I host my server 7 days to die , how I install the mod ravenhaerst in my serveur in ubuntu?

     

    Thx

     

    1) Setup the server with vanilla game and test that everything works and you and your friends can join the game

    2) Installing the mod is not different for server and client, just use the correct target directory.

    3) If you get into problems with the connected clients not finding specific libraries or png-files, this is a bug not fixed yet. There are workarounds for png (see post #1238 in this thread), not sure if they work for the library-problem as well.

     

    Sorry, I have no copy-paste-simple step-by-step guide.

  2. We saw the issue looked like it was calling for that library. Interestingly enough the directories /7DaysToDie_Data/Managed and /7DaysToDieServer_Data/Managed have different DLL files. Since this error is looking for a specific file, we tried just putting the file where it wanted to look for it, but it didn't make a difference.

     

    I had a similar issue with paths in valmod (in my case it was only a client issue because the rented server was windows), my solution might work for you too. I found out that some paths were not changed to a linux-path while accessing the filesystem. So my client tried to open Mods\SMX\Textures\Compass\compassbg.png for example (this is not a path, all this is just the filename and it was located in the 7D2D main directory.

     

    In other words, I had to generate a file (in shell syntax) ${HOME}/.steam/Steam/Steamapps/common/7\ Days\ to\ die/Mods\\SMX\\Textures\\Compass\\compassbg.png

     

    You might try that with the library on the server.

  3. We have EAC turned off in the serverconfig.xml file. Deleted and reinstalled the server just to be sure, but it fills log files with that message at a rate of about one megabyte per second.

     

    When trying to connect to the server, it says that the server is still initializing.

     

    Any ideas how to fix it?

     

    Edit: Upon further investigation, the error seems to start once the telnet part of the server is up and running. SDX, Ravenhearst have all loaded (we think). Anyhow. There's that.

     

    One thing you could do is starting the server without the mod to see whether it is something in the mod that does this or the vanilla game. In the second case TFP would be the guys to talk to.

     

    Another thing would be to check what happens internally with "strace -f -p <process-id>" to see what system-call might be involved in this. At 1 MB/s error messages the error loop must be very small and so the place of error very obvious. The error message sounds like it wants to open some c-sharp library and doesn't find it.

    Use the strace just when the server begins to smap the error message, strace usually slows down a program and you surely don't want to do all the initialization with an active strace slowing it down

  4. hi

    I dont have directorie /tmp/ravenhearst

     

    Then probably the download of the ravenhearst mod didn't work (which should happen in line 2 of the code posted by vitamin, the line beginning with "git clone")

     

    Probably your ubuntu doesn't have "git" installed. Lets improve the code:

     

    sudo apt-get update
    sudo apt-get install git
    cd /tmp
    git clone https://github.com/JaxTeller718/MainVersion/ ravenhearst
    cd /tmp/ravenhearst
    cp -rf $(ls -A) "$HOME/.steam/steam/steamapps/common/7 Days To Die/"
    

     

    The first line should ask for your password, the second should tell you that it will install git and a few other packages needed by git and ask you if it thats ok. Answer with "y"

     

    The fourth line (starting with "git clone") will tell you something like "Receiving objects: 1% ..." and depending on your internet connection will take quite a while for the 1% to get to 100%

     

    After that you should see a directory /tmp/ravenhearst and there should be a few directories in it, among others a data and mod directory. The last line will copy all files into your 7days steam directory.

  5. hi

     

    not directory :(

    i abandone

    Thx for your help

     

     

    If you are more used to the GUI, you could also just use the built-in file-manager. Just copy all the directories in /tmp/ravenhearst to the target directory in .steam/steam/steamapps/common/7 day to die/ . Also check /tmp/ravenhearst whether you really have downloaded anything.

  6. First page post says current version is 2.08. I guess this is just an editing mistake?

     

    Since the Modinfo.xml of the downloads are saying 2.11.3 and thats supposed to be 2.11.5 really (according to a poster here) it's a bit confusing now if someone tries to update manually. Still, If you don't check and just install -> no confusion -> no problem, I should do that more often ;-)

     

    On second thought, the bug with cooking-leveling seems to be brand new. Maybe I'll stay on 2.08 for the moment.

     

    Great mod by the way.

×
×
  • Create New...