var fDesc=new Array(); fDesc[0] = "Half-Life: Decay is an add-on included in the PlayStation 2 port of the first-person shooter computer game Half-Life, developed by Gearbox Software and published in October of 2001, now being remade by independend Ukrainian developers for PC with the help of other european developers/fans.
Our team is working on straight port of this game to PC! "Decay PC"'s active development began in mid-October of 2005, we are are not telling you strict release date, but we assure you - soon! And opening of this site should be proof.
Like Gearbox's other expansion packs Opposing Force and Blue Shift, Decay returns to the setting and timeline of the original story, but with different player characters: two female colleagues of Gordon Freeman, Dr. Gina Cross and Dr. Colette Green, who both take part in the Anomalous Materials laboratory experiment - they make preparations for the experiment under the Test Chamber such as monitoring Anti-Mass spectrometer and delivering anomalous materials to Dr. Freeman. When disaster happens both women together with their collegues Dr. Rosenberg and Dr. Keller try to save personell of the facility and reverse the resonance cascade to seal the dimensional rift.
Unlike other games in the series Decay is a cooperative game and it's storyline is divided into "chapters". You must play through the whole game with both Gina and Colette, you can switch between them when in SP mode, though AI controlled bot won't follow you and will only shoot the enemies. However various puzzles and combat situations throughout the game require the co-operation of the two characters.
Also Decay has a ranking system for all of its nine missions, ranging from F (worst) to A (best), based on accuracy, number of enemies killed, and damage taken. If all nine missions are achieved with an A level, a bonus mission, Xen Attacks, can be played as a pair of Vortigaunts."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }