Skip to content

Server extension for Call Of Duty 2 version 1.3

Notifications You must be signed in to change notification settings

hoesman/libcod2_1.3

Repository files navigation

This is a stripped down libcod fork from damage99/libcod with only patches/fixes/protections for:

  • Call Of Duty 2 1.3

Requirements:

dpkg --add-architecture i386
apt-get update
apt-get install gcc-multilib g++-multilib

Starting the server:

LD_PRELOAD=libcod2.so ./cod2_lnxded +set fs_game ...

Some enviroments need LD_LIBRARY_PATH also:

LD_LIBRARY_PATH=. LD_PRELOAD=libcod2.so ./cod2_lnxded +set fs_game ...

Working with the source / Compiling:

To compile
./doit.sh

To clean
./doit.sh clean
 

About

Server extension for Call Of Duty 2 version 1.3

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published