<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://insultplayers.ru/killingfloor/w/index.php?action=history&amp;feed=atom&amp;title=Zed_Control_Device</id>
	<title>Zed Control Device - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://insultplayers.ru/killingfloor/w/index.php?action=history&amp;feed=atom&amp;title=Zed_Control_Device"/>
	<link rel="alternate" type="text/html" href="https://insultplayers.ru/killingfloor/w/index.php?title=Zed_Control_Device&amp;action=history"/>
	<updated>2026-09-07T10:55:47Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://insultplayers.ru/killingfloor/w/index.php?title=Zed_Control_Device&amp;diff=2305&amp;oldid=prev</id>
		<title>Maintenance script: Original wikitext recovered from the WikiTeam export dated 20150707; original revision 29355 and attribution retained</title>
		<link rel="alternate" type="text/html" href="https://insultplayers.ru/killingfloor/w/index.php?title=Zed_Control_Device&amp;diff=2305&amp;oldid=prev"/>
		<updated>2026-09-07T07:14:28Z</updated>

		<summary type="html">&lt;p&gt;Original wikitext recovered from the WikiTeam export dated 20150707; original revision 29355 and attribution retained&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Weapon Info&lt;br /&gt;
| name        = Zed Control Device&lt;br /&gt;
| image       = ZCDModel.png&lt;br /&gt;
| perk        = &lt;br /&gt;
| power       = 0&lt;br /&gt;
| range       = 0&lt;br /&gt;
| speed       = 0&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{quote text|An advanced tactical assault rifle. Fires in semi or full auto great power and accuracy.|Trader description}}&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;Zed Control Device&amp;#039;&amp;#039;&amp;#039; is a scrapped weapon from the game.&lt;br /&gt;
&lt;br /&gt;
== Information ==&lt;br /&gt;
&lt;br /&gt;
The Zed Control Device (Or just Z.C.D./ZCD) first appeared either in or after the [[Level Up]] update. Not much is known about this weapon but that it was planned for a upcoming Player vs Player game mode, that was scrapped from the game entirely. The game mode whould most likely have one team playing as the soldiers (Or survivors if you will) and the other playing as the specimens. Reading from its coding (which was removed long ago), the captured zed whould have gained a speed and health boost to aid the player.&lt;br /&gt;
As of now, the only PvP game mode released by TWI was the [http://steamcommunity.com/sharedfiles/filedetails/?id=97706196 Gun Game] mode (which is whitelisted and still functional).&lt;br /&gt;
&lt;br /&gt;
The model of the gun can still be found in &amp;#039;&amp;#039;KF_Weapons2_Trip&amp;#039;&amp;#039;. The weapon&amp;#039;s model seem to have never gone far into a finished process and was either one of the last things being worked on or the game mode was cut early in development. Its animations and the button model for the gun was made but other then that, nothing else was. The weapon did not come with any trader/HUD icons, third world models, or sounds. The weapon does in fact have a texture named &amp;#039;&amp;#039;PVP_GUN_D&amp;#039;&amp;#039; but its only a 64x64 white square.&lt;br /&gt;
&lt;br /&gt;
== Years later ==&lt;br /&gt;
A developer from TWI did say that they may reuse and base a new gun on the already placed foundation of the ZCD for a future use weapon. Users (And a Developer) on TWI offical forums also talked about how the ZCD whould have most likely been a futuristic/space looking machine gun. It was not until years later during the [[Twisted Christmas]] 2012 updated that the weapon was remade to the [[Zed eradication device|Zed Eradication Device (Z.E.D.)]]. Though this is not offically stated by TWI themselves, but both weapons do have a similarity on the way the weapons are held by the player in first person.&lt;br /&gt;
&lt;br /&gt;
== Text &amp;amp; Coding ==&lt;br /&gt;
This is the text that was in KFMod.int (Which was removed long ago).&lt;br /&gt;
  [ZCDAmmo]&lt;br /&gt;
  ItemName=&amp;quot;ZCD Ammo&amp;quot;&lt;br /&gt;
  &lt;br /&gt;
  [ZCDPickup]&lt;br /&gt;
  ItemName=&amp;quot;ZCD&amp;quot;&lt;br /&gt;
  PickupMessage=&amp;quot;You got the ZCD&amp;quot;&lt;br /&gt;
  &lt;br /&gt;
  [ZedControlDevice]&lt;br /&gt;
  Description=&amp;quot;An advanced tactical assault rifle. Fires in semi or full auto great power and accuracy.&amp;quot;&lt;br /&gt;
  ItemName=&amp;quot;ZCD&amp;quot;&lt;br /&gt;
Reading the description, it seems that the text was most likely a place holder.&lt;br /&gt;
&lt;br /&gt;
This text is from KFMod.ucl (which is still present in the file).&lt;br /&gt;
  Weapon=&lt;br /&gt;
  (ClassName=KFMod.ZedControlDevice,&lt;br /&gt;
  PickupClassName=KFMod.ZCDPickup,&lt;br /&gt;
  AttachmentClassName=KFMod.ZCDAttachment,&lt;br /&gt;
  FriendlyName=KFMod.ZedControlDevice.ItemName,&lt;br /&gt;
  Description=KFMod.ZedControlDevice.Description,&lt;br /&gt;
  FallbackName=&amp;quot;ZCD&amp;quot;,&lt;br /&gt;
  FallbackDesc=&amp;quot;An advanced tactical assault rifle. Fires in semi or full auto great power and accuracy.&amp;quot;)&lt;br /&gt;
Any coding left of this weapon (ZCDPickup,ZCDAttachment) was removed long ago as well.&lt;br /&gt;
&lt;br /&gt;
There is also coding for the gun in KFMonster.uc like so&lt;br /&gt;
  var         bool                bZedUnderControl;       // The zed is under the control of the zed control device&lt;br /&gt;
  var         int                 NumZCDHits;             // How many times has this zed been hit with the ZCD Device&lt;br /&gt;
&lt;br /&gt;
== Gallery ==&lt;br /&gt;
{{Gallery note}}&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:ZCDModel.png | The full model of the Z.C.D.&lt;br /&gt;
File:ZCD1stPerson.png | Unfinished first person model of the Z.C.D.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Equipment navbox}}&lt;br /&gt;
{{Language bar}}&lt;br /&gt;
[[Category:Equipment| ]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;kf-restoration-note&amp;quot;&amp;gt;Original wikitext recovered from the WikiTeam export in the [https://archive.org/details/wiki-kf_wikicom archived KF-Wiki collection] (export 2015-07-07, original revision 29355). Credit: the original KF-Wiki contributors; the linked export preserves the original authorship and revision history.&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>