-
Notifications
You must be signed in to change notification settings - Fork 21
Setup (for 1.1)
Defected edited this page Aug 1, 2021
·
1 revision
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
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.