Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Sven Co-op

From PCGamingWiki, the wiki about fixing PC games
Sven Co-op
Sven Co-op cover
Developers
Sven Co-op Team
Engines
Svengine
Release dates
Windows January 19, 1999
Linux Early access[1]
macOS (OS X) TBA[2]
Sven Co-op on MobyGames
Sven Co-op on Wikipedia

Warnings

The macOS (OS X) version of this game does not work on macOS Catalina (version 10.15) or later due to the removal of support for 32-bit-only apps.
Half-Life mods and fangames (series)
Half-Life 1998
Half-Life: Opposing Force 1999
Half-Life: Blue Shift 2001
Codename: Gordon 2004
Half-Life: Source 2004
Half-Life 2 2004
Half-Life 2: Deathmatch 2004
Half-Life 2: Lost Coast 2005
Half-Life Deathmatch: Source 2006
Half-Life 2: Episode One 2006
Half-Life 2: Episode Two 2007
Portal (series)
Half-Life: Decay (unofficial port) 2008
Half-Life: Alyx 2020

Key points

Free. Includes Half-Life campaign. See here for Opposing Force and Blue Shift campaigns
Standalone. Doesn't require any game

General information

Official website
Steam Community Discussions

Availability

Source DRM Notes Keys OS
Steam
Icon overlay.png
Windows
All versions require Steam DRM.

Game data

Configuration file(s) location

System Location
Windows <path-to-game>\svencoop\*.cfg[Note 1]
macOS (OS X)
Linux <path-to-game>/svencoop/*.cfg
Steam Play (Linux) <Steam-folder>/steamapps/compatdata/225840/pfx/[Note 2]
It's unknown whether this game follows the XDG Base Directory Specification on Linux. Please fill in this information.

Save game cloud syncing

System Native Notes
Steam Cloud

Video settings

In-game video settings.
In-game video settings.

Template:Video settings

Field of view (FOV)

Changing the FOV can be done with the default_fov CVAR.
Console[citation needed]
  1. While in-game, open the console (~).
  2. Type default_fov number and press Enter.
Config files[citation needed]
  1. Go to <path-to-game>/svencoop/
  2. Open autoexec.cfg.
  3. Add default_fov number to the bottom of it.

Borderless fullscreen windowed

-window -noborder[citation needed]
  1. Find Sven Co-op in your Steam Library
  2. Right-click the game name
  3. Select Properties
  4. Select Set Launch Options...
  5. Input -window -noborder
  6. Press OK
  7. Launch the game

High frame rate

Set FPS limit[citation needed]
Game is capped at 200 FPS (without Vsync) by default
  1. Go to <path-to-game>\svencoop
  2. Create a new file called userconfig.cfg
  3. Add in the following lines:
fps_max "<desired FPS value>"
fps_override 1
  • The fps_override 1 command disables Svengine's arbitrary 200 FPS limit.

4. Save the file and launch the game. 5. Disable Vsync in-game.

Disable texture blur (bilinear texture filtering)

Modify gl_texturemode[citation needed]
By default this is enabled, except on Software rendering mode.
  1. Go to <path-to-game>\svencoop
  2. Open autoexec.cfg
  3. Change the following line from
gl_texturemode GL_LINEAR_MIPMAP_LINEAR

to

gl_texturemode gl_nearest_mipmap_linear

4. Save the file and launch the game.

Input settings

In-game key map settings.
In-game key map settings.
In-game mouse/joystick settings.
In-game mouse/joystick settings.

Template:Input settings

Audio settings

In-game audio settings.
In-game audio settings.

Template:Audio settings

Localizations

Language UI Audio Sub Notes
English

Network

In-game multiplayer settings.
In-game multiplayer settings.
In-game advanced multiplayer settings.
In-game advanced multiplayer settings.

Multiplayer types

Type Native Players Notes
LAN play
32 Co-op
Online play
32 Co-op

Connection types

Type Native Notes
Matchmaking
Peer-to-peer
Steam NAT punch-through service can used to connect individual peers without firewall configuration as of version 5.19. Open the console (~) and use connect SteamID command to connect to a person's game.
Dedicated
Self-hosting
Only LAN, by default. Use sv_lan 0 in the main menu and, if you have port forwarding set up, others can connect with the connect "ip address" command.
Direct IP
Open the console (~) and use connect followed by the IP and port.

Ports

Protocol Port(s) and/or port range(s)
UDP 27005 (client), 27015 (server), 26900 (VAC), all configurable with CVARs clientport, port, and sport respectively.
This game does not support Universal Plug and Play (UPnP) for automatic port configuration.

Other information

API

Technical specs Supported Notes
OpenGL 1.0 with selective 3.x features
Executable 32-bit 64-bit Notes
Windows
macOS (OS X)
Linux

Middleware

Middleware Notes
Audio FMOD Ex
Input SDL
Multiplayer Steamworks

Opposing Force and Blue Shift campaigns

You have to own the game and have it installed for it to get support in Sven Co-op
Installing support[3]
  1. Go to <path-to-game>\svencoop\
  2. Open Install_OpFor_Support.bat for Opposing Force campaign
  3. Open Install_bshift_Support.bat for Blue Shift campaign

System requirements

Windows
Minimum Recommended
Operating system (OS) 7
Processor (CPU) 1.0 GHz
System memory (RAM) 512 MB
Hard disk drive (HDD) 2 GB
Video card (GPU) 64 MB of VRAM
OpenGL 2.1 compatible
DirectX 11 compatible

Notes

  1. When running this game without elevated privileges (Run as administrator option), write operations against a location below %PROGRAMFILES%, %PROGRAMDATA%, or %WINDIR% might be redirected to %LOCALAPPDATA%\VirtualStore on Windows Vista and later (more details).
  2. File/folder structure within this directory reflects the path(s) listed for Windows and/or Steam game data (use Wine regedit to access Windows registry paths). Games with Steam Cloud support may store data in ~/.steam/steam/userdata/<user-id>/225840/ in addition to or instead of this directory. The app ID (225840) may differ in some cases. Treat backslashes as forward slashes. See the glossary page for details.

References