View Single Post
  #4  
Old 09-15-2011, 12:02 PM
drakic drakic is offline
Registered Member
 
Join Date: Oct 2010
Posts: 5
Default

I managed to achieve high accuracy, unlimited health and some other things by changing file EASY.DL in file Game dir\Resources\game.pak\set\difficulty

{enemy
{health 0.1}
{accuracy 0.1}
{burst 0.85}
{cover_damage 0.1} ; damage when protected by cover
{cover_hitchance 0.1} ; hit chance when protected by cover
{crawl_hitchance 0.1} ; hit chance for prone soldier
{firing_timeout 5.5}
{grenade_timeout 5.0}
{mounted_mgun 3} ; accuracy modifier for mguns mounted on tanks
}
{ally
{translate_damage 1} ; damage translation output modifier
{health 99} ; health increase
{health_increase 99} ; health regeneration

{burst 1}
{cover_damage 3}
{cover_hitchance 1}
{crawl_hitchance 1}

{mounted_mgun 5}
}
Reply With Quote