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
This mode also finds dead bodies killed by grenades and any other explosion, even reanimeted zombies.(basic advent troops show in loot). GREAT!
But, using template names can be done without looking at code. Look in the localization file and do a search for the name in game. You should find a line like " strCharacterName="ADVENT Trooper" " and a line above it like "[AdvTrooperM1 X2CharacterTemplate]". That "AdvTrooperM1" is the template name.
Using your lost example, you'll find:
[TheLost X2CharacterTemplate]
strCharacterName="Lost"
[TheLostHP2 X2CharacterTemplate]
strCharacterName="Lost"
[TheLostHP3 X2CharacterTemplate]
strCharacterName="Lost"
etc.
So their template names are "TheLost", "TheLostHP2", "TheLostHP3", etc.