UYFrank Posted June 27, 2016 Posted June 27, 2016 Hello guys. I want to delete some map + buttons. The buttons I want to delete are the zoom buttons (the blue ones in the map), like there're in some towns or regions. Is it possible to do it? Thanks
UYFrank Posted June 27, 2016 Author Posted June 27, 2016 Im creating something and I need to remove them. Could someone help me, please?
IpotoniC Posted June 27, 2016 Posted June 27, 2016 its easy what you want remove only the texture (they will be invisible but still if you press that exact area you will zoom in) or you want them to be removed completely
UYFrank Posted June 27, 2016 Author Posted June 27, 2016 I want to remove the button, not the texture.
IpotoniC Posted June 27, 2016 Posted June 27, 2016 (edited) interface.xdat then otherwise at l2ui_ch3-minimap-make the 3 textures alfas black and then make also the townmap textures alfas black (l2font-e) -INTERLUDE //this way even if they find and press them nothing visualy gonna happen , i guess ps i cant find them at interface.xdat Edited June 27, 2016 by IpotoniC
vampir Posted June 28, 2016 Posted June 28, 2016 If you want to delete all of them, then go by XDat Editor to: - MinimapWnd > Minimap > MinimapCtrl tab - MinimapWnd_Expand > Minimap > MinimapCtrl tab and set ShowTown to false. Buttons to show detailed map of towns, fortresses will be gone. Also when character is in town and he opens map, he will see full size map(not map of the town he is in) If you want to delete just specific buttons(and also disable player to see detailed map when he is its region), you should modify ZoneName-e.dat
IpotoniC Posted June 28, 2016 Posted June 28, 2016 If you want to delete all of them, then go by XDat Editor to: - MinimapWnd > Minimap > MinimapCtrl tab - MinimapWnd_Expand > Minimap > MinimapCtrl tab and set ShowTown to false. Buttons to show detailed map of towns, fortresses will be gone. Also when character is in town and he opens map, he will see full size map(not map of the town he is in) If you want to delete just specific buttons(and also disable player to see detailed map when he is its region), you should modify ZoneName-e.dat you tryed that and it worked?
UYFrank Posted June 28, 2016 Author Posted June 28, 2016 @vampir's answer was right. Thank you! And thank you too, @IpnotiC !
Recommended Posts