• New Horizons on Maelstrom
    Maelstrom New Horizons


    Visit our website www.piratehorizons.com to quickly find download links for the newest versions of our New Horizons mods Beyond New Horizons and Maelstrom New Horizons!

Log_SetStringToLog

Jack Rackham

ex train dispatcher
Quest Writer
Storm Modder
The old way was easy to handle. How is it supposed to be done now? Do I have to learn russian? Is someone out there translating my old stringlogs? <img src="style_emoticons/<#EMO_DIR#>/wacko.gif" style="vertical-align:middle" emoid=":wacko:" border="0" alt="wacko.gif" />
 
For all I know, Log_SetStringToLog works the same as always. However, most of them are now used as Log_SetStringToLog(LanguageConvertString(tmpLangFileID,"TEXT HERE"). The LanguageConvertString translates the string. To make it work, you must add the string to RESOURCE\INI\TEXTS\ENGLISH\interface_strings.txt (or whatever tmpLangFileID is referring to). You don't have to use it that way though. You can simply use the Log_SetStringToLog just like you used to do.
 
Back
Top