News Liste Zombie Panic! Source

v3.3 Halloween Update Released
Zombie Panic! Source
1 Tag 20:20 Community Announcements
[p][img src="https://clan.akamai.steamstatic.com/images/562405/79db6989eda251e242493a41cffa87eff2915c0d.png"][/img][/p][p]Hello everyone! We're very excited to introduce the long-awaited v3.3 patch and to announce our plans to migrate Zombie Panic! Source to the latest 'TF2 SDK' update-branch![/p][p][/p]

What does this mean?

[p]Back in February, Valve released a massive update to the Source SDK which adds Team Fortress 2's client and server game code, making it possible for modders to change or rewrite TF2 however they like. This update brought a lot of cool new features, changes, and improvements to all of Valve's multiplayer Source engine titles, such as 64-bit support, Steam Networking (Peer-to-Peer) and many more.[/p][p][/p][p]Our programmers are currently in the process of bringing all of those features into ZPS and they will arrive in future updates when they are ready. We'll have a detailed dev blog explaining each one of those new features, what we've been working on, and new upcoming content in the near future![/p][p][/p][p][img src="https://clan.akamai.steamstatic.com/images/562405/674ea704598da87b1a15f8bbdd3bda047f03dc9a.png"][/img][/p][p][/p]

What's new?

[p]Today's update includes the first phase of our TF2 SDK migration plan, focused on specific changes and improvements to the game that don't change anything within the game engine for a faster release and to fix any technical bugs from the initial port. We'll highlight and discuss the most important ones included in this patch, followed by a full changelog below![/p][p][/p]

Networking Optimizations

[p]The first changes from the TF2 SDK implemented in this patch are improvements to networking precision and lots of client-side prediction fixes, resulting in less hit registration errors and better game-feel. Players with high ping latency might notice some improvements in this aspect. Please let us know in our forums of any issues you find when playing![/p][p][/p]

Steam Workshop Improvements

[p]We've made significant changes to our Workshop mounting to support VPKs that should result in better game performance and reduced loading times. Players with lots of subscribed items will notice this change clearly when launching their game. We highly recommend to all Workshop authors to pack your items into a VPK file for this change to take action![/p][p][/p][p]We also want to mention that the "custom" folder will no longer be used. From now on, we require you to move any custom content you have there to the "addons" folder instead, since it's not very efficient to have two mount points that do the same job. Packing your own custom content into a VPK also helps![/p][p][/p][p][img src="https://clan.akamai.steamstatic.com/images/562405/b5a933a041bff556f9a49c04d4a7560c8c9c2d41.png"][/img][/p][p]More detailed info about this change is in the readme.txt file in your 'addons' folder![/p][p][/p]

Game Settings Changes

[p]There is a 'new' setting in "Video -> Advanced" called "Material queue mode" (aka mat_queue_mode) for you to change with an extra description of what it does. This option was always forced to "1" in the past due to reasons that aren't relevant anymore, and we want to let you know that you can now manually toggle this option![/p][p][/p][p]We unfortunately had to remove both "Multicore rendering" and "Windows Aero" options from the advanced settings; the first was causing users to get stuck in a listen server, and the second was not really applying the change anyway. You can still use the host_thread_mode CVAR in the console for multicore rendering, and you can add the command-line argument "-nod3d9ex" in your game's launch options to disable Windows Aero extensions. Keep in mind we do not recommend messing with these options as they might threaten game stability and thus your gameplay experience.[/p][p][/p][p][img src="https://clan.akamai.steamstatic.com/images/562405/9baa1aa075ce397071a123fa5e296c09f12fe449.png"][/img][/p][p][/p]

Gameplay Tweaks

[p]According to player feedback and past community surveys, players have been asking for changes to the player movement speeds and stamina/fatigue regen. We wish to let you know that we've made some improvements in this regard that should make the Survivors less exhausting with walk/duck mode being slightly faster and recovering stamina much better than before.[/p][p][/p][p]We also took this opportunity to increase the head damage multiplier on Pistols, Revolver and Rifles to feel more rewarding as we agreed it was really underwhelming (base dmg had to be tweaked as a trade).[/p][p][/p][p][img src="https://clan.akamai.steamstatic.com/images/562405/3fc6be0a8c922389291151de15c6022db351bdbf.png"][/img][/p][p][/p]

Patch Notes

Addons system & Steam Workshop

  • [p]Added support for VPK files.[/p][/*]
  • [p]Removed "custom" folder mount point.[/p][/*]

Achievements

  • [p]Steam achievements can now be earned through custom maps.[/p][/*]

Angelscript

  • [p]Fixed various inconsistent order of calls with Source I/O (now AngelScript is always first, Source I/O is second).[/p][/*]

Audio

  • [p]Upgraded FMOD to 2.03.09 version.[/p][/*]

Client

  • [p]Added "viewmodel_offset" CVARs.[/p][/*]
  • [p]Changed raw input mouse default value to enabled (TF2 SDK update).[/p][/*]
  • [p]Changed unload weapon input bit value to HL2's zoom (community bots might require an update if said bit is used).[/p][/*]
  • [p]Renamed the "disable spray" CVAR from "cl_playerspraydisable" to "cl_spraydisable" (consistency with other Source titles).[/p][/*]
  • [p]Upgraded Discord RPC to the latest maintenance version.[/p][/*]

Debugging bots

  • [p]Added "bot_zps_add_lobby" command.[/p][/*]
  • [p]Fixed "bot_zps_add_spectator" adding a Zombie bot instead of a Spectator one.[/p][/*]

Entities

  • [p]Backported "non-solid" spawnflag for rotating buttons (TF2 SDK update).[/p][/*]
  • [p]Backported "point_worldtext" entity (TF2 SDK update).[/p][/*]
  • [p]Fixed buttons "OnDamage" output passing the activator rather than the attacker.[/p][/*]
  • [p]Removed unused HL2:DM spawn entities (info_player_combine and info_player_rebel).[/p][/*]
  • [p]Renamed the player entity from "zpplayer" to "player" (consistency with other Source titles).[/p][/*]

Game rules

  • [p]Reduced Hardcore mode timer cap from 8 minutes to 5 minutes (requires server to have "sv_zps_hardcore_roundtime_clamp" set to 1)[/p][/*]
  • [p]Removed forced infection chat messages.[/p][/*]

General

  • [p]Backported some misc fixes and improvements from the TF2 SDK update.[/p][/*]
  • [p]Fixed default max players being set to only 2 instead of 24 slots.[/p][/*]
  • [p]Fixed players being able to kick server bots without admin rights.[/p][/*]
  • [p]Fixed a very minor memory leak on Key/Value pairs.[/p][/*]
  • [p]Renamed the "specmode_next", "specmode_prev", "specmode_switch" and "specmode_target" commands to "spec_next", "spec_prev", "spec_mode" and "spec_target" respectively (consistency with other Source titles)[/p][/*]
  • [p]Removed "mat_queue_mode" being forced to value 1.[/p][/*]
  • [p]Updated contributors list.[/p][/*]
  • [p]Various code optimizations and security fixes.[/p][/*]

Localization

  • [p]Added Brazilian (Portuguese) translations.[/p][/*]
  • [p]Updated French translations.[/p][/*]
  • [p]Updated German translations. (Thanks XeroX)[/p][/*]
  • [p]Updated Russian translations. (Thanks Reborn and Orphanage)[/p][/*]
  • [p]Removed several unused strings.[/p][/*]

Maps

  • [p]Added 'jack o' lantern' and fixed minor issues with zombie spawns LoS in Haunted. [/p][/*]
  • [p]Fixed missing zombie spawns having LoS (PVS spawn) not enabled in Sapidcerebrum.[/p][/*]
  • [p]Fixed "volume > 255" console spam due to wrong soundscape values on Nightmare.[/p][/*]
  • [p]Moved the police car AK spawn to the generator room as a random_rifle on Harvest.[/p][/*]
  • [p]Updated Aquatica, Clubzombo and OBJ Keretti.[/p][list]
  • [p]Cubemap fixes and miscellaneous.[/p][/*]
[/*][/list]

Player

  • [p]Updated Survivor's fatigue, recharge stamina and duck/walk mode values.[/p][list]
  • [p]Decreased fatigue limit to 46[/p][/*]
  • [p]Increased ducking speed to 126[/p][/*]
  • [p]Increased walk mode speed to 144[/p][/*]
  • [p]Increased fatigue recharge rate to 0.03[/p][/*]
  • [p]Increased fatigue (walk) recharge rate to 0.015[/p][/*]
[/*][/list]

UI

  • [p]Added setting to control Steam overlay's position.[/p][/*]
  • [p]Added hints to advanced game video settings when hovering over them.[/p][/*]
  • [p]Added "Material queue mode" advanced video setting (mat_queue_mode).[/p][/*]
  • [p]Fixed broken teammate inventory HUD.[/p][/*]
  • [p]Fixed "https://" protocol in text not being detected as links.[/p][/*]
  • [p]Removed "about community servers" and "welcome (back) to ZPS" dialogs.[/p][/*]
  • [p]Removed several leftover unused HL2 HUD elements.[/p][/*]
  • [p]Removed video tutorials in the menu (the "Manual" button will now open the official Steam guide in the Steam overlay web browser if possible)[/p][/*]
  • [p]Removed "DirectX" labels from advanced video settings as we don't support older DirectX levels.[/p][/*]
  • [p]Removed "Multicore rendering" from advanced video settings.[/p][/*]
  • [p]Removed "Windows Aero" extensions from advanced video settings.[/p][/*]

Weapons

  • [p]Updated all Pistols and MP5 (9mm) values.[/p][list]
  • [p]Decreased base damage to 20[/p][/*]
  • [p]Increased head damage multiplier to 2.0[/p][/*]
  • [p]Set body damage multiplier to 1.0 by default.[/p][/*]
[/*][*][p]Updated all Rifles values.[/p]
  • [p]Increased AK47's base damage to 27 and M4's base damage to 23.[/p][/*]
  • [p]Tweaked head damage multiplier to 2.0[/p][/*]
  • [p]Set body damage multiplier to 1.0 by default.[/p][/*]
[/*][*][p]Updated Revolver values.[/p]
  • [p]Increased head damage multiplier to 3.0[/p][/*]
  • [p]Set body damage multiplier to 1.0 by default. (80 base dmg)[/p][/*]
[/*][*][p]Updated Broom melee.[/p]
  • [p]Decreased head damage multiplier to 1.5[/p][/*]
  • [p]Decreased base damage to 35[/p][/*]
[/*][*][p]Updated fists values.[/p]
  • [p]Decreased head damage multiplier to 1.5[/p][/*]
  • [p]Set body damage multiplier to 1.0 by default (25 base dmg)[/p][/*]
[/*][*][p]Restored viewmodel recoil animations (if they are present, this is a visual change that does not impact gameplay).[/p][/*][/list][p][/p]

Developers Note/TL;DR

[p]The 'TF2 SDK' release is a great opportunity to bring ZPS to the latest (free for use) Source engine branch that includes lots of new features (64 bits, Steam Networking etc...) that the community could benefit. However, most of them requires heavy changes to its engine, resulting extensive work and dedication from our programmers. Therefore, we decided to release this patch with everything available from the TF2 SDK update that doesn't change anything within game's engine, including lots of quality of life fixes, game balance changes (per community request) and lots of miscellaneous.[/p][p][/p][p]We'll being the pre-production of ZPS v4.0 in the near future to test the waters of those new features, see if they can be implemented or not, take this chance to rework technical areas of our game and then have a playable build for testing. Everything is a working in progress and subjected to change. We'll publish a devblog later on discussing all the possibilities of the port, our future plans for the franchise and any upcoming content (official and from community contributors).[/p][p][/p][p]Until then, please enjoy this Halloween update and let us know what you think by discussing below, make sure to report any bugs or issues you find in our forums! ????[/p][p][/p][p]The Zombie Panic! Team[/p]
Logo for Zombie Panic! Source
Release:03.10.2008 Genre: Ego-Shooter Entwickler: Zombie Panic Team Vertrieb:keine Infos Engine:keine Infos Kopierschutz:keine Infos Franchise:keine Infos
Einzelspieler Mehrspieler Koop

Aktuelle Steam News
Neue Steam News in der ePrison Datenbank

v3.3 Halloween Update Released
Zombie Panic! Source
1 Tag 20:20 Community Announcements
Celebrating 20 Years of Source with a v2.4 Gamenight
Zombie Panic! Source
16.11.24 17:00 Community Announcements
v3.2.9 Update Released
Zombie Panic! Source
24.10.24 21:31 Community Announcements
Zombie Night Month (ZP1 and ZPS)
Zombie Panic! Source
03.07.24 21:15 Community Announcements
v3.2.8 Update Released
Zombie Panic! Source
19.04.24 19:02 Community Announcements
Celebrating Half-Life's 25th Anniversary with a ZP1 Gaming Event
Zombie Panic! Source
19.11.23 18:45 Community Announcements
v3.2.7 Update Released
Zombie Panic! Source
30.03.23 21:09 Community Announcements
v3.2.6 Update Released
Zombie Panic! Source
04.02.23 21:05 Community Announcements
ZPS History and Community News
Zombie Panic! Source
14.01.23 22:00 Community Announcements
v3.2.5 Update Released
Zombie Panic! Source
22.12.22 21:12 Community Announcements
v3.2.4 Update Released
Zombie Panic! Source
15.04.22 21:19 Community Announcements
v3.2.3a Hotfix Released
Zombie Panic! Source
21.03.22 19:41 Community Announcements
v3.2.3 Update Released
Zombie Panic! Source
19.03.22 22:45 Community Announcements
v3.2.2 Update Released
Zombie Panic! Source
05.03.22 17:00 Community Announcements
v3.2.1 Update Released
Zombie Panic! Source
19.02.22 17:55 Community Announcements
v3.2.0a Hotfix
Zombie Panic! Source
19.02.22 01:54 Community Announcements
v3.2 Update Released
Zombie Panic! Source
18.02.22 22:01 Community Announcements
v3.2 Release Date & Information
Zombie Panic! Source
16.02.22 20:30 Community Announcements
v3.1.3 Update Released
Zombie Panic! Source
15.12.20 19:51 Community Announcements
v3.1.2 Update Released
Zombie Panic! Source
27.10.20 18:37 Community Announcements
v3.1.1 Update and Custom Content Notice
Zombie Panic! Source
26.10.20 17:03 Community Announcements
v3.1 Update Available Now
Zombie Panic! Source
15.10.20 18:08 Community Announcements
v3.1 Update Recap and Release Date
Zombie Panic! Source
30.09.20 17:45 Community Announcements