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
In terms of credits, you can credit the Sernix group(lots of great ideas, contributions, testing shaped our content), Jballou(a statue should be created), aus1271 (defibs), D.Freddie, all the weapon modders like Mr. Brightside etc. if you use any of his stuff. Naong also helped with improving and polishing the respawn script. Also mappers, you can usually search workshop though if someone asks.
In regards to resource file, you seem to have it in correct directory structure:
Insurgency\scripts\theaters >> for theater files
Insurgency\resource\resource_file.txt
In the sernix_base.theater you'll see this:
"precache"
{
"localize" "resource/gnalvlsrealism_english.txt"
}
This initializes that resource file, I believe you can place this in your top most level theater that you use mp_theater_override on but if not, create a base file similar to mine. Not sure if vanilla uses a base.theater file anymore.
If you want to work from vanilla files go to:
\Steam\steamapps\common\insurgency2\insurgency\insurgency_misc_dir.vpk
Install gcfscape and double click insurgency_misc_dir.vpk
in there go to scripts\theaters and youll see all vanillas and you can migrate them into your theater.
Let me know if you have any more issues and pass it on if you haven't already!