I am sharing about a customer of mine...
You shouldn't pay for such ridiculous things. Software developers are charging high prices for this. It's a shame.
I will continue to share projects that are always low-cost so that people don't get scammed.
If the sharing has been done, the topic can be closed.
Open, Root/ uiminimap.py .
Search
CANNOT_SEE_INFO_MAP_DICT = {
"metin2_map_monkeydungeon" : False,
"metin2_map_monkeydungeon_02" : False,
"metin2_map_monkeydungeon_03" : False,
"metin2_map_devilsCatacomb" : False,
}
Now you can add after "metin2_map_devilsCatacomb" : False, any map you want to hide
Exemple:
CANNOT_SEE_INFO_MAP_DICT = {
"metin2_map_monkeydungeon" : False,
"metin2_map_monkeydungeon_02" : False,
"metin2_map_monkeydungeon_03" : False,
"metin2_map_devilsCatacomb" : False,
"metin2_map_metin2.network" : False,
"metin2_map_serverfiles" : False,
"metin2_map_c++_systems" : False,
}