Jump to content

Runningman

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by Runningman

  1. Willst Du mit den Besten der Besten spielen?

    Willst Du einen Sieg nach dem anderen erleben?

    Willst Du von unserem SKILL lernen?

     

    Dann bist Du hier vielleicht falsch !

     

    EMP - Einmal mit Profis

     

    Wir sind eine Spielergemeinschaft mit reichlich Platz in unseren Reihen.

    Unsere Mitglieder spielen oftmals verschiedene Spiele und wir wollen Ihnen die Möglichkeit bieten, dafür auf einer zentralen Plattform Mitspieler zu finden.

     

    Unsere Avorion Abteilung ist frisch und dafür suchen wir nun Mitstreiter.

     

    Wir legen wert auf den Spaß im Spiel und einen gepflegten Umgang untereinander. Uns sind nette und humorvolle aber eher durchschnittliche Spieler wichtiger, als Pro Gamer, die ihre Mitspieler aufgrund mangelnden Skills flamen. Natürlich haben wir auch nichts gegen nette Pro Gamer, die bereit sind es mit unserem chaotischen Haufen auszuhalten.

     

    Derzeit haben wir einen eigenen dedizierten Avorion (Linux) Server laufen und unsere Homepage haben wir komplett überarbeitet.

     

    Bei uns finden sich Spieler aller Altersklassen ab 18. Derzeit dürften wir bei einem Altersdurchschnitt von knapp über 30 Jahren liegen.

     

    Wir bieten:

     

    - Eine schick designte Homepage mit Forum,

    - Einen auf Hochglanz polierten Discord Server,

    - Ein freundliches Staffteam und nette Mitspieler,

    - Die Möglichkeit Dich in einer frischen Gemeinschaft zu engagieren,

    - Einen Root-Server für eventuelle serverbasierte Multiplayer- Games.

     

    Wir erwarten:

     

    - Freundliches Auftreten,

    - Vollendung des 18. Lebensjahres,

    - Ein funktionierendes Headset und die Bereitschaft es einzusetzen.

     

    Andere Spiele für die wir uns interessieren sind Heroes of the Storm, Conan Exiles, Arma 3 in all seinen Varianten, und andere. Offen sind wir für alles, sofern sich ein paar Spieler finden die Interesse an einem bestimmten Spiel haben.

     

    Du musst dazu nicht zwingend Member sein, auch wenn es uns natürlich freut, wenn das EMP Tag auch irgendwann Deinen Namen ziert.

    Sollten wir Dich gleich vom Fleck weg überzeugt haben (nichts anderes erwarten wir) dann bewerbe Dich in unserem Community Forum.

     

    http://www.einmal-mit-profis.eu

  2. I recently installed the "manger" script from http://www.avorion.net/forum/index.php/topic,642.0.html on my linux dedicated server.

    Now I have issues with steam networking on server startup:

     

    Wed Feb  1 15:31:19 2017| Enabled Traces:
    Wed Feb  1 15:31:19 2017| Avorion server Beta 0.10.2 r7392 running on Ubuntu 16.04.1 LTS starting up in "/home/steam/.avorion/galaxies/avorion_galaxy"
    Wed Feb  1 15:31:19 2017| CPU: Intel(R) Xeon(R) CPU E5-2640 v3 @ 2.60GHz 4 Cores
    Wed Feb  1 15:31:19 2017| name: Zeus
    Wed Feb  1 15:31:19 2017| seed: H5ZifblM9d
    Wed Feb  1 15:31:19 2017| port: 27000
    Wed Feb  1 15:31:19 2017| max online players: 10
    Wed Feb  1 15:31:19 2017| save interval: 600
    Wed Feb  1 15:31:19 2017| broadcast interval: 5
    Wed Feb  1 15:31:19 2017| max loaded sector time: 300
    Wed Feb  1 15:31:19 2017| weak update: yes
    Wed Feb  1 15:31:19 2017| worker threads: 4
    Wed Feb  1 15:31:19 2017| difficulty: Beginner
    Wed Feb  1 15:31:19 2017| infiniteResources: no
    Wed Feb  1 15:31:19 2017| collision: 1
    Wed Feb  1 15:31:19 2017| access list: Blacklist
    Wed Feb  1 15:31:19 2017| public: yes
    Wed Feb  1 15:31:19 2017| authentication: yes
    Wed Feb  1 15:31:19 2017| listed: no
    Wed Feb  1 15:31:19 2017| steam networking & authentication: yes
    Wed Feb  1 15:31:19 2017| administrators: 'admin'
    Wed Feb  1 15:31:19 2017| Warning: Command status has not been assigned to a user group.
    Wed Feb  1 15:31:19 2017| Starting up 4 worker threads.
    Wed Feb  1 15:31:19 2017| SteamGameServer_Init call failed
    Wed Feb  1 15:31:19 2017| Error starting steam-based networking. Defaulting to standard TCP/UDP protocols.
    Wed Feb  1 15:31:19 2017| Further steam-related error messages can be safely ignored.
    

     

    When doing an update with the "manager update" command, I saw that it downloaded a small portion of a patch.

    Login on the server is possible, but is taking more time to connect now.

     

    Before using the script and starting the game manually with "screen ./server.sh" I did not have such an issue.

    Any tips or advice ?

  3. Thanks for the great startup script.

     

    You should add that "tmux" program has to be installed before starting the "manager". On Ubuntu it's:

     

    apt-get install tmux
    

     

    I had installed steamcmd and avorion server prior to using your script. But "manager" works, except that steam-based networking has issues:

     

    Wed Feb  1 13:16:00 2017| Enabled Traces:
    Wed Feb  1 13:16:00 2017| Avorion server Beta 0.10.2 r7392 running on Ubuntu 16.04.1 LTS starting up in "/home/steam/.avorion/galaxies/avorion_galaxy"
    Wed Feb  1 13:16:00 2017| CPU: Intel(R) Xeon(R) CPU E5-2640 v3 @ 2.60GHz 4 Cores
    Wed Feb  1 13:16:00 2017| name: Zeus
    Wed Feb  1 13:16:00 2017| seed: H5ZifblM9d
    Wed Feb  1 13:16:00 2017| port: 27000
    Wed Feb  1 13:16:00 2017| max online players: 10
    Wed Feb  1 13:16:00 2017| save interval: 600
    Wed Feb  1 13:16:00 2017| broadcast interval: 5
    Wed Feb  1 13:16:00 2017| max loaded sector time: 300
    Wed Feb  1 13:16:00 2017| weak update: yes
    Wed Feb  1 13:16:00 2017| worker threads: 4
    Wed Feb  1 13:16:00 2017| difficulty: Beginner
    Wed Feb  1 13:16:00 2017| infiniteResources: no
    Wed Feb  1 13:16:00 2017| collision: 1
    Wed Feb  1 13:16:00 2017| access list: Blacklist
    Wed Feb  1 13:16:00 2017| public: yes
    Wed Feb  1 13:16:00 2017| authentication: yes
    Wed Feb  1 13:16:00 2017| listed: yes
    Wed Feb  1 13:16:00 2017| steam networking & authentication: yes
    Wed Feb  1 13:16:00 2017| administrators: 'admin'
    Wed Feb  1 13:16:00 2017| Warning: Command status has not been assigned to a user group.
    Wed Feb  1 13:16:00 2017| Starting up 4 worker threads.
    Wed Feb  1 13:16:00 2017| SteamGameServer_Init call failed
    Wed Feb  1 13:16:00 2017| Error starting steam-based networking. Defaulting to standard TCP/UDP protocols.
    Wed Feb  1 13:16:00 2017| Further steam-related error messages can be safely ignored.
    

     

    My PARAMS variable looks like this:

     

    PARAMS='--admin 12345678901234567 --difficulty -3 --server-name Zeus --public true --listed true --use-steam-networking true --same-start-sector false --threads 4'
    

     

    Any idea what the problem is ?

  4. I have been using the wiki entry http://wiki.avorion.net/index.php?title=Setting_up_a_server to set up the server.

     

    Then adjusted the server.sh a little:

     

    cp linux64/steamclient.so ./steamclient.so
    bin/AvorionServer --galaxy-name avorion_galaxy --admin $USER "My Steam ID" --same-start-sector yes --listed no --difficulty -3 --server-name "Runningman's Galaxy" --use-steam-networking yes
    

     

    "My Steam ID" there is my steam id like "0:1:..."

     

    I start the server like this:

     

    steam@games:/home/avorion$ ./server.sh
    

     

    That is the command line output:

     

    Enabled Traces:
    Avorion server Beta 0.10.2 r7385 running on Ubuntu 16.04.1 LTS starting up in "/home/steam/.avorion/galaxies/avorion_galaxy"
    CPU: Intel(R) Xeon(R) CPU E5-2640 v3 @ 2.60GHz 4 Cores
    name: Runningman's Galaxy
    seed: H5ZifblM9d
    port: 27000
    max online players: 10
    save interval: 600
    broadcast interval: 5
    max loaded sector time: 300
    weak update: yes
    worker threads: 1
    difficulty: Beginner
    infiniteResources: no
    collision: 1
    access list: Blacklist
    public: yes
    authentication: yes
    listed: no
    steam networking & authentication: yes
    administrators: 'steam'
    Warning: Command status has not been assigned to a user group.
    [s_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
    Setting breakpad minidump AppID = 445220
    Game Port: 27000
    Steam Port: 27021
    Steam Query Port: 27020
    Polling Port: 27003
    
    Server startup complete.
    Server connected to Steam successfully
    Server is VAC Secure!
    Game Server Steam ID: 90106575810063364
    

     

    So it seems the server is up, BUT netstat -an only shows 3 ports and not the server port:

     

    Proto Recv-Q Send-Q Local Address           Foreign Address         State
    udp        0      0 0.0.0.0:27003           0.0.0.0:*
    udp        0      0 0.0.0.0:27020           0.0.0.0:*
    udp        0      0 0.0.0.0:27021           0.0.0.0:*
    

     

    And the issue is that I can't connect. Is anyone able to help ?

×
×
  • Create New...