Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Open with notepad and at the top you'll see 'hitpoints' and thats where you can play around with these numbers;
// C01: Cleaners, Mafiosos
// C02: Cleaner Bosses
// C03: Semi-Cleaners, Russians
// C04: BlackOps
// C05: BlackOps Bosses
// hitpoints
#define C00_MAXIMUMHEALTH 45
#define C01_MAXIMUMHEALTH 50
#define C02_MAXIMUMHEALTH 55
#define C03_MAXIMUMHEALTH 60
#define C04_MAXIMUMHEALTH 60
#define C05_MAXIMUMHEALTH 65
An alternate way is to open the 'shooting.h' file and increase the all the 'BulletDamage' values for all the weapons in game;
#define COLTCOMMANDO_BULLETDAMAGE 29
but you need to be careful doing it that way as it can make the level where you protect Max very hard and/or impossible to get through if you set the damage to high.