How to change the OK / Cancel button language in the shops

Results 1 to 6 of 6
  1. #1
    Enthusiast djnicke is offline
    MemberRank
    Jun 2012 Join Date
    AustraliaLocation
    37Posts

    How to change the OK / Cancel button language in the shops

    Hello,


    I am using SoD source / resource,

    I have changed 90% of the language from German to English and it is all tested and up and running, one thing I cant figure out how to do is change the language of the OK button.

    looks like Korean to me


    all my shops look like this;






    the source is set to compile in English I believe, this is my WinMain.rc




    All the other language edits were in the Resource.

    what file do I need to edit to change it back to English?







    Thanks in advance


  2. #2
    Owner raventh1984 is offline
    MemberRank
    May 2011 Join Date
    NetherlandsLocation
    1,499Posts

    Re: How to change the OK / Cancel button language in the shops

    Check your Theme folder.

    And copy the ok and cancel button from the english folder to your default folder.
    Then your problem is solved

  3. #3
    Enthusiast djnicke is offline
    MemberRank
    Jun 2012 Join Date
    AustraliaLocation
    37Posts

    Re: How to change the OK / Cancel button language in the shops

    Quote Originally Posted by raventh1984 View Post
    Check your Theme folder.

    And copy the ok and cancel button from the english folder to your default folder.
    Then your problem is solved



    I tried this with a few different theme folders, it changed the background image at the log in screen but it didn't change the shop OK buttons, still in Korean.

    Client / Resource theme was the same / did Merge2.exe just to be safe and restarted server each time



    I looked through each file in the theme folder but couldn't find the buttons shown in my shop, is there a way to change this in the source maybe?


    Are there any other files to do with language?


    I found this in character.inc (was LANG_KOR changed it to both LANG_ENG and LANG_USA - didn't change the buttons in-game though;


    국가별 MMI 출력 설정 방법
    AddMenuLang( LANG_USA, MMI_XXXX )
    가운데 0은 SUB LANG
    여러국가에서 나와야 하는경우엔 여러개 써야함

    AddVendorSlotLang


    설명 : AddVendorSlot( 0, IDS_CHARACTER_INC_000022 );의 확장입니다.
    사용법 : AddVendorSlotLang( LANG_USA, 0, IDS_CHARACTER_INC_000022 );
    // 뒤 2개 인자는 AddVendorSlot과 동일 하고 앞의 두개는
    // 국가 디파인, 국가 서브 디파인입니다.

    AddVendorItemLang
    // 위와 같은 형태의 확장입니다.


    this is in character.txt;

    IDS_CHARACTER_INC_000022 Mercenary

    so I'm guessing that has nothing to do with it.



    Thanks in advance.

  4. #4
    Owner raventh1984 is offline
    MemberRank
    May 2011 Join Date
    NetherlandsLocation
    1,499Posts

    Re: How to change the OK / Cancel button language in the shops

    You done need to replace your entire theme folder.

    In the english theme folder you have 2 buttons i will name them here

    buttok.tga
    buttcancelkr.tga

    And no its not done in the character.inc

  5. #5
    Enthusiast djnicke is offline
    MemberRank
    Jun 2012 Join Date
    AustraliaLocation
    37Posts

    Re: How to change the OK / Cancel button language in the shops

    Thanks Mate!

    All fixed.

    I guess you could edit these if you wanted it to look different?


    off topic....


    is this a joke or what? (lol)


  6. #6
    Owner raventh1984 is offline
    MemberRank
    May 2011 Join Date
    NetherlandsLocation
    1,499Posts

    Re: How to change the OK / Cancel button language in the shops

    its only the text.
    Take an look into propItem.txt.txt and you can change it there



Advertisement