Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: How to install CoD2 on Linux VPS Server?

  1. #11
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,011
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    At first you have to install screen: apt-get install screen

    Then start a screen-session: screen -AmdS cod2
    Join the session: screen -r cod2
    Leave the session: CTRL + a + d
    Look for all sessions: screen -ls

    Quit the server: CTRL + c or quit
    timescale 0.01

  2. The Following User Says Thank You to kung foo man For This Useful Post:

    jepson (4th November 2012)

  3. #12
    Private
    Join Date
    Nov 2012
    Posts
    11
    Thanks
    13
    Thanked 0 Times in 0 Posts
    Do you have some fixed cod2_inxded for v1.2 version?

  4. #13
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,011
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    Quote Originally Posted by jepson View Post
    Do you have some fixed cod2_inxded for v1.2 version?
    posted here: http://killtube.org/showthread.php?9...va()-Bug-Patch
    timescale 0.01

  5. The Following User Says Thank You to kung foo man For This Useful Post:

    jepson (4th November 2012)

  6. #14
    Private First Class thOuMta's Avatar
    Join Date
    Oct 2012
    Location
    France
    Posts
    191
    Thanks
    139
    Thanked 35 Times in 28 Posts
    If you have a prob with running cod2.

    Go to /etc/apt/ and edit your sources.list with:
    PHP Code:
    deb http://security.debian.org/ wheezy/updates main contrib
    deb-src ftp://ftp.iitm.ac.in/debian/ wheezy/updates main contrib
    deb http://ftp.debian.org/debian/ wheezy-updates main contrib
    deb http://http.us.debian.org/debian/ wheezy contrib non-free main
    deb http://ftp.us.debian.org/debian stable main contrib non-free
    deb http://security.debian.org/ wheezy/updates main contrib non-free 
    Then make:
    apt-get update
    apt-get install ia32-libs

    Normaly if you do it well you cod2 will running.

  7. The Following 2 Users Say Thank You to thOuMta For This Useful Post:

    kung foo man (4th September 2013),Ni3ls (19th August 2014)

  8. #15
    Brigadier General
    Join Date
    Dec 2012
    Posts
    1,012
    Thanks
    440
    Thanked 171 Times in 132 Posts
    is 64 bit not good for running a cod2 server?

  9. #16
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,011
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    Since cod2_lnxded is a 32bit binary, it's easier to run it on a 32bit Linux, but big distributions support multi-arch by installing just a single package (ia32-libs e.g. as mentioned before). So you need a bit extra work once, but that's no big problem.
    timescale 0.01

  10. The Following User Says Thank You to kung foo man For This Useful Post:

    Ni3ls (19th August 2014)

Posting Permissions

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