1111
Trouble Shooting / Re: r1q2 and downloading maps
« on: March 02, 2008, 06:00:43 PM »
By my count, there are 48 original maps in Q2. The first group of 45 is in pak0.pak with the others in pak1 and pak3 as listed in comments below.
static char *stockmaps[48] = {
"base1", "base2", "base3", "biggun", "boss1",
"boss2", "bunk1", "city1", "city2", "city3",
"command", "cool1", "fact1", "fact2", "fact3",
"hangar1", "hangar2", "jail1", "jail2", "jail3",
"jail4", "jail5", "lab", "mine1", "mine2",
"mine3", "mine4", "mintro", "power1", "power2",
"security", "space", "strike", "train", "ware1",
"ware2", "waste1", "waste2", "waste3", "q2dm1",
"q2dm2", "q2dm3", "q2dm4", "q2dm5", "q2dm6",
"q2dm7", "q2dm8", // pak1.pak
"match1" //pak3.pak
};
There was a demo version of Q2 circulating at one time. I am not sure if it was official or not. I know several users showed up intermittently on servers and they didn't have certain maps. I remember one user was missing "mintro" in her demo, not sure how many other maps might have been missing as well.
static char *stockmaps[48] = {
"base1", "base2", "base3", "biggun", "boss1",
"boss2", "bunk1", "city1", "city2", "city3",
"command", "cool1", "fact1", "fact2", "fact3",
"hangar1", "hangar2", "jail1", "jail2", "jail3",
"jail4", "jail5", "lab", "mine1", "mine2",
"mine3", "mine4", "mintro", "power1", "power2",
"security", "space", "strike", "train", "ware1",
"ware2", "waste1", "waste2", "waste3", "q2dm1",
"q2dm2", "q2dm3", "q2dm4", "q2dm5", "q2dm6",
"q2dm7", "q2dm8", // pak1.pak
"match1" //pak3.pak
};
There was a demo version of Q2 circulating at one time. I am not sure if it was official or not. I know several users showed up intermittently on servers and they didn't have certain maps. I remember one user was missing "mintro" in her demo, not sure how many other maps might have been missing as well.