mrepoDev / CoD4-Unleashed-Server

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

Home Page:https://raid-gaming.net/forum/18-call-of-duty-4-unleashed/

Repository from Github https://github.commrepoDev/CoD4-Unleashed-ServerRepository from Github https://github.commrepoDev/CoD4-Unleashed-Server

CoD4: Unleashed - 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 Affero General Public License v3.0

Compiling

To compile CoD4U-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 g++-multilib

openSUSE 32-bit:

sudo zypper install nasm gcc-32bit

Arch Linux 32-bit:

sudo pacman -S base-devel nasm

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

Documentation

All included functions are documented in our official Scripting API at https://docs.raid-gaming.net/

Support

If you have a question, feel free to ask over at https://raid-gaming.net/forum/18-call-of-duty-4-unleashed/

About

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

https://raid-gaming.net/forum/18-call-of-duty-4-unleashed/

License:GNU Affero General Public License v3.0


Languages

Language:C 97.0%Language:TeX 1.4%Language:Assembly 0.6%Language:Perl 0.3%Language:Makefile 0.2%Language:C++ 0.1%Language:Shell 0.1%Language:Objective-C 0.1%Language:Batchfile 0.1%Language:HTML 0.0%Language:Roff 0.0%