Alpha Protocol чит-файл №3

Locate the directory C:\Program Files\SEGA\Alpha Protocol\APGame\Config\
(this is default install path).

Find and back-up the file "DefaultLevelChart.ini" into something like
"DefaultLevelChart_ini.BAK" or "DefaultLevelChart_ini.BACK".

This is the file where you will find the AP points you will have, as well as the
skill cap maxima.

An example syntax is:
LevelChart(MinXPNeeded=0, APGained=30, SkillCap=4, SpecialSkillCap=4)

Alter it to something along the lines of:

LevelChart(MinXPNeeded=0, APGained=500, SkillCap=10, SpecialSkillCap=15)

With the above example, you will now get 500 AP points and can max out to
skill cap below special skill level.
Be sure to save the file as a *.INI file (Notepad will generally
allow you to edit INI files) and not as a *.TXT file.

2.This is where you can edit the damage, armor and recoil of the different
ammo types you will come across

There is also the "DefaultDamageTypesData.ini"

For example you can change the tranquilizer damage to 100:
APGame.APDmgType_Traquilizer
BaseDamage=-100
ArmorPenetration=-100

There is also the "DefaultGame.ini". Here you can edit the perk unlock
requirements so you can easier get their bonuses:
APGame.APRPG_AbilityManager; Accessed with Perk enumerations.

PerkAcquisitionRequiredCount[0]=25 ;Demolitions Expert - Kill this many enemies
with Explosive Grenades.

If you want to get it for the first person you kill with a grenade you would do
this:

PerkAcquisitionRequiredCount[0]=1
All you need to do is change the ={number here}

Be sure to make back-up files of the files you are altering, or
be ready to re-install the game.