Jump to content

H3llGhost

Members
  • Posts

    27
  • Joined

Everything posted by H3llGhost

  1. I had again some issues with max open files running ulimit -n <number> fixed it for me. During the startup there are about 36k open files and when the server is running 45k.
  2. The seg fault seems like an issue with steam cmd itself. I think Alloc can't do there much.
  3. I am running v32 and the server fixes. All fine for me! Great work Alloc!
  4. Hello nolram, I have to correct my statement, player information like player kills and similar aren't possible.
  5. Hello nolram, Yes you can display information like online players and similar on your website. Just parse the file players.xml. Your extended statistics like killed zombies and players are possible but not implemented in the scripts of Alloc. Killed animals aren't possible without doing some weird stuff.
  6. Finally there is no much difference between the Windows and Linux dedicated server. Just the binary is different, which is delievered by Unity. I think there are issues with the dependencies.
  7. Yes there are some changes needed. Keep calm Alloc will release them as fast as possible for him. In general you can run the server scripts without any problems.
  8. You can look with netstat -l if there is anything else already running on the specific ports. Do you have a firewall like iptables blocking incoming traffic?
  9. It is an issue with the telnet thread, the kill uses normally the shutdown command. The "work-around" is to use the shutdown via console as player. It should be fixed on server side, when the kill signal is send to save the day too. But at the moment remember the day and set it manually or shutdown the server when you are connected to the server via console and killing all monitor-log.sh after it.
  10. Yes you can see the available hooks https://7dtd.illy.bz/wiki/Hooks. Create a small shell script named playerConnect/<your personal favor>.sh and add there something like the following: !/bin/sh . /usr/local/lib/7dtd/common.sh telnetCommand $1 "say Hello to $4"
  11. But it seems to be more an issue with the game itself and not with the scripts provided by Alloc.
  12. You can run the "say" command using control panel, telnet or via administrative command (if configured).
  13. Which Version of scripts are you running? You should use v19.
  14. No only tried some settings, but not with "real" players.
  15. 4 cores with 2.67GHz and 4 GB RAM running under wine 32 can take up to 6 players without any lags (cpu load about 2). More people haven't joined the server yet or leave it instantly (it is a realistic one). If you are running with wine-64 you need less CPU and less RAM.
  16. You don't need the outgoing http(s) ports. I didn't found usage of 20 and 21. You have to allow the outgoing source query engine ports around 25000 to list your server. I can deliever exact ports in the next days.
×
×
  • Create New...