karljj1 -> Heres how to stop the enemy using grenades. (12/11/2008 10:19:59 PM)
|
Hello, If like me you find the enemies use of grenades a bit too excessive you can stop them from using them by making a change the to the enemys AI LUA script, very simple: Open the file b_soldier.lua found in Tri Synergy\Hired Guns\basis\scripts\ai the following line can be found twice in the file: local hasGrenade = getGrenade(id, "not_stun") change both to : local hasGrenade = -1 Hope this helps, you can tweak with the functions if you would rather just reduce the number of grenades used, reduce the enemies max range etc. Regards Karl
|
|
|
|