Results 1 to 3 of 3

Thread: Question about localization of briefingName= and briefingDescription=

  1. #1

    Question about localization of briefingName= and briefingDescription=

    I have mp-mission with this in mission.sqm:
    Code:
    class Intel
    	{
                    briefingName="@str_my1_name";
    		briefingDescription="@str_my1_subname";
    In a stringtable.xml I have:

    Code:
    <Key ID="str_my1_name">
    <Original>english</Original>
    <Russian>russian</Russian>
    <German>german</German>
    </Key>
    
    <Key ID="str_my1_subname">
    <Original>english</Original>
    <Russian>russian</Russian>
    <German>german</German>
    </Key>
    And then I try to launch this mission (packed in pbo) I get this in a log file:
    Code:
    Unsupported language English in stringtable
    MY_MPMissions\MP_my_mission.some_island: string @str_my1_name cannot be localized client-side - move to global stringtable
    MY_MPMissions\MP_my_mission.some_island: string @str_my1_subname cannot be localized client-side - move to global stringtable
    All other strings work normally. What am I doing wrong?

  2. #2
    Hi Amateur.

    I've posted the same question long time ago, but got no answer.. I did mention then that my stringtable keys didn't start with "STR_", but yours did - and you've got the same problem... Too bad no one knows... :/

    ZNorQ

  3. #3
    only works with stringtable in an addon rather than in the mission
    at least it works that way and i am not aware of a way to do it as part of a mission

Similar Threads

  1. Localization and RFT
    By Dragon01 in forum ARMA 2 & OA - QUESTIONS & ANSWERS
    Replies: 4
    Last Post: May 31 2011, 19:06
  2. briefingName ASCII characters support
    By Lonestar in forum ARMA 2 & OA : MISSIONS - Editing & Scripting
    Replies: 3
    Last Post: Aug 18 2010, 09:22
  3. Localization for MP
    By volkov956 in forum ARMA 2 & OA - MULTIPLAYER
    Replies: 0
    Last Post: Sep 10 2009, 14:53
  4. Problem With Camera and Localization
    By Dill in forum ARMA 2 & OA : MISSIONS - Editing & Scripting
    Replies: 0
    Last Post: Aug 10 2009, 06:16

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •