ES Interviews Part 2

Article written by Various
Published on 12-30-2016; updated on 12-30-2016
Tags: ,

function unhide(divID) {
var item = document.getElementById(divID);
if (item) {
item.className=(item.className==’hidden’)?’unhidden’:’hidden’;
}
}

Here are several interviews with Ensemble Studios staff members conducted by previous Age of Kings Heaven staff, from the year 1998 to 2001. (please note that some are pre-game interviews):

  • Chris Campbell Int. 1
  • Chris Campbell, Int. 2
  • Mark Terrano Int. 1
  • Mark Terrano Int. 2
  • Zone Finalist Q & A