Results 1 to 10 of 14

Thread: Call of Duty 2 1.3 Linux server issue

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    This is my default install for a ubuntu-minimal server:
    Code:
    dpkg --add-architecture i386
    apt-get update
    apt-get install gcc-multilib
    apt-get install libmysqlclient-dev:i386
    apt-get install g++-multilib
    apt-get install libstdc++5
    apt-get install libstdc++5:i386
    im not 100% sure the x64 version of libstdc++5 is needed, but it cant hurt afaik
    Then im using this startup script:
    Code:
    LD_PRELOAD="_bin/cod2/libcod2_1_3.so" $cod $args +set g_gametype codjumper +map mp_jump
    $cod is the location of cod2_lnxded, $args is stuff like fs_homepath etc and my libcod is in /home/USERNAME/_bin/cod2/
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

  2. #2
    Private
    Join Date
    Sep 2015
    Posts
    33
    Thanks
    0
    Thanked 21 Times in 13 Posts
    What's your ubuntu version?

  3. #3
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    Quote Originally Posted by croni1012 View Post
    What's your ubuntu version?
    14.04 lts x64 or x86 (works on both) minimal (server) install. Tried this setup on many different "minimal" vps server installations, some were completely barebone (only sshd installed), others had lots of packages pre-installed and wouldn't qualify as "minimal"
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

Posting Permissions

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