How to Configure Your Sven Co-op Server

Complete Sven Co-op server configuration — co-op settings, NPC scaling, survival mode, map voting, and AngelScript plugins.

Sven Co-op is a co-op game (players vs NPCs) on a modified GoldSrc engine. It has its own plugin system — AMX Mod X is NOT compatible.

server.cfg
mapcycle.txt

Editing server.cfg

Open Files

In the XGamingServer Panel, click Filessvencoop/ → open server.cfg.

Key Settings

hostname "My Sven Co-op Server"
sv_password ""
rcon_password "YourPassword"
sv_lan 0
mp_timelimit 45

Co-op Specific Settings

SettingDefaultDescription
mp_survival_mode01 = Survival mode (limited lives)
mp_respawndelay5Seconds before respawn
mp_npcscaling1Scales NPC count with player count
mp_mapvote_on1Built-in map voting
mp_mapvote_options5Number of map choices

Map Rotation

Edit svencoop/mapcycle.txt:

svencoop1
svencoop2
hl_c01_a1
of1a1

Custom maps go in svencoop/maps/ or svencoop_addon/maps/.

Plugin System — AngelScript

Sven Co-op uses its own AngelScript scripting system (NOT AMX Mod X). It includes a built-in admin system and map voting.

Custom plugins go in scripts/plugins/.

Ports

PortProtocolPurpose
27015UDP + TCPGame + RCON

No GSLT required.

How is this guide?

40% Off — Limited TimeGet your Sven Co Op server todayInstant setup, DDoS protection, and 24/7 support included.
Get a Server

On this page