View Single Post
Mr. Man
Veteran Member
Join Date: Mar 2011
Location: Huh?
Old 07-06-2018 , 12:18   Re: [L4D2] Improved Automatic Campaign Switcher (ACS) [v1.9.0 (20180706)]
Reply With Quote #18

Quote:
Originally Posted by rikka0w0 View Post
"maps.phrases.txt" is used for localizing individual maps, e.g. c1m1_hotel to some human-readable name. If you don't want to localize them, it's completely fine. Create a file with the following content as the "maps.phrases.txt":
PHP Code:
"Phrases"
{


As a result, the maps will be shown as names like "c1m1_hotel".
To localize map names, your "maps.phrases.txt" should be something like:
PHP Code:
"Phrases"
{
    
"c1m1_hotel"
    
{
        
"en"        "Hotel"
    
}

Sorry I forgot to mention this in the intro.
I have done that but the ingame still isn't parsing the menu correctly. Is it something on my end?
Mr. Man is offline