[help] I can not use English font format

Results 1 to 7 of 7
  1. #1
    Valued Member Doky is offline
    MemberRank
    Oct 2014 Join Date
    BrazilLocation
    127Posts

    smile [help] I can not use English font format

    I can not put my name or nickname in my character, I have to put 'test123' or 'test321'
    It looks like it's in Chinese mode or something.


  2. #2
    Member OnlyHard is offline
    MemberRank
    Oct 2014 Join Date
    PT_EN_es_br_itLocation
    78Posts

    Re: [help] I can not use English font format

    Quote Originally Posted by Doky View Post
    I can not put my name or nickname in my character, I have to put 'test123' or 'test321'
    It looks like it's in Chinese mode or something.
    Here no one can help you (I think) without knowing that source really is! Put an image on about the error!

  3. #3
    Valued Member Doky is offline
    MemberRank
    Oct 2014 Join Date
    BrazilLocation
    127Posts

    Re: [help] I can not use English font format

    Quote Originally Posted by OnlyHard View Post
    Here no one can help you (I think) without knowing that source really is! Put an image on about the error!

    I can not write, only if I use 'test123'

    - - - Updated - - -

    Quote Originally Posted by OnlyHard View Post
    Here no one can help you (I think) without knowing that source really is! Put an image on about the error!

    I can not write, only if I use 'test123'

    - - - Updated - - -

    No use I put a photo, it will not be for nothing, just read what I wrote and will understand.

  4. #4
    My Status --> LukasCCB is offline
    MemberRank
    Apr 2013 Join Date
    CracolandiaLocation
    1,190Posts

    Re: [help] I can not use English font format

    you have tried to change the file font_en.swf ?
    from /bin/data/menu

    but mistaken have to change a line in warz.sln, I do not remember, the more I will look for you.

  5. #5
    Valued Member Doky is offline
    MemberRank
    Oct 2014 Join Date
    BrazilLocation
    127Posts

    Re: [help] I can not use English font format

    Quote Originally Posted by LukasCCB View Post
    you have tried to change the file font_en.swf ?
    from /bin/data/menu

    but mistaken have to change a line in warz.sln, I do not remember, the more I will look for you.
    very thanks bro, I'm great for your help.

    - - - Updated - - -



    I changed font_en.swf more have error.

    Code:
    000038.171| WO_API: failed with error code 7 Character name cannot contain special symbols
    000038.172| ApiCharCreate failed: 7

  6. #6
    My Status --> LukasCCB is offline
    MemberRank
    Apr 2013 Join Date
    CracolandiaLocation
    1,190Posts

    Re: [help] I can not use English font format

    @Doky
    This line is located in 'API', search and change.

    >api_CharSlosts.aspx.cs

    Search
    Code:
     bool CheckCharName(string Gamertag)
    and in
    Code:
     char[] AllowedChars = "
    Change to this.

    Code:
    char[] AllowedChars = " 1234567890abcdefghijklmnopqrstuvwxyzабвгдеёжзийклмнопрстуфхцчшщъыьэюя".ToCharArray();
    and test if work

  7. #7
    Valued Member Doky is offline
    MemberRank
    Oct 2014 Join Date
    BrazilLocation
    127Posts

    Re: [help] I can not use English font format

    Ohhh, working bro, very thanks <3 I LOVE U :D



Advertisement