News | Files | Message Boards | Discord | Twitter

"...quite possibly the best Half-Life mod of all time." -ModDB

 

    Site Links

  Current News
 
News Archive
  Team Members
  Submit a Map
  Links Section
  Discord Channel
  Message Forums
 

    Sven Co-op

  Game Manual
 
Features/Changes
 
Support the Mod
  Entity Guide
  The FAQ
 
Files Section
 
  Download SC!
 

    Media

  Map Screens
 
Weapon Screens
 
Enemy Screens
 

    Articles

  Map Making Info
  Server Guide
  SC Nostalgia

    Search

 
 
  
  

Powered by STEAM


Link to us


» News Archive:

 

January 2013 to December 2017

Sven Co-op Update Released [Build 2396897]
24 December, 2017 | by JPolito

View Comments  

Santa Garg is here!

Despite being locked in my childhood bedroom at my parents' house while screaming children pound on the door, we've managed to assemble a holiday update! This update features custom HUD elements, numerous bug fixes, and a new map by JPolito and GeckonCZ.

New Map - They Hunger: Escape

They Hunger: Escape, created by JPolito and GeckonCZ, has been released with the game. The map features survival gameplay in which players must find three randomly placed items and bring them to a broken down truck. The truck must then be repaired and used to escape from the town before the timer runs out and the military arrives to 'purge' the town.

At the start of each round, each player is assigned to a random 'civilian' role. Rounds last seven to eight minutes (depending on difficulty mode). Once the timer runs out, the military parachutes into the town and will destroy the vehicle if all of the items have not yet been brought to it. It is still possible to repair the vehicle and escape after the timer runs out, but it is exceedingly difficult.


If you are running a dedicated server please use SteamCmd to update your servers. Those of you that were using the public release candidate can remain to do so, as this branch now matches the standard branch.

Changes are as follows:

Notable changes

  • Added support for custom HUD elements (generic sprite, numeric display and time display). Exposed the new functionality through the AS API.
  • New map: "They Hunger: Escape".
  • Scripted weapons can now drop ammo.

Code

Game library

  • Added "+inventory"/"-inventory" command pair that will toggle the inventory screen.
  • All impulse commands (including flashlight) and the +use command are no longer blocked by certain weapon actions (anything that uses the m_flNextAttack variable would cause this issue).
  • Changed MAX_AMMO_TYPES from 32 to 64 for scripted weapons (i.e. the CoF weapon pack). Merged MAX_AMMO_SLOTS and MAX_AMMO_TYPES definitions (both served the same purpose).
  • Fixed corpses blocking monstermakers/squadmakers.
  • Fixed issue where chat messages sent right before a map change wouldn't get printed to the console.
  • Fixed issue with muzzle sprites not appearing long enough for players that have low framerates
  • Fixed issue with skill CVARs not being set correctly when changed via trigger_setcvar.
  • Fixed the "Voting menu doesn't add players as they join" issue.
  • Fixed the confusing "You must wait X seconds before you can call for aid." message that appeared when "getextras" command was used too soon.
  • Flashlight now uses CHAN_AUTO instead of CHAN_WEAPON to play the "click" sound. This should prevent it from interrupting weapon sounds.
  • Removed support for resolutions lower than 480p.
  • Removed the "impulse 99" command and the corresponding E3 1998 logo functionality.
  • Skill CVARs can now be changed on the fly (directly from console).
  • The message that appears when players enter observer mode will now mention reviving only if the player didn't get gibbed.
  • Unlinked MAX_WEAPON_POSITIONS and MAX_WEAPONS definitions again to allow for up to 20 weapons per bucket. This way all 9+1 weapon buckets are available and compatibility with existing scripts is maintained.
  • [func_tank] Players can now leave tanks by pressing USE key again.
  • [func_tank] Players can use impulse commands (including flashlight) while operating tanks.
  • [path_track] Added new keyvalue "maxspeed". Sets new maximum train speed. If the train is traveling too fast, its speed will be set to the new allowed maximum.
  • [path_track] Added new keyvalue "newspeed". Same as the legacy "speed" keyvalue but works correctly with controllable trains.
  • [trigger_camera] Added key input callback.

Heads-Up Display

  • "mp_survival_voteallow" CVAR can be used from map config now.
  • Added "HIDEHUD_CUSTOM_MAPS" and "HIDEHUD_CUSTOM_PLUGINS" flags. Can be used to hide all custom elements from a given group.
  • Added HL2-like auto-hide feature for the weapon selection menu. This should prevent the situation with players running around with the weapon menu active and unintentionally switching to a different weapon during combat.
  • Added support for custom HUD elements (generic sprite, numeric display and time display).
  • Fixed alignment of many HUD elements.
  • Fixed alignment of multiline HUD messages if negative screen coordinates are used.
  • Fixed an issue where the ammo bar in the HUD weapon selection would not be visible if the weapon had only secondary ammo left.
  • Fixed an issue where weapons that don't use any ammo would be drawn red in the HUD weapon history.
  • Fixed position of the "say:" input line, so it's no longer displayed in the very top left corner of the screen.
  • Fixed weapon slots not being cleared properly. Fixes issue where weapon selection would break occasionally.
  • Health, suit and ammo indicators can now display 4 digit values.
  • Health/suit power value is now clamped correctly, so the value displayed on HUD doesn't roll over if it's too high.
  • In-game chat can now display up to 12 lines (6 by default; can be customized via hud_saytext_lines CVAR).
  • Increased the weapon slot count from 7 to 10 (for scripted weapons). Slots #6 - #8 are only visible if there are weapons assigned to them. Slot #9 is always hidden and is reserved for special weapons (minigun, shockrifle).
  • Inventory items can use custom HUD sprites. Set by a new "item_icon" keyvalue. Expected sprite size is 72x72px. If the player holds items of more than one type, the default item inventory icon will be used.
  • Made the cl_showstats debug info slightly more compact.
  • New CVAR: "hud_alpha_default"; can be used to customize default transparency of HUD elements. (range: 0..255; default: 160)
  • New CVAR: "hud_alpha_max"; can be used to customize transparency of active HUD elements. (range: 0..255; default: 255)
  • New CVAR: "hud_bordersize"; can be used to customize HUD "padding". (range: 0..100; default: 16)
  • New CVAR: "hud_debug"; can be used for a precise placement of custom HUD elements. (values: 0-2)
  • New CVAR: "hud_draw"; enables/disables drawing of the HUD. (values: 0/1; default: 1; the value is not saved)
  • New CVAR: "hud_hidecustom"; can be used to hide custom HUD elements. Just in case some server operators do something naughty with the feature. (values: 0 - show all, 1 - hide elements created by map scripts, 2 - hide elements created by server plugins; >=3 - hide all)
  • New CVAR: "hud_saytext"; enables/disables drawing of the in-game chat. (values: 0/1; default: 1; the value is not saved)
  • New CVAR: "hud_selection_fadeout"; sets the time it takes to fade out before it automatically closes. Default value: 0.5 seconds. If set to 0 the fade out effect will be disabled.
  • New CVAR: "hud_selection_timeout"; sets the time it takes before the selection menu starts fading out. Default value: 1.5 seconds. If set to 0 the auto-hide feature will be disabled.
  • New CVAR: "mp_suitpower"; Can be used to disable HEV suit power (armor) and hide it from the HUD. Values: 1 - enabled (default), 0 - disabled.
  • Numeric displays will show + sign behind the number if the value is "out of range".
  • Player names in chat are now displayed with a slightly different color.
  • The ammo bar in the HUD weapon selection turns red instead of disappearing if the weapon has no ammo except for what is left in the weapon itself.
  • The ammo display will now flash even for weapons that are not using magazines.
  • The chat "block" is now positioned at the center of the bottom half of the screen. If there isn't enough space, the chat is moved up to clear the health/suit power displays.
  • The weapon selection will automatically close if the player picks up a special weapon.
  • Tweaked the HUD layout for a more consistent look.
  • Weapon history slots are now initialized properly, so the very first ammo/weapon pickup will be always rendered at the bottom of the weapon history list.

AngelScript

  • Exposed the new custom HUD functionality.
  • Exposed the new 'concussion' effect.
  • RegisterWeapon() can be used to specify classname of the dropped ammo and ItemInfo to specify the amount.
  • Any weapon can now use the iClip2 ammo display (enabled by setting iClip2 >= 0).
  • Any weapon can now use the uzi-styled iClip2 ammo display (enabled by specifying ITEM_FLAG_DUALWIELD weapon flags, activated/deactivated on the fly by toggling m_fIsAkimbo).
  • Exposed Adam's "Entity compounded effects/modifiers" through AS API.
  • Added new methods BlockWeapons(),UnblockWeapons() and GetWeaponsBlocked() to CBasePlayer class. Exposed through AS API.
  • Moved m_fBlockWeapons from CBasePlayerWeapon to CBasePlayer. Removed the variable from AS API as well, scripters can use the new CBasePlayer methods instead.
  • Added CBasePlayer::HolsterWeapon() method. Exposed through AS API.
  • Exposed CBasePlayer::DeployWeapon() through AS API.
  • Changed signature of CBaseMonster::FBecomeProne() to CBaseMonster::FBecomeProne( CBaseEntity * pOther ).
  • Added a new HIDEHUD flag - HIDEHUD_SUITPOWER - hides the suit power/armor display. Useful for maps with no batteries/HEV chargers.
  • Renamed MAX_AMMO_SLOTS AS definition to MAX_AMMO_TYPES and changed the doc. string to be more descriptive.
  • CBasePlayerWeapon::AddPrimaryAmmo() and AddSecondaryAmmo() returns amount of actually added ammo instead of returning boolean value whether any ammo was added or not.
  • Fixed name of the CBasePlayerWeapon::AddSecondaryAmmo() method (it was mistakenly exposed as AddPrimaryAmmo() in the previous versions)
  • Added new item flag ITEM_FLAG_IGNOREWEAPONSTAY - used by the minigun (instead of a hard coded exception) and can be used by scripted weapons as well.
  • Added new item flag ITEM_FLAG_ESSENTIAL - used by the essential weapons - medkit, crowbar, barnacle grapple etc. (instead of a hard coded exception) and can be used by scripted weapons as well.
  • CPathTrack: Exposed the new m_iMaxSpeed and m_iNewSpeed members.
  • Added FormatInt(), FormatUInt() and FormatFloat() formatting functions. Syntax and behavior equivalent to the native AS counterparts, just modified to work with our custom string implementation.
  • Added few color definitions (RGBA class), including the standard Sven Co-op HUD color.
  • PITCH enum: Fixed documentation strings.

Engine

  • If a player is using a view entity (e.g. trigger_camera), the PVS of the view entity is now used instead. This allows NPCs outside of the player's PVS to become active when being viewed by a camera entity.

Non-playable characters

  • [Barnacle] Barnacles will now ignore large XRACE monsters.
  • [Barnacle] Fixed the issue where barnacles were unable to kill monsters that take reduced damage if the damage type is "slash" (i.e. pitdrones).
  • [Chumtoad] Fixed an issue where player owned chumtoads could be used by other players.
  • [Gonome] "sk_gonome_dmg_one_slash", "sk_gonome_dmg_guts", and "sk_gonome_dmg_one_bite" skill CVARs should work correctly now.
  • [Human Grunt] NPC can now be equipped with a sniper rifle.
  • [Ichthyosaur] Fixed issue where NPC would not die properly unless it had an enemy.
  • [Kingpin] Players now receive correct amount of points for damaging/killing the monster.
  • [Male Assassin] Sniper assassin now has unique reload sound.
  • [Miniturret] Players now receive correct amount of points for damaging/killing the monster.
  • [Otis] Otis now spawns with his gun holstered.
  • [RPG Grunt] A one second wait has been added to the end of the Grunt's rocket firing schedule.
  • [RPG Grunt] Fixed issue with wrong animation playing during aiming. Grunts now use the rpg_aim animation.
  • [RPG Grunt] Rocket projectiles are now directed toward the center of enemies, rather than the position returned by the BodyTarget() method.
  • [RoboGrunt] Fixed server crash caused by Access Violation in CRobotGrunt::GetScheduleOfType().
  • [Sentry Turret] Fixed the issue where touching a dead sentry would delay the explosion.
  • [Stukabat] The monster now uses "sk_stukabat_dmg_bite" skill CVAR instead of "sk_agrunt_dmg_punch".
  • [Tor] The monster now uses "sk_tor_punch" skill CVAR instead of "sk_agrunt_dmg_punch". ("sk_tor_punch" was present but unused in earlier versions)

Weapons/Items

  • Added custom weapon/ammo drop rules. This determines what should be dropped when the player dies. New CVARs: mp_weapon_droprules and mp_ammo_droprules; Values: 0: NONE, 1: ACTIVE (default); 2: ALL.
  • All weapon and ammo world models will animate now if the model supports it (i.e. the spore launcher).
  • Changed how mapper placed items are determined. Fixes an issue where weapons with movetype set to MOVETYPE_FLY would start spinning when respawned. Also fixes the spinning weaponbox on hl_c16_a1.
  • Crowbar, wrench, medkit, barnacle grapple and glock will now appear in the HUD weapon history when picked up.
  • Dropped weapons/ammo now fade away instead of disappearing suddenly.
  • Fixed an exploit where players could get twice as much ammo by +using and touching ammo item at the same time.
  • Fixed an issue were players could pick up satchels dropped by somebody else and deploy them to get over the limit of 5 deployed satchels.
  • Players can drop secondary ammo now ("dropsecammo").
  • Players can no longer "steal" dropped weapons if they already have the same weapon. They will instead take the ammo from it and only as much as they can carry. No weapons or ammo is wasted this way.
  • Players can no longer pick up dropped ammo/weapons if they already have max. amount of the particular ammo type.
  • Players can no longer steal thrown crowbar if they already have one.
  • Scripted weapons can drop ammo now.
  • The "ammunition depleted" HEV sound is now played for uzi, M16, gauss gun, gluon gun and minigun as well.
  • The Classic mode shotgun is now forced to use the double-barrel fire mode as its secondary attack (the weaponmode_shotgun CVAR is ignored).
  • Weapons directly given to a player (i.e. via map config or "impulse 101") now ignore the "weapon pickup" delay.
  • Weapons dropped by NPCs are an actual weapon entities now (instead of a reskinned weaponbox entity).
  • Weapons dropped by dead players are an actual weapon entities as well, unless the weapon/ammo drop rules are set to ALL, in which case the classic DM weaponbox is dropped.
  • Weapons dropped by players can no longer be stolen by other players if they already have the same weapon.
  • [Displacer] The weapon now uses "sk_plr_displacer_radius" skill CVAR instead of hardcoded value. ("sk_plr_displacer_radius" was present but unused in earlier versions)
  • [Gluon Gun] The gluon gun beam is no longer slightly off compared to the crosshair position.
  • [Gluon Gun] The gluon gun will reset back to the idle animation correctly when the player runs out of ammo and keeps holding the attack button (this will hide the blue light reflection effect that is part of the weapon model).
  • [Gluon Gun] Tweaked the gluon gun beam effect a bit. The gluon cloud sprite is now rendered even if the target entity can't take damage.
  • [Gluon gun] Removed "sk_plr_egon_narrow" skill CVAR (unused since HL beta).
  • [Hand Grenade] Banana bomb now works even if the player has more than 10 grenades.
  • [M16] Fixed an issue where the M16 couldn't be selected if the player had the last AR grenade loaded into the gun and no other ammo.
  • [Tripmine] The tripmine now uses a proper worldmodel.
  • [Uzi] The uzi uses two different HUD sprites again (single uzi and akimbo). It changes when a second uzi is picked up/dropped (the actual weapon mode doesn't matter here).
  • [item_inventory] "effect_block_weapons" set to 1 should work reliably now (No view model glitching, no weapon switching).
  • [item_inventory] Fixed an issue where the item_inventory entity would fly in a random direction when dropped.
  • [item_inventory] Fixed double-not on the ignore trigger check, which meant that "if not not ignoring triggers, fire the triggers".
  • [item_inventory] Inventory rules: Item group rules are only ignored if the minimum number required is also 0. That means that no items currently existing in the group can still block the trigger if you set the minimum items from group count to at least 1.
  • [item_inventory] Return triggers should are no longer fired when an item is destroyed. Only the destroy trigger should be.

Maps

Half-Life

  • Removed weaponmode_shotgun option from HLSP. Shotgun now uses default rapid fire secondary attack unless playing in Classic Mode.

Polar Rescue

  • Fixed hostages not being guidable by +use.
  • Fixed hostages wandering off so easily.

Stadium 4

  • Added baby voltigores to the spawn control panel.
  • Control panel on/off sounds no longer play everywhere.

They Hunger

  • Added Norman's TNT peewees.
  • Added Norman's ammo models.
  • Added Norman's crossbow view model with TH hands.
  • Added new 'spanner' weapon. Models by Norman, HUD sprites from TFC.
  • Added the new models to the global model replacement lists.
  • Removed all the unused/duplicate/outdated models.
  • Suit power HUD element is no longer visible in all TH maps.
  • [Zombie Cops] Cops will no longer say most of the annoying sentences that an enemy Barney shouldn't be saying in the first place.

Models

Weapons/Items

  • [Crowbar] Added Norman's candy stick crowbar for the holiday season.
  • [Tripmine] Added Norman's tripmine peewees.
  • [Tripmine] Added Norman's LD tripmine peewees (for Classic Mode).

NPCs

  • [Baby Voltigore] Changed eye position from (0,0,95) to (0,0,30) to match the actual model.
  • [Big Rat] Replaced the bigrat model with the HLSDK version, which includes two cut animations for use by mappers.
  • [Classic Barney] Fixed UV map errors, improved UV map precision.
  • [Classic Human Grunt] Fixed UV map errors, improved UV map precision.
  • [HWGrunt] Updated the friendly HWGrunt model to use the newer animations.
  • [Ichthyosaur] Reverted to an older version of the model to fix numerous issues with navigation and AI.
  • [Shock Trooper] Fixed issue where the shocktrooper death sound would play via QC event, creating error messages in the console.

Other

  • Added 'They Hunger: Escape' radio host and civilian player models.

Sprites

HUD

  • Added 5.56 and 7.62 ammo sprites to all relevant weapon HUD text files.
  • MP5 muzzle flash sprite no longer has random black pixels.
  • Removed a bunch of unused weapon HUD text files.
  • Removed all 320x HUD sprites (no longer used by the game).
  • Updated all weapon HUD text files (removed 320x sprites; tweaked ammo sprite offsets).
  • Updated the displacer weapon HUD text file to use "depleted uranium" ammo sprite.
  • [640hud7] Added 5.56 and 7.62 ammo sprites.
  • [640hud7] Added colon, plus, minus, stopwatch, and dot/period HUD glyphs.
  • [640hud7] Added medkit ammo sprite (copied from 320hud2.spr)
  • [640hud7] Removed the separator line (unused).
  • [640hud7] Reorganized and cleaned up some of the sprites.
  • [hud.txt] Added new glyphs.
  • [hud.txt] Fixed alignment of many HUD symbols.
  • [hud.txt] Removed definitions for all 320x sprites.
  • [hud.txt] Removed all unused definitions.

Scripts

Half-Life

  • [hl_crowbar] The view model is now set to empty string when the weapon is holstered, instead of "0", which would cause a fatal error.
  • [hl_crowbar] Think function is now cleared when the weapon is holstered.

Survival

  • [Checkpoints] Fixed the "checkpoint jitter" issue.
  • [Checkpoints] HLSP checkpoint now has a slight fade-out effect when activated.

They Hunger

  • All They Hunger weapons can drop ammo now (except the Tesla gun).
  • Updated the scripts to work with the TH ammo/weapon model update.
  • Moved They Hunger weapons to their own script file (th_weapons) to make it easier to implement them in other maps.
  • Every weapon/monster has its own namespace now.
  • [monster_th_grunt_repel] Enabled delayed spawn.
  • [monster_th_grunt_repel] Spawnflags, health, netname and weapons are now carried over from the master entity (to match monster_human_grunt).
  • [weapon_m14] The weapon now uses m_pPlayer.m_flEffectSpeed to slow player down instead of modifying pev.maxspeed directly. This fixes an issue where players carrying item_inventory could use the sniper rifle to override movement speed penalization.
  • [Thompson and Greasegun] Each weapon has its own ammo entity now. Both weapons can be used on the same map and they will drop the correct magazine.
  • [Thompson] Weapon has higher DPS and better accuracy. The weapon now uses different recoil algorithm with a feel similar to CS 1.6 (by KernCore).

Other

  • [RandNumMath] Added RandNumMath.as, a shared script with some useful RNG-based math functions (uses its own namespace "RandNumMath").

SDK

FGD

  • [item_inventory] Added "item_icon" keyvalue. Can be used to specify a path to a custom HUD sprite. (provide the full file name and path relative to the "sprites" directory; the expected sprite size is 72x72px)
  • [trigger_camera] Added key input callback.
  • [monster_human_grunt] Added "Sniper Rifle" and "Sniper Rifle + HG" weapon choices.
  • [path_track] Added new keyvalue "newspeed". Same as the legacy "speed" keyvalue but works correctly with controllable trains.
  • [path_track] Added new keyvalue "maxspeed". Sets new maximum train speed. If the train is traveling too fast, its speed will be set to the new allowed maximum.

StudioMDL

  • Fixed issue with texturing shifting due to rounding errors in texture coordinate calculations.

Other

Game manual

  • Added Judgement, They Hunger: Episode 3, and They Hunger: Escape to the maps page.
  • Updated screenshot for They Hunger: Episode 2.
  • Updated all They Hunger map names to match the current naming format. Updated the number of maps in each series to the correct number.

Misc

  • Added "Drop Secondary Ammo" and "Unstuck" commands to the command menu.
  • Added "th_escape" to the map cycle and map vote configuration.
  • Changed the game menu font from Verdana 18 to Michroma 24.
  • Made the main menu "taskbar" fully transparent.
  • Removed Colors.lst, kb_keys.lst and strings.lst files (used only by the old WON launcher).
  • Removed all the WON menu bitmap files and AVI menu logo.
  • Removed the 4.8-era Sven Co-op menu logo.
  • [default_map_settings] Added the new "mp_suitpower" CVAR.
  • [default_map_settings] Added the new mp_weapon_droprules and mp_ammo_droprules CVARs.
  • [kb_act.lst] Added the new "Drop secondary ammo" command to the list.
  • [valve.rc] Added maxplayers "2" line, so the game starts in multiplayer mode by default when map command is used to create a new game.
  • [valve.rc] Removed few obsolete sound engine settings.

Version details

Steam build ID numbers: Game 2396897, dedicated server tool 2396898, SDK tool 2396899.

Please use the steam build ID number as a reference when posting an issue or query on our message boards. You can find the build number you currently have within Steam by right clicking our game or tools, selecting Properties, then selecting the Local Files tab.

 

Sven Co-op Update Released [Build 2007417]
2 August, 2017 | by AdamR

View Comments  

An update for Sven Co-op has been released. If you are running a dedicated server please use SteamCmd to update your servers. Those of you that were using the public release candidate can remain to do so, as this branch now matches the standard branch.

Changes are as follows:

Code

Game library

  • trigger_copyvalue can now be used to get/set "topcolor" and "bottomcolor" key values.

AngelScript

  • Fixed CAdminControl::KickPlayer() and CAdminControl::BanPlayer() methods not working correctly.

Non-playable characters

  • Fixed the issue where NPCs were able to revive players over great distances if the player respawned and died again while being revived.
  • [HW Grunt] Fixed issue with HWGrunt failing to attack brush-based enemies with its Minigun.
  • [Ichthyosaur] Adjusted physics settings for better movement.
  • [Ichthyosaur] Modified "On Attack" logic to fix on/off selection issues.
  • [Ichthyosaur] Re-exposed use trigger for non-friendly Ichthyosaur.
  • [Medic] Fixed NPC medics not healing players.
  • [Scientist] Scientists can no longer be used while they are trying to revive a dead player/monster.

Maps

Persia

  • Reduced enemy grenade spam.
  • Replaced several M16 grunts with sniper assassins at the first set of balconies.
  • Gave shotguns to a few Robo Grunts at end of the map.

They Hunger Episode 3

  • [TH EP3 07] Fixed script issue that caused cybernetic Dr. Franklin to not appear during the final boss battle.

Other

Misc

  • Added Judgement to the map cycle and map vote lists.

Version details

Steam build ID numbers: Game 2007417, dedicated server tool 2007418, SDK tool 2007419.

Please use the steam build ID number as a reference when posting an issue or query on our message boards. You can find the build number you currently have within Steam by right clicking our game or tools, selecting Properties, then selecting the Local Files tab.

 

Sven Co-op Update Released [Build 1965203]
18 July, 2017 | by AdamR

View Comments  

Why look, another headcrab.

We've managed to cobble together a small update in spite of the entire team being rather busy with Summer activities. This update includes a very important crash fix for a player naming exploit, a few bug fixes, and a new map by Nih.

New Map - Judgement

Judgement, created by Nih, is now packaged with the game. The map features survival gameplay in which players must defeat three waves of 'archangels' in order to successfully defend the mythical city of Godom and protect it from the wrath of an angry god.

Players have ten minutes to defeat each wave of archangels before the city is reduced to a burning heap of rubble. All dead players are revived with the successful destruction of each wave of archangels. Alternatively, players may find the 'Rat of Returning' and sacrifice it at an altar in the map's center to revive a single player at a time.


If you are running a dedicated server please use SteamCmd to update your servers. Those of you that were using the public release candidate can remain to do so, as this branch now matches the standard branch.

Changes are as follows:

Notable changes

  • Fixed a player name exploit causing servers and other players to crash.
  • New map: Judgement.
  • New work-in-progress entity: ambient_music. This entity plays sounds on a separate audio channel from normal game sounds that is unaffected by DSP effects. Volume level is controlled by the 'Music Volume' slider in the player configuration menu.

Code

Game library

  • Added check if the game rules has loaded and is valid when executing "loadadminlist" and "kicksteamid".
  • Added console help for "create" and "create_grunt" console commands.
  • Added inventory rules to all triggers (use / multi-use), func_door (touch), and trigger_changelevel (touch and use).
  • Added "remove" cheat command which can be used to remove entity/entities with a given target name.
  • Added support for entities with custom top/bottom colour. Uses "topcolor" and "bottomcolor" key values, range 0-255.
  • Client-side sounds are now played only during the first frame run to avoid sound stuttering when 'fall damage' sound is played.
  • Fixed an exploit where player could leave the server to avoid vote-kick/ban.
  • Fixed locked button sounds not playing.
  • Fixed issue where a non-player model with colour changing textures would re-use top/bottom colour from a previously rendered player model.
  • Fixed 'null player' issues, where disconnected players would reappear as invisible objects or interfere with scripts.
  • Fixed potential access violation in ClientDisconnect() (although it was very unlikely to ever happen).
  • Fixed sand footstep sounds not playing.
  • Fixed weapons not re-deploying correctly after a player exits Observer Mode.
  • No-clip now correctly ignores ground planes. Fixes issues with players sticking to ground planes when flying up with a shallow angle.
  • Removed redundant footstep sound functions.
  • Self referencing path_corner entities now impose at least a 10ms delay.
  • Separated "player drowned" and "player fell or something" into two separate death messages.
  • Survival Mode is now notified when player enters Observer Mode (i.e. when he is forced to observer mode by custom AFK plug-in).
  • Using create command with no arguments no longer crashes the game.

AngelScript

  • Added CASConCommandSystem::ServerCommand() - more convenient way of executing custom AS commands from scripts.
  • Added CASSoundEngine::FindMaterialType() function that returns material type for given texture.
  • Added CBaseEntity::IsBreakable() method that can be used to check whether this is a breakable brush entity or not.
  • Added CEngine::force_retouch.
  • Added CHAN_MUSIC value to the "Audio channels" AngelScript API enum.
  • Added implicit conversion from char to uint32.
  • Added missing ItemInfo opAssign method.
  • Added MOVE_TYPE enum for MoveToOrigin() movement types.
  • Added overloaded g_SoundSystem::PrecacheSound() AS method that supports sound replacement for entities.
  • Added override for CBaseMonster::IgnoreConditions() to CBaseCustomMonsterEntity.
  • Added PlayerEnteredObserver and PlayerLeftObserver AS hooks. Available to both - map scripts and server plugins.
  • CBaseEntity::StartPlayerFollowing() and CBaseEntity::StopPlayerFollowing() methods are now available through AS API.
  • CBaseEntity::StopFollowing() method was removed from AS API (merged with StopPlayerFollowing()).
  • CCVar constructors now have proper default value for string arguments.
  • CEngine is no longer const, selected members are non-const.
  • CEntityFuncs methods will now release array references correctly if the array type is invalid.
  • Fixed File::ReadLine() not handling CRLF line endings correctly.
  • Fixed return type of CEngineFuncs::Voice_GetClientListening and Voice_SetClientListening().
  • Optional parameter was added to StartPlayerFollowing()/StopPlayerFollowing() methods and will make the monster start/stop following the player without playing any sentence.
  • PlayerUse, PlayerPreThink, PlayerPostThink, GetPlayerSpawnSpot AS hooks are now available to server plugins.
  • Removed CEngineFuncs::AnimationAutomove(). corresponding function in the engine is empty.
  • Removed CHAN_NETWORKVOICE_BASE and CHAN_NETWORKVOICE_END from the "Audio channels" AngelScript API enum.
  • string::SetCharAt() is no longer const.
  • Survival Mode AS API is now available to server plugins.
  • Tweaked few documentation strings.
  • WeaponPrimaryAttack, WeaponSecondaryAttack and WeaponTertiaryAttack AS hooks: Fixed invalid data type being used for the first function argument (caused run-time AS errors when hook arguments were accessed). All 3 hooks are now available to server plugins.

Engine

  • Added validation checks with error messages to help mappers correct problematic BSP models.
  • Fixed a player name exploit causing servers and other players to crash.
  • Graceful disconnect if an invalid BSP model is parsed, instead of crashing.
  • Graceful disconnect if the models or sounds pre-cache limit is reached, instead of crashing.
  • Replace '%' and '&' for space when setting player names. (Fixes crash exploit.)
  • Workaround for Sys_Error() not printing the last word in the message. (May not always work.)

Sound

  • Added an error message if something tries to specify an empty sound file, or a sound index out of bounds.
  • Added channel groups. Two groups for now: SFX and MUSIC. Each with an individual volume controls. Volume of the MUSIC channel group is controlled by MP3Volume CVAR. Master channel group is used to mute all sounds when the game window is inactive.
  • Added fall back createSound() call for MP3 files with a large ID3 tag chunk.
  • Made the "EMPTY AMBIENT AT x, y, z" message more descriptive.
  • New work in progress entity "ambient_music":
    • Plays everywhere, is not affected by 3D positioning, reverberation, or filters.
    • Mappers can adjust volume of individual music tracks by "volume" key value, but the final volume is determined on the client-side based on a value of "MP3Volume" CVAR.
    • Music will play even for players that joined after the entity was triggered. Playback will start with an appropriate offset for them.
    • Music can be looped.
    • Music can be played for an individual player (activator).
  • The MUSIC channel group is 2D only. (No positioning info, attenuation, or DSP.)

Non-playable characters

  • Fixed NPCs not throwing grenades.
  • Fixed Talk Monster sentences getting interrupted mid-speech. The static talk timer is now initialized only once - when the map loads, instead of keep re-initializing every time new talk monster spawns.
  • Fixed medics/scientists not being able to revive players.
  • Fixed scientists following the player indefinitely if he respawned while being revived.
  • Fixed the problem where if player dies multiple times only the same scientist would try to revive him (m_hHealTarget and m_hMyMedic was not cleared properly).
  • Fixed scientists screaming constantly if they see fallen player/ally.
  • Fixed the issue where player could get stuck in "frozen" state if his corpse was blocked while being revived (added watchdog that will put him back to the normal "dead" state if the process takes too long).
  • Fixed multiple scientists/medics trying to revive a single corpse at the same time.
  • Idling Talk Monsters will no longer talk to friendly monster that is currently reviving fallen ally (otherwise the process could get interrupted).
  • Scientists will use special set of sentences when they see fallen ally and when they start their CPR procedure.
  • Added "weapons/hks1.wav" to the file pre-cache list for human grunts / male assassins / bodyguards to fix zombie grunts with silent weapons in They Hunger Episode 3.
  • [Alien Grunt] Removed friendly model selection for classic mode.
  • [Barnacle] Change barnacle classification to CLASS_ALIEN_PREDATOR. Barnacles will now try to munch on any CLASS_ALIEN_PREY walking by.
  • [Big Momma] Fixed potential crash.
  • [Chumtoad] Friendly chumtoads without an owner will now follow player when used.
  • [Houndeye] Fixed houndeyes not being able to damage breakables.
  • [Pit Drone] Added "initammo" key value which defines how many "spikes" will be loaded when the monster spawns (used on some OP4 maps).

Weapons/Items

  • [Grapple] Possibly fixed issues with the barnacle grapple sometimes failing to latch onto targets.
  • [Satchel] Fixed potential crashes prior to detonation and deactivation.

Maps

Half-Life Campaign

  • [All] Recompiled everything with default lighting parameters.
  • [All] Replaced trigger_cdaudio entities with ambient_music.
  • [HL C00] Fixed helicopter that was completely silent as the train drove by.
  • [HL C13 A4] Fixed trigger_changelevel teleport being turned on with the map start, and instead made it activate only when the scientist says you can jump into the portal.

Half-Life: Opposing Force Campaign

  • [All] Converted trigger_cdaudio and target_cdaudio entities to ambient_music entities. Maps now use the Opposing Force soundtrack instead of Half-Life's.

Infested

  • [Part 1] Fixed incorrect "nextmap" configuration.

Persia

  • Prevented first sneaky snipers hiding behind building.
  • Prevented players dying during cutscene near sniper rifle/grenades.

Polar Rescue

  • Removed ospreyT.mdl from the res file.

Stadium 4

  • Fixed friendly turrets/miniturrets not deploying after being spawned.
  • Implemented weapon filters to the human grunt and RPG grunt monster counters so that they don't overlap.

They Hunger

  • [Episode 1 Part 5] Fixed "mp_survival_nextmap" being commented out.
  • [Episode 3] Fixed zombie grunts with silent weapons.

Models

Other

  • [Player_Construction] Cleaned up the model, fixed smoothing, repaired UVs.
  • [Player_Gus] Cleaned up the model, fixed smoothing, patched holes, etc.

SDK

FGD

  • Added ambient_music entity.

Other

Game manual

  • Added guides on running SvenDS as a service.
  • Added Linux SvenDS service script example.
  • Added 'Judgement' to the list of official maps.

UI Text

  • Added FMOD copyright notice.
  • Changed "MP3 Volume" to "Music Volume".
  • Changed Miles notice to FMOD notice.

Misc

  • Deleted unused 3DFX GL library.
  • Deleted unused Bzip2 library.

Version details

Steam build ID numbers: Game 1965203, dedicated server tool 1965204, SDK tool 1965205.

Please use the steam build ID number as a reference when posting an issue or query on our message boards. You can find the build number you currently have within Steam by right clicking our game or tools, selecting Properties, then selecting the Local Files tab.

 

Sven Co-op Update Released [Build 1791238]
30 April, 2017 | by JPolito

View Comments  

An update for Sven Co-op has been released. If you are running a dedicated server please use SteamCmd to update your servers. Those of you that were using the public release candidate can remain to do so, as this branch now matches the standard branch.

Changes are as follows:

Notable changes

  • Fixed several prominent or recurring crash issues.

Code

Game library

  • Fixed crash caused by access violation in CBaseMonster::NoFriendlyFireToPos().
  • Fixed crash caused by access violation in CFuncTank::ControllerPostFrame().
  • Fixed crash caused by players being equipped with weapons and items.
  • Fixed game freeze when throwing weapons into teleporters.
  • Func_train: New target will be ignored if it's same as the previous one (to avoid recursion).
  • Mirrors/Portals/Monitors: Added min and max render distance.
  • Mirrors/Portals/Monitors: Changing targets of monitors and portals is now possible.
  • Mirrors/Portals/Monitors: Fixed rare bug where the brush model of the entity isn't updated when the entity sets itself up, causing it to render like a normal brush model.
  • Mirrors/Portals/Monitors: Fixed resolution scaling (max resolution now comes from actual OpenGL setting + texture resolution scaling is now proportional to actual screen resolution).
  • Mirrors/Portals/Monitors: Fixed several bugs in portal tracing code.
  • Mirrors/Portals/Monitors: Fixed shaders not working.
  • Portals: Made shooting through portal a spawnflag option.
  • Trigger_camera: Added "m_iszTurnedOffTarget" to allow mappers to trigger something when the camera is turned off (e.g. when time ran out).
  • Trigger_camera: Fixed killtarget not working anymore.

Maps

Persia

  • Adjusted camera entity spawnflags to prevent players dying during cutscene near sniper rifle\grenades.
  • Moved HWGrunt a little forward, so he will not stuck between sandbags.
  • Adjusted monster clip a little more to prevent first sneaky snipers hiding behind building.

Stadium 4

  • Fixed friendly turrets/miniturrets not deploying after being spawned.

Scripts

They Hunger

  • [TheyHunger] Observer mode status is now updated not only in MapActivate() but in EnableObserver() function as well. This is necessary because players/server operators can toggle survival mode at any time and this could disable observer mode all together (which is undesired for th_ep1_05).

SDK

FGD

  • Added "m_iszTurnedOffTarget" to trigger_camera, to allow mappers to trigger something when the camera is turned off (e.g. when time ran out)
  • Added min and max render distance to Mirrors/Portals/Monitors.
  • Added spawnflag "Shoot through" to func_portal.

Version details

Steam build ID numbers: Game 1791238, dedicated server tool 1791240, SDK tool 1791241.

Please use the steam build ID number as a reference when posting an issue or query on our message boards. You can find the build number you currently have within Steam by right clicking our game or tools, selecting Properties, then selecting the Local Files tab.

 

Sven Co-op Update Released [Build 1760220]
15 April, 2017 | by JPolito

View Comments  

We've been very busy these past few months!

This update includes a vast number of new features, bug fixes, and map updates. Here's a rundown on the most notable new changes / features:

Angelscript API Update

As mentioned in several previous notifications, we had to make few changes to the SC Angelscript API as a result of some bug fixes. If your script(s) use any of the changed class members/methods, it won't work any more in this version of Sven Co-op and needs to be updated. You can find more details and a list of changes here.

We'll gladly help you, should you have trouble with the changes. You can reach us on our forums or on our Discord chat server.

Classic Mode Update

When enabled, Classic Mode now replaces all default models with their original low-definition 1998 release counterparts. Alien slave revival and alien grunt snark grenades are also disabled to bring the game more in-line with classic Half-Life.

Classic Mode can currently only be enabled in the Half-Life campaign, but may eventually be implemented in the other Half-Life campaign conversions in a future release.

New Map - WARFORTS

WARFORTS, created by Tuesday's Avenger, is now packaged with the game. The map features team PvP gameplay in which two megacorporations (the Yellow and Blue teams) send agents to capture each other's flags while defending their own bases. The first team to reach five captures is victorious. Players may choose from seven distinct classes, each with unique active or passive abilities.

In addition to the enemy flag, players can attack a number of secondary targets during play. Each base includes four destroyable structures, which will take damage only from explosives:

  • Left and right shield generators, which power the lasers that prevent enemies from scaling the side walls
  • A signal jammer, which will cause the enemy to spawn rocket and HW grunts if lost
  • A door control unit which, if destroyed, will leave the front gate open and vulnerable

Additionally, occupying the side bunker will bring its defenses and Alien Mercenary units under your team's control.

New Map Entities

  • Env_render_individual (point entity): Changes the visual appearance of entities for one player or a group of players.
  • Func_mirror (brush entity): Can be used to create mirrors.
  • Func_monitor (brush entity): Can be used to create display screens that render a camera view onto a surface.
  • Func_portal (brush entity): Can be used to create 3D sky boxes and portals into other rooms.

These entities are still somewhat experimental and may be subject to change in a future release. Please see this thread for more information on how to use them.

Survival Mode Integration

Survival mode is now natively supported by the game, rather than being loaded through Angelscript. Players can now vote to enable or disable Survival Mode from the in-game command menu on maps that support it.

We have also implemented Survival Mode in the following official maps: Black Mesa EPF, Crystal, HPlanet, Infested, Intruder, Last Stand Series, Danger of Collapse, Persia, Toonrun, and Half-Life: Uplink.

With this change, there are now a few new ways for server operators and mappers to control Survival Mode by console variables. Server operators who would like to learn more about the new server-specific CVARs for Survival Mode, please visit this thread. Level designers who would like to learn more about the new map-specific CVARs for Survival Mode, or would like to learn how to implement Survival Mode into a map, please visit this thread.

Trigger_Camera Upgrades

New functionality has been added to the trigger_camera entity. Please visit this thread for an explanation of new keyvalues and entity behavior. A list of changes can be found below in the changelog. See the 'Code' section, under 'Game library'.


If you are running a dedicated server please use SteamCmd to update your servers. Those of you that were using the public release candidate can remain to do so, as this branch now matches the standard branch.

Changes are as follows:

Notable changes

  • Enabling 'Classic Mode' in the Half-Life Campaign now changes all models and sounds to their original 1998 release counterparts.
  • Native implementation of Survival Mode with voting and more options for server operators.
  • New point entity: env_render_individual. Changes the visual appearance of entities for one player or a group of players.
  • New experimental brush entities: func_mirror, func_monitor, and func_portal. These entities should be considered 'alpha' and are subject to change in future releases. Can be used to create mirrors, camera monitors, 3D sky boxes, and portals into other rooms.
  • New Included Map: WarForts, by Tuesday's Avenger.
  • Survival Mode has been implemented in Black Mesa EPF, Crystal, HPlanet, Infested, Intruder, Last Stand Series, Danger of Collapse, Persia, Toonrun, and Half-Life: Uplink.
  • Trigger_camera upgrades.

Code

Game library

  • Added 'env_render_individual' point entity. Changes the visual appearance of entities for one player or a group of players.
  • Added 'func_mirror' brush entity. Can be used to create mirrors.
  • Added 'func_monitor' brush entity. Can be used to create display screens that render a camera view onto a surface.
  • Added 'func_portal' brush entity. Can be used to create 3D sky boxes and portals into other rooms.
  • Added useType (USE_ON, USE_OFF, USE_SET, USE_TOGGLE) to func_button, func_rot_button and momentary_rot_button.
  • Added effect "EF_NODECALS". No decals will be drawn on an entity with that effect.
  • Added native console commands "toggle_classic_mode" and "toggle_survival_mode" as a replacement for AS counterparts available in some map scripts.
  • Classic Mode: All NPCs now use LD models when classic mode is enabled.
  • Classic Mode: All weapons and items now use LD models when classic mode is enabled.
  • Classic Mode: Disabled alien grunt Snark nest tossing and alien slave reviving when Classic Mode is enabled.
  • Classic Mode: Disabled the "Give a free M16 with every AR grenade if no M16 appears to exist on the map" hack when classic mode is enabled.
  • Classic Mode: Messages are printed to the chat now (instead of console history).
  • Fixed crash caused by dangling pointer in call to g_pGameRules.ShouldCollide(...) from DispatchShouldCollide(…)
  • Fixed crash caused by dangling pointer in CBabyGarg.EyeOff()
  • Fixed crash caused by dangling pointer in CBaseMonster::AdvanceRoute()
  • Fixed crash caused by dangling pointer in CBasePlayer.SelectLastItem
  • Fixed crash caused by dangling pointer in CBasePlayer.SetAnimation
  • Fixed crash caused by dangling pointer in CBasePlayer::HasNamedPlayerItem()
  • Fixed crash caused by dangling pointer in CBasePlayer::PackDeadPlayerItems()
  • Fixed crash caused by dangling pointer in CBasePlayer::SelectLastItem()
  • Fixed crash caused by dangling pointer in CBasePlayerByIndex().
  • Fixed crash caused by dangling pointer in CBasePlayerItem* m_rgpPlayerItems[MAX_ITEM_TYPES]
  • Fixed crash caused by dangling pointer in CFuncTank::TrackTarget()
  • Fixed crash caused by dangling pointer in Monster::OnDestroy()
  • Fixed crash caused by null pointer access in CanRepairRobo().
  • Fixed crash caused by null pointer access in CBaseMonster::OnDestroy().
  • Fixed crash when map changes before a vote called by trigger_vote is completed.
  • Fixed game freeze when setting FOV to '0', caused by division by zero.
  • Fixed game freeze and broken model animations caused by external model sequences being loaded from incorrect directories.
  • Fixed excessive instances of player corpses sinking into the floor, which made revival nearly impossible.
  • Fixed monsters following dead players who are in observer mode.
  • Fixed players being able to hold 'negative zero' score values, and other floating-point-related score display errors.
  • "givepoints" console command now accepts floating point values and prints the new total when used.
  • Survival Mode: Added vote to enable/disable survival mode to the command menu.
  • Survival Mode: Added custom observer message for Survival Mode.
  • Survival Mode: Checkpoints are now visible only if survival mode is enabled AND active.
  • Trigger_camera: Added "HUD: Hide flashlight", "HUD: Hide weapons" and "HUD: Hide health/battery" options.
  • Trigger_camera: Added custom mouse cursor (sprite).
  • Trigger_camera: Added flag "Ignore Hold Time" for indefinite cameras that only stop through a trigger.
  • Trigger_camera: Added max player count and target that gets triggered when a player tries to use a camera that is "full".
  • Trigger_camera: Added mouse events 'MOVED' and 'WHEELED'.
  • Trigger_camera: Added option to call an AngelScript method on mouse events.
  • Trigger_camera: Cameras now allow defining a target name that is set to players while they use the camera.
  • Trigger_camera: Cameras now can easily "take over" players from other cameras without messing each other up or creating some inconsistent state between cameras and players.
  • Trigger_camera: Cameras now can trigger targets when a player starts or stops using them (with the player as activator).
  • Trigger_camera: Disabled camera mouse input handling when user has game menu open.
  • Trigger_camera: Fixed camera bugging when many players use the same camera (especially repeatedly).
  • Trigger_camera: Fixed cursor bugs (e.g. registering a click event multiple times).
  • Trigger_camera: The last player to leave a camera will turn it off, also timers and external triggers that are not caused by a player who's currently watching, will turn it off.
  • Trigger_camera: When a player triggers a camera off, that is also in use by other players, it doesn't get turned off, instead the player is just removed (prior to this change, multi-use cameras were impossible).
  • Trigger_camera: When a player triggers a camera on, that is already in use by other players, the camera does not get reset and the player is just added.

AngelScript

  • Added delayed removal/reload for plug-ins with custom entities (to prevent error messages, crashes etc). Such plug-ins will be removed/reloaded on the next map change.
  • Changed RegisterCustomEntity() to use active module instead of map module.
  • Fixed CASItemRegistry::RegisterItem() and CEngineFuncs::LightStyle() referring to a temporary string where string that is valid for duration of the map is expected.
  • Made Entity Base Classes available from plug-ins.
  • Server plug-ins are now allowed to register custom weapons/items.
  • Tweaked/added some Plug-in Manager log messages.

Console Variables

  • New Client CVAR: cl_portal_disable_shaders - Disables the use of shaders for rendering mirrors, portals and monitors (global setting). Setting this CVAR might improve performance, but might introduce blue artefacts on mirrors and portals (usually not on monitors).
  • New Client CVAR: cl_mirror_disabled - Mirrors will not be rendered at all.
  • New Client CVAR: cl_mirror_fps - Sets maximum fps for rendering mirrors. 0 means unlimited fps (or same fps as the game). Setting this CVAR can improve performance, but will make mirrors look a bit laggy and might cause them to "jitter" and have weird artefacts on their edges when walking by them.
  • New Client CVAR: cl_mirror_halfframes - Setting this to 1 will cause mirrors to only be rendered every 2nd frame, independent of the current frame rate or fps setting. Setting this CVAR can improve performance, but will make portals look a bit laggy and might cause them to "jitter" and have weird artifacts on their edges when walking by them.
  • New Client CVAR: cl_mirror_quality - Setting this to a non-zero value will "scale" the resolution used for rendering mirrors. 1000 = 100% of your current game resolution, 500 = 50% etc. Using this CVAR can improve performance, but will make mirrors look blurry.
  • New Client CVAR: cl_monitor_disabled - Monitors will not be rendered at all.
  • New Client CVAR: cl_monitor_fps - Sets maximum fps for rendering monitors. 0 means unlimited fps (or same fps as the game). Setting this CVAR can improve performance, but will make monitors look a bit laggy.
  • New Client CVAR: cl_monitor_halfframes - Setting this to 1 will cause monitors to only be rendered every 2nd frame, independent of the current frame rate or fps setting. Setting this CVAR can improve performance, but might make monitors look a bit laggy.
  • New Client CVAR: cl_monitor_quality - Setting this to a non-zero value will "scale" the resolution used for rendering monitors. 1000 = 100% of the resolution set by the mapper for any given monitor, 500 = 50% etc. Using this CVAR can improve performance, but will make monitors look (more) blurry.
  • New Client CVAR: cl_portal_disabled - Portals will not be rendered at all.
  • New Client CVAR: cl_portal_fps - Sets maximum fps for rendering portals. 0 means unlimited fps (or same fps as the game). Setting this CVAR can improve performance, but will make portals look a bit laggy and might cause them to "jitter" and have weird artefacts on their edges when walking by them.
  • New Client CVAR: cl_portal_halfframes - Setting this to 1 will cause portals to only be rendered every 2nd frame, independent of the current frame rate or fps setting. Setting this CVAR can improve performance, but will make portals look a bit laggy and might cause them to "jitter" and have weird artefacts on their edges when walking by them.
  • New Client CVAR: cl_portal_quality - Setting this to a non-zero value will "scale" the resolution used for rendering portals. 1000 = 100% (your current game resolution), 500 = 50% etc. Setting this CVAR can improve performance, but will make portals look blurry.
  • New Map Config CVAR: mp_survival_nextmap - Specifies the next survival map in a series.
  • New Map Config CVAR: mp_survival_startdelay - Delay before survival mode starts.
  • New Map Config CVAR: mp_survival_starton - Should Survival mode auto-start after map load?
  • New Map Config CVAR: mp_survival_supported - Does the current map support Survival mode?
  • New Server CVAR: mp_survival_minplayers - Number of players needed to start Survival mode.
  • New Server CVAR: mp_survival_mode - Default Survival mode state (enabled by default - if the map supports it).
  • New Server CVAR: mp_survival_retries - Number of retries before "next map" vote starts. (-1:infinite).
  • New Server CVAR: mp_survival_voteallow - Allow Survival mode voting? (mp_voteallow is checked first).

Engine

  • Fixed a crash caused by loading sequence group files based on the file path stored in the model. Sequence group files will now be loaded from the file system with the format of "base model name" + "sequence group index" + ".mdl".
  • Fixed buffer overflow in weapon tracer effect rendering.
  • Networking: Updated the baseline transmission size for entity indexes to match the maximum entity limit.
  • Networking: Updated the sound message transmission size for entity indexes to match the maximum entity limit.
  • Networking: Updated the event message transmission size for entity indexes to match the maximum entity limit.
  • Networking: Reduced transmission size needed for entity indexes.

Non-playable characters

  • [Apache & Osprey] Apache / Osprey: Moved the stop sound out of OnDestroy() and into UpdateOnRemove() too.
  • [Barnacle] "Don't fade corpse" flag is now honoured.
  • [Barnacle] Decreased idle think delay to 0.2-0.4 seconds from 0.8-1.2 seconds, so that you can't run through their tongues so easily.
  • [Barney] Fixed incorrect cast type in dead Barney's custom model option.
  • [Gargantua & Baby Gargantua] Placed the "stop flame sound" on destroy statement into the UpdateOnRemove() method instead. Might fix a crash when removing the NPC when it uses a flame sound replacement.
  • [Gargantua & Baby Gargantua] Fixed crash due to dangling entity pointers.
  • [Tentacle] Added custom level heights (for Opposing Force). Heights are controlled by "level0height" - "level3height" key values. Half-Life values are used by default.
  • [Xen Spores] Flesh sounds are now used instead of concrete sounds when being hit by melee weapons.
  • [Xen Tree] Fixed crash when kill-targeting entity.

Weapons/Items

  • M16 and classic mode MP5 will now use both sound samples (glauncher.wav and glauncher2.wav) when grenade launcher is used.

Maps

Black Mesa EPF

  • Added survival mode with checkpoints.

Black Mesa: Special Tactics Sector

  • Added a trigger_push to unstuck some gibs/projectiles.
  • Added an env_explosion to the secret button.
  • Added better looking rocks and some gates to the big player vs. player arena.
  • Added env_sounds to the map.
  • Added experimental teleport effects.
  • Added new beam effects when monsters get spawned.
  • Added new lights for some machinery.
  • Added new pipes and glass floors to the toxic arena.
  • Added some water in the lambda lab arena.
  • Added windows into the facility arena.
  • Changed the bm_sts.cfg for using the main script and not only a part of it.
  • Fixed a corner in the garghunt arena, where you could get stuck and wouldn't be killed by the gargs.
  • Fixed a trigger_script that caused a random crash.
  • Fixed clip brush for red portal, no more joining a team before selecting game modes.
  • Fixed missing sound precaches.
  • Fixed some trigger_createentity entities with an invalid key value.
  • Lowered Big Momma health from 175 to 75.
  • Removed detail_textures and replaced them with the included wad.
  • Tweaked some func_illusionaries with the 'opaque' light flag for better looking effects in the water maze.
  • Tweaked the lighting a lot.
  • Tweaked the wpolys in some arenas by using more func_details.

Blue Shift Campaign

  • [BA_TRAM1, 2, 3] Adjusted the map start delay to account for late joining players.
  • [BA_TRAM1, 2, 3] Fixed trigger_setorigin so that spawn points will now correctly follow and face toward the front of the train.

Crystal

  • Added survival mode with checkpoints.
  • [Part 1] Health chargers now provide up to 50 HP.
  • [Part 1] Batteries now give you 15 AP.
  • [Part 1] Armor chargers now provide up to 25 AP.
  • [Part 2] Added 2 medkits in boss arena.
  • [Part 2] Batteries now give you 15 AP.
  • [Part 2] Fall damage has been set to deal 10 HP damage per fall.
  • [Part 2] Tor now does more damage during the boss battle.

Danger of Collapse

  • Added survival mode with checkpoints.
  • Health chargers now provide up to 60 HP.
  • Batteries now give you 15 AP.
  • Armor chargers now provide up to 50 AP.

Half-Life Campaign

  • Updated HLSP map configs for the native Survival Mode implementation.
  • [HL_C00] Fixed a bunch of track trains that were using the Source key value 'movesound' instead of Half-Life 1's 'sounds' key value.
  • [HL_C01_A1] Added a spawn point to the lower level of the elevator shaft.
  • [HL_C01_A1] Added game_player_equip for item_suit so that players will receive one on spawn after someone picks it up for the first time.
  • [HL_C01_A1] Fixed airlock door cogs overlapping with some of the brushwork.
  • [HL_C01_A1] Fixed airlock doors getting opened by concerned scientists trying to revive suiciding players.
  • [HL_C01_A1] Reduced suit respawn time to 5.0 seconds (was 30).
  • [HL_C02_A1] Added game_player_equips for the medkit and crowbar so that players will receive them on spawn after someone picks them up for the first time. Deleted the unnecessary second crowbar from the locker room.
  • [HL_C02_A1] Fixed players being able to lead Barney/Scientists into the rotating elevator shaft and crushing them.
  • [HL_C03] Added game_player_equip for the shotgun so that players will receive one on spawn after someone picks it up for the first time.
  • [HL_C03] Converted an office door brush into an actual func_door set up to seem locked.
  • [HL_C03] Fixed null brush in office door window that should have been a clip brush. Fixes vis issues when looking through the door's window from inside the office.
  • [HL_C03] Light switch in office now correctly turns the ceiling light on and off when used.
  • [HL_C04] Added game_player_equip for the M16 and 9mmAR so that players will receive them on spawn after someone picks them up for the first time.
  • [HL_C05_A2] Fixed players being able to use the scientist crawling on top of power generator, causing him to stand up.
  • [HL_C05_A2] Set all silo airlock levers to non-solid to fix players getting stuck in them.
  • [HL_C06] Added game_player_equip for the 357 so that players will receive one on spawn after someone picks it up for the first time.
  • [HL_C06] Fixed the explosive barrel models hanging around after they have already been detonated.
  • [HL_C06] Removed unused 'MoveSound' key value from track train. Set train to use Rail 7 sound.
  • [HL_C07_A1] Added a gate, fences, and an invisible wall to prevent people from rushing past the claw before it is moved off of the track.
  • [HL_C07_A1] Change level sprite/trigger is now visible when the three grunts at the end of the map are killed, instead of the previous system where the change level was triggered 5 seconds after the grunts were killed.
  • [HL_C07_A1] Moved the second spawn point from the optional train platform near the bottom of the rocket launch silo to the room with the claw blocking the track.
  • [HL_C07_A1] On the 'gruntlift' elevator that moves up simultaneously with the train elevator, fixed the grate moving past the solid part of the train if/when a grunt gets stuck.
  • [HL_C07_A1] Removed the checkpoint by the elevator doors in the optional map area, since it was pointless and off the main path.
  • [HL_C07_A1] The grunt lift now correctly aligns with the catwalk platform at the top of the shaft (instead of being sunken down and making a pit).
  • [HL_C07_A2] Added three new spawn points and rearranged the old ones to make more sense. Should now feel like there's less trudging and misery on servers where survival mode is disabled.
  • [HL_C08_A1] Fixed the Ichthyosaur that wouldn't play the 'jump attack' scripted sequence.
  • [HL_C08_A1] Fixed water that overlapped with a stair brush at the end of the map.
  • [HL_C08_A1] Moved crossbow to platform above shark cage so that it doesn't get lost underwater.
  • [HL_C08_A1] Removed unused 'dooropener' master on falling computer func_door to prevent console error message (even though it didn't cause any problems in the map).
  • [HL_C08_A2] Added weapon_crossbow to map loadout, since it's found at the end of the first map of Apprehension.
  • [HL_C08_A2] Adjusted timing of knockout/drag sequence to be less jarring to players caught in the forced respawn.
  • [HL_C08_A2] Disabled inventory carry over on the change level (since you're not supposed to have anything after the compactor anyway).
  • [HL_C08_A2] Fixed players being able to respawn with full weapon loadouts after the hallway drag cutscene.
  • [HL_C08_A2] Fixed players not getting respawned during the drag camera cutscene, which caused them to stay in observer mode and miss the cutscene entirely.
  • [HL_C08_A2] Fixed players not getting their weapons stripped during the knockout cutscene.
  • [HL_C08_A2] Fixed players respawning back at the start of the map during the knockout/drag cutscene.
  • [HL_C08_A2] Removed about half of the nodes on the map to reduce the node graph build time.
  • [HL_C09] Added game_player_equip for the 357 so that players will receive one on spawn after someone picks it up for the first time.
  • [HL_C10] Added a new spawn point when players enter the laser puzzle.
  • [HL_C10] Added game_player_equip for the crossbow and gauss so that players will receive them on spawn after someone picks them up for the first time.
  • [HL_C10] Added spawn to tripmine / alien grunt pod room.
  • [HL_C10] Made it completely impossible for people to climb on top of the alien grunt pods that emerge from the floor.
  • [HL_C10] Removed unused 'fence_zap_ms' master on trigger_once in Houndeye room to prevent console error message (even though it didn't cause any problems in the map).
  • [HL_C10] Spawn in lobby now turns back on when players successfully bring a scientist to the retinal scanner.
  • [HL_C10] The surgical device will now explode and stop working after it gets used for the first time; should stop trolls from killing everyone who walks under it.
  • [HL_C11_A2] Added game_player_equip for the RPG so that players will receive one on spawn after someone picks it up for the first time.
  • [HL_C11_A2] Added trigger_hurt to flames on destroyed RPG tank.
  • [HL_C11_A2] Adjusted ladder brushes on cliff (made them more thin) to fix 'sticky ladders'.
  • [HL_C11_A2] Fixed players being able to wedge themselves between a sandbag and the RPG tank.
  • [HL_C11_A4] Replaced missing "ambience/explosion.wav" sound file with "weapons/mortarhit.wav", which plays when the tank gets destroyed.
  • [HL_C11_A5] Added spawn point beyond the breakable wall of the repair shop where the mounted mortar is located.
  • [HL_C11_A5] Added spawn point to repair shop after bullet hole vent.
  • [HL_C11_A5] Added spawn point to top of wall that is reached by Xen jump pad.
  • [HL_C11_A5] Deleted spawn point that was in a hidden resupply room where the APC breaks through the warehouse wall.
  • [HL_C12] Added two spawn points to the sewers: one at the very start and one at the very end.
  • [HL_C13_A1] Elevator after black ops warehouse now deals 50 crush damage to prevent players jamming it.
  • [HL_C13_A1] Set all scripted_sequences for end scientist who uses retinal scanner to 'no interruptions' to fix players using him and breaking the door-opening trigger permanently.
  • [HL_C13_A1] Set crush damage on end elevator to 50 to prevent it getting stuck forever.
  • [HL_C13_A3] Set crush damage on end elevator to 50 to prevent it getting stuck forever.
  • [HL_C13_A4] Added a spawn point at start of portal puzzle, another to the room where players have to press two buttons to open the final portal, and another to the final portal exit area before the change level.
  • [HL_C14] Added a spawn point to the healing pool outside of the cave entrance so that players don't have to keep redoing the floating platform puzzle.
  • [HL_C16_A3] Added a spawn point where the xen eggs drop into turquoise liquid and another to the egg hallway that leads to the seamless teleport vent with floating sprites in it.
  • [HL_C16_A3] Fixed duplicate entity names for flashing blue effects / shakes / beamstart sounds when players run into blue force fields.
  • [HL_C16_A3] Fixed missing "beamstart13.wav" ambient_generics (sound file doesn't exist, used 11 instead).
  • [HL_C17] Fixed CD audio not playing when players spawn in front of Nihilanth.
  • [HL_C18] Removed unused 'teleport_to_end' master on trigger_teleport outside of the warp speed train to prevent console error message (even though it didn't cause any problems in the map).
  • [HL_C18] Added HLSP script to the map config to make classic mode available (because everyone loves LD Gman).
  • [HL_T00] Added a monster clip to the elevator near end of the map to prevent Barneys/scientist from leaving the area.
  • [HL_T00] Added game_player_equips for all weapons, item_suit, and item_longjump so that players will receive them on spawn after someone picks them up for the first time.
  • [HL_T00] Deleted invisible wall that blocked access to jump-down elevator after first player uses it.
  • [HL_T00] Removed spawn delay of -1 in the map configuration file for all items/weapons/ammo so that they will respawn with default delays.
  • [HL_T00] Set all weapons to respawn instantaneously.
  • [HL_T00] Set Barney's keypad animation to 'no interruptions' to prevent the script from being interrupted, which made it impossible to complete the map.
  • [HL_T00] Set item_longjump to respawn after 1.0 seconds.

Half-Life: Uplink

  • Added survival mode with checkpoints.

HPlanet

  • Added survival mode with checkpoints.
  • Health chargers now provide up to 50 HP.
  • Batteries now give you 10 AP.
  • Armor chargers now provide up to 25 AP.

Infested

  • Added survival mode with checkpoints.
  • [Part 1] Two squeak nests will now spawn in room with soda machine / Bullsquids (was previously six individual Snarks).
  • [Part 2] Fixed robo grunts attacking turrets.
  • [Part 2] Fixed gauss scientist getting stuck inside of players when he gets repeatedly used during the gauss reveal sequence.
  • [Part 2] Reduced genetically enhanced gonome's HP to 1500.
  • [Part 2] Reduced all Gonome, Voltigore, and Zombie HP.
  • [Part 2] Set Gonome capsule button to one-use only.
  • [Part 2] Reduced self destruct sequence time from five minutes to four minutes.
  • [Part 2] Added two female assassins to the train station.

Intruder

  • Added survival mode with checkpoints.
  • Added ammo in room with zombies\robo grunts: 9MM box, 2 shotgun boxes, 1 magazine for sniper rifle and 1 box for revolver.
  • Gave cutscene scientist 9999 health to prevent players interrupting scripted sequences with gauss gun and breaking map.
  • Reduced door's speed (the building leading to control panel).
  • Set outdoor spawn room door's crush damage to 20 to prevent players getting stuck between doors.

Last Stand Series

  • Added survival mode with checkpoints.
  • Set mp_npckill to 2 to prevent players killing friendly NPCs.

Opposing Force Campaign

  • Added new level change sprite.
  • Disabled mp_allowmonsterinfo for all maps to match the Half-Life campaign.
  • Updated global model replacement file and 'opfor' models folder to use 100% LD content to avoid a mixture of HD content with LD models (since some of the HD models aren't ready yet).
  • Removed the Uzi from all map configuration files.
  • [OF0A0] Fixed grunt in medic scene not getting killed instantly by the alien slave electric beam.
  • [OF0A0] Fixed grunts at crashed osprey dying too quickly.
  • [OF0A0] Fixed Tower not looking at the nearby exploding osprey.
  • [OF0A0] Removed all teleports. Replaced with spawn points and used trigger_respawn instead.
  • [OF0A0] Removed all trigger_once entities. The map will proceed automatically to each scene on its own now.
  • [OF0A0] Removed cameras from the intro. Players now spawn stuck into the seat as they would in single player. All other players are invisible/nonsolid until they spawn outside the crashed osprey.
  • [OF0A0] Removed trigger_auto at map start. Replaced with trigger_relay named game_playerspawn that deletes itself so that the map only starts when people join the game.
  • [OF1A1] Added a game_player_equip for the PCV Vest / Medkit weapon so that players will receive one on spawn after someone picks it up for the first time.
  • [OF1A1] Added a second spawn point after Otis opens the doors to the laser lab.
  • [OF1A1] Fixed two Headcrabs using incorrect animations.
  • [OF1A1] PCV Suit will now respawn after 0.25 seconds.
  • [OF1A1] Replaced Chumtoad in cage with Headcrab.
  • [OF1A1] Scientist will now wait until someone spawns in the map to perform the intro CPR sequence.
  • [OF1A1] Title and fade are now delayed until someone spawns in the map. Title appears 10 seconds after the first player spawns.
  • [OF1A3] Foolproofed the electric beam / nuclear waste scene. Players will now be forced to respawn in the room before the incident begins, and will respawn on the catwalk above once the waste reaches the floor of the first spawn. This fixes players being able to watch the scene from the hallway.
  • [OF1A3] Removed a teleport sprite/trigger that was previously added to teleport players into the room who were previously locked outside the nuclear waste scene.
  • [OF1A3] Removed excess spawn point entities at the map start.
  • [OF1A4] Removed a babygarg / zombies / alien grunt that were added to the map and were not in the original game.
  • [OF1A5] Changed maxspeed from 170 back to the default (270) in the map configuration file.
  • [OF1A5B] Removed MP5 from player weapon loadout (since it wasn't in the previous map).
  • [OF1A6] Added forced respawn after the emergency door shuts and gman closes a door in your face.
  • [OF1A6] Made the batteries in the prison room 'float' so that they don't drop through the bed frame onto the floor.
  • [OF1A6] Removed Uzi.
  • [OF1A6] Restored missing scientist prisoner scripted sequences.
  • [OF2A1B] Added forced respawn after furnace 'test fire' button is pressed. Fixes players who are farther behind others getting trapped behind a collapsing pipe.
  • [OF2A1B] Removed three extra Gonomes that weren't in the original maps.
  • [OF2A4] Newunit set to 1 in worldspawn (to reset the global entities used in the following map).
  • [OF2A5] Fixed torch grunt standing up when used instead of waiting for the medic.
  • [OF2A5] Added invisible wall to protect torch grunt from male assassins before the garage door opens.
  • [OF2A5] Reinstated the explosive rocket that ends the map when destroyed, except made it indestructible from player damage (it can only be destroyed by male assassin crossfire).
  • [OF2A5] Map will now reload if the nuke rocket is destroyed, the medic is killed, or the torch grunt is killed (and players will spawn on the surface when this happens, not at the original map start).
  • [OF3A2] Rebuilt map. Fixes crash caused by corrupt file format present in the original map from Gearbox.
  • [OF3A5] Restored the missing teleport malfunction cutscene.
  • [OF3A5] Restored the displacer teleport destination's missing death fadeout and message.
  • [OF4A2] Removed alien grunts and baby Gargantua that were not in the original map.
  • [OF4A3] Added crush damage to elevators/doors.
  • [OF4A3] Added game_player_equip for weapon_grapple so that players will receive one on spawn after someone picks it up for the first time.
  • [OF4A3] Converted a Headcrab that was once a Houndeye back into a Houndeye.
  • [OF4A3] Removed the 'shortcut' game_text and other entities that required players to reach an unnecessary position before proceeding to the change level.
  • [OF4A3] Added custom level height key values to tentacles so that they correctly detect players who are walking nearby and attack.
  • [OF4A5] Added crush damage to the elevator and all doors.
  • [OF4A5] Removed 'X players required in order to proceed' text/trigger at the end of the map.
  • [OF6A4] Added crush damage to elevator to prevent players from blocking it.

Persia

  • Added monster clip on rooftop where sneaky snipers are.
  • Added rope to first balcony.
  • Added skill file to increase player damage output.
  • Added survival mode with checkpoints.
  • All heavy weapons grunts now drop miniguns upon death.
  • Made one door breakable (near fountain).
  • Moved few sandbags so players will not become stuck between them and walls.
  • NPCs will now drop weapons on death.
  • Player medkits now heal 15 HP per use.
  • Set mp_npckill to 2 to prevent players killing friendly NPCs.

Stadium 4

  • Added desert eagle, displacer, egon, and spore launcher to weapon loadout.
  • Added 'freeze player' flag to control panel cameras.
  • Egon that spawns in the air and drops down to the center of the stadium has been replaced with a minigun.
  • HUD is now hidden when using control panel cameras.

They Hunger Series

  • HUD is now hidden during cutscenes.
  • Updated They Hunger map configs for native Survival Mode implementation.
  • [TH_EP2_02] Fixed two Zorks busting through the door in the 'reveal' room too early.
  • [TH_EP2_02] Possibly fixed the second Zork stalling the map by not following his break-in sequence and chasing after Dr. Franklin.

Toonrun Series

  • Added survival mode with checkpoints.
  • [Part 1] Added "TOUCH only" spawn flag on sniper rifle. (Fixes players circumventing the mousetrap.)

YABMA

  • Fixed some NPCs not spawning because of dead bodies blocking their spawn.

Models

Weapons/Items

  • [Grenade] Fixed pin floating in the middle of the screen on pin pull.

Other

  • Added LD models to be used in the Half-Life campaign when Classic Mode is enabled, located in models/hlclassic.

Other

  • Added original Half-Life sounds to be used in the Half-Life campaign when Classic Mode is enabled, located in sound/hlclassic.
  • Added Opposing Force soundtrack (to be implemented in the maps in a later release).
  • Updated Half-Life OST ID tags so that the artist is 'Kelly Bailey' and not 'Valve Software'.

Scripts

Server Plug-ins

  • Updated Entity Manager plug-in for 5.11 API.

Survival Mode

  • [Point_Checkpoint] Checkpoint model is precached in Precache() function along with other resources instead of Spawn() function. Checkpoint entity can be spawned on the fly now (using trigger_createentity, etc).
  • [Point_Checkpoint] Checkpoint will now create Xenmaker effect when spawned with "m_fSpawnEffect" property set to "1" (Only if the checkpoint is enabled).
  • [Point_Checkpoint] Checkpoint will trigger entity specified by "netname" property when spawned (Only if the checkpoint is enabled).
  • [Point_Checkpoint] Checkpoints spawned on-the-fly will be disabled if Survival mode is not enabled. Already activated checkpoints will not be set to visible when survival mode gets reactivated (via voting).
  • [Point_Checkpoint] Fixed teleport sound not playing when dead players are revived at the checkpoint.
  • [Survival] Survival.as script is now just a wrapper for the native implementation. Old AS CVARs are still provided to maintain basic compatibility with custom survival maps.
  • [Survival_Generic] Updated survival_generic script to use native Survival mode implementation directly.

Black Mesa: Special Tactics Sector

  • [BM_STS] Moved AmmoMod-related code to its own function.
  • [TeamSprite] Removed dummy MapInit function.

Half-Life Campaign

  • Updated scripted HLSP weapons for 5.11 API (now unused, but still included with the game).
  • [HLSP] Removed registration and mapping of AS-based classic mode weapons (MP5 and shotgun). Native support is now used instead.
  • [HLSP] Removed "toggle_classic_mode" AS command. Native counterpart is available now.
  • [HLSP] Updated HLSP script to use the native Survival mode implementation directly.
  • [HLSPClassicMode] Added "weapon_m16" to "weapon_9mmAR" item mapping for Classic Mode.
  • [HLSPClassicMode] Removed hl_c01_a1 and hl_c01_a2 from the classic mode white list (changing classic mode state on those map will lead to map restart now).
  • [Weapon_HLShotgun] Fixed idle animations not playing.

Robination

  • Updated map scripts for 5.11 API.

They Hunger

  • Updated scripted weapons for 5.11 API.
  • [TheyHunger] Updated "theyhunger.as" to use native Survival mode directly.
  • [TheyHunger] Disabled classic mode (which was never used), only item mapping is active now.

Misc

  • [Func_vehicle_custom] Updated script for 5.11 API.

SDK

Hammer

  • Visible object limit is now 16384.

FGD

  • Added func_mirror brush entity.
  • Added func_monitor brush entity.
  • Added func_portal brush entity.
  • Added env_render_individual point entity.
  • Added useType (USE_ON, USE_OFF, USE_SET, USE_TOGGLE) to func_button, func_rot_button, momentary_rot_button, and button_target.
  • Trigger_camera: Renamed flag "Instant Turn" to "No Instant Turn" as it did the exact opposite.
  • Trigger_camera: Added flag "Ignore Hold Time" for indefinite cameras that only stop through a trigger.
  • Trigger_camera: Added new key value "m_iszASMouseEventCallbackName" ("AS Mouse Event Callback Name") for calling an AS function on mouse events.
  • Trigger_camera: Cameras now allow defining a target name that is set to players while they use the camera.
  • Trigger_camera: Cameras now can trigger targets when a player starts or stops using them (with the player as activator).
  • Trigger_camera: Added max player count and target that gets triggered when a player tries to use a camera that is "full".
  • Trigger_camera: Added "HUD: Hide flashlight", "HUD: Hide weapons" and "HUD: Hide health/battery" options.

Other

Misc

  • Added Survival CVARs to the default map config.
  • Added Survival Mode voting to the command menu.
  • Install_bshift/OpFor_Support.sh - Added safeguard to prevent scripts from running outside svencoop folder.
  • Install_bshift/OpFor_Support.sh - Removed "NOT RECOMMENDED" comment warnings about installing into svencoop folder.
  • Install_bshift_Support.sh - Added a check if BShiftConverter is executable or not.
  • Install_bshift_Support.sh - Changed add-on folder option behaviour to true/false (false by default, which means it will install into "svencoop" folder instead of "svencoop__addon").
  • Install_OpFor_Support.bat & .sh - Removed of3a2 from installer map lists (since we now include a BSP file).
  • Install_OpFor_Support.sh - Updated OpFor script template to match BShift script style (paths, messages, etc).
  • Removed "sv_zmax 32768" lines from sample server configs. This causes problems with skybox on some maps.
  • Updated bshift_support.sven installer archive with the most recent .ent and other map-related files.
  • Updated opfor_support.sven installer archive with the most recent .ent and other map-related files.
  • Updated mapcycle and mapvote files.

Version details

Steam build ID numbers: Game 1760220, dedicated server tool 1760221, SDK tool 1760222.

Please use the steam build ID number as a reference when posting an issue or query on our message boards. You can find the build number you currently have within Steam by right clicking our game or tools, selecting Properties, then selecting the Local Files tab.

 

Classic Classic Mode
02 April, 2017 | by Hezus

View Comments  

Earlier today, we announced the release of "Sven Co-op Classic Classic Mode". Just as we wanted to press the release button on Steam, our Twitter alert went off and we received the following message:

Tweet from John Romero

Our entire staff was star struck! John Romero (great father of the FPS-genre) himself responded to our plans! And he didn't like them. If a legend like John commands something then you answer immediately. So we cancelled the launch of the Half-Life Alpha remake, started working right away and went even more Classic! Below you can see our first test build of our new "Sven Co-op Even More Classic Mode"!

Sven Co-op Even More Classic Mode - Preview 1 Sven Co-op Even More Classic Mode - Preview 2

This version will take you even further back to 1993 when the first build of Doom was released! Our 1997 edition already had lots of awesome classic features but this new plan will be even more spectacular. Just some of the perks:

  • Even lower resolutions! (320x200)
  • Runs on a 486 with 25 mHz!
  • MS-DOS support! (if you can find a Steam release for MS-DOS)
  • Everything is 8 bit!
  • Maximum of 4 player co-op mode for even more focussed gameplay!

With such an impressive list of classic features we are certain our fans will appreciate us moving on to this new project instead of spending more time on the previous one.

Expected release date for "Sven Co-op Even More Classic Mode" is 1st of April 2018!

 

Classic Classic Mode
01 April, 2017 | by Hezus

View Comments  

Most of our players have been fan of Half-Life since the very beginning and stuck with us through all these years. Even though Sven Co-op has changed over the years, we always intended to stay faithful to Half-Life. Many of our players enjoyed our "Classic Mode" plug-in, which brought the game closer to the original experience of 1998.

But why stop there? What if we could offer our players an even more original game experience? How could we add more "Classic" to our already "Classic Mode"? Today we are introducing "Classic Classic Mode"!

What is "Classic Classic Mode"?

"Classic Classic Mode" (or CCM for short) is a new mode which brings you the original gameplay of Half-Life the way Valve intended before the release of Half-Life back in 1997! Get a piece of this blast from the past and enjoy the feature-rich environments of the original alpha version! But don't just take my word for it: watch actual in-game action in the video below!

How does "Classic Classic Mode" work?

When entering the server a player can launch "Classic Classic Mode" by simply typing "IDCLEV". The game will then restart the map in "Classic Classic Mode"! It will automatically resync with clients running the regular version so your transition to "Classic Classic Mode" will always be seamless. Note, however, that "Classic Classic Mode" only features 1 player model (Ivan the Spacebiker), so it might be harder to distinguish one player from another. Also note that "Classic Classic Mode" only contains the crowbar, pistol and SMG, so other weapons won't be available to you. And don't forget that the "Classic Classic Mode" only has 5 different enemies (including friendly NPCs). All other monsters will not be displayed in this version. Also, the level-format of "Classic Classic Mode" doesn't allow maps to be as large as the modern version of Sven Co-op, so only a few portions of the map will be available to you as a player of "Classic Classic Mode". You also won't be able to see certain effects or hear certain sounds and the AI for the friendly units is unfinished and thus can't be used. Reloading will not also work. Monster AI is mostly broken. Crosshair aiming is way off. There might be rendering glitches and maps will most likely spontaneously crash. But all of this is just nit-picking to the real Half-Life purist!

"Classic Classic Mode" will be included in our April 1st update on Steam!

 

Sven Co-op Update Released [Build 1583289]
22 January, 2017 | by AdamR

View Comments  

An update for Sven Co-op has been released. If you are running a dedicated server please use SteamCmd to update your servers. Those of you that were using the public release candidate can remain to do so, as this branch now matches the standard branch.

Changes are as follows:

Notable changes

  • "Abandoned", map by Nih, has been re-added to the game and now features survival mode.
  • Beam entities now support the use of animated sprites.
  • New font settings and sizes for console and in-game title text.
  • Numerous They Hunger and Half-Life map fixes.
  • Several new models by Norman Roger.
  • Text messages now correctly scale with screen resolution.

Code

Game library

  • "Pin removed" sub model is now selected for thrown grenades.
  • [func_breakable] When a breakable fires its targets on break, it will now properly pass the activator instead of the caller to targets fired.
  • [func_door] When a breakable door fires its targets on break, it will now properly pass the activator instead of the caller to targets fired.
  • [monstermaker] Removed random Otis head selection.
  • [squadmaker] Removed random Otis head selection.
  • [trigger_gravity] Added support for inventory rules, as it was accidentally in the FGD anyway.

AngelScript

  • Updated AngelScript to 2.31.2.
  • NetworkMessage::WriteByte() now properly requires unsigned values.

Engine

  • Beam sprites can now be animated. The renderer will now read a beam's "framerate" variable from it's state.
  • Changed "_creditsFont" to use "CreditsFont" instead of "Legacy_CreditsFont" so it scales with resolution. (Added "_creditsFontL" for the legacy non-scaling version.)
  • Enabled proportionate setting for font "EngineFontMono".
  • Fixed an issue with resources that contained spaces or parentheses failing to download.
  • Increased path length to 260 from 64 for resources.
  • Updated co-ordinate functions to send coordinates with 24 bits of precision to match the delta list. (This fixes an issue with some engine messages that don't work correctly with large map sizes.)

Non-playable characters

  • NPCs can now properly interact with func_doors that have a master. In the OpenDoorAndWait() routine, the NPC can now query if a door is truly locked.
  • [Baby Gargantua] Eye glow aiment is now cleared immediately on removal. Eye is now turned off / removed when the Baby Gargantua is removed by kill-targeting.
  • [Baby Gargantua] Flame aiment is now cleared immediately on removal. Flames are now removed when the Baby Gargantua is removed by kill-targeting.
  • [Barney] Restored yaw speed for animations to the default. (270.)
  • [Gargantua] Increased yaw speed.
  • [Heavy Weapons Grunt] Fixed issue with NPC dropping multiple miniguns if its "weapon" key was set to an unsupported value.
  • [Pit Drone] Flying spike projectile and emission point spray particles now match the NPC's scale.
  • [Pit Drone] Reduced flying spike projectile's scale to 1.5 and increased bounding box size slightly.

Maps

Abandoned

  • Added survival mode with checkpoints.
  • Armor chargers now charge up to 50 armor.
  • Batteries now supply 15 armor.
  • Health chargers now supply up to 50 health.
  • Long jump module respawn time set to 15 seconds.

Blue Shift Campaign

  • Fixed infinite level loading loops in between several maps due to global entity states not being set correctly.
  • [BA_YARD3] Fixed map crash caused by duplicated quotation marks in the worldspawn keyvalue list in ripent.

Half-Life Campaign

  • [All Maps] Set mp_hevsuit_voice to 1 in all HLSP configuration files.
  • [HL_C01_A1] Coffee cup and thermos are now nonsolid. Fixes players getting stuck on them.
  • [HL_C01_A1] HEV suits will now respawn after 30 seconds. Fixes players grabbing HEV suits and disconnecting from the server, preventing others from moving forward.
  • [HL_C02_A1] Added a checkpoint to the hallway after the elevator shaft next to the retinal scanner.
  • [HL_C02_A1] Converted tipped over computer into a func_wall. Fixes missing face on the side.
  • [HL_C02_A1] Fixed orientation of crowbar next to door of locker room.
  • [HL_C02_A1] Healthkit next to scientist performing CPR is now a medkit weapon spawn.
  • [HL_C10] Fixed first alien grunt beating on the glass of its pod after its already been broken.
  • [HL_C10] Fixed first alien grunt freaking out and running in circles inside his glass-faced pod after playing the glass-beating sequence.
  • [HL_C10] Set breakable metal parts on alien grunt tank to "trigger only" so that players can't break it open with their crowbars.
  • [HL_C10] Set the first alien grunt to have melee-only weapons. Fixes him throwing snark nests and shooting hornets into the glass of his pod.
  • [HL_C11_A4] Fixed players being able to shatter the garage door instantly with a crowbar instead of firing a mortar at it.
  • [HL_C11_A4] Garage door now has infinite health until someone walks over to the mortar's use position, at which point the health will be set to 500. Should fix people prematurely blowing open the door with other explosives.
  • [HL_C11_A5] Garage door now has infinite health until someone walks over to the mortar's use position, at which point the health will be set to 200. Should fix people prematurely blowing open the door with other explosives.
  • [HL_C11_A5] Moved checkpoint after vehicle repair shop away from explosive door.
  • [HL_C12] Converted the boulders at the end of the map into func_walls so that players can't walk through them due to clipnode errors.
  • [HL_C16_A2] Fixed broken terrain vertices under the portal at the end of the map.
  • [HL_T00] All gun targets now trigger the corresponding goal lights instantly, instead of waiting one second.
  • [HL_T00] Fixed final gun target not responding to explosives.
  • [HL_T00] Fixed gun target that was moving through crates.
  • [HL_T00] Fixed numbers being lit up at the shooting range before gun targets are damaged.
  • [HL_T00] Fixed two events of duplicate/overlapping text information.
  • [HL_T00] Fixed wall texture behind gun targets being stretched out, which stretched explosion decals.
  • [HL_T00] HEV Suit now respawns after 1.0 seconds.
  • [HL_T00] Incorrect sky is no longer loaded. Map now uses "desert".

Half-Life: Uplink Campaign

  • Added a clip brush to the broken blue container.
  • Added stacked oil drums so that players trapped behind the gate to the dome building can escape.
  • Fixed only one player getting a medkit after the intro.
  • Modified top of elevator shaft in dome building.
  • Moved a trigger to avoid letting players see a scientist and grunt spawning out of thin air.
  • Set "health" of top button of elevator to zero so that it is no longer shootable.

Stadium 4

  • Fixed friendly shock trooper appearing to hold no shockroach.
  • Fixes view being zoomed out too far.
  • Moved the menu cameras closer to the arena.

They Hunger Campaign

  • [TH_EP1] Converted a bunch of wall lights into illusionaries so that players don't get stuck on them in tiny hallways.
  • [TH_EP1_01] Added a clip brush above the upright coffins to prevent players getting stuck in them.
  • [TH_EP1_01] Adjusted clip brushes behind seamless teleports so that it doesn't look like you run into a wall before teleporting on laggy servers.
  • [TH_EP1_01] Moved the spawn point and forced respawn from the tiny hallway after the lake to the graveyard. Fixes players getting spawned in the cramped space and clogging up the hallway.
  • [TH_EP1_01] Placed a clip brush around a lamp post outside the church where players could easily get stuck.
  • [TH_EP1_01] Survival mode is now enabled once players hear the radio announcement in the church, rather than being on at the start of the map.
  • [TH_EP1_03] Fixed a dead scientist that was leaning against air.
  • [TH_EP1_04] Added a checkpoint next to the train depot chimney.
  • [TH_EP1_04] Added a teslagun somewhere.
  • [TH_EP1_04] Fixed a dead scientist that was leaning against air.
  • [TH_EP1_04] Fixed a tree that players could climb into.
  • [TH_EP1_04] Fixed ladder on side of dam that was too tall.
  • [TH_EP1_04] Push trigger at the dam surface door now gets deleted after the door opens instead of launching the first person who walks into it out into enemies.
  • [TH_EP1_05] Added a bare light bulb to the spawnpoint inside of the gas station. Fixes the spawn being pitch black.
  • [TH_EP1_05] Added missing light bulb behind gas station.
  • [TH_EP1_05] Adjusted a ladder brush leading up to the roof of the gas station to be less difficult to use for players who are climbing down.
  • [TH_EP1_05] Downsized the size of the train controls brush for the police car so that you have to be inside of it to drive. Fixes players driving the car while sitting on top of the car.
  • [TH_EP1_05] Made the church secret room door open in the opposite direction. Fixes players getting trapped behind it.
  • [TH_EP2_00] Added an invisible wall between players on the ground and the jeep, which gets deleted when Barney is pushed off the jeep. Prevents people interfering with the RPG launcher before it fires.
  • [TH_EP2_00] Added the missing Episode 2 title text.
  • [TH_EP2_00] Upped speed of push of the sewer waterfall from 300 to 400. Fixes players being able to stand at the bottom of the waterfall and injure falling players.
  • [TH_EP2_01] Moved the checkpoint on the island closer to the bridge so that it cannot be skipped.
  • [TH_EP2_01] Widened the entrance to the air pocket room in the underwater tunnel. Fixes players getting clogged in the entrance and drowning.
  • [TH_EP2_02] Fixed players being able to trigger the elevator while it is moving and stopping it in mid-air.
  • [TH_EP2_03] Added an invisible wall in front of the skeleton tank to prevent people from throwing grenades at it.
  • [TH_EP2_03] Reduced the damage on a shortcut door in the office complex so that it doesn't instantly gib people.
  • [TH_EP2_04] Reduced the damage of a few of the trigger_hurts for flames that come out of the floor. Players will be less likely to die while progressing through the map.
  • [TH_EP3_00] Clipped off the front of the ambulance to prevent players getting stuck.
  • [TH_EP3_00] Fixed a wall with a missing face by the nature trail entrance.
  • [TH_EP3_01] Added a force-spawn to the crashed helicopter area for players who are super far behind (likely trapped in the water at the train crash).
  • [TH_EP3_01] Fixed two walls that were non-solid.
  • [TH_EP3_02] Added a fourth spawn point just before the giant bullsquid.
  • [TH_EP3_02] Fixed a giant seam in the cliffs at the giant bullsquid.
  • [TH_EP3_03] Added an env_sound set to "normal" with radius of 256 at the first exit from the asylum to reset the echo effects from the ducts if they happen to be stuck on for some players.
  • [TH_EP3_04] Added a few melee weapons near forced respawns and checkpoints just in case people get revived or respawn without any weapons under rare circumstances.
  • [TH_EP3_04] Added a weapon_medkit and weapon_colt1911 to the basement of the house by the lake, just in case anyone doesn't pick them up at stonehenge. Also added a trigger for the equip entity here, so respawning players receive these weapons.
  • [TH_EP3_04] Added invisible wall to the breakaway rubble at the helicopter battle to block people from hopping it before the helicopter is destroyed.
  • [TH_EP3_04] Converted a bunch of monsters after the apache battle into squadmakers. Should fix problems with them facing the wrong way and not attacking anyone due to their "WaitTilSeen" flag.
  • [TH_EP3_04] Made dying civilian in cell a gagged prisoner, and set his scripted_sentence to "no interruptions". Fixes players interrupting his speech.
  • [TH_EP3_04] Non-zombified human grunts now all have the "human military" classification and will attack zombies, who are set to "alien monster".
  • [TH_EP3_04] Probably fixed numerous cage doors at the end of the map clipping into walls.
  • [TH_EP3_04] Switched a crate that spawned a pipe wrench to spawn a 357 instead.
  • [TH_EP3_04] Train hatch now deals 25 damage when blocked. Prevents players intentionally holding it open.
  • [TH_EP3_05] All civilians (scientists) that are killed during the intro can no longer be revived.
  • [TH_EP3_05] Fixed spawn point at start of map being stuck on. Also fixes players getting forcespawned at the start of the map instead of moving forward.
  • [TH_EP3_06] Fixed players being able to climb down and trigger the helicopter elevator sequence before the hatch is even opened.
  • [TH_EP3_06] Fixed the helicopter rotor/parts not moving with the helicopter as the lift moves up in some rare instances.
  • [TH_EP3_06] Made the door to the ammo room at the helicopter silo trigger open and stay open when the "hatch open" sequence is triggered for the first time.
  • [TH_EP3_07] Changed The Butterman to TheButterman and GeckonCz to GeckonCZ in the credits.
  • [TH_EP3_07] Gave the sheriff helicopter monster an in-game name (Sheriff Rockwood) so that players who are killed by it aren't killed by "monster".

Models

Weapons/Items

  • [Crowbar] New crowbar model. View model by Ambient.Impact, with improved HEV arms by Norman Roger. World model and textures by Norman.
  • [Gluon Gun] View model now has improved HEV arms.
  • [Grenade] New grenade model by Norman Roger. View model now has improved HEV arms. World model now has sub-model with no spoon for thrown grenades.
  • [Medkit] Fixed a gap between the defib cover and the view model body.
  • [Medkit] Fixed orientation so that that strap points in the same direction as the LD model. Also added a sub-model with the strap folded for mappers to use.
  • [Medkit] Front of player and world model looks more like the view model. Back has been redone.
  • [Medkit] Minor texture and smoothing edits to the view model.

NPCs

  • [Headcrab] Added more LD-like headcrab. Original model by Ambient.Impact, model and texture edits by Norman Roger. Model also includes previously missing Opposing Force animations.
  • [Holo] Added Romka's HD holo.mdl for use in the Hazard Course.

Scripts

Survival Mode

  • [Checkpoints] Changed checkpoint movetype from MOVETYPE_FLY to MOVETYPE_NONE. Fixes problem where func_tracktrain, trigger_push and other entities were able to move checkpoints.
  • [Survival] Added "survival_start_on" CVAR that can be used to delay activation of survival mode until Activate() method is called. Default value is "1", so no change is needed for existing maps.
  • [Survival] Added another check for living players right before change level call (that's also when the retry counter is decreased now). Fixes map restarting even though someone may have been revived by an NPC or through cheats.
  • [Survival] Added RetriesDepleted() helper function + few other minor tweaks.

They Hunger

  • [Parachute Grunt NPC] Made the implementation more robust. This should also fix the occasional SetBodygroup() crash.
  • [Sheriff Helicopter NPC] Updated relevant parts of the script to match SC apache implementation. Disabled bleeding. Made DyingThink() less expensive.
  • [Weapon_Teslagun] Fixed glitches that would allow the weapon to fire the charged beams after being Holstered/dropped.
  • [Weapon_Teslagun] Fixed the charge sound playing after being holstered/dropped.
  • [Weapon_Teslagun] Increased the charge timer, to 4 seconds (was 3.2).

SDK

FGD

  • "Is Player Ally" dropdown list for NPCs that are enemies by default now says "No (Default), Yes" instead of "No, Yes".
  • "Is Player Ally" dropdown list for squadmakers and monstermakers now says "Default (0), Opposite (1)" instead of "No, Yes".
  • Added monster_sitting_scientist to TalkMonster class.
  • Default "health" keyvalue of doors is now 0 instead of 1.

Other

Delta

  • Added "framerate" to the list of networked variables for beams.

Misc

  • Client schema: CreditsFont is now "Ariel". Console font is now "Courier New".
  • Client schema: Reduced size of "CreditsText" so it isn't so overpowering.
  • Opposing Force / Blue Shift installer's directory search batch file (FindHLDirectory.bat) should no longer fail if the Steam installation path obtained from Registry includes white character(s) and is not closed in quotation marks.

Version details

Steam build ID numbers: Game 1583289, dedicated server tool 1583292, SDK tool 1583293.

Please use the steam build ID number as a reference when posting an issue or query on our message boards. You can find the build number you currently have within Steam by right clicking our game or tools, selecting Properties, then selecting the Local Files tab.

 

Sven Co-op Update Released [Build 1540619]
25 December, 2016 | by AdamR

View Comments  

Merry Holidaymas!

We are proud to announce that we are finally releasing They Hunger: Episode 3, the final instalment of the They Hunger series! Explore the zombified countryside of Rockwell and the burned-out ruins of the Asylum, get mauled by zombie chickens and bulls, and stop Dr. Franklin and Sheriff Rockwood from carrying out their plans for world domination!

To play Episode 3, load "th_ep3_00.bsp", or play the series from the very beginning by loading "th_ep1_00.bsp".

If you are running a dedicated server please use SteamCmd to update your servers. Those of you that were using the public release candidate can remain to do so, as this branch now matches the standard branch.

Changes are as follows:

Notable changes

  • They Hunger Episode 3 has been included in its entirety.

Code

Game library

  • Fixed crash during kick-ban vote while player is not connected.
  • Fixed game trying to load "nonexistant.tga" font files on some resolutions like 1366x where the game wouldn't use correct prefix.
  • [Voting] Added highlander style check for administrator level instead of simply checking if the target is an administrator or not. (That means an ADMIN_OWNER can vote against an ADMIN_YES.)
  • [Voting] If a percentage required is less than zero this specific kind of vote is disabled.

AngelScript

  • Added write access to "/store" for both modules.
  • Fixed game crashing when attempting to load directory as a file.
  • Fixed path exploitation where scripts could go back in folders using "../".

Engine

  • Recompiled components for Linux to ensure they all share the same constants.

Maps

Single Player Campaigns

  • Reverted the removal of ZHLT textures from "barney.wad" and "Opfor.wad" to fix crashing issues in original Blue Shift/Opposing Force maps due to missing hint/skip textures.
  • [HL T00] 9mmAR and M16 are now both available in the shooting range, as well as their respective ammunition types.
  • [Uplink] "Male assassin" snipers dressed up as Human grunts are now named "Human grunt".
  • [Uplink] Added a func_clip to stop monsters from entering the magic seamless teleport elevator since they can't seem to be teleported.
  • [Uplink] Added a new ladder next to the elevator in the dish building for anyone that has a fear of unsafe looking elevators.
  • [Uplink] Added a weapon strip to the starter room to remove medkits from players, after players are moved into the map they will be resupplied with medkits.
  • [Uplink] Added floor grating for the clumsy players who kept getting stuck in a hole, floor grating has a door that only opens when you are exiting the underground area.
  • [Uplink] Adjusted medkit, mp5, and 9mmAR clip placement in red container.
  • [Uplink] Anyone stuck on top of the elevator can free themselves by shooting the button.
  • [Uplink] Changed timing of a wall toggle so gibs from the repelling scene no longer slowly fall down, it can still happen depending if gibs land on each other.
  • [Uplink] Elevator in dish building can now hold 4 - 5 players.
  • [Uplink] Fixed game_player_equip not giving 9mm ammo, also adjusted ammo given to players.
  • [Uplink] Removed the func_clip for the exit of the underground pipe area.
  • [Uplink] Shotgun on weapon rack no longer clips through the wood.
  • [Uplink] Slightly moved a repelling grunt so he no longer lands on the catwalk in the dish building.

Psyko

  • Removed global model replacement as these aren't needed any more. (Also corrects 2 lines with non-existent files.)

Models

Weapons/Items

  • [CROWBAR] Added 'candy stick' crowbar replacement for holiday festivities.
  • [V_DISPLACER] Fixed the Displacer's UVs, and fixed the smoothing on the hand.
  • [V_KNIFE] Fixed the Opposing Force knife viewmodel's spindly fingers.
  • [W_HUNGERCROWBAR] Deleted unused 't' model.

Scripts

Map Scripts

  • [Classic Mode] Added missing argument to Scheduler call. Fixes "CScheduler: could not add function 'StartClassicModeVote', function not found" error message.

SDK

FGD

  • Added missing spawn flag "Start On" to "func_guntarget".

Game manual

  • Updated credits to reflect the release of They Hunger Episode 3.

Misc

  • Added VGUI fonts for 1680x and 1920x resolutions.
  • Fixed Opposing Force / Blue Shift installer's directory search batch file (FindHLDirectory.bat). Installer should now be able to correctly find installation directories for both mods.
  • Game will no longer bind F10 to "quit" by default.
  • Missing models have been removed from the command menu's model selection list.

Version details

Steam build ID numbers: Game 1540619, dedicated server tool 1540620, SDK tool 1540621.

Please use the steam build ID number as a reference when posting an issue or query on our message boards. You can find the build number you currently have within Steam by right clicking our game or tools, selecting Properties, then selecting the Local Files tab.

 

Sven Co-op Update Released [Build 1447117]
12 November, 2016 | by AdamR

View Comments  

An update for Sven Co-op has been released. If you are running a dedicated server please use SteamCmd to update your servers. Those of you that were using the public release candidate can remain to do so, as this branch now matches the standard branch.

Changes are as follows:

Notable changes

  • Fixed several major issues with They Hunger Episodes 1 and 2.
  • Menu background / music have been restored to the defaults from their Halloween counterparts.

Code

Game library

  • Added ForceItemRemap() method to ClassicMode. When enabled, the game will always perform item (item/weapon) remapping. FindMappedItem() was updated to use this new variable. This is a temporary fix until we can relocate the item remapping functions to the g_Utility interface.
  • Satchels can now be kicked again.

Maps

They Hunger (all maps)

  • Forced item remapping to work even when classic mode is disabled. Fixes an issue where players could vote to turn off classic mode, which made NPCs drop regular Sven Co-op weapons with HEV arms instead of the new script weapons.
  • Removed all model replacements for weapons that are replaced by script weapons.
  • Removed all unused weapon modes from map configuration files.

They Hunger Episode 1

  • [TH EP1 04, TH EP1 05] Added clip brushes around a few beams with sloped bottom parts. Should prevent players from getting stuck on them.
  • [TH EP1 04] Added a monsterclip to the window that Otis appears in. Prevents him from running out onto the ground.
  • [TH EP1 04] Made the train not user controlled until after the crash occurs. Fixes an issue where someone could climb onto the train and reverse, getting the train stuck on the initial set of paths and not allowing the train to move forward.
  • [TH EP1 04] Reduced the size of the train user control brush so that you have to stand at the top of the steps to drive the train, rather than anywhere in the booth. Should reduce incidents of trolls forcing the train to not move at all.
  • [TH EP1 05] Fixed players gibbing on respawn during the jail cell outro sequence after being placed in observer mode, an issue which only affected servers where survival mode was turned off.
  • [TH EP1 05] Made the secret door in the church open when the crate blocking it is destroyed.

They Hunger Episode 2

  • [All Maps] Changed all zorks to use "zork.mdl" instead of "hungerzork.mdl". Fixes an issue where servers that have installed the 'Resident Evil: Awakening' map pack override the default model with a hungerzork player model, causing 100% CPU usage when players first encounter the model, making TH EP2 02 unplayable.
  • [TH EP2 00, TH EP2 01] Dead human grunts are now monster_generics to prevent them from making pain sounds.
  • [TH EP2 00] Added trigger_push to fast flowing water in sewer to prevent people from standing under the jump-down spots and causing leg breakage in other players.
  • [TH EP2 00] Rocket tank can no longer be controlled until after Barney gets down from the jeep.
  • [TH EP2 01] Added an invisible func_wall in front of the parking garage window so players can't injure barney with a grenade and break the sequence. Set all three NPCs in the cutscene to classification 'Alien Monster' so that Barney won't attack anyone if he somehow gets injured.
  • [TH EP2 01] Changed Dr. Franklin into a monster_generic so that he won't play 'scared' animations if players fire at the window. Gave him infinite health.
  • [TH EP2 01] Guy who opens the front door to the mansion is now a monster_generic with infinite health. Should prevent people from using/killing him and breaking the door opening script.
  • [TH EP2 01] Hid a sniper rifle in the vent in the water treatment plant.
  • [TH EP2 02] Added Alfred's missing use/un-use sentences.
  • [TH EP2 02] Alfred is now a monster_generic that cannot be used. Fixes a bug where players could break the map by use-spamming him.
  • [TH EP2 02] Changed a trigger behind the door where the second and third zorks break through to "No Clients".
  • [TH EP2 02] Changed the last zork to a squadmaker so that you can't hear him through the walls from the map start.
  • [TH EP2 02] Door to underground lab properly closes when players enter the next area and trigger the forced respawn.
  • [TH EP2 02] Dr. Franklin is now a monster_generic so that players can't repeatedly use him and break the script. Also Gave him infinite health, in case of grenade damage.
  • [TH EP2 02] Electric floor grate outside the laboratory security booth can no longer be turned back on once it is turned off.
  • [TH EP2 02] Fixed gap in the door at the end of the map.
  • [TH EP2 02] Made the door in the parking garage an actual door entity so that the button in the security booth opens it instead of doing nothing.
  • [TH EP2 04] Added more medkits to the room with the truck before the final battle.

Half-Life Campaign

  • [HL C05 02, HL C05; 03] Fixed misaligned floor textures on the platforms lining the inner silo.
  • [HL C07 A2] Fixed missing faces on sloped surfaces above the area where two grunts are having a conversation.
  • [HL C07 A2] Fixed rocket launch control room door closing and sealing players in the launch room.
  • [HL C10] Fixed alien grunts getting stuck in the pods that come out of the floor, which would force the pods back down. Players can also no longer block the pods and force them back into the floor.

Stadium 4

  • Map no longer tries to pre-cache "ospreyt.mdl".

Version details

Steam build ID numbers: Game 1447117, dedicated server tool 1447119, SDK tool 1447120.

Please use the steam build ID number as a reference when posting an issue or query on our message boards. You can find the build number you currently have within Steam by right clicking our game or tools, selecting Properties, then selecting the Local Files tab.

 

They Hunger Episodes 1 & 2 Revised / Sven Co-op Update Released [Build 1427770]
30 October, 2016 | by AdamR

View Comments  

Happy Halloween!

In celebration of all the ceaselessly starving zombies out there, we're releasing a completely overhauled version of They Hunger Episodes 1 and 2! We've merged the maps into chapters and implemented survival mode, and the maps now feature completely new custom scripted weapons created by Norman Roger, Der Graue Fuchs, and KernCore. The game menu has also been updated with an excellent Halloween-inspired theme song created by Zodemon. To play the series from the start, simply load th_ep1_00.bsp.

Alongside the They Hunger series update, we also have a plethora of game updates. If you are running a dedicated server please use SteamCmd to update your servers. Those of you that were using the public release candidate can remain to do so, as this branch now matches the standard branch.

Changes are as follows:

Notable changes

  • AngelScript server plug-ins are now allowed to register custom entities.
  • Fixed a noticeable delay (or sometimes temporary freeze) when entering a map caused by the sentence parser.
  • Improvements to "item_inventory" and item trigger rules.
  • Roll angle has been restored from pre-Steam Half-Life. The player's view will now roll slightly when strafing from side to side. It is controlled using the "cl_rollangle" and "cl_rollspeed" CVARs. (To disable view rolling, set "cl_rollangle" to 0.)

Code

Game library

  • Added "Append Map CFG" flag to "game_player_equip". When used, weapons in the map configuration file will be given along with any additional weapons or items specified within the entity itself. This overrides the previous entity behaviour which caused the map to ignore configuration file load-outs entirely. The Sven Co-op FGD has been updated to reflect this change.
  • Fixed a memory leak with the scoreboard icons.
  • Increased weapon slot count to 7.
  • Initial update for more realistic weapon dropping.
  • Inventory trigger rules: Fixed a crash when trying to drop, return, or destroy an item specified in a trigger's inventory rules when the item entity no longer exists.
  • Inventory trigger rules: Fixed incorrectly returning items by group name when they were specified for destruction.
  • Inventory trigger rules: Item triggers (use, drop, return, or destroy) can now be ignored.
  • Inventory trigger rules: Moved the inventory rules check within "trigger_once" and "trigger_multiple" so rules are only looked at after things like filtering, flag handling (enter/exit), and reset delay are all handled.
  • Ladders will no longer be virtually unusable if they contain an origin brush.
  • NPCs will push players out of the way during scripted sequences. (Experimental - Possibly want to move this to an entity flag.)
  • Removed "You must wait" messages for "medic" and "take cover" calls. (The delay still exists though.)
  • Revamped our Linux build process.
  • Roll angle has been restored from pre-Steam Half-Life. The player's view will now roll slightly when strafing from side to side. It is controlled using the "cl_rollangle" and "cl_rollspeed" CVARs. (To disable view rolling, set "cl_rollangle" to 0.)
  • Spore effects are removed if the entity state is stale.
  • The "drop" command will now drop all "item_inventory" of which are blocking you from using weapons. (If you have any.) This is so a player can quickly get back to their weapons.
  • Updated PM_PlayerShouldBypassEntity() to account for walking NPCs. Players will now be pushed out of the way of NPCs playing scripts.

AngelScript

  • Updated AngelScript to 2.31.1.
  • Added missing add-on "scriptdictionary".
  • Brought back corpse gibbing.
  • Combined functions Inventory_ClearAll() and Inventory_PurgeOnRespawn() into Inventory_RemoveAllFromHolder(). This function now has 4 parameters:
    • CBaseMonster pHolder: Same as before.
    • bool fDrop: Set to TRUE to cause the items to be dropped regularly, otherwise they will be returned instantly.
    • bool fBlockingWeaponsOnly: Set to TRUE to cause only items that block weapon usage to be removed.
    • bool fHonourKeepOnRespawn: Set to TRUE to cause items using option "Keep on respawn" to be retained.
  • Removed redundant class ASDictionary.
  • Removed redundant class ASLinkedList.
  • Replaced deprecated functions in classes ASEntity, ASEntityFuncs, ASMapCycle, ASMonsterEntity, ASScheduler, ASScriptReflection, ASString, and ASUtil.
  • Server plug-ins are now allowed to register custom entities.

Engine

  • Added new model lighting for players and other entities receiving light from flash lights.
  • Exposed engine functions SV_AddPositionToFatPAS() and SV_AddPositionToFatPVS() in the engine interface so downstream libraries can tweak what makes it into the PAS/PVS.
  • Fixed a possible crash due to a null entity reference.
  • Increased weapon index read size from 6 bits to 7 bits, to support 128 weapons.
  • Removed NPOT texture check which exited the game. (OpenGL 2.0 and higher supports NPOT textures.)
  • Renderer now has a 24-bit Z-buffer and 8-bit stencil buffer.
  • Updated flash light display for players.

Sound

  • Changed evaluation order of sentence word files to look for WAV files first.
  • Fixed a noticeable delay (or sometimes temporary freeze) when entering a map caused by the sentence parser.
  • Removed stat() calls for Linux.

Non-playable characters

  • [Apache] Rotor sound effect now follows the entity properly.
  • [Apache] Scale calculation updates.
  • [Barney] Corpse health now uses default skill value.
  • [Heavy Weapons Grunt] A.I. schedule will now fail if a player is holding his minigun.
  • [Heavy Weapons Grunt] The "pickup_minigun" animation is now used. (This will not affect outdated models that lack the animation.) Animation event "12" has been added to signal the A.I. code when to grab the minigun from the ground.
  • [Human Grunt] RPG grunts now use head group option 4.
  • [Male Assassin] Increased sniper rifle range to 8192 from 4096 to match the player range.

Weapons/Items

  • [Barnacle Grapple] Barnacle will no longer bite brush objects.
  • [Barnacle Grapple] Barnacle's tongue no longer flies out from the centre of the screen.
  • [Barnacle Grapple] Reduced pitch to normal levels for impact sound effect.
  • [Barnacle Grapple] Reduced tongue size.
  • [Barnacle Grapple] Tongues now properly stop moving upon impacting any object.
  • [Item Inventory] All of the trigger targets (on collect, on drop, on return, etc.) are split into self (collector) and everyone else. (This is so you can have different actions for different people.)
  • [Item Inventory] Changed the "on return" triggers to be called at the start of the return process instead of when the item materializes again.
  • [Item Inventory] Fixed "trigger on use" not actually doing anything at all.
  • [Item Inventory] Fixed a crash if a trigger wants an item to be both dropped, returned, and/or destroyed. (Because you no longer had the item.)
  • [Item Inventory] Fixed an item not being destroyed by a trigger if you also set it to be dropped. (Priority is now destroy, return, then drop.)
  • [Item Inventory] Fixed incorrect default model.
  • [Item Inventory] New trigger "on destroy". This happens when the item is destroyed for any reason. (This cannot be split into self/team/others.)
  • [Item Inventory] New trigger "on materialize". This happens when the item materialises after a drop/return. (This cannot be split into self/others.)
  • [Item Inventory] New trigger "on wearing out". This will be accompanied by a numeric "wear out time", and happens when an item is due to be forcibly removed from someone. (Hold time running out.)
  • [Minigun] Now uses slot 7 position 2.
  • [MP5] Reverting weapon smoke regression.
  • [Satchel] Added a delay between idle sounds.
  • [Satchel] Avoids making idle noises when an enemy is visible.
  • [Satchel] Increased sound radius of idle sounds.
  • [Shock Rifle] Now uses slot 7 position 1.

Maps

Half-Life campaign

  • [All] Maps no longer use the "halflifemerged.wad" texture file. This WAD was also removed so that mappers don't use it by mistake.
  • [HL T00] Hazard Course: Deleted triggers that close doors after a player leaves each area so that people don't get trapped in previous training rooms.
  • [HL T00]Added four spawnpoints that turn on as players move through the map.
  • [HL C05 A2] Blast Pit: Elevator cables on the elevator that falls into nuclear waste are now longer.
  • [HL C05 A3] Blast Pit: A useless checkpoint at the end of the map was removed.
  • [HL C07 A2] On A Rail: The rocket launch control room door will now crush blocking players.
  • [HL C09] Residue Processing: Broken terrain geometry / items falling through a shelf were fixed.
  • [HL C11 A1] Surface Tension: Players should no longer get stuck on the storm drain hatch valve.
  • [HL C11 A5] Surface Tension: The garage door outside the mechanic's garage is no longer instantly breakable by crowbar and has more than 1 health.
  • [HL C16 A1] Interloper: A toggling invisible wall was added to prevent players getting launched off a platform to their deaths at spawn.
  • [HL C16 A3] Interloper: Fixed an alien slave that was stuck in a script in the Xen factory.
  • [HL C18] Endgame: The flying hoops no longer get stuck on players.

Models

Weapons/Items

  • [Battery] Now glows in the dark.
  • [Classic Mode] All weapons now have our HD hands.
  • [Gluon Gun] Added a glow effect to the screen/buttons/green dot.
  • [Gluon Gun] Added a light blue glow effect at the front when you shoot.
  • [Gluon Gun] Fixed missing smooth groups.
  • [Gluon Gun] Fixed up the UV map, corrected any broken/misaligned or oddly placed mapping.
  • [Gluon Gun] Gave the tube on the right side its own texture that matches the rest of the model.
  • [Gluon Gun] Made some minor edits to the texture to make it look less flat.
  • [Gluon Gun] Re-rigged the left arm and fixed the sleeve part not rotating with the hand on fidget like it should.
  • [Gluon Gun] Removed the right arm since it isn't used.
  • [Gluon Gun] Replaced "fire3" and "fire4" with "fire1" and "fire2", since the gun just loops one animation and doesn't play them randomly when you shoot fire 3 and fire4 look bad when they are used.
  • [Gluon Gun] Restored the original 512x texture by H4wk.
  • [Medkit] Added a fancy strap texture.
  • [Medkit] Added glowing overlays.
  • [Medkit] Updated textures.
  • [RPG] Fixed missing smooth groups.

NPCs

  • [Alien Grunt] New model with glowing textures and non-chrome metal armor by Der Graue Fuchs.
  • [Alien Slave] New model with glowing textures by Der Graue Fuchs.
  • [Cleansuit Scientist] Model now has the teleport_fidget animation.

Sounds

Weapons/Items

  • [Barnacle Grapple] Impact sound effect updated.

Other

  • "null.wav" is now completely silent.

SDK

StudioMDL

  • Cleaned up some of the casts, now uses modern C++ casting.
  • Fixed chrome texture sizes which caused an engine crash with non power of two textures.

"item_inventory" test map

  • Updated capture the flag flags to make use of self/other triggers.
  • Various items make use of the wearing out trigger. (Like invincibility pentagram and quad damage.)

Other

Delta

  • Updated bit size entries for m_iId to support 128 weapons.

Game manual

  • Credits have been updated to reflect recent additions to the artist / testing team, as well as the re-release of They Hunger Episodes 1 and 2.

Version details

Steam build ID numbers: Game 1427770, dedicated server tool 1427771, SDK tool 1427772.

Please use the steam build ID number as a reference when posting an issue or query on our message boards. You can find the build number you currently have within Steam by right clicking our game or tools, selecting Properties, then selecting the Local Files tab.

 

Sven Co-op Update Released [Build 1316415]
3 September, 2016 | by AdamR

View Comments  

An update for Sven Co-op has been released. If you are running a dedicated server please use SteamCmd to update your servers. Those of you that were using the public release candidate can remain to do so, as this branch now matches the standard branch.

Changes are as follows:

Notable changes

  • Cross-map inventory now works for Internet game servers using fast downloads.
  • Fixed crashes caused by overlapping network messages.
  • Full bright texture support for models.
  • Lots of model and NPC collision box tweaks.

Code

Game library

  • Added mode 6 to "r_drawentities": This will draw the collision bounding box for entities.
  • Added workaround for cross-map inventory not working on servers using fast downloads. (This change only applies to Internet game servers.)
  • Command "myinfo" now shows your entity index, origin, angles, class, authentication ID, and user ID.
  • Fixed crashes caused by bad pointers when initialising multi-player game rules.
  • Fixed crashes caused by network messages from secondary threads, because another message was already in progress.
  • Increased maximum weapons to 128 from 64. (Temporary.)
  • Removed duplicate functionality used when a player disconnects.
  • Reverting some of the force damage calculations to fix some issues with grenade jumping and MADWHACK launches.
  • trigger_camera has a new mouse click action that allows the player to leave the camera, but only if the camera isn't forcing the player to view.
  • trigger_relay has a new flag to pass through the original activator to its target.
  • trigger_teleporter can now make use of inventory rules.

Engine

  • Back-ported "r_drawentities" modes 5 (animation bounding boxes) and 6 (collision bounding boxes) to the engine.
  • Flashlights of other players now point to the direction they are looking rather than making a glow around the player.
  • Flashlights of other players should no longer flicker.
  • Implemented the QC flag "STUDIO_NF_FULLBRIGHT". (Textures with the flag specified will draw in full brightness at all times.)
  • Increased maximum weapons to 128 from 64. (Temporary.)

Sound

  • Fixed sentence files not being found outside of the primary content folder. ("svencoop")

Non-playable characters

  • Tweaked the collision bounding box sizes of some NPCs so they match their model more closely. The height increases will mean it's harder for players to be cheeky and jump on top of NPCs and bash their head in unharmed. (Not impossible, just harder.)
    • Alien controller: Raised height to 64 from 48.
    • Alien grunt: Raised height to 88 from 72.
    • Gonome: Raised height to 80 from 72.
    • Headcrab: Reduced height to 20 from 24.
    • Sentry turret: Changed to 12x12x56 from 16x16x64.
    • Shock trooper: Raised height to 88 from 72.
    • Tor: Raised height to 88 from 72.

Items

  • Classic mode: Items that are mapped now obtain the "custom respawn delay" and "is not ammo item" values from the item they are replacing.
  • item_inventory: Changed default model to "key.mdl" as it's easier to position in maps.
  • Tweaked collision bounding boxes for collectable items. (This should fix some items sinking into the floor, though ammo entities must still be 16 units away from a wall.)
    • Weapon size: 1 unit cubed.
    • Ammo size: 16 units cubed.
    • Item size: 4 units cubed.

Maps

Robination

  • Balance improvements.

Stadium

  • Fixed NPCs not always spawning with a random model body.

Models

Weapons/Items

  • Crowbar: Fixed missing hand bone in the view model.
  • Desert eagle: Added Norman's updated model proper tritium sights that glow in the dark, minor animation corrections, and improved meshes.
  • Desert eagle: Made the green dots on the iron sight glow in the dark on the view and peewee models.
  • Gauss gun: The "glow" texture now glows in the dark.
  • Gluon gun: Added some green lights to the barrel.
  • Gluon gun: Fixed fidget animation rotating the whole model instead of the lever.
  • Gluon gun: Made the screen/lights on the control panel (right side of model) glow in the dark.
  • Gluon gun: Upped the contrast on the glow overlay.
  • HEV suit: New model based on the player model.
  • Medkit: Added Norman's new weapon with buttons and a screen that glow in the dark.
  • RPG: Monitor now glows in the dark.
  • RPG: Removed the weird fake red light that was cut off on the edge in the original monitor texture.
  • Saw: Adjusted the muzzle flash attachment on player model so that the sprite is outside of the barrel.
  • Security: New model including TFC skins.

Player

  • Clean suit: Fixed unarmed run arm animations being used while holding weapons.
  • Clean suit: Replacing model with Slartibarty's build.
  • Construction: Replacing model with Slartibarty's build, with 100% less UV map shifting and visible seams between necks/hands/feet.
  • Zombie: Replacing model with Slartibarty's build, with 100% less UV map shifting and visible seams between necks/hands/feet.

NPC

  • Clean suit scientist: Replacing model with Slartibarty's build, with HD heads/hands.
  • Female assassin: Added full bright to the night vision goggles.
  • Heavy weapons grunt: Added Slartibarty's fixes for the HWGrunt's hands and UV shift errors, and other minigun appearance oddities.
  • Otis: Added Slartibarty's fixes for Otis' UV shifting and texture seam issues.
  • Stukabat: Fixed crashes caused by badly sized textures.
  • Tentacle: Fixed hit boxes caused by badly exported animations.

Other

  • Added some extra prop models for mappers.
  • Deleted many model external texture files of which are no longer used.

SDK

StudioMDL

  • Added "fullbright" option and all other missing "$texrendermode" texture options. ("nomips", "flatshade", "alpha", and "chrome".)
  • Fixes issues with texture coordinate alignment and improperly resized textures causing texture resolution issues.
  • Removed $cliptotextures and power-of-two texture resizing.
  • Removed -1/+1 math tweaks which appear to have affected texture co-ords.

Other

FGD

  • Spore plants now have move type "FLY" (5) by default.

Misc

  • Added game icon for Linux.
  • Added a line break to the end of the default plug-ins configuration so the parser is less likely to break.
  • Events: Added M16A2 custom muzzle definition file used by human grunt NPCs.
  • Removed compiler specific textures from barney, nw, and OpFor WADs to prevent conflicts.

Version details

Steam build ID numbers: Game 1316415, dedicated server tool 1316416, SDK tool 1316417.

Please use the steam build ID number as a reference when posting an issue or query on our message boards. You can find the build number you currently have within Steam by right clicking our game or tools, selecting Properties, then selecting the Local Files tab.

 

Sven Co-op Update Released [Build 1239210]
23 July, 2016 | by AdamR

View Comments  

An update for Sven Co-op has been released. If you are running a dedicated server please use SteamCmd to update your servers. Those of you that were using the public release candidate can remain to do so, as this branch now matches the standard branch.

This is a minor update mostly to fix a few issues that appeared in our previous update.

Changes are as follows:

Notable changes

  • Fixed donors not getting their extra features reliably. (This may still happen occasionally but typically resolves itself on the next map change.)
  • Fixed some people getting kicked from Internet game servers due to being mistaken for a WON2 ID.
  • Map Robination is back with a major revise. (Actually included properly this time!)

Code: Game library

  • Administrators and "sv_cheats" are now tied, so if "sv_cheats" is 2 your administrator level must be 1 (normal), if sv_cheats is 3 your administrator level must be 2 (owner), etc.
  • Fixed donors not getting their extra features reliably. (This may still happen occasionally but typically resolves itself on the next map change.)
  • Fixed missing end-of-line after the vote text in the server log.
  • Fixed numbers in command "myinfo" always being 0.
  • Fixed some people getting kicked from Internet game servers due to being mistaken for a WON2 ID.
  • The following cheats are now allowed while dead: give, teleport.
  • The following cheats now require you to be alive: giveall, godmode, noclip, notarget, nonsolid, healme, chargeme.
  • Weapon box: Added rockets key to key values to allow rockets be picked up from them.

Code: Engine

  • Chat messages produced by the server console are now logged as "<Server Console>" rather than using the hostname CVAR.
  • Commands say and say_team are now filtered from server to client execution.
  • Fixed a crash when trying to calculate the file size of the spray cache when it didn't exist.
  • Fixed assert message when the player model count is more than 4096.
  • Windows only: The console window for servers is now "Sven Co-op Dedicated Server" by default instead of "Console", though it will prefix the hostname CVAR if set. (For example "My Silly Server - Sven Co-op Dedicated Server".) -- This may not work until the first map change, and won't listen for CVAR changes.

Maps

BM: STS

  • Fixed an exploit allowing a player to enter a team portal before the initial voting has completed.

Infested

  • [Part 2] Fixed an exploit allowing a player to collect the Gauss gun before the lasers are switched off.

Robination

  • Map completely revised.
  • New BSP file name: sc_robination_revised.bsp

Other

Sound

  • Sentences: Added a reference to BA_PQUEST0 with a value of "_comma".
  • Sentences: Added missing sentence keys to bodyguard.

Version details

Steam build ID numbers: Game 1239210, dedicated server tool 1239214, SDK tool 1239215.

Please use the steam build ID number as a reference when posting an issue or query on our message boards. You can find the build number you currently have within Steam by right clicking our game or tools, selecting Properties, then selecting the Local Files tab.

 

Sven Co-op Update Released [Build 1213242]
5 July, 2016 | by AdamR

View Comments  

An update for Sven Co-op has been released. If you are running a dedicated server please use SteamCmd to update your servers. Those of you that were using the public release candidate can remain to do so, as this branch now matches the standard branch.

Please be aware that your FOV may be more zoomed out than normal. This is because of an aspect ratio fix particularly for wide screen users. We advise you change your FOV setting to the new default value in your game console as follows:

default_fov 70

Changes are as follows:

Notable changes

  • All components now compile successfully in Linux allowing us to provide an alpha state of the game client.
    • The Linux client is provided literally as is. (We know there will be plenty of bugs.)
    • No official presence on the Steam store will be indicated yet.
    • No official support will be mainstream as this is not considered a finished product at all.
  • Fixed a severe stability issue when the entity count exceeds 2048.
  • Fixed three causes of svc_bad drops.
  • Map Robination is back with a major revise.
  • Map Sector E has been removed by author request.
  • Removed software rendering mode.

Code: Game library

  • Added animation support for env_glow entities.
  • Clamped CVAR default_fov from 50 to 110, with a new default of 70 (not 90) to account for an engine fix.
  • Clamped CVAR sv_zmax (and subsequently gl_zmax) to 4096-16000 to prevent rendering artefacts (with the sky) and performance issues at greater distances.
  • Fixed a crash if a func_tank is removed while being used by a player or NPC.
  • Fixed a crash if a player tries to use func_tankcontrols that points to removed tank.
  • Fixed a crash if too many forced player models are in the list.
  • Fixed a crash when monsters try to calculate the last known position of a breakable door for attack.
  • Fixed a rare crash when a player is killed by the world, or by another player.
  • Fixed a rare crash when looking up an entity reference in utility functions.
  • Fixed a rare infinite loop case when searching through the node graph.
  • Fixed ambient_generic not stopping its sound when killed.
  • Fixed CVAR plugin_list_file being ignored by the server configuration because it was being looked at too soon.
  • Fixed CVAR sv_zmax not being initialised.
  • Fixed exploit with observers entering cheat codes that cause the player's solid to reset, enabling observers to touch objects again.
  • Fixed forced player model not being reverted after a map change.
  • Fixed forced player models list being carried over to next map, and still taking affect.
  • Fixed incorrect box position check for brush entities.
  • Fixed inventory UI not being cleared after a map change.
  • Fixed satchels for disconnected players being left on the ground. (Always attempt to remove satchel charges owned by the player, even if the player doesn't have satchel charges equipped.)
  • Fixed severe lag while dead due to HUD messages being sent every frame.
  • Fixed sky light colour and angle being incorrect due to some server CVARs not being initialised after a map change.
  • Fixed spore effects not being removed, causing a random floating spore to sometimes appear.
  • Fixed stats for disconnected players still being logged.
  • Fixed the view port storing map names in an array that is too small, now matches the engine size.
  • Fixed trigger_random being unable to set the same target index multiple times.
  • Fixed weapons showing their zoomed crosshair when you haven't zoomed in. (Any FOV below 50 is now considered zoomed in.)
  • On-line donor lookups for each player are now throttled to one query every 15 seconds to prevent excessive CPU usage (and thread count) whenever a donor feature is attempted to be used and the query had failed.
  • Removed a ton of redundant code and libraries.
  • Unregistered various CVARs from the game library as they are already registered by the game engine. (Fixes those "already registered" messages in the server console when a map starts.)

Code: Engine

  • All required components now compile successfully for a Linux client to work.
  • CVAR brightness is now 1 by default. (In case you delete your configuration file and it resets to 0.)
  • CVAR crosshair is now enabled by default.
  • CVARs bottomcolor and topcolor are now clamped to range to 0-255.
  • Fixed a crash on the Linux server if a player connects before a map is running.
  • Fixed a crash when gibs are produced due to CVAR r_decals being 0.
  • Fixed a crash when looking at an entity with no model and solid SOLID_BBOX.
  • Fixed a crash when opening the game options due to a null variable.
  • Fixed a crash when passing an invalid game to the game parameter.
  • Fixed a possible crash when checking light styles.
  • Fixed a severe stability issue when the entity count exceeds 2048.
  • Fixed FOV scaling in the incorrect direction, so wide screen users don't get some of their view chopped vertically.
  • Fixed issues parsing the hash '#' character in console commands.
  • Fixed particle effects not always working on Linux servers.
  • Fixed performance issues to due checking CVAR cl_lw constantly.
  • Fixed server UI not showing the map list if its longer than 4074 bytes.
  • Fixed server-side temporary beams (i.e. those produced by the Shock Trooper) having incorrect positions.
  • Fixed three causes of svc_bad drops.
  • Removed a temporary workaround for the client game library being loaded twice. (Proper fix is now in place.)
  • Removed a ton of redundant code and libraries.
  • Removed obsolete CVAR sv_voicequality.
  • Removed software rendering mode.
  • Removed spectator proxy.

Code: Sound

  • Fixed a memory leak when adding a sentence.
  • Fixed global replacement pitch being ignored by monsters if they had a hard-coded pitch.
  • Fixed sound origin not updating correctly when being heard via a camera.
  • Fixed an integer overflow when processing custom materials for footsteps.

Code: Non-playable characters

  • Alien Grunt: Added melee engage distance skill CVAR. (sk_agrunt_melee_engage_distance)
  • Alien Grunt: Added weapon options.
  • Alien Grunt: Berserkers deal 30 damage. (sk_agrunt_berserker_dmg_punch)
  • Alien Grunt: Reduced default alien grunt melee damage to 20. (sk_agrunt_dmg_punch)
  • Voltigore: Increased blast radius warning for NPCs.

Code: Equipment

  • Crowbar: Added unused primary attack animation.
  • Crowbar: Changed animation for throwing the crowbar.
  • Crowbar: Idle animation implemented.
  • Inventory: Fixed a crash when dying with an item selected.
  • Inventory: Fixed item not being destroyed if the collection limit has been reached. (No point in having an item on the floor that can never be collected!)
  • Inventory: Fixed item not being thrown forwards when return time is set to -1 (never).

Code: AngelScript

  • Added a catch-all for ammo entities, so that AngelScript ammo entities can be given to players.
  • Added capability to detect if a map is forcing player models.
  • Added IgnoreConditions() for monsters.
  • Exposed StartTask() for NPCs.
  • Fixed the CVAR as_script_log_max not being taken into account by the AngelScript log.
  • Regular expression functionality now available.
  • Removed a workaround for a crash when trying to create custom entities with CreateNamedEntity. (Proper fix in place.)
  • Removed unnecessary console output regarding player models having a ./ in the path.

Maps

Half-Life

  • C09: Fixed getting stuck in the vents between the vats of green goop.

Fortified

  • The map now starts with a default load out for players. A pistol, an Uzi, batteries, medkit and hand grenades.
  • You must now +use the teleport pad to become the commander.
  • Increased credits on easy to 10000 from 8000.
  • Increased credits on non-easy to 6500 from 5000.
  • Button for the lift to the doctors office is locked during his cut-scene.
  • Adjusted timing in winning cut-scene.
  • Added a trigger_hurt to kill people who get stuck in the weapon room when disconnected.
  • Replaced grate between commander and his SAC-men with bars, so players can see the name of the commander.
  • Made the commander's elevator button more visible
  • Reduced Apache HP on ultra hard to 1200 from 2300.
  • The commander can now call the abort vote when you have less than 500 credits, instead of 100.
  • When you have less than 500 credits, a text and sound occur to inform you of the option of aborting the mission.
  • Blondi now has correct sounds.
  • Survival mode credits increased to 800 from 600.
  • Emphasized that easy mode should be played by beginners.
  • Added a button to show credits for non-commander players.
  • Added various informational signs and lore.

Robination

  • Map completely revised.
  • New BSP file name: sc_robination_revised.bsp

Sector E

  • Map removed by author request.

Toadsnatch

  • Wrench nerfed.

Scripts

  • Buy Menu: Experimental new script.

Other

Delta

  • Updated modelindex to 13 bits for our increased model limit.

SDK

  • Added SprGen tool.
  • Added StudioMdl tool.

Hammer Level Editor

  • Added ability to resize various windows.
  • Added model rendering to the 3D view.
  • Added option to export "map" format with floating point co-ordinates. (6 digit precision.)
  • Added option to set a default texture.
  • Added selection box width and height information to the 2D views.
  • Browsing for sound files will now include some non-WAV formats.
  • BSP point files can now be rendered in the 3D view.
  • Double-clicking an object in the 3D view will now open the properties window for it.
  • Fixed 1024 unit grid highlighting not working as intended.
  • Fixed a crash of an entity key name or value is more than 127 characters.
  • Fixed an empty entity been left over when merging two or more brush entities together.
  • Fixed clipping tool not working beyond 16,384 units from zero.
  • Fixed contents of multi_manager not being searchable.
  • Fixed duplicate entity key names not automatically getting an index number suffix.
  • Fixed entity spawn flag descriptions being cut off early.
  • Fixed GL error when closing Hammer while more than one map was open.
  • Fixed latter 12 entity spawn flag check boxes not persisting.
  • Fixed selecting an entity near the edge of the grid causing a huge selection box to appear.
  • Fixed sprites rendering in negative colour when their render mode is set to "color".
  • Including standard prefabs.
  • Increased maximum co-ordinate size to 131072.
  • Increased maximum zoom distance so twice as much can be visible in the 2D views.
  • Maximum 3D back clipping plane increased to match maximum co-ordinate size.
  • Prevented all entity key names being implicitly converted to lower case.
  • Removed full file path of WAD files from the texture bar so only the file name shows.
  • Removed redundant help links.
  • The texture browser can now be scrolled through with the mouse wheel.

Misc

  • Custom sprays can be disabled in the player advanced options, or a large cache size can be selected.
  • Default map settings now contains CVAR sv_zmax.
  • Materials file now contains the WAD file and descriptions so it's easier to find the source of the texture.

Version details

Steam build ID numbers: Game 1213242, dedicated server tool 1213245, SDK tool 1213246.

Please use the steam build ID number as a reference when posting an issue or query on our message boards. You can find the build number you currently have within Steam by right clicking our game or tools, selecting Properties, then selecting the Local Files tab.

 

4.0 Map Pack Released
17 April, 2016 | by JPolito

View Comments  

Just a heads up that the 4.0 Map Pack and an updated version of the 3.0 mappack are now available on our files page. The updated 3.0 map pack contains the same maps as it did before but now includes fixes for a few known issues. The 4.0 mappack contains a number of maps that were previously included in the game during the 4.x version era. You will find plenty of excellent and classic Sven Co-op maps within. The full map list for this mappack is as follows:

  • Abandoned
  • Activist
  • Afrika Korps
  • Auspices
  • Escape Series
  • Hammerhead
  • It Has Leaks
  • Jumpers
  • Murks
  • Reflux
  • Richard Boderman
  • Royals
  • Shattered
  • VGER
  • Zero

To install, simply extract the archive into your svencoop_addon folder located in Steam/SteamApps/common/Sven Co-op/

Enjoy!

 

Achievements cancelled :-(
2 April, 2016 | by Hezus

View Comments  

Our announcement of the addition of achievements to Sven Co-op was met with so much enthusiasm that the development team decided to pull an all-nighter and think up way more cool and fun achievements for you and your friends!

Earlier this morning we finally reached the ultimate achievement:

When we compiled all those achievements into our latest Beta build and loaded up the game, it completely crashed. It seems we achieved the unachievable: too many achievements for the game to handle. There was no other choice than to scrap the work we did and go back to the drawing board. Thus, sadly, the announced achievements will not be featured in the upcoming version of Sven Co-op. We figured that merely enjoying yourself while playing Sven Co-op might fill our players with enough sense of achievement already!




PS. April Fools ;)

 

Achievements finally coming to Sven Co-op!
1 April, 2016 | by Hezus

View Comments  

Hello everyone,

Sven Co-op's move to Steam as a stand-alone game has not only given us the ability to supply you with instant updates, it also enables us to add achievements to Sven Co-op!

Later today we will be releasing a whole batch of fun achievements for you and your friends to well.. achieve! Here's a preview of just a few of the new achievements.

We're sure you're all going to love these! Of course we are open to suggestions for new achievements in the future, so make sure to head over to the forums and let us know!

 

Sven Co-op Update Released [Build 1005159]
2 March, 2016 | by AdamR

View Comments  

An update for Sven Co-op has been released. If you are running a dedicated server please use SteamCmd to update your servers. Those of you that were using the public release candidate can remain to do so, as this branch now matches the standard branch.

Changes are as follows:

Code: Game library

  • Fixed the map vote class no longer adding maps to the list.
  • Map votes started using maps pulled from the map cycle now work properly.
  • Fixed crash when starting on Windows XP or 2003.
  • Fixed the static donor list being iterated every time a donor feature was checked if an on-line look-up failed.
  • Particle offsets can now be specified for attachment-based muzzle sprites, in the muzzle-sprite definition file.
  • Property "onground" of each player is now transferred to clients.

Code: Engine

  • Fixed a crash when creating a custom entity class not present in the game library.
  • Fixed engine loading the client game library twice.
  • Fixed crash when starting on Windows XP or 2003.

Code: Sound

  • Added a log message to the sound engine so that when the server fails to write the sound cache, it reports the error.
  • Fixed issue where unsigned integer overflow would result in an access violation in the materials lookup code.

Code: Non-playable characters

  • [Houndeye] They now wake up properly again.
  • [Scientist] Fixed not being able to guide scientists when they have a classification allied to players.

Code: Equipment

  • Fixed not being able to pick up items when only the "Use Only" flag is set.

Maps

Half-Life

  • [HL C04] Fixed "no spawn points available" error after players arrive in the bunker.
  • [HL C13 A4] Made the map correctly restart when the scientist running the portal generator gets killed, instead of players constantly respawning and exploding instead of the map changing when survival mode was turned off.
  • [HL C17] Triggered the multi_manager that ends the map directly, instead of relying on cryptic Nihilanth code to teleport a single player to the end-of-map trigger.

Single Player Campaign Portal

  • Added text to the campaign doors telling the player the area is locked by cvar or not installed.

Toonrun

  • [Part 1] Re-compiled map with full lighting. (Partial compile got slipped in by mistake!)

Models

They Hunger

  • [Civilian] Fixed the Civilian being invisible in one of the early They Hunger maps.

Scripts

  • [Survival] Added a newline at the end of the Survival mode enabled message.

Other

Delta

  • Added variable "onground".

SDK

  • [CSG map tool] Removing the ability to not null "AAATRIGGER" textures because there's little reason to render those.
  • [VIS map tool] Added a check that causes BasePortalVis to trigger an error if the requested portal buffer size exceeds the maximum size.
  • [VIS map tool] Increased the "max_portals" limit to 131,072 from 32,768.

Skill

  • Reduced grenade damage. (Updated to correspond with various AI/gameplay improvements related to grenades.)

Version details

Steam build ID numbers: Game 1005159, dedicated server tool 1005161, SDK tool 1005162.

Please use the steam build ID number as a reference when posting an issue or query on our message boards. You can find the build number you currently have within Steam by right clicking our game or tools, selecting Properties, then selecting the Local Files tab.

 

Sven Co-op Update in Release Candidate [Build 997953]
26 February, 2016 | by AdamR

View Comments  

Hello everyone,

Apologies to all our players on Windows XP and 2003 that have been unable to play Sven Co-op or run their SvenDS since Sunday. We have been working hard throughout the week to find the exact cause of this (which is more complicated than just blaming Visual Studio 2015), but have come up with a temporary solution.

In order to let those of you that want to test this update over the weekend, you can switch your game to a branch called "release_candidate_public". Steam will then download this update for you. You will not be able to play on any public servers while on this branch unless they have also opted in to this branch.

The update primarily consists of:

  • Unable to start client or server on Windows XP and 2003
  • Crash with CreateNamedEntity (maps using custom entity names)
  • Crash with materials handling under certain conditions
  • Unable to move allied scientists with +use

If this update is successful we'll migrate it to the public branch with a full change log.

Updating your game

Follow these steps to switch your Sven Co-op or Sven Co-op dedicated server installation in Steam to the public release candidate:

  1. Right click Sven Co-op or Sven Co-op Dedicated Server in your game/tools library.
  2. Select Properties then select the branch called release_candidate_public in the drop-down list.
  3. You should then see a notice that you've now switched branch, so you can click Close.
  4. Next time you launch your game (or soon enough automatically) Steam will download the update for you.

To switch back to the public branch follow the same steps, but choose NONE from the drop-down list instead.

Updating your server

If you wish to put your server onto the release candidate you need to add this to your SteamCmd statement:

Replace: +"app_update 276060 validate" for +"app_update 276060 validate -beta release_candidate_public".

Simply remove the beta instruction if you wish to revert your server back to the public branch.

Remember: You can receive email notifications about upcoming updates with some timely warning to prepare by subscribing to our server announcements mailing list.

Version details

Steam build ID numbers: Game 997953, dedicated server tool 997955, SDK tool 997957.

Statement about Windows XP/2003 support

Windows XP and 2003 no longer working was entirely a mistake. Unfortunately only 1 person on our team still uses Windows XP, which is why we didn't notice the issue until it slipped into the public.

However the fact is we're going to have to stop supporting Windows XP and 2003 indefinitely at some point. We've already dropped support for Windows 2000. While we recognise that not everyone has a computer capable of running Windows Vista or later (or you just don't want to), we cannot delay progression forever because of this. We are very lucky that the issue this time could be worked around, but this won't always be the case.

You should also know that it is not our choice to discontinue Windows XP/2003 support and that may ultimately rule, because other libraries from upon parties that we depend upon (and have no control over) may move to no longer offer this support. This could simply be in the form of using a feature from the Windows kernel only present from Windows Vista or later.

Windows XP and 2003 have been dropped from official support for 2 years now, and other big names are starting to stop supporting it (and Windows Vista) too. The specific reason for the crash is that the Windows XP/2003 kernel does not support initialising thread-local static variables. This is a huge problem for a multi-threaded application, of which there weren't many in the XP days to notice it. The only work-around is to disable thread safety in the game libraries, which is also a huge trade-off.

An official statement from Microsoft states that while they recognise this as a bug and provided an unsafe workaround, they simply won't degrade the performance of their current products in order to keep unsupported products working with modern applications.

So long story short, you're going to have to update at some point if you wish to continue to play Sven Co-op indefinitely.

 

Mailing list for server operators
23 February, 2016 | by AdamR

View Comments  

Hello all, or particularly SvenDS server operators,

A mailing list has been setup at the suggestion of our team member Duggles to help you server operators know in advance when updates are expected to go public. We will also try to include relevant notes in update announcements you may find useful for that particular release.

You can subscribe (or unsubscribe) to the mailing list and view previous announcements here:

https://www.svencoop.com/mailman/listinfo/svends_announce_svencoop.com

This mailing list will not be open to public posts or responses. Please direct any discussions and queries you have to our server message board here:

https://forums.svencoop.com/forumdisplay.php/39-Server-Hole

There is probably little point of subscribing if you do not operate a full time Sven Co-op server. You will more than likely become bored of the messages, of which will often be technical and of little use to players.

Thank you all for contributing to Sven Co-op with the server resources you have put in.

 

Sven Co-op Update Released [Build 986278]
20 February, 2016 | by AdamR

View Comments  

An update for Sven Co-op has been released. If you are running a dedicated server please use SteamCmd to update your servers. Changes are as follows:

Code: Game library

  • Added check to prevent invalid sound names in the media player playlist file from causing a negative array index to be used.
  • Added new CVAR "sv_log_player_deaths" that controls whether player deaths are logged. (On by default)(
  • Converted more file loading operations to use SteamPipe via the engine file system.
  • Fixed "multi_manager" causing stack corruption when using the trigger type feature.
  • Fixed "trigger_changemodel" trying to change the player's model if it was already overridden to the given model.
  • Fixed "trigger_transition" having the wrong name.
  • Fixed a file handle leak when loading the maps for voting.
  • Fixed a freeze when the sound/model replacement code tries to open a file that is really a directory.
  • Fixed a memory leak and garbage value read in "trigger_condition".
  • Fixed a string null termination using the wrong index when getting the machine IP address.
  • Fixed alerts on the client not outputting warnings and errors when developer is set to 1 or higher.
  • Fixed excessive thread consumption (particularly on Linux hosts) when retrieving donor information fails.
  • Fixed player's next decal spray time resetting on death or suicide, or when the player has killed another player.
  • Fixed players disappearing from the score board when various values become not a number or infinite.
  • Fixed server administrators list sometimes becoming corrupted when parsed.
  • Fixed to the KeyValues parser so it can now parse empty blocks correctly.
  • Fixed to the KeyValues parser that caused it to parse }{ as one token, instead of as 2 tokens.
  • Fixed voting menu not always listing all players.
  • Game libraries are now built with Microsoft Visual C++ 2015 (instead of Microsoft Visual C++ 2010) on the Windows XP compatible platform tool kit.
  • Improved reliability of Linux hosts retrieving donor information from the on-line database.
  • Made CVAR "sv_log_monster_kills" affect monsters killing players.
  • Observer mode no longer strips player weapons and items when exiting it.
  • Partially fixed Linux hosts not returning the correct IP address for the machine when requested, so a loopback address will be ignored if a non-loopback address is available. (This is still dependent on the hosts configuration of the system having one machine host name entry pointing to a real NIC's address.)
  • Re-factored all "trigger_random" entities into a single entity, and fixed various unsafe operations. (The old entities, i.e. "trigger_random_time", can still be used but will be mapped to "trigger_random" with the timer enabled)
  • Re-factored func_breakable and door attack vector code so it no longer duplicates code or leaks memory.
  • Removed all references to the memory debugging code, since it no longer works in VC++ 2015.
  • Renamed CVAR "sv_player_log_frequency" to "sv_log_player_frequency".
  • The log classes will now only open a log if the output isn't empty.
  • The media player no longer reloads the playlist twice when the reload playlist button is pressed.
  • When a player is killed the game rules now correctly checks if an entity is a player, instead of checking if the class is CLASS_PLAYER.

Code: Engine

  • Core: Changed hard-default value of various CVAR's:
    • cl_cmdrate: 200
    • cl_logocolor: "Ltblue"
    • cl_updaterate: 60
    • name: "New Player"
    • rate: 50000
  • Core: Custom entities defined by the game DLL (and scripts) can now be spawned by engine functions.
  • Core: Disabled reading the network rate setting from the Windows registry.
  • Core: Increased maximum GL textures to 6144 from 4800.
  • Linux server launcher: Fixed incorrect auto-update application ID.

Code: Sound

  • Disabled FMOD Ex's FMOD_INIT_ENABLE_PROFILE flag.
  • Fixed a bug that caused materials with the maximum allowed name length to overwrite the material type for it.
  • Fixed client not loading custom materials for foot steps.
  • Fixed incorrect origin of impact sounds.
  • Fixed two potential crashes when reading CVAR's.
  • New CVAR "s_mute_unfocused" (on by default) to determine if FMOD should mute all sound output while the game window is not in focus.
  • Sound replacement now uses a more optimal memory allocation approach.
  • Sounds loaded at runtime will now also get OGG compression.

Code: Non-playable characters

  • [Osprey] Added default case to a switch so Ospreys can never drop a null entity by accident.
  • [Scientist] Fixed being able to control/guide enemy scientists.

Code: Equipment

  • [Displacer] Fixed bug where the displacer's tertiary fire would never play client side effects.
  • [Displacer] Reworked how the displacer's tertiary fire works so the delay between shots still applies.
  • [Inventory] Fixed a crash on map change when a player is holding a map inventory item.
  • [Inventory] Fixed entity sometimes causing an infinite loop (and stack overflow) when the collect limit has been reached and the item/entity is being deleted.
  • [Inventory] Fixed the inventory dialog causing a crash after being respawned by a map entity (trigger_respawn).
  • [Uzi] Added entity "ammo_uziclip" to supply 9mm rounds at the Uzi's clip size, and used when players drop ammo while wielding an Uzi (or two).

Code: AngelScript

  • Added "pev" as a member variable to all custom entities.
  • Added a space between 2 words in the Angelscript description string.
  • Added additional checks to NetworkMessage to prevent the wrong message from sending messages begun by another.
  • Added CEntityFuncs::CreateGib.
  • Fixed text menus being removed on map change. (Scripts are now responsible for cleaning them up.)
  • Added CEntityFuncs::PrecacheMaterialSounds.
  • Added CGib to the API.
  • Added checks to prevent server administrators from being kicked or banned by scripts.
  • Added constant to indicate the size of the buffer used to contain the result of a ClientConnect rejection.
  • Added CPlayerFuncs::CreateBot and BotDisconnect.
  • Added CServer: a singleton class that keeps track of server wide state.
  • Added date to the Angelscript log opened message.
  • Added m_szAnimExtension variable to CBasePlayer.
  • Added overloads to CAdminControl that allow plug-ins to slay/kill/kick/ban players without having to specify an administrator.
  • Added PrecacheGeneric method to CGame.
  • Added PrescheduleThink to ScriptBaseMonsterEntity.
  • Added return statement in null pointer test.
  • Added string debugging features to CAutoString and CHashStringPool.
  • Changed how per-module globals are handled: they now use global accessor functions instead of manually declared and initialized globals, allowing them to be used during global variable initialization. (Removed the old method completely.)
  • Clearing the scheduler's timer list now removes all references to other objects held by each timer, so as to avoid memory leaks due to circular references.
  • Fixed g_AdminControl.SetReservedSlots and GetReservedSlots crashing the game.
  • Fixed incorrect use of a bitwise AND operation being used to determine whether or not to call map scripts (code was intended for client side scripting).
  • Fixed scripts failing to load on Linux in particular locations.
  • Fixed typo in Angelscript documentation. (Console command)
  • NetworkMessage is now a scoped reference type to prevent copy construction from creating an invalid message.
  • Reloading plug-ins no longer calls MapInit on them.
  • Removed all references to the memory debugging code, since it no longer works in VC++ 2015.
  • Removed CEngineFuncs::CreateFakeClient.
  • Removed CEntityFuncs::TeamsMatch.
  • Removed fUpdateClient from KeyValueBuffer::SetValue.
  • Removed m_szTeamName from CBasePlayer.
  • Renamed a variable to prevent variable shadowing.
  • Replaced the game's string pool with a more efficient one.
  • The Angelscript log now outputs to the console after logging instead of before to ensure consistent output.
  • The log classes will now only open a log if the output isn't empty.
  • Updated Angelscript's module builder to use SteamPipe.
  • Updated CAutoString so it compares with empty strings properly.
  • Updated UTIL_FindAbstractResourcePath to use SteamPipe.
  • Updated worldspawn to precache required files using SteamPipe.

Maps

Black Mesa: Special Tactics Sector

  • Fixed include path for AmmoMod not going up one directory.
  • Prevented players from changing model to a different team colour than they are.

Dead Simple Neo

  • Made final cut scene skippable with a vote.
  • Prettified objective screens.

Half-Life

  • [HL C11 A1] Added "weapon_hornetgun" to the equipment configuration as of this map, when players first find it.
  • [HL C14] Fixed players being trapped in a black box at the start. (Mostly.)

Momma Mesa

  • Updated display name of the author as per author's request.

Richard Boderman

  • Map has been removed. This map will be available with the 4.0 map pack instead.

Single player campaign portal

  • Added a few lines to the map information to tell players that some areas might be sealed by the administrator or because the conversion is not installed.

Toonrun

  • [Part 1] Fixed non-solid wall at Catapultator (TM) area.

Models

Player

  • Removed model Junction Punch. (It will be available in the optional player model pack)
  • Removed model Seini. (Missing polygons)
  • Removed various models that could cause copyright controversy.

Scripts

  • [Entity Manager] Removed command "!addfakeclient".
  • [HL C11 A3] Fixed map not using up retries when the map restarts using survival mode.
  • [Survival] Added checks to prevent negative time intervals from being set.
  • [Survival] Fixed survival persistence not carrying over.
  • [Survival] Script now registers the hooks for "ClientPutInServer", "ClientDisconnect" and "PlayerKilled" itself, eliminating the need to do so manually.
  • [Survival] Script now tracks its state more thoroughly.
  • [Survival] Script now updates the time until activation so players are more aware of it. The delay between updates is configurable.
  • [Vehicle] Fix vehicles decelerating in the air and getting stuck.

Other

FGD

  • "trigger_random_time" and "trigger_random_unique" have now been absorbed into "trigger_random".

SDK

  • We will be including internal test maps along with their sources for new features for teaching purposes. These can be found in the "examples" folder within the "mapping" folder of the SDK.
    • [displacer] How to use displacer targets.
    • [item_inventory] Example uses of "item_inventory" as shown in Adam's demonstration video.

UI

  • Advanced player settings are now ordered by group, with a few extra settings added.

Version details

Steam build ID numbers: Game 986278, dedicated server tool 986281, SDK tool 986282.

Please use the steam build ID number as a reference when posting an issue or query on our message boards. You can find the build number you currently have within Steam by right clicking our game or tools, selecting Properties, then selecting the Local Files tab.

 

Sven Co-op Update Released [Build 953373]
29 January, 2016 | by Sniper

View Comments  

An update for Sven Co-op has been released. If you are running a dedicated server please use SteamCmd to update your servers.

Changes:


Code: Game library
  • Added check in say text to prevent the local player from blocking their own chat.
  • Added notify message when players try to vote kick or ban server administrators.
  • Added protection from ban and kick votes towards server administrators.
  • Fixed a client-side crash when entering a null reference sequence in the console.
  • Fixed a possible infinite loop when the memory debugger is enabled and loads the virtual file system.
  • Fixed a possible server-side crash due to a leaking thread.
  • Fixed a server-side crash if a negative model animation sequence number is called.
  • Fixed the game rules class not always initialising the number of players correctly.
  • Fixed the scoreboard never showing player #32.
  • Fixed forced player models sometimes reverting back to what the player had before.
  • Menus that are enabled after being hidden by another menu are made visible explicitly now.
  • New server command kicksteamid that will kick players by steam ID case-insensitively.
  • Partially fixed a client-side crash on start-up. The game should now start up faster as well.
  • Updated various functionality to use the SteamPipe file system. (BSP entity reader, global model replacements, memory debugger, network profiler, and voice ban manager)
  • Vote pop-ups no longer close the current menu. This prevents menus that are synced to server state, like cameras with mouse enabled, from breaking.
Code: Engine
  • Added DPI awareness to the client launcher for Windows users.
  • Fixed some exploits with the player info.
  • Increased MAX_GLTEXTURES to 6144 from 4800.
  • Removed r_dynamic from the list of cheat CVARs. (We now allow players access to this CVAR in multi-player for performance reasons on AMD hardware.)
  • An update for player information is only sent if the info buffer key actually changed.
Code: Sound
  • Added checks to prevent text menus with 0 items from causing crashes.
  • Fixed all sounds cutting off due to a client sound engine issue in some circumstances.
  • Fixed text menus appearing again if no option was selected and the map changed.
  • Text menus now handle the exit condition properly.
Code: Non-playable characters
  • [Alien Controller, Alien Slave, Baby Gargantua, Gargantua, Kingpin, Tor] Fixed possible race conditions in the effect entities.
  • [Alien Controller, Alien Slave, Baby Gargantua, Kingpin] Fixed effect entities not being removed when the monster is forcibly removed.
  • [Alien Slave] Run and fire is now disabled.
  • [Turret] Fixed active sound not stopping when the turret is forcibly removed.
  • [Turret] Fixed red light sprite not being removed when the turret is forcibly removed.
  • [Turret] Fixed trigger conditions not always working when hit with light damage.
  • [Turret] Fixed trying to repair a turret being treated as an attack when repairing at the shield side.
Code: AngelScript
  • Added FollowerPlayerUse to CBaseMonster.
  • Changed slap player to use the world instead of the administrator for slapping. This should prevent friendly fire from blocking damage.
  • Fixed a bug in the hook system that caused object methods to cause a crash if passed into RegisterHook
  • Fixed the text menu manager releasing references to text menus that it didn't have.
  • Removed PreSpawn, Spawn and PostSpawn from the CBaseEntity API. (CEntityFuncs:: DispatchSpawn should be used instead.)
  • SayParameters now handles quotes in input correctly.
  • SayParameters now uses CCommand instead of a string array.
  • Updated various functionality to use the SteamPipe file system. (Globals, memory debugger, and server manager)
  • Updated console output to also output the object type name.
Maps
Desert Circle
  • Fixed incorrect texture file name reference in the map resource list.
Fortified
  • Invisible wall in the doctor's office lasts until end of cut-scene.
  • No longer freezes players in cut-scenes after the attack has started. (Fixes players getting stuck in weapon room)
  • Now only one teleporter door can be open at a time. Prevents telefragging.
  • Removed two Otis at the station entrances
Half-Life
  • [HL C00] Players are now forced to respawn in case they somehow end up outside of the train and start triggering stuff that they shouldn't.
  • [HL C02 A2] Made a func_wall_toggle brush larger to prevent players from getting thrown off the elevator after a forced respawn.
  • [HL C03, HL C04] Set the shotgun and MP5 to respawn, thus allowing all players to pick them up at the point where they make their first appearance in the maps.
  • [HL C04] Added a missing shotgun.
  • [HL C04] All fire door buttons now lock while the fire door is moving. As soon as the door completely closes or completely opens, the button is turned back on. Fixes super-long delays on fire doors that trap people while others rush through the map.
  • [HL C05 A2] Converted railings in the outer silo to func_illusionary with clip brush centres to allow players to shoot through them.
  • [HL C05 A2] Recompiled the map without draft lighting settings.
  • [HL C10] Added a 1-unit tall clip brush before the stairs to prevent the box in the laser gun room from being shoved down the stairs.
  • [HL C11 A3] Added a script that calls a vote to either restart the map or go to the next one, but only if survival mode is enabled. (If survival mode is not enabled, the map restarts.)
  • [HL C12, HL C15] Fixed two instances of next_survival_map having the wrong values set in the map configuration.
  • [HL C12] Added a monster clip to prevent Barney from falling into the ladder tube and getting stuck, blocking all players.
  • [HL C13 A2] Reactor valve buttons now delete themselves once they have successfully triggered their multi-managers.
  • [HL C13 A2] Reactor valves now lock each other until the rising water reaches a path_corner.
  • [HL C13 A4] Door to Lambda Core portal lab now instantly gibs anyone blocking it.
  • [HL C13 A4] Scientist is now set to 'prisoner' to keep his scripts from breaking.
  • [HL C15] Added a clip brush arch that may prevent the gonarch from flying through the ceiling brushwork.
  • [HL C15] Gravity is now 0.6 times the normal value in the CFG file.
Half-Life: Uplink
  • Certain scripted sentences that had 'sound radius' set to 'play everywhere' are now set to 'large radius'.
  • Grunt that spawns in nulled box is instantly moved into position with a scripted sequence, the grunt should no longer bug out and look like it's repelling down or idling if people rush.
  • Intro music now plays.
  • Moved grunt spawner for second Barnacle eating script into a nulled box, he spawns at the same time as the first grunt that gets eaten.
  • Moved script for sewer scientist back a bit so he's more flush with the wall.
  • Reduced vote to start map from 20 seconds to 15 seconds.
  • Removed a human parts gib shooter from a explosive barrel.
  • Removed monster clip below second grunt being eaten no longer needed.
  • Seamless teleporters for the elevators are turned off after 25 seconds instead of half a second.
  • Set elevator doors and certain doors around the map not to open for monsters.
  • Set scripted sentences 'sentence time' at start of map from 3 to 30, you should no longer be able to interrupt them.
  • Should no longer be able to revive scientist dying in sewer, or interrupt his speeches set 'sentence time' from 3 to 30.
  • Trigger hurt in slime area for the second grunt being eaten should always be on.
Momma Mesa
  • Added signs that indicate what all of the buttons / indicators represent on the uplink computer.
  • Added signs to indicate the recommended number of players for each difficulty setting at the map start.
  • Added two houndeye spawns to the satellite uplink control room that are always houndeyes regardless of the difficulty level. Should fix problem with alien slaves being unable to attack and break the uplink computers.
  • Fixed map crash with invalid model errors when monsters spawn in the tunnel on nightmare/hard mode.
  • One of the super alien slaves is now a super alien grunt in the uplink mission.
  • Removed the button on the side of the destroyable computers that turns on the powerbox outside the uplink control room. This now turns on automatically after the mission is explained.
  • Retextured the uplink mission computer.
  • The alien that spawns in the control room in the portal experiment mission is now a Headcrab on easy mode.
  • The aliens that spawn in/close to the control room in the satellite uplink missions are now alien slaves on easy mode, Hound eyes in normal, and alien grunts in hard and above.
  • The baby Voltigores in the tunnel mission are now Snark nests on hard mode and above.
  • The giant red button labelled "Establish Signal" now locks and plays a buzz sound when it is not pressable.
  • The Pit drones/Alien slaves in the tunnel mission are now Shock troopers on nightmare mode.
  • The red-glowing Zombies in the tunnel mission now have default health on easy mode. In normal mode and above, they have 500 health. On hard and above, they are turned into Zombie soldiers.
Single-player campaign portal
  • Disabled two debug outputs in the map's script.
  • Fixed the Opposing Force doors always being locked because of checking for an invalid map name.
They Hunger
  • [They 11] Fixed the train going in reverse only if players move the train backwards during a small window of time.
  • [They 14] Disabled cross-map inventory to the cut-scene map.
Turret Fortress
  • Added extra Gauss ammo.
  • Reverse mode is now recommended by the map.
Models
Player
  • [Opposing Force: Shepard] New model.
  • [Opposing Force: Shotgun] New model.
Scripts
  • [Checkpoint] Fixed bug where the last player in the player list wouldn't be respawned by point_checkpoint.
  • [Entity Management] Updated to use g_EntityFuncs.DispatchSpawn so it works, now that CBaseEntity::Spawn has been removed.
  • [Player Management] Added missing newline in a ClientPrint.
  • [Player Management] Added new command admin_teleportto to teleport one player to another player.
  • [Player Management] Added new feature to admin_teleport: if no coordinates are specified, use the administrator's origin. (Specified coordinates override those coordinates, can partially override, or specifying 'c' as a coordinate uses the administrator's coordinate for that axis.)
  • [Player Management] Updated admin_slay so it uses g_AdminControl.
  • [StringUtils] Fixed bug in the token parser code that caused it to skip a single '/'.
  • [Survival] Removed various debugging messages.
  • [Survival] Survival mode now turns off checkpoints if survival mode itself gets turned off. It also turns them on again if needed.
  • [Survival] Updated with a retry system: Players can now retry up to CVAR survival_retries times, or forever if the CVAR is set to -1. Once all retries are used up, players can vote to restart again, or change to the next map.
Other
Manual
  • New map image for Stadium 4.
  • New or vastly updated maps added to the notable features section.
  • Plenty of spelling and grammar corrections across many pages.
Version details

Steam build ID numbers: Game 953373, dedicated server tool 953375, SDK tool 935168.
Please use the steam build ID number as a reference when posting an issue or query on our message boards. You can find the build number you currently have within Steam by right clicking our game or tools, selecting Properties, then selecting the Local Files tab.

Have a good weekend!

 

Sven Co-op 5.0 Released!
22 January, 2016 | by JPolito

View Comments  

[DOWNLOAD HERE]

[CHANGELOG] [GAME MANUAL] [COMMUNITY HUB]


If you've donated to the mod at any time, you should automatically receive the in-game bonus features in the Steam version of Sven Co-op. If you don't see them after trying on a couple of different servers, please send me your Steam ID (e.g. STEAM_0:1:23456) together with the real name and e-mail address you used when donating so we can identify the donation.

After installing the game, Sven Co-op's SDK and Dedicated Server will be available under Tools in your Steam Library (use the dropdown at the right of the Search box). For information on how to set up your own dedicated server, check the "Running a Server" section of the game manual. You will need to forward port 27015 (TCP/UDP) to run any server.

To disable Survival Mode, add the following line to your server.cfg and/or listenserver.cfg file:
as_command survival_enabled 0

Known issues:

  • If your mouse isn't working correctly in the main menu, or the game window is too big and extends off the edge of the screen:
    • Navigate to your \Steam\steamapps\common\Sven Co-op\ folder
    • Right-click svencoop.exe and choose Properties
    • Switch to the Compatibility tab
    • Enable the checkbox for "Disable display scaling on high DPI settings"
    • Click OK
    Hopefully this won't be necessary in future versions.
  • With the massive influx of players following the release, a few servers have been somewhat overloaded. It appears Windows servers are currently more stable than Linux servers. We'll investigate this further.
  • Metamod is currently not compatible with Sven Co-op 5.0 servers. We're working on updating it, but for now do not attempt to use it.
  • Apparently the Install_OpFor_Support and Install_bshift_Support scripts in the Steam\steamapps\common\Sven Co-op\svencoop folder aren't working for some people. Make sure you have Opposing Force or Blue Shift fully installed and working on Steam before running the scripts. If they still don't work, let us know the details on the forums.
  • Do not change the Renderer to "Software" in Video settings. Leave it set to "OpenGL". If you change it accidentally, try closing and loading the game once or twice and you should see a popup allowing you to click OK to reset your video settings.

 

Sven Co-op Release Party
21 January, 2016 | by JPolito

View Comments  

To celebrate the launch on Steam, we're holding a release party on IRC.

Sven Co-op's IRC Channel is hosted by GameSurge. If you don't have an IRC client installed, you can join the chat by using Gamesurge's web-based client: https://gamesurge.net/chat/svencoop

The exact time of release will be announced during the chat. We'll also be answering questions and providing assistance throughout the night. Hope to see you there!

 

Sven Co-op's 17th Anniversary, Imminent Steam Game Release!
19 January, 2016 | by Sven Viking

View Comments  

On this day in 1999, two months after the release of Half-Life, I posted the first public version of the Sven Co-op mod to the Atomic Half-Life fan site. Now, seventeen years, thousands of custom maps, and millions of downloads later, Sven Co-op is about to be released on Steam as a stand-alone game.

Sven Co-op will be available to download for the bargain price of USD$0 this Friday, the 22nd of January! All donors past and present will keep their bonus features in the Steam version.

The stand-alone game includes many hundreds of features, fixes and improvements, as well as new maps and content. Valve have also kindly allowed us to include their original Half-Life campaign free of charge, playable cooperatively even by people who don't own the original game! New features have allowed the co-op version of the storyline maps to be reworked in a way that stays true to the original game while remaining challenging for multiple players.

Additionally, thanks to Valve providing us with a Goldsrc license, the team had been able to update the engine itself to allow Sven Co-op and its maps to surpass the limitations of standard mods. The Steam release will also allow for easy installation, frequent iterative updates, and eventual Steam Workshop support.

I wasn't closely involved in 5.0's development, but I remain in proud awe of the team's dedication and the countless hours of work put into accomplishing this Steam release. Ever since the first custom map (GargHunt) was created for version 1.0, Sven Co-op has also been a community-driven project. The SC team and I would like to express our heartfelt thanks to all the mappers, artists, server ops, donors, and others without whom we would never have come this far. We hope the new Sven Co-op SDK, scripting language, updated level editor and server tools will be of use to many of you as you continue to create endless imaginative content and generally keep the community running!

This 5.0 release is dedicated to Brent "BackAssward" Holowka, who left development and more important matters against his own will on October 9th, 2015. He is sorely missed.



 

Sven Co-op 5.0 Trailer
12 January, 2016 | by Nih

View Comments  

Greetings Svencoopers! Our front page has been silent for a while, but I can assure you that a lot has been going on behind the scenes. Releasing a game is a lot harder than you'd think, I swear! In fact, we had been hoping Santa Garg would be bringing a big present this Christmas - as he often does - but out of the blue his leg got broken, and well... Christmas had to be cancelled. Luckily, Santa Garg's leg has now fully healed! Too bad he only delivers presents on Christmas. That's just how it is, we hope you can understand. Thankfully, there are other occasions for gift-giving.

Today we'll be talking about a couple of things. First off, there is a really important thing that we would like to mention here on our front page. It's mostly of interest for level designers. A while back on our forums, banan2288 posted a new entity guide he had been working on. This entity guide covers all current entities in the game; information that could sometimes be hard to find before. But now we finally have a fully comprehensive guide, which should be very useful for all mappers. Thanks a lot banan2288!

You can find the entity guide in this link.

Now, here's some really cool news which we hope you will all like: Our trailer for Sven Co-op 5.0!

We hope you will enjoy this 2 minute introduction to our game, which also includes footage of some new maps and features. Also featured: Our new main menu theme by Pavel_Perepelitsa! The video itself was created by Mr. Mazur.

Since we still get a lot of questions about this: Remember, Sven Co-op 5.0 will be available for free on Steam, even if you don't own Half-Life 1. And this includes our Half-Life Singleplayer conversion.

That is all for now. Expect more media and information about 5.0 in the near future!

As a side note, the first version of Sven Co-op was released on January 19th, 1999... That means SC's 17th birthday is in just 7 days! Wow! Who knew Sven Co-op was so old, huh? I don't know about all of you guys, but here on the Sven Co-op team we will be celebrating that day!

 

SC developer Brent Holowka (BackAssward) has passed away
18 October, 2015 | by Sven Viking

View Comments  

Brent Holowka, known as BackAssward on the forums, passed away on October 9th, 2015. He was 37 years old. The exact cause of death was unknown at the time his wife contacted us, but the ER doctor put down coronary.

Brent helped with testing, planning and programming on Sven Co-op in addition to several miscellaneous tasks. More importantly, he was a great guy who genuinely cared about other team and forum members. I enjoyed his company, and he'll definitely be missed by myself and the community here. While it of course provides no consolation, the team intends to dedicate the 5.0 release to him.

Our thoughts and deepest sympathies go out to Brent's wife, who is naturally the most affected by this tragedy. Condolence messages posted in the comments will be passed on to her, but if you need to get in direct contact for any reason, please let us know.

Sven Co-op Closed Beta Test Signup has Begun!
29 August, 2015 | by AdamR

View Comments  

Sven Co-op Closed Beta Test Signup has Begun!

Apologies for the slight delay, but we are now ready to receive your beta test applications! If you follow the link below you will find the sign up form along with a list of requirements that we have for our beta testers. The sign up will close on Saturday, September 5th at 12:00 PM EDT (Convert Time), so sign up before it's too late! At the end of the sign up period, you will receive an email telling you if you were accepted into the beta test.

Rules of signing up

  • 1 sign up per person, you may NOT sign up for other people
  • You must have an account on the official Sven Co-op forums
  • You must have a Steam account
  • You must be over 16 years old
  • You must be proficient in English, preferably fluent
  • You will be expected to participate in group testing and report any issues you find to the official Sven Co-op forums

We've had a lot of forum registrations since we announced the closed beta, but only 50 beta keys are available. This means that not everyone currently expecting a beta key will get one.

Remember that you are expected to actively participate in a reasonable number of test sessions set up. You are not signing up just to download the game early and waddle about for a bit then disappear. With the limited number of keys available we will certainly revoke any unused ones for others more deserving.

Sign Up Form Here

 

Closed Beta Testing Announcement, Classic Mode for Half-Life Single Player, & Current Changelog
22 August, 2015 | by Sniper

View Comments  

Closed Beta Testing Announcement

We're excited to announce that we will soon begin closed beta testing on Steam. We're looking for 50 dedicated gamers to join us in our testing sessions and to provide us with valuable feedback. An application form will be available next Saturday, August 29th at 12:00 PM EST (Convert time) so please mark your calendars! Sign up will close on Saturday, September 5th at 12:00 PM EST.

The fine print: Not everyone who applies will be selected. You must be at least 16 years of age to apply, have a valid Steam Account (you must provide us with your Steam ID), and have a valid Sven Co-op Forum account - sign up on our message forums (https://forums.svencoop.com) if you haven't already! Additional requirements include participation (if selected) - inactive applicants will be removed to give others a fair chance. Please avoid emailing us to request access to the closed beta test - direct requests will be ignored.

 

Classic Mode for Half-Life Single Player

One of the more notable features coming in the Steam release is "Classic Mode" for the Half-Life single player co-op campaign. It's a special mode that will revert things like weapons and various gameplay mechanics to classic Half-Life. Some things won't be reverted (e.g. Co-operative changes to Barnacles, Player Medkits, the Gargantua's ability to feast on Players, etc.). We'll continue to refine this mode after receiving feedback from the community.

 

Current Changelog

Here's the current changelog in case you're wondering what we've been up to these past few months. We've made a decent amount of progress so far. The team has fixed countless numbers of crash bugs, memory allocation problems, engine issues, and provided a large assortment of new enhancements & features.

Current Changelog (August 22, 2015)


If you have any questions, feel free to post in the message forums. We'll continue to post more updates as we get closer to releasing on Steam. Have a good weekend!

 

The maps of 5.0.
18 May, 2015 | by Nih

View Comments  

Today we would like to present the new maps arriving with version 5.0 of Sven Co-op, as well as a major map update. We hope what you see will be to your liking.


Desert Circle
Created by the-middleman, this map places the players in a wide-open desert where they must infiltrate a heavily defended castle and kill the king inhabiting it. The players must select a class and then sneak around in trenches outside the castle, hiding from snipers, and capturing flags along the way.

Black Mesa: Special Tactics Sector
In this brand new map by Trempler, players are divided into 4 teams who must build up a force of NPCs to fight the other teams' NPCs in various arenas. The teams can upgrade their NPCs using points gained automatically over time or received by winning rounds. The teams also gain points in random bonus rounds where the players must fight each other in the arenas themselves. In these bonus rounds, points are sometimes scored purely by killing other players, but occasionally they also have objectives, such as retrieving certain objects for extra points.

Fortified 1: Assault on Death Station
In this level by Nih, the players must assault a space station/death station constructed by an insane Super Scientist. One player assumes the role of a commander who is provided with an overhead view of the map. The commander selects which weapons and items to equip players with, calls in airstrikes, spawns allied reinforcements, and generally guides the players in their mission. The remaining players must work together to hack terminals on the death station to gain rewards and delay the activation of a doomsday weapon.

Reverse Turret Fortress
A major update has been prepared for the Turret Fortress level by Nih, which showcases the new item_inventory feature. A new gamemode called "Reverse Turret Fortress" is now available for players to choose on map start, and this gamemode is essentially the opposite of the original turret defense gamemode. The players must now assault the fortress themselves, and they must do this by carrying a flag to 4 checkpoints, while protecting the carrier against enemy guards and turrets. The players are able to damage the fortress defenses or otherwise gain advantages by infiltrating the fortress and using certain items inside, such as an EMP device to disable turret construction. The players must also choose between a selection of different classes.


That's it for now. Many other smaller map updates have also been prepared for 5.0, and you can view some of them in the changelog we posted last year. Many changes have been made to the game since the posting of that changelog, however, and there will probably be a few other map-related surprises later on... If you want, you can play both Desert Circle and Fortified already, by downloading them from our Map Showcase forum. Both of the maps have been improved for the 5.0 release.

 

Scorched Battalion
16 May, 2015 | by Sven Viking

View Comments  

Update: Scorched Battalion was just selected as a finalist, which means it'll be played by a panel of unusually impressive judges including John Carmack! It was also featured here.



Hi all,

As some of you know, I've been having some neck problems over the past 2+ years which have made it difficult to use a computer for any substantial length of time. Last month things began to improve after some changes in physiotherapy etc., and I recklessly entered this Game Jam, expecting to most likely need to drop out part-way.

Things went unusually well, though. My neck actually continued to improve as the contest progressed and, together with my two brothers, I was able to complete something more ambitious than I'd initially thought possible. My neck even stood up to some 20 hour days towards the end of the contest, when 20 minutes had previously been problematic. I'm pretty happy about that.

Scorched Battalion is a virtual-reality artillery game with a twist. If you happen to have an Oculus Rift or Samsung Gear VR headset, you can try it yourself using one of the links on this page. A video is also available, here. Community voting is currently open, so don't forget to vote for your favourite entry if appropriate :). The voting link is on the right -- if it asks you developer questions, you can scroll to the bottom and click "I'm a voter" to skip them.



A news post with new Sven Co-op 5.0 information is coming very, very shortly, so be sure to check back soon. Best wishes to all of you, and to the team, who have been putting a huge amount of effort into getting 5.0 released!

-Sven

 

Rapid Aggressive Darwinism
4 April, 2015 | by Hezus

View Comments  

The other day we announced our new feature 'Sven Co-op Monster Mix (tm)'. While we were very excited with the first round of playtests we encountered a slight problem. Within a few hours we started noticing that certain combinations appeared more often than others and after a day of playing, the variations of monsters started to decrease more and more. It appears our system suffers of Rapid Aggressive Darwinism. With every 'evolution' a certain species becomes more dominant until it infested nearly every monster and eventually took over the entire system.

We could have never guessed it but the species in question was:

The Snark!
The Snark!

As we speak, the development version of Sven Co-op is made up for 95% of Snark. Chubby ratings are down by 37%! Therefore we have decided to pull the plug on the 'Sven Co-op Monster Mix(tm)' feature. It's the only way to stop the epidemic from spreading. Hopefully we'll be able to redesign the system by next year around the first of april.

 

Sven Co-op Monster Mix
1 April, 2015 | by Hezus

View Comments  

Feature-hungry people rejoice! After announcing a ton of new features in the last months (item_inventory, Survival Mode and Angelscript) we bring you yet another feature for the upcoming release! Today we'd like to present to you:

Sven Co-op Monster Mix (tm)

What is SCMM(tm)?

We realised that, even with our 40 different types of monsters, combat might become a bit stale after playing Sven Co-op for over 15 years. To counter that we came up with a revolutionary system which combines different aspects from different monsters into one new foe! The system combines up to 3 different aspects into a new monster so the amount of monsters we'll feature in Sven Co-op 5.0 Final is virtually limitless*! And the best part is: generating the monster happens completely at random, so you can never guess which enemy you will face next! This way every round you play is different and exciting!

Meet the SCMM(tm) Family!

Because it's hard to imagine the awesomeness of this new feature we'd like to introduce a few examples of Mixed Monsters(r). Note that the chances of you encountering one of these random creations is extremely rare (roughly 1/3 of the enemies), so you'd best enjoy looking at these as long as you can.

SCMM(tm) works for you!

Are you excited to face your first Torgantua? Or fight that Robocoptermedic? In the new release of Sven Co-op you can! And don't worry about themed maps. During playtests, we even experienced that the aesthetic value of the new models was far higher than their regular counterparts! They automatically blend in with the theme of the map**!

Now it's your turn!

What type of monster would you like to face in Sven Co-op Monster Mix(tm)? Leave your ideas in the comments below!

* well, almost..
** well, kind of..

On a sidenote, we are unhappy to announce that func_vent will not be ready for version 5.0. Our programmers and artists are hard at work and we expect the feature to be ready next year...

 

v5.0 Final Development Phase Reached
22 March, 2015 | by JPolito

View Comments  

Greetings Svencoopers and other Interested-In-Sven-People!

Today we would like to announce that we have reached a new stage in the development of version 5.0. A short time ago we ceased adding new features to the game and are instead focusing on sorting out a handful of issues that are preventing the game from being as good as we want it to be. Henceforth, we'll be putting the last bit of polish on the game. Nih tried to write this as a run-on sentence but I would not let him.

We would also like to take this opportunity to reveal a bit more about what's in store for version 5.0 (The first version of Sven Co-op on Steam, available at no cost!):

One of the things we have been hard at work on is a complete rework of the Half-Life 1 co-op conversion. The new conversion will be much closer to the original Half-Life experience, with fewer Sven Co-op specific additions that ruined the original atmosphere of Half-Life. Many of the levels have also been merged, which allows for far less frequent map loading sequences, and player health and loadouts will be carried over between levels. The Half-Life co-op campaign has also been chosen to showcase a new major addition to the game: Survival Mode. When Survival mode is active, players who die will be respawned as 'observers', who observe the game in progress and will only be able to return once the living players have reached a checkpoint or until someone revives them. The result is an experience much more similar to Half-Life Singleplayer, where players can lose the level and must reload to try again. A video demonstrating Survival Mode and the checkpoint system can be see below.

Survival Mode has been scripted using AngelScript and the new 'Observer Mode' feature, and can be added easily to any level by loading the HLSP map script and adding the necessary checkpoint entities to the level. Alongside HLSP, several other official levels in the game have also been chosen to showcase Survival mode. Server operators are able to disable or enable the feature at will using a CVAR, allowing players to continue playing HLSP and other Survival Mode maps with the classic 'infinite respawn' mode typical of levels in our previous game versions.

We are seriously looking forward to seeing what kinds of creative game modes level designers will come up with using AngelScript and the long-awaited Observer Mode feature. And we'll try to keep you all updated as much as we can while we work ceaselessly to finally push this version out onto your doorsteps.

 

v5.0 Update
27 November, 2014 | by Nih

View Comments  

Remember that news update we promised to deliver many weeks ago? Of course you don't, but in case you do, we are sorry. We ran out of Ritalin for our trained team of monkeys who write our news updates, and the only one who could hold his concentration long enough to write a news update was our top monkey Nih, who is writing right now. In this small update we would like to just go over a couple of the new features that are in store for 5.0. First on the table is Toon Run. Its creator Koelzk, has returned to give this beloved map series a makeover. Some areas have been reworked and some areas are completely new. And there are some pretty imaginative ideas. We're not going to spoil the entire surprise, but we are going to show you a couple of screenshots:

Next on the table is "item_inventory". This game entity can be seen in the change log we posted earlier, but we would like to introduce it a bit more. To this purpose, AdamR has recorded a video where he demonstrates some of the possible uses, seen below. We hope to be able to demonstrate how this feature can be used in a real map in our initial release.

That is all for now. We hope to be able to deliver another news update at some unspecified point in the near-to-far future. Perhaps before Christmas?.. Scratch that, let's just say near-to-far future.

 

v5.0 Progress Report
27 September, 2014 | by Sniper

View Comments  

As we inch closer to launching Sven Co-op on Steam, I'd like to provide an update on our progress with the game. Since this upcoming release is important for us to get right, we've been taking extra time over the past few months to really get our ducks in a row. Even so, our team members have run into delays from real-lifeâ„¢. However, now that summer is over, things are picking up again. The team has been working full-force on getting major milestones accomplished for the launch.

I'm going to discuss a few upcoming major features in v5.0. These aren't all of our upcoming features, but they will be fairly important to v5.0's release. Please bear in mind that we will be continuously updating the game after v5.0 is complete.

Upcoming Major Features in v5.0

The Angelscript Scripting Language

Sven Co-op v5.0 will feature the Angelscript scripting language. Angelscript is a powerful scripting language which models itself around the C/C++ language, minus the memory management headaches. If you're good at programming C, C++, Javascript, PHP, or other similar languages out there, you can jump right in.  

That said, this is the most groundbreaking feature coming to the next release. If you're wondering what the big deal is - well, let me explain by providing the following video:

Well, there you have it. It's that big of a deal.

Okay, so, now you're wondering what this will allow for... 

Map Scripting

Angelscript will allow mappers to change almost every aspect of the game. It's possible to create game entities, implement new styles of gameplay, trigger events, process and control NPCs, and much more. Each map will have the potential to be a "mod within a mod" allowing for the ultimate level of customization. 

Server Plugins

In v5.0, we will be bundling our own server administration toolset. A set of official plugins will be provided, but you can write your own using Angelscript. If you've ever used AdminMod or AMX Mod X, the transition should be pretty easy to follow. While it will be experimental at launch, we will eventually be recommending Server Administrators switch over to this new toolset as we stabilize on functionality and features. Sven Co-op's server administration toolset will have more integration points with the game, which should allow for the creation of more interesting and useful plugins. 

We've made a lot of progress getting Angelscript up and running with all thanks to our new programmer SoloKiller. Sam joins the programming team after being an active beta tester for many years. His current primary role is technical lead for Angelscript.

I personally look forward to seeing what the community can do with these new found powers.  We'll have more information regarding Sven Co-op's scripting documentation in the future, but for now I would recommend you start browsing the scripting language overview here to get an idea.

 

Scaled Model Support

NPCs can now be scaled during the game at any time. The AI and the Half-Life engine have been updated to account for scaling of hitboxes, eye positions, collision hull sizes, effect locations, and more. If you scale an NPC up, they'll be able to see over obstacles, move faster, and jump down from greater heights (because they're giants). If you scale an NPC down, they'll be able to get into smaller areas, find cover from shorter objects, and move slower (because they're tiny). Basically, scaling an NPC up or down has inherent advantages and disadvantages which will make for some interesting gameplay. We look forward to seeing what the community makes with it!

 

Streamlined Difficulty Settings & Modifiable Entity Attributes

We've heard things loud and clear from the community. We're in the process of addressing difficulty levels with NPCs and Players. We've cut out the fat from the skill system and added a few new features in the process.

Half-Life's numerous skill values for each NPC made balancing a difficult task. To address this, we've removed the "skill 1", "skill 2", and "skill 3" settings from the core skill configuration file. For older levels that relied on these custom skill values, they will continue to work through a backwards compatibility design that relies on the map's specified skill level. Furthermore, "skill levels" can continue to be used if the map author wishes for their map.

In the process of updating the skill system to be more streamlined and fair, we have added new values to existing game entities (mainly for NPCs).  Each entity will gain the ability to change their damage values in real-time through the use of per-entity attribute settings. Since each NPC or Weapon can have their own unique damage values, this allows for all sorts of gameplay possibilities.

A few quick examples could be:

  • Attack waves / tower defense (difficulty increases each wave)
  • Boss monsters
  • Class based weapons - Players of a certain class might spawn with the same weapon as their team mate, but have a higher degree of accuracy and/or damage.
  • Tech trees - Individual players can research upgrades that increase or decrease damage and health.

Current Changelog

Without further ado, here is our preliminary v5.0 changelog. We'll post a more up-to-date version of the changelog as we get closer to launch.

changelog_5.0_preview_20140926.php 

If you have any questions or comments, feel free to post in the forums.

Be sure to check back next week for more updates on v5.0. We have a few more things in store.

 

Community Feedback on SC2 release
2 April, 2014 | by JPolito

View Comments  

Yesterday we've released our original design document for Sven Co-op II along with an early build of the work that had been done back in 2005. We expected our fans to be happy with the given information on something they've been waiting for since 2003.

We were right. The fans were pleased. Very pleased even. But not in the way we imagined. Shortly after the news post our email inbox overflowed with e-mails from SC fans. I'd like to quote some of them:

"Thank God you guys never finished that project! Those ideas made my eyes bleed!"
"u guys 4 real? 0_o that supposed to be SC2?"
"When I read you were going to add FUNC_VENT to the MOD I was thrilled but then I read the rest and it's just pure crap! Good thing this was never released!"

It seems our ideas for SC2 were not that well received by the public. In hindsight, putting Rick Astley into the game might have been a bit too much. We're going back to the drawing board for our concept document of Sven Co-op for Half-Life 3. Be sure to check this website again somewhere around 2029!

In other news, development on the original Sven Co-op continues steadily! A new version of Sven Co-op on our own modified Goldsource engine will definitely be released earlier than 2029, so don't forget to visit this page regularly!

 

Half-Life 2 turns 10! Sven Co-op releases SC2 build!
1 April, 2014 | by Hezus

View Comments  

In 2004 Valve released the long awaited sequel to one of the most popular game franchises in history: Half-Life! Half-Life in its turn gave birth to incredible games and MODs such as our own little corner of the universe: Sven Co-op! Back in 2003 the first plans for a Source version of Sven Co-op were discussed and over the next 2 years SC released several work in progress shots of the upcoming SC2.

  

With the anniversary of Half-Life 2 we really wanted to do something special for our fans. Today, on the first of the fourth month, we are releasing all content that was created for SC2 from 2003 to 2006! As a teaser we'd like to start off by showing you the extensive design document created to highlight the groundbreaking features of Sven Co-op II.

Click to view the original Sven Co-op II design document!

  

Next to showing you what we had in store for our players, we'd also like to release the very first build of Sven Co-op II. Please note that this version does not represent final quality and lacks certain features to make it work properly but you can get a feel for what we intended. Just unzip the files to your sourcemod folder and restart Steam.

Download the early build of Sven Co-op II here! (revision 0401)

We're confident that by opening the SC2 vault we were able to bring a little of SC2 to your doorstep!

 

15 years of Sven Co-op!
19 January, 2014 | by Hezus

View Comments  

So. It has become that time again. The one day in the year where we all dress up in our finest blue Sven Co-op shirts, dance around a pile of dead toads coated in purple paint, while singing praise to our savior Sven Co-op, who has given us the most precious gift of all: Entertainment.

Yes, today is Sven Co-op's birthday. How old is Sven Co-op you ask? 15 years to be exact, with the first version being released on January 19 1999. That makes Sven Co-op really old. Older than some of its' players. And yet, it just keeps going with no signs of stopping. People keep developing it, and people keep playing it. We on the development team still feel there is a lot to do before our vision of the game is completely fulfilled, so there's no reason to believe development is stopping any time soon.

If this was a TV show, this news update would be a clip show, where instead of providing any new story development, we just show what has happened previously in the series. We won't do that. Because we can't. This is not a TV show. Instead Nih is going to briefly summarize what has happened with the mod in the past 5 years (for the preceding 10 years, I will direct you to Hezus' excellent summary written in 2009 for Sven Co-op's 10th anniversary.)

December 24 2008
Release of Sven Co-op 4.0 Beta
5 years. That's how long it took to get this release out of the door. I have to admit, it looked grim at times, but in the end, we prevailed. Many people were excited about Sven Co-op entering a new chapter, but the release was also met by a lot of criticism, making this possibly the most controversial release. The cause was in part due to some major bugs that resulted in frequent crashing and people getting stuck in reconnect loops. It was also due to some major changes to the weapons and NPC's, changes which some people felt strayed too far from the original Half-Life experience. In the end however, these changes managed to revitalize the game.

This version introduced several new enemies (including Tor), weapons, as well as the ability for some NPC's to move while attacking, drastically increasing their fear factor. It was also a release defined by the large amount of new map series, rather than single maps, it introduced: Tetris, Escape, Last Stand, Royals, Infested, and Activist all consisted of at least 3 maps each. This release also finally introduced the coop conversion of the HL mod They Hunger, which had been announced in 2002, although only the first episode was included.

May 05 2009
Release of Sven Co-op 4.06
Due to a potential crash exploit that was discovered, it was decided to release a quick hotfix for the mod. This update was called 4.05, but upon realizing that an incorrect file had been included in the package, 4.06 was released the same day. Stuff happens. This update mainly consisted of a small amount of bug fixes and tweaks.

May 15 2009
Release of Sven Co-op 4.07
Another small update was released 10 days later, also consisting of a small amount of bug fixes and tweaks.

September 02 2010
Release of Sven Co-op 4.5
The next major update came a year later. Originally called 4.1, a decision was made to change the name due to the large amount of content introduced by the update. This was the release that finally fixed the looping and crashing issues introduced in 4.0. And to the great relief of many, ambient sounds were working again. The update introduced the Spore Launcher and Shock Roach, as well as several new maps like Kyper Kuutio (which apparently means cyber box in Finnish) and Sector E. The update also introduced an impressive array of new entities, allowing mappers to create maps with completely new types of gameplay. And of course, beta Opposing Force support.

December 25 2011
Release of Sven Co-op 4.6
Another Christmas release (try to count how many of these we've had). Because we love conversions, this update introduced a conversion of Half-Life: Uplink, the demo for Half-Life 1, as well as the second episode of They Hunger. The update introduced the Kingpin, a monster Valve cut from Half-Life 1, with sound effects provided by JPolito and his girlfriend, partly consisting of them gurgling water near a microphone.

December 25 2012
Release of Sven Co-op 4.7
4.7 finally included a frequently requested feature: Linux server binaries. This had not been included with the mod since 2002 or perhaps earlier. The release also included the Defense map Quarter, as well as a decent amount of bug fixes and features.

June 30 2013
Release of Sven Co-op 4.8
Mostly as a result of the SteamPipe update for Half-life 1, which caused a couple of issues for HL mods, it was decided to release another small update before getting properly started on 5.0. This update fixed those issues and added support for the Blue Shift campaign.

So there you have it folks. The last 5 years of Sven. What lies next is 5.0. Sven Co-op as a free game on Steam with full access to the game engine. Let us all visit the Sven Co-op forums to reminisce and celebrate the fact this delightful game was created 15 years ago. Come say hello to your pals on our IRC channel too, #svencoop on Gamesurge.

 

"Fortified" Beta Released
29 December, 2013 | by JPolito

View Comments  

Sven Co-op Developer "Nih" has released a beta version of his map Fortified 1, a Venture Bros. inspired map in which players take the role of the "Secret Assault Crew", who must infiltrate a space station constructed by the super-scientist known as Dr. Merkwürdiglust, and assassinate the doctor before he can activate an ion cannon set to destroy the moon.



In the map, one player assumes the role of commander, who uses a menu to equip players with weapons, call airstrikes, spawn allied NPCs, and monitor the assault's progress. Other players must work together to hack terminals on the death station to gain rewards and delay the doomsday weapon's activation.

The map features voice acting by Josh "JPolito" Polito as every character, with Black Mesa's Mike "CornetTheory" Hillard (known for his role as the voice of the male scientist) performing the ending epilogues.



Click Here for the download link!



If you haven't had a chance to play it yet, install a copy and hop onto a server!

Be sure to post feedback for the map in the map's original thread! A finalized version of the map with gameplay tailored to the feedback of players will be included in the 5.0 release.




And on an unrelated note, "w00tguy" recorded a neat Gource video which displays a visual representation of Sven Co-op game repository expansion since 2008. Definitely worth taking a look at.


 

The Big Announcement
16 July, 2013 | by JPolito

View Comments  

Ladies and gentlemen, boys and girls, friends, comrades, alpaca ranchers, mole people, time travelers, and other creatures with opposable thumbs:



After nearly fifteen years in development as a mod for Half-Life, and with our final mod release out of the way, the Sven Co-op Development Team is incredibly proud to announce that we are now focusing all of our effort on our next big project. We've been granted access by Valve to work on our own custom version of the Half-Life engine!

The majority of readers are probably asking themselves, "As an alpaca rancher, why is this showing up in my search results?", a question for which there is no easy answer.

The rest of you are probably asking, "What exactly does this announcement mean?"

  • The next version of Sven Co-op will run as a standalone game using a custom build of the Half-Life engine.
  • The game will be FREE for all Steam users, including the official Half-Life campaign (for 2+ player co-op play). A Half-Life purchase will not be required.
  • Automatic updates will be available using Steam's content delivery system dubbed SteamPipe. This will allow us to perform more frequent and rapid updates as needed.
  • Updates and new features will be added to the Half-Life engine, as well as a series of improvements to Half-Life's level editor called Hammer.
  • Increased Half-Life engine limits to allow for much larger and more detailed worlds.
  • Stability, performance, and gameplay improvements for everyone.

We are grateful beyond expression to Valve for their generosity and efforts put forth to make this possible. We're looking forward to working with one of the greatest game engines ever made, and we can assure everyone that there are many, many more updates to come.

More news and progress updates will be posted in the near future, so keep a lookout.

 

Sven Co-op v4.8 Released!
30 June, 2013 | by Sven Viking

View Comments  

Tell your siblings! Tell your friends! Tell your beloved llama! Sven Co-op 4.8 is complete!

In this release we've made the game more stable, fixed countless bugs, added several new features for mappers, and added a new co-op campaign!



Some of the more notable changes include:
  • Added Half-Life: Blue Shift co-op campaign support!
  • Added breakable functionality to all door types.
  • Added RIPENT for Linux with campaign installation scripts, along with uninstallation scripts.
  • Improved compatibility with the SteamPipe update for Half-Life:
    • Added missing VGUI language lines.
    • Campaign installation scripts will now search the common account folder for official BSP's.
    • File system updates include reading files from various mod extension folders (like addon, downloads, and hd).
    • Fixed borderless window mode vastly shrinking the game window.
    • Linux server binary renamed to hl.so.
and much more! Check out the Full Changelog, here!


Click Here for the download links!


(If you're able to provide permanent mirroring for the files, please e-mail the links to mirrors@svencoop.com. Thanks!)

While downloading, why not check out the Manual?
Server ops: When running a 4.8 dedicated server, you must add "-num_edicts 3072 -heapsize 131072" to your HLDS commandline or Launch Options.
The HL and OpFor campaigns can be installed under Linux using the .sh scripts in the /svencoop/ directory. To use Blue Shift on a Linux server, you must install it under Windows then copy the appropriate files across.

Remember, to play Sven Co-op you need to own the original Half-Life (NOT HL:Source). To play the Opposing Force and Blue Shift maps in SC, you need to own Opposing Force and Blue Shift.


Version 4.8 will most likely be the final SC mod release, but this is by no means the end of Sven Co-op. We have a major announcement to make soon, so keep an eye on SvenCoop.com over the next couple of weeks!

P.S. - If you missed out on donating for the bonus features in v4.8, you needen't worry, as our new automatic updating system allows us to provide donors with the bonuses at any time -- almost instantly.

 

Sven Co-op v4.8 Release Party!
30 June, 2013 | by Sniper

View Comments  

We're having a release party today for Sven Co-op v4.8 in IRC on #svencoop on GameSurge. Come by and join the fun.

Join our IRC Channel for early download links and chat with the developers.

irc.gamesurge.net #svencoop

If you have mIRC, Click Here.

 

Message forums back on-line | Changes coming up in 4.8
20 June, 2013 | by AdamR

View Comments 

Message forums back on-line

It seems like forever since our message forums were attacked and deleted, but the time has come to bring them back to the public. On the positive side only a few recent post attachments were lost.

You may be wondering why it's taken longer than expected to bring them back on-line? We've been upgrading our message board system to a later platform, which is not a simple task when you're dealing with custom skins -- most of it had to be rebuilt from scratch.

Also as a security measure all account passwords have been intentionally reset. You will not be able to sign in until you use the account recovery process.

If the message forums don't look correct to you, or are completely inaccessible, please clear your browser cache and possibly clear your DNS cache too.

Massive thanks to Sniper for working hard in his spare time upgrading our message forums.


Changes coming up in 4.8

We have been working really hard on Sven Co-op since 4.7 came out in December, and we are nearly ready to deliver 4.8.

Expected to be released this summer, this release was originally just intended to be a minor patch for some stability issues in 4.7 -- particularly in Linux.

Compatibility issues introduced by the SteamPipe update to Half-Life set us back, however, and this release has since evolved into a substantial update offering some notable new features:

  • Added Half-Life: Blue Shift co-op campaign support!
  • Added breakable functionality to all door types.
  • Added RIPENT for Linux with campaign installation scripts, along with uninstallation scripts.
  • Improved compatibility with the SteamPipe update for Half-Life:
    • Added missing VGUI language lines.
    • Campaign installation scripts will now search the common account folder for official BSP's.
    • File system updates include reading files from various mod extension folders (like addon, downloads, and hd).
    • Fixed borderless window mode vastly shrinking the game window.
    • Linux server binary renamed to hl.so.

See the full change log


 

Sven Co-op Forums Hacked
2 June, 2013 | by Sven Viking

  

Well, we'd been planning to pack the 4.8 release candidate this weekend but instead we've ended up spending it dealing with a hacking attempt. Someone broke into the forums, posting pornography and demanding bitcoins. No data was lost but they did unfortunately gain access to forum private messages and user e-mail addresses.

While no unencrypted forum passwords were stolen, we still recommend changing identical passwords used elsewhere as a safety precaution. Any information written in private messages on the Sven Co-op forums must be assumed exposed - e.g. if you mentioned a password in a private message you should definitely change it immediately. We apologise for the inconvenience.

We plan to upgrade the forums and get them back online shortly. Sven Co-op 4.8 will be delayed slightly while we review our security, but hopefully not by more than a few days.

 

Sven Co-op Emergency Auction Cancelled
3 April, 2013 | by Hezus

View Comments  

The auction we announced on April the 1st was cancelled. At first the bidding went really well and at the end of the day we had collected a fairly large amount of money, enough to support development for another 10 years and to buy the entire team rather expensive suits and a case of vintage whiskey.

The morning after the celebration party we were not only faced with a massive hangover but also a crushing feeling of regret. When it came to packing the items into the shipping boxes, all team members broke down and admitted they did not want to part with any of their personal items, items that meant so much to them. Puchi clang on to his metallic object for dear life, Sven proudly wore his collar and Jpolito even tried to put his wisdom teeth back in. We came to the realization that wealth cannot only be measured in cold hard cash.

Therefore we decided to cancel the auction. All money will be refunded, unless you didn't read the fine print and checked the teeny tiny box at the end of the page, then all your money is ours, of course.

 

Sven Co-op Emergency Auction
1 April, 2013 | by Sven Viking

9 Comments  

Hello fellow Sven Co-op fans. We would like to bring you good news of an update to Sven Co-op, though unfortunately the situation is very dire.

With the next version of Sven Co-op at only arms length, the team are heavily struggling on day to day funding to keep our development going. We have therefore decided to auction off some of our most treasured possessions and artefacts to raise funding.

Sven Viking's cervical collar

Sven Viking's cervical collar

This is the very cervical collar Sven Viking wore during the release of Sven Co-op 3.0. It comes complete with his scent and hairs, in good enough quality for cloning.

Sven Viking's pen of deception

Sven Viking's pen of deception

The pen shown is no ordinary pen, but in fact the very pen Sven Viking used to sign classic maps such as Rampage and Hostage out of Sven Co-op 4.0, causing general outrage from the community. It comes in fully working condition with 40% ink remaining.

JPolito's mega artefact blowout extraordinaire!

JPolito's mega artefact blowout extraordinaire!

SPECIAL! Did you want some of JPolito's perfectly formed teeth? Well now is your chance! You have the opportunity to get your hands on 3 of these WITH the obligatory stench of limited decay. Open with caution.

Included FREE with this priceless artefact you will also receive JPolito's mostly used pad of offical branded Sven Co-op note paper!

Dead moth not included.

AdamR's hard disk collection

AdamR's hard disk collection

A baker's dozen of cheap hard disks ranging from 60GB up to 4TB is available for grabs. Many of these contain private development releases of Sven Co-op with some undocumented features. The 2.5" laptop disks also have a fully operational engine renderer replacement highly optimized for Intel graphics cards, offering an average of 90 FPS on his laptop!

Drives are provided as-is and are not guaranteed to work. No returns.
AdamR's electronics toolkit

AdamR's electronics toolbox

This is Adam's highly prized and recently purchased electronics toolkit. Genuine leather and combination lock briefcase. You get the toolbox shown here, which can also hold a lot of extra tools not originally part of the kit.

Auction is for box only. Tools and other contents not included.
AdamR's Sven Co-op branded and personalized pen

Also with this purchase you get this Sven Co-op branded personalized pen. Claim to be AdamR with your friends!

Hezus' legendary drink of mapping talent

Hezus' legendary drink of mapping talent

Do you like cans? Then you're going to want to get your hands on this bad boy. It's only THE can of Cherry Coca Cola that Hezus drank during the mapping of such legendary maps like New Hope's Last Stand. Put this on your desk and everyone else will know how cool you are to have such a historical can.

Puchi's metallic object of many forms

Puchi's metallic object of many forms #1

Saving the best for last, this hand crafted multi-assembly device not only passed Puchi his final exam as a metal cutting mechanic, it was a key inspiration and thinking booster for Puchi's decisions on which new maps get included with each Sven Co-op release since 4.0. Hand crafted in Germany and made from 100% stainless steel it can be assembled in many different shapes, while doing so boosting your own mentality and ingenuity.

Puchi's metallic object of many forms #2

Should you eventually get bored of this finely hand crafted in Germany device, which will not happen, you could use it as an extraordinarily posh paper weight. Add some class to your work station!

Puchi's stainless steel swarfs

FREE with this deal you will get a small container of stainless steel swarfs with a market value of around €180! Including outstnading materials such as:

  • X2 CrNiMoN 22 5 3
  • X6 CrNiMoTi 17 12 2
  • X2 NiCrMoCu 25 20 5
Container not included. Shipping weight approx. 200kG.

  

Upcoming Patch, New Indie Game
28 January, 2013 | by Sven Viking

1 Comments  

Just to mention we've identified a problem which is unfortunately preventing some post-4.7 donors from accessing their bonus features immediately via the new auto-update system. We're planning to release a small patch to fix this and some other issues, plus add some minor features, within the next few weeks. So, keep an eye out.



In unrelated news, I've been working on an indie game for Amazon Kindle e-readers for a while now (the black-and-white E-Ink versions), and it was finally released on Amazon.com recently. It's basically an advanced version of Lemonade Stand with a comedic story, tons of random events, Lucasarts-style conversation trees etc. Here's the trailer -- featuring Primordia by Steve Blevin (composer of Cyborg), very kindly remastered just for this video!


Check it out if you have access to a Kindle -- and, if you do, I'd really appreciate it if you could post a customer review to let me know what you think! :)


P.S. - If you get a message saying the title is unavailable in your region, please send me a quick e-mail to let me know -- I might be able to get something done about it.

 

New Positions Available
13 January, 2013 | by Sniper

4 Comments  

Hi folks — there's a lot of exciting stuff going on — and I'm going to say nothing about it. Wahoo!

*cough* We're looking for a few talented individuals to join our ranks. We need people with one or more of the following skill-sets:
  • Character Design
  • Rigging
  • Animation
  • UV unwrapping
  • Texturing

Do you have what it takes? If so, please email jobs@svencoop.com with a few samples of your work. Thanks!

 

Sven Co-op 4.7 RELEASED! Merry Christmas!
25 December, 2012 | by Sven Viking

View Comments  

I don't know why we so often end up releasing on Christmas. We don't usually plan it that way... or at least, not at first.

In any case, Santa Garg is here again, bearing gifts! As you play, please spare a thought for Santa Garg's many enslaved minions, whose forced labour makes these releases possible.

-Sven

News post by AdamR and Nih:


We've finally finished testing Sven Co-op 4.7, and now it's time for the rest of you to have a go. Spread the word!
In this release you are going to be seeing fewer crashes, fewer bugs, a decent amount of new features, and a new map.
Some of the more notable changes include:
  • New map: Quarter. In this map, the players must prevent a base from being overrun by enemies. Failing to defend an area forces the players to retreat further back into new areas.
  • Improved sentence handling: NPC's now use more sentences, mappers can specify their own sentences, and other improvements
  • Linux server binary now included
  • New console command called "stuck" allows players to get unstuck
  • Using the grenade warning automatically makes friendly NPC's seek cover
  • Spawn points are now randomly selected with no spawn fragging
  • On-line donor lookup: An online donor list now lets donors receive their bonus features without having to wait for the next release
  • trigger_load is now able to load data from other maps' save files, improving the ability to create map series where events in one map affect what happens in other maps.
  • New High-Definition remakes of HLDM player models
  • Bug fixed that prevented players from falling down when using the grapplegun.
and much more! Check out the Full Changelog, here!


Click Here for the download links!

(If you're able to provide permanent mirrors for the files, please e-mail the links to mirrors@svencoop.com or post them in this forum thread. Thanks!)

While downloading, why not check out the Manual?
Coming soon: The Sven Co-op Wiki!
Server ops: When running a 4.7 dedicated server, you must add "-num_edicts 3072" to your HLDS commandline or Launch Options.

4.7 has taken quite some time, probably more than it really should have, but we can assure you that we are not running out of Steam. Quite the opposite in fact. The next version, 5.0, is going to be a major stepping stone for the mod, and there are some very exciting improvements to the mod in the works. Keep in touch, as there's going to be some more info on the next version soon (in Sven Co-op time).

Remember, to play Sven Co-op you need to own Half-Life (NOT HL:Source). To play Opposing Force maps in Sven Co-op, you need to own Opposing Force. Both are currently on special.

Some screen shots from the latest map, Quarter:

 

False positive, 4.7 donations closed
30 November, 2012 | by Sven Viking

10 Comments  

If you noticed a warning when coming to the site earlier: This was caused by a single PNG image, hotlinked from a site Google has decided is suspicious (but we know not to be intentionally malicious). We have since removed the image and requested that Google disable the warning. Note that the PNG in question appears to have been harmless (nothing suspicious detected by 36+ different scanners).


It is now too late to donate for the bonus features in Sven Co-op 4.7, by the way. ...though it may not be, later on. More news on that soon.

 

Last call for 4.7 donations, Amazon Kindle
5 October, 2012 | by Sven Viking

View Comments  

We've been planning to add an auto-updating system for donation bonuses, but due to some technical issues it may not be possible in time for the impending release. If you're planning to donate, you would be advised to do so immediately if you'd like to get your bonus features in Sven Co-op v4.7. Remember to include your Steam ID (e.g. STEAM_0:1:234567) with the donation, or send it by e-mail after donating.

If you donated after SC4.6 but never received a reply, we may have been unable to contact you for some reason. Please follow the instructions here to submit your Steam ID.


On another subject: If anyone has access to an Amazon Kindle e-reader (the e-ink version, not the colour Kindle Fire), and would be we willing to test a Kindle game, please send me an e-mail mentioning:
  • The type of Kindle (e.g. Keyboard, DX, Touch, the original 4-colour Kindle, etc.)
  • Whether you'd be able to spare a few minutes, a couple of hours, or longer for testing (in total, not in one sitting)
Thanks!

 

 


 

 © 2005 Sven Co-op. All Rights Reserved. Site design by [ Sniper ]