Skip to content
Prawy edited this page Oct 9, 2025 · 3 revisions

Installation

Download the latest release for Call of Duty 1.1 from https://github.com/riicchhaarrd/codextended/releases

Put the codextended.so file in your gameserver directory. E.g. /home/cod/myserver

Modify your start script by adding LD_PRELOAD=codextended.so at the beginning. Example script:

LD_PRELOAD=codextended.so cod_lnxded +set fs_basepath /home/cod/ +set dedicated +exec server.cfg

Configuration

You can add the following cvars in your server configuration.

set x_deadchat 0		// Show dead-chat to alive players? 
set x_nopbots 1			// Use altered bot movements?
set x_spectator_noclip 0	// Allow spectators to go through walls?
set x_authorize 0		// Validate CD keys? (use 1 for cracked server)
set x_contents -1		// Contents type for players. Use 32 to disable collision.
set sv_fastDownload 1           // Makes slow download system faster
set sv_downloadNotifications 1  // Enables notifications of which file is currently downloaded
set g_resetSlide (0/1) [default:0] // Fix for sliding after taking damage.
Clone this wiki locally