Skip to content

A custom CoD4 Dedicated Server mainly to improve the functionality and usability of the stock CoD4 Server.

License

Notifications You must be signed in to change notification settings

D4edalus/CoD4x-Server

 
 

Repository files navigation

CoD4x Server

A custom CoD4 Dedicated Server mainly to improve the functionality and usability of the stock CoD4 Server.

License

This software is released under the GNU General Public License v3.0

Compiling

To compile CoD4x-Server you'll need the following installed:

  • gcc (Linux) or mingw32 (Windows)
  • nasm

Debian/Ubuntu 32-bit:

sudo apt-get install nasm build-essential

Debian/Ubuntu 64-bit:

sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install nasm:i386 build-essential gcc-multilib

openSUSE 32-bit:

sudo zypper install nasm gcc-32bit

Arch Linux 32-bit:

yaourt -S nasm gcc-multilib make

Compiling is as simple as running the appropriate build script. E.g. for Linux: ./build_elf.sh.

Requirements

CoD4x-Server requires you to have a custom IWD file installed in the main folder. This IWD file can be found here: http://revmods.me/topic/520-pre-compiled-binaries-requirements/

Pre-compiled Binaries

Pre-compiled binaries are available at http://revmods.me/forum/86-cod4x-server/

Support

The official support forums for CoD4x-Server can be found at http://revmods.me/forum/86-cod4x-server/

About

A custom CoD4 Dedicated Server mainly to improve the functionality and usability of the stock CoD4 Server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.2%
  • TeX 1.4%
  • Objective-C 0.7%
  • Assembly 0.6%
  • C++ 0.4%
  • Perl 0.3%
  • Other 0.4%