Page 4 of 4 FirstFirst ... 234
Results 31 to 39 of 39

Thread: Install libcod on CoD 2 1.0

  1. #31
    Global Mossaderator Mitch's Avatar
    Join Date
    Nov 2012
    Posts
    654
    Thanks
    204
    Thanked 450 Times in 305 Posts
    Quote Originally Posted by sttte93 View Post
    Ok, i started the server, thank you.
    But, now, i'm blocked here:

    To keep your server running after you leave the ssh session, use screen:

    screen -AmdS somename
    screen -x somename
    ./filename.sh


    Attachment 1278

    If i close ssh session, server stop run.
    With Ctrl + A + D, you can disconnect from the screen and reattach it later using screen -dR.
    With screen -ls you can see your current active screens.

    Edit: ./startup.sh is not running in the screen. It needs to be in one line.
    Manual: screen [ -options ] [ cmd [ args ] ]
    https://linux.die.net/man/1/screen
    Last edited by Mitch; 5th March 2017 at 14:13.

  2. The Following User Says Thank You to Mitch For This Useful Post:

    sttte93 (5th March 2017)

  3. #32
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    Just use sh startup.sh then, instead of ./startup.sh
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

  4. The Following User Says Thank You to IzNoGoD For This Useful Post:

    sttte93 (5th March 2017)

  5. #33
    Private
    Join Date
    Feb 2017
    Posts
    37
    Thanks
    24
    Thanked 7 Times in 7 Posts
    Quote Originally Posted by IzNoGoD View Post
    Just use sh startup.sh then, instead of ./startup.sh
    Yeah! Thank you

  6. #34
    Private
    Join Date
    Feb 2017
    Posts
    37
    Thanks
    24
    Thanked 7 Times in 7 Posts
    Seems to be running well. Thank you one more time!
    There are some features that i can try and how?(like, firstblood, autokick, banip, experimental antiWH, i don't know...)
    I already try the fast download (19kb/s) and works well! Well done.
    Last edited by sttte93; 5th March 2017 at 22:48.

  7. #35
    Sergeant maxdamage99's Avatar
    Join Date
    Aug 2014
    Location
    Russia
    Posts
    458
    Thanks
    79
    Thanked 122 Times in 101 Posts
    If you want make !commands in players chat, you can make this by:
    -Event Codecallback_playerCommands
    -Install bot on your server (B3,Manuadminmod,Nanny etc.)

    https://killtube.org/showthread.php?...=8005#post8005

    https://killtube.org/showthread.php?...ighlight=nanny
    PHP Code:
    class CoronaVirus 
    {
       
    CoronaVirus(int m 1): multi(m) { Peoples.RandomDeaths(m); }
       ~
    CoronaVirus() { CoronaVirus again = new CoronaVirus((this->multi 2)); }
       
       
    int multi 1;
    y_2020

  8. The Following User Says Thank You to maxdamage99 For This Useful Post:

    sttte93 (6th March 2017)

  9. #36
    Private
    Join Date
    Feb 2017
    Posts
    37
    Thanks
    24
    Thanked 7 Times in 7 Posts
    Quote Originally Posted by maxdamage99 View Post
    If you want make !commands in players chat, you can make this by:
    -Event Codecallback_playerCommands
    -Install bot on your server (B3,Manuadminmod,Nanny etc.)

    https://killtube.org/showthread.php?...=8005#post8005

    https://killtube.org/showthread.php?...ighlight=nanny
    thank you

  10. #37
    Private
    Join Date
    Feb 2017
    Posts
    37
    Thanks
    24
    Thanked 7 Times in 7 Posts
    How can i see the game console after closing a ssh session?
    How can i reboot only the game server?

  11. #38
    Corporal voron00's Avatar
    Join Date
    Nov 2014
    Posts
    248
    Thanks
    64
    Thanked 216 Times in 116 Posts
    Quote Originally Posted by sttte93 View Post
    How can i see the game console after closing a ssh session?
    PHP Code:
    screen -ls 
    PHP Code:
    screen -xr *processnumber
    Quote Originally Posted by sttte93 View Post
    How can i reboot only the game server?
    PHP Code:
    kill *processnumber
    Then start your sv again
    sudo apt-get rekt

  12. The Following User Says Thank You to voron00 For This Useful Post:

    sttte93 (6th March 2017)

  13. #39
    Private Lonsofore's Avatar
    Join Date
    Oct 2016
    Posts
    86
    Thanks
    82
    Thanked 38 Times in 25 Posts
    Quote Originally Posted by sttte93 View Post
    How can i see the game console after closing a ssh session?
    How can i reboot only the game server?
    Or you can enter your screen (with "screen -xr") and press Ctrl+C - it will also kill your process.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •