Skip to content

Releases: xtnded/codextended

CoDExtended v21 for 1.1x (2.09.2025)

09 Oct 14:54
50c4309

Choose a tag to compare

  • Fix client ping on the scoreboard
  • Hooking to SV_BotUserMove ( means it will use only custom bot methods )
  • ADS in air disabled by default
  • New setspeed() method
  • g_resetSlide bug fix

CoDExtended v20 (02.09.2025)

09 Oct 15:01
50c4309

Choose a tag to compare

Fix client ping on the scoreboard
Hooking to SV_BotUserMove ( means it will use only custom bot methods )
New setspeed() method
g_resetSlide bug fix

CoDExtended v21 for 1.1x (24.06.2025)

24 Jun 13:33
f7b28c8

Choose a tag to compare

  • sv_fastDownload cvar makes slow download Faster
  • xtnded_date cvar shows date of building extension

CoDExtended v21 for 1.1x (23.06.2025)

23 Jun 20:34
f7b28c8

Choose a tag to compare

Added sv_downloadNotifications cvar which shows which file player is downloading at the moment.

CoDExtended v20 (24.06.2025)

24 Jun 13:16
f7b28c8

Choose a tag to compare

  • SVR files now will be ignored and no longer trying to be downloaded by the client
  • sv_fastDownload cvar makes old slow UDP download system faster, up to 700Kb/s
  • sv_downloadNotifications cvar shows which file client is currently downloading
  • new xtnded_date cvar shows the date when the extension was build

CoDExtended v21 for 1.1x (03.12.2023)

03 Dec 22:49
855df4f

Choose a tag to compare

New features:

  • New script functions disableWeapon(), enableWeapon()
  • Download stuck issue fixed
  • Unknown commands in the server console now do not print to all clients. A say command is now required

If you don't wish your server to autopatch client to 1.1x then just use command: x_patchclient "0"

For help with installing, check the Wiki!

CoDExtended v20 (03.12.2023)

03 Dec 23:05
855df4f

Choose a tag to compare

New features:

  • Download stuck issue fixed

For help with installing, check the Wiki!

18-04-2023 855df4f

18 Apr 19:41
855df4f

Choose a tag to compare

You probably want to use the _debug version.
Compiled from 855df4f

Notes:
/usr/bin/ld: obj/sv_snapshot_asm.o: warning: relocation in read-only section `.text'
/usr/bin/ld: warning: creating DT_TEXTREL in a shared object

CoDExtended v21 for 1.1x 12.06.2023

01 Aug 13:43
c9a3528

Choose a tag to compare

All the features from CoDExtended v20, but targeting 1.1x client. Additional features:

  • Automated patching of players to 1.1x
  • FOV and FPS limiting
  • Screenshots with /rcon getss
  • Bouncing

Note:
12.06.2023 - fixed invalid cvar name string: error

If you don't wish your server to autopatch client to 1.1x then just use command: x_patchclient "1"

For help with installing, check the Wiki!

CoDExtended v20 for 1.1

01 Aug 13:39
c9a3528

Choose a tag to compare

All the original features from old CoDExtended, but also:

  • RCON: tell, say2
  • GSC: configStringIndex(), replace(), getStance()
  • Callback: CodeCallback_RemoteCommand, CodeCallback_FireGrenade
  • Other: ratelimiting
  • New Server-Side Mod functionality – Server admins now have a way to flag pak files as being “Server-Side only” and clients will never attempt to download those pak files, regardless of client or server autodownload settings. To enable this feature, place the following text anywhere in the name of the pak file: “svr” (without the quotes). For instance, myservermod.pk3 would become myservermod_svr_.pk3. This allows a server admin to leave downloading on at all times without clients attempting to download the mod and will be especially helpful for modded servers that run custom maps.

Unsafe build contains:

  • GSC: system()