Aslain Posted May 10, 2021 Share Posted May 10, 2021 (edited) Screen is freezing when pressing ALT key to display clan icons on the markers It happens multiple times durring the battle when you press ALT key (keep in mind I enabled that clan icons only in markersAliveExtended.xc) It happens when I have 107k of eu clan icons in c:\Games\World_of_Tanks\res_mods\mods\shared_resources\xvm\res\clanicons\EU\clan\ There is no problem when there is less files, i.e. 28k clan icons. This is the code I added to markersAliveExtended.xc: "clanIcon": { "name": "clanIcon", "x": 0, "y": -90, "alpha": 100, "enabled": true, "shadow": { "enabled": false, "strength": 13, "alpha": 50, "distance": 1, "blur": 5, "color": "0x000000", "angle": 45 }, "textFormat": { "color": null, "bold": false, "font": "$FieldFont", "size": 11, "align": "center", "italic": false }, "format": "<img src='{{clanicon}}' width='24' height='24'>" }, .... "textFields": [ ${ "def.playerName" }, ${ "def.hpPercent" }, ${ "def.clanIcon" }, ${ "def.rating" } ] I think there was no such problem last month, it started to happen this month. markersAliveExtended.xc Edited May 10, 2021 by Aslain @ Quote Link to comment Short link Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.