Change client locale

Results 1 to 3 of 3
  1. #1
    Account Upgraded | Title Enabled! br1337 is offline
    MemberRank
    Apr 2015 Join Date
    295Posts

    Change client locale

    Anyone have an idea on how to achieve this?

    For instance BMS -> GMS, GMS ->BMS.
    @diamond @Eric


  2. #2
    Moderator Eric is offline
    ModeratorRank
    Jan 2010 Join Date
    DEV CityLocation
    3,188Posts

    Re: Change client locale

    You'll need to modify the locale ID in the client's CClientSocket::OnConnect function, but will be rather annoying depending on the version because it's virtualized in pretty much every localhost I believe. Which OnConnect by the way would be the OdinMS term for the "getHello" packet, so you could change or find your version number as well if you wanted to.

  3. #3
    Omega sunnyboy is offline
    MemberRank
    Mar 2010 Join Date
    6,109Posts

    Re: Change client locale

    Quote Originally Posted by Eric View Post
    You'll need to modify the locale ID in the client's CClientSocket::OnConnect function, but will be rather annoying depending on the version because it's virtualized in pretty much every localhost I believe. Which OnConnect by the way would be the OdinMS term for the "getHello" packet, so you could change or find your version number as well if you wanted to.
    It would be virtualized beginning when themida was introduced



Advertisement