kroky 1 Posted December 6, 2007 @Q Could you please update the download links for the test framework and for the WGL5 values? They don't work. Share this post Link to post Share on other sites
Jinef 2 Posted December 6, 2007 Example of an ESP Weapon. They provide some good firefights. <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> class ESP_G3A3 : ESP_BaseRifle { scope = public; displayName = "G3A3"; model = "\esp_wep\wep_g3a3"; picture = "\esp_wep\data\pics\g3.paa"; magazines[] = {"ESP_20Rnd_762x51"}; distanceZoomMin = 316;distanceZoomMax = 316; drySound[] = {"\esp_sounds\AK74_dry",db0,1}; reloadMagazineSound[] = {"\esp_sounds\AK47_reload",db0,1}; modes[] = {"Manual_Single","Manual_Automatic","AI_Single","AI_Automatic"}; class Manual_Single : Base_Manual_Single { reloadTime = 0.109; sound[] = {"\esp_sounds\g3_fire", db30, 1}; recoil = "ESP_G3"; recoilProne = "ESP_G3"; dispersion = 0.001200 * ESP_DispersionCoeff; }; class Manual_Automatic : Base_Manual_Automatic { reloadTime = 0.109; sound[] = {"\esp_sounds\g3_fire", db30, 1}; recoil = "ESP_G3"; recoilProne = "ESP_G3"; dispersion = 0.001200 * ESP_DispersionCoeff; }; class AI_Single : Base_AI_Single { reloadTime = 0.109; sound[] = {"\esp_sounds\g3_fire", db30, 1}; recoil = "ESP_G3"; recoilProne = "ESP_G3"; dispersion = 0.001200 * ESP_DispersionCoeff; minRange = 020;minRangeProbab = 1; midRange = 300;midRangeProbab = 1; maxRange = 600;maxRangeProbab = 1; aiRateOfFire = 3; aiRateOfFireDistance = 600; }; class AI_Automatic : Base_AI_Automatic { reloadTime = 0.109; sound[] = {"\esp_sounds\g3_fire", db30, 1}; recoil = "ESP_G3"; recoilProne = "ESP_G3"; dispersion = 0.001200 * ESP_DispersionCoeff; burst = 5; minRange = 0.1;minRangeProbab = 1; midRange = 010;midRangeProbab = 1; maxRange = 020;maxRangeProbab = 1; aiRateOfFire = 2; aiRateOfFireDistance = 020; }; }; Share this post Link to post Share on other sites
delta99 34 Posted February 23, 2008 Neither links in this thread to the downloads seem to work. Are these located somewhere else? Share this post Link to post Share on other sites
Stavanger 0 Posted February 23, 2008 Quote[/b] ]See the second post in the thread for the link. 404 Error, DL-Link does not function! Share this post Link to post Share on other sites
.kju 3245 Posted February 23, 2008 PROPER_AI_Test_Framework.rar Share this post Link to post Share on other sites