Summary:
Reproduction:
Result:
Expected Result:
Language settings are ignored in the matchmaker.
Reproduction:
- dota_match_languages 2 or -1 or any other valid bit mask or change it in the matchmaking language UI settings.
- execute dota_party_debug command.
Code:
] dota_match_languages dota_match_languages = -1 ] dota_party_debug
matchlanguages is not changing based on your settings.
Code:
DOTAParty: ID:xxxXXXxXXxxXxxxx 1 member(s) LeaderID: [U:x:xxxxxxxxx] State: 0 Started matchmaking: Thu Jan 1 00:00:00 1970 (1610535909 seconds ago, now is XXX XXX xx xx:xx:xx xxxx) GameModes: xx Member[0] [U:x:xxxxxxxxx] [Leader] party_id: xxxxxxxxxxxxxxxxx leader_id: 76561198078265875 member_ids: 76561198078265875 game_modes: 16 state: UI matchgroups: 388 bot_difficulty: BOT_DIFFICULTY_HARD matchlanguages: 4 -- This should be -1 or 2 members { partner_type: PARTNER_NONE region_ping_codes: 3 region_ping_codes: 9 region_ping_codes: 8 region_ping_codes: 2 region_ping_codes: 1 region_ping_times: xx region_ping_times: xx region_ping_times: xx region_ping_times: xx region_ping_times: xx is_plus_subscriber: false has_hp_resource: true } account_flags: 11 region_select_flags: 1 solo_queue: false bot_script_index: 0 steam_clan_account_id: 0 is_challenge_match: false high_priority_state: k_EHighPriorityMM_MissingMMData lane_selections_enabled: false ] dota_match_languages dota_match_languages = -1
Expected Result:
matchlanguages reflects your settings and you're not getting matched with russians based on your geographical location.
Code:
DOTAParty: ID:xxxXXXxXXxxXxxxx 1 member(s) LeaderID: [U:x:xxxxxxxxx] State: 0 Started matchmaking: Thu Jan 1 00:00:00 1970 (1610535909 seconds ago, now is XXX XXX xx xx:xx:xx xxxx) GameModes: xx Member[0] [U:x:xxxxxxxxx] [Leader] party_id: xxxxxxxxxxxxxxxxx leader_id: 76561198078265875 member_ids: 76561198078265875 game_modes: 16 state: UI matchgroups: 388 bot_difficulty: BOT_DIFFICULTY_HARD matchlanguages: 2 members { partner_type: PARTNER_NONE region_ping_codes: 3 region_ping_codes: 9 region_ping_codes: 8 region_ping_codes: 2 region_ping_codes: 1 region_ping_times: xx region_ping_times: xx region_ping_times: xx region_ping_times: xx region_ping_times: xx is_plus_subscriber: false has_hp_resource: true } account_flags: 11 (not 7) region_select_flags: 1 solo_queue: false bot_script_index: 0 steam_clan_account_id: 0 is_challenge_match: false high_priority_state: k_EHighPriorityMM_MissingMMData lane_selections_enabled: false ] dota_match_languages dota_match_languages = -1
Comment