Jump to content
Sign in to follow this  
.kju

PROPER AI Test Framework v1.0

Recommended Posts

@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

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

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
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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×