|
Post by max on Dec 13, 2010 13:56:36 GMT 1
Charlie, you've listed alot of those weapons there but there are more weapons that have never been used I've checked on www.soffiles.com for different weapons, looking for weaponskins. There are around 5 weapons that most people have never heard of. Wouldn't it be fun adding one of those new weapons that never been used before? Here's a comprehensive list of the available weapons. Our mission is to determine the drop odds for weapons dependent on the number of zombies (i.e. a huge odds matrix). typedef enum { WP_NONE, // Knife WP_KNIFE, // Pistols WP_M1911A1_PISTOL, WP_USSOCOM_PISTOL, // Secondarys WP_M590_SHOTGUN, WP_MICRO_UZI_SUBMACHINEGUN, WP_M3A1_SUBMACHINEGUN, // Primaries WP_USAS_12_SHOTGUN, WP_M4_ASSAULT_RIFLE, WP_AK74_ASSAULT_RIFLE, WP_MSG90A1, WP_M60_MACHINEGUN, WP_MM1_GRENADE_LAUNCHER, WP_RPG7_LAUNCHER, // Grenades WP_M67_GRENADE, WP_M84_GRENADE, WP_F1_GRENADE, WP_L2A2_GRENADE, WP_MDN11_GRENADE, WP_SMOHG92_GRENADE, WP_ANM14_GRENADE, WP_M15_GRENADE, WP_NUM_WEAPONS } weapon_t;
|
|
|
Post by ρωиɑɦ on Dec 13, 2010 14:28:06 GMT 1
i dont agree with gungame. because there is people that dont know stun
|
|
|
Post by Nico on Dec 13, 2010 14:44:08 GMT 1
that's why we are going to do the drop system
|
|
|
Post by max on Dec 13, 2010 14:54:27 GMT 1
i dont agree with gungame. because there is people that dont know stun Every player will still start with a shotgun! After that you can pickup more powerful weapons, which are dropped semi-randomly by zombies as they are killed.
|
|
|
Post by Charlie on Dec 13, 2010 15:05:34 GMT 1
Charlie, you've listed alot of those weapons there but there are more weapons that have never been used I've checked on www.soffiles.com for different weapons, looking for weaponskins. There are around 5 weapons that most people have never heard of. Wouldn't it be fun adding one of those new weapons that never been used before? The only weapons I didn't include in my list were the 4 other frag nades and shotty because you get this at start. The other frag nades wouln't be necessary to have, or we could replace the SMOHG92 with L2A2 which has never been used before except on some DM servers. Or we could just use all of them if you want, but each nade should then have low % probabilities, cause if you put all those nades together in total % there will still be a great chance of a NADE drop. Example: WP_M67_GRENADE (2,5% probability) WP_M84_GRENADE (2,5% probability) WP_F1_GRENADE (2,5% probability) WP_L2A2_GRENADE (2,5% probability) WP_MDN11_GRENADE (2,5% probability) WP_SMOHG92_GRENADE (2,5% probability) WP_ANM14_GRENADE (2,5% probability) WP_M15_GRENADE (2,5% probability) Chance of a nade drop = 40%
|
|
|
Post by makeveli on Dec 14, 2010 13:29:35 GMT 1
|
|
|
Post by Charlie on Dec 14, 2010 15:56:53 GMT 1
Those are weapons from v1.03 (Gold edition). Tracers is not a weapon.
|
|
|
Post by makeveli on Dec 14, 2010 22:27:38 GMT 1
Oooh okay haha my bad
|
|