Client messages in "chinese" ??

Results 1 to 13 of 13
  1. #1
    Goodbye chrissdegrece is offline
    Grand MasterRank
    Oct 2009 Join Date
    GreeceLocation
    1,015Posts

    Client messages in "chinese" ??

    Hi,

    I edited A3msg_Zone_Tw.dat and changed 2 strings, then I tried to visit healer or whisper to non-existent player but I still see "chinese" in client.

    Also I edited prizeEvent.ini but the EXP bar in game is showed in chinese too.

    Anyone knows what do I need to do to translate it?

    Thanks
    Last edited by chrissdegrece; 29-11-09 at 07:50 PM.


  2. #2
    Goodbye chrissdegrece is offline
    Grand MasterRank
    Oct 2009 Join Date
    GreeceLocation
    1,015Posts

    Re: Client messages in "chinese" ??

    Prizeevent.ini translation done, it's in the zoneserver.exe

    Now I need info on the remaining client messages pls.
    Attached Thumbnails Attached Thumbnails prizeevent_translated.jpg  

  3. #3
    Ŋ cvrdheeraj is offline
    Grand MasterRank
    Jul 2006 Join Date
    IndiaLocation
    1,210Posts

    Re: Client messages in "chinese" ??

    They are in Korean. Not chinese.

  4. #4
    Goodbye chrissdegrece is offline
    Grand MasterRank
    Oct 2009 Join Date
    GreeceLocation
    1,015Posts

    Re: Client messages in "chinese" ??

    Whatever that is, do you have any idea where to find them?

  5. #5
    Member DhanrajWarrior is offline
    MemberRank
    Mar 2009 Join Date
    84Posts

    Re: Client messages in "chinese" ??

    You can find them in A3Msg_Zone_Tw.dat. Just copy what it shows in game and compare it in A3Msg_Zone_Tw.dat file... and edit them..

  6. #6
    Goodbye chrissdegrece is offline
    Grand MasterRank
    Oct 2009 Join Date
    GreeceLocation
    1,015Posts

    Re: Client messages in "chinese" ??

    Thanks but I already changed "A3Msg_zone.dat" , "A3msg_main.dat" but I still see "korean"

  7. #7
    Elite Member getdeepz is offline
    Member +Rank
    Aug 2008 Join Date
    A place in karnLocation
    175Posts

    Re: Client messages in "chinese" ??

    Hi

    First compare the text you get in game( take a screeshot) then search for it in the A3_MSg_zone.dat (not other file). there replace it with the text you want. It must work. It worked for me :)

    Rgs
    GMToreto

  8. #8
    Goodbye chrissdegrece is offline
    Grand MasterRank
    Oct 2009 Join Date
    GreeceLocation
    1,015Posts

    Re: Client messages in "chinese" ??

    There must be something strange happening cos I tried to change all texts in A3_msg_zone.dat to "Test Msg " + (fill with spaces) and I still see "Korean".

    Could it be cos I am using TTa3 client? Have they messed it up?

  9. #9
    Goodbye chrissdegrece is offline
    Grand MasterRank
    Oct 2009 Join Date
    GreeceLocation
    1,015Posts

    Re: Client messages in "chinese" ??

    Actually it is fvcked up. I wrote a small c++ proggy to convert this dat to text and it's totally messed up.

    Supposed to be total entries: 290
    Actual entries:280

    Some entries also are not of the format:

    Code:
    <entry no> <3c 00> <entry length> <text data>
    
    Hex sample:
    00 00 3C 00 18 00 Some chinese stuff here
    
    Decimal:
    0,60,24,Some chinese stuff
    I get few entries like this:

    Code:
    12,3388,10,Chinese stuff
    254,49,22,More chinese stuff
    Can someone post his dat and ini files to save me the translation time?

    Thanks
    Last edited by chrissdegrece; 05-12-09 at 01:51 PM.

  10. #10
    @work onyourrisk is offline
    Grand MasterRank
    Jan 2008 Join Date
    IndiaLocation
    706Posts

    Re: Client messages in "chinese" ??

    Quote Originally Posted by chrissdegrece View Post
    Actually it is fvcked up. I wrote a small c++ proggy to convert this dat to text and it's totally messed up.

    Supposed to be total entries: 290
    Actual entries:280

    Some entries also are not of the format:

    Code:
    <entry no> <3c 00> <entry length> <text data>
    
    Hex sample:
    00 00 3C 00 18 00 Some chinese stuff here
    
    Decimal:
    0,60,24,Some chinese stuff
    I get few entries like this:

    Code:
    12,3388,10,Chinese stuff
    254,49,22,More chinese stuff
    Can someone post his dat and ini files to save me the translation time?

    Thanks
    what entries you are talking about bro ?

  11. #11
    Goodbye chrissdegrece is offline
    Grand MasterRank
    Oct 2009 Join Date
    GreeceLocation
    1,015Posts

    Re: Client messages in "chinese" ??

    A3_msg_zone.dat entries

  12. #12
    @work onyourrisk is offline
    Grand MasterRank
    Jan 2008 Join Date
    IndiaLocation
    706Posts

    Re: Client messages in "chinese" ??

    Okey :) nice share do you know how to increase length of message ?

  13. #13
    Goodbye chrissdegrece is offline
    Grand MasterRank
    Oct 2009 Join Date
    GreeceLocation
    1,015Posts

    Re: Client messages in "chinese" ??

    ya that's easy, hard part is to identify the correct format of the .dat file



Advertisement