ChuckNorris Posted October 18, 2023 Share Posted October 18, 2023 (edited) battleLoading screen corrupted since update 1.22.1.0 Did something change? Or will it be fixed in a stable version? https://ibb.co/JxVCkFQ battleLoading screen should show -number of kilo-battles (total battles count divided by 1000) -total battles count for current vehicle -xwn8 rating my battleLoading.xc /** * Parameters of the Battle Loading screen. * Параметры экрана загрузки боя. */ { "templates": { "clanIcon": { "enabled": true, "x": 65, "y": 6, "width": 16, "height": 16, "align": "center", "alpha": 90, "bindToIcon": true, "src": "{{clanicon}}" } }, "battleLoading": { "clockFormat": "H:i:s", "removeSquadIcon": false, "removeRankBadgeIcon": false, "vehicleIconAlpha": 100, "removeVehicleLevel": false, "removeVehicleTypeIcon": false, "nameFieldShowBorder": false, "vehicleFieldShowBorder": false, "squadIconOffsetXLeft": 0, "squadIconOffsetXRight": 0, "nameFieldOffsetXLeft": 0, "nameFieldWidthDeltaLeft": 0, "nameFieldOffsetXRight": 0, "nameFieldWidthDeltaRight": 0, "vehicleFieldOffsetXLeft": 25, "vehicleFieldWidthDeltaLeft": 0, "vehicleFieldOffsetXRight": 25, "vehicleFieldWidthDeltaRight": 0, "vehicleIconOffsetXLeft": 30, "vehicleIconOffsetXRight": 30, "darkenNotReadyIcon": true, "formatLeftNick": "<img src='xvm://res/icons/flags/{{flag|default}}.png' width='16' height='13' vspace='-2'> {{name%.12s~..}} <font alpha='#A0'>{{clan}}</font>", "formatRightNick": "<font alpha='#A0'>{{clan}}</font> {{name%.12s~..}} <img src='xvm://res/icons/flags/{{flag|default}}.png' width='16' height='13' vspace='-2'>", "formatLeftVehicle": "<font color='{{c:kb}}'>{{kb%2d~k|--k}}</font> | <font color='{{c:t-battles}}'>{{t-battles}}</font> | {{vehicle}} | <font face='mono' size='{{xvm-stat?13|0}}'> <font color='{{c:wn8}}'>{{wn8|----}}</font></font>", "formatRightVehicle": "<font face='mono' size='{{xvm-stat?13|0}}'> <font color='{{c:wn8}}'>{{wn8|----}}</font> </font> | {{vehicle}} | <font color='{{c:kb}}'>{{kb%2d~k|--k}}</font> | <font color='{{c:t-battles}}'>{{t-battles}}</font>", "extraFieldsLeft": [ ${"templates.clanIcon"} ], "extraFieldsRight": [ ${"templates.clanIcon"} ] } } below a 4 year old screenshot that shows how it looked before the patch https://ibb.co/qJFKRSK attachment contains my complete xvm config res_mods-12210-LongJohn-ChuckNorris.zip Edited October 18, 2023 by ChuckNorris @ Quote Link to comment Short link Share on other sites More sharing options...
Aslain Posted October 21, 2023 Share Posted October 21, 2023 On your screenie I think I see broken atlas files with your custom contour icons, most likely used old client files, but yeah, the battle loading is now showing elite levels, and there is no way to turn them off just like that. You can use custom mods to hide them for now, like the one I have in modpack from Kurzdor. kurzdor.elitelevelsremover_1.1.0.wotmod 1 @ Quote Link to comment Short link Share on other sites More sharing options...
ChuckNorris Posted October 21, 2023 Author Share Posted October 21, 2023 Right, for the contour icon mod isn't an update available so far, but without it is it still the same With the kurzdor.elitelevelsremover_1.1.0 is it better I'm wondering that statisticForm.xc still looks fine, which has nearly the same content Thanks for the response @ Quote Link to comment Short link Share on other sites More sharing options...
HEKPOMAHT Posted October 21, 2023 Share Posted October 21, 2023 3 минуты назад, ChuckNorris сказал: I'm wondering that statisticForm.xc still looks fine, which has nearly the same content в statisticForm.xc добавили опцию: // true - hide elite levels. // true - убрать отображение уровней элитности. "removePrestigeLevel": true, а в battleLoading и battleLoadingTips ещё нет тут ещё тема есть @ Quote Link to comment Short link Share on other sites More sharing options...
Kurzdor Posted October 21, 2023 Share Posted October 21, 2023 (edited) @HEKPOMAHT Мише захукать оказалось это всё довольно сложно =) Edited October 21, 2023 by Kurzdor 1 @ Quote Link to comment Short link Share on other sites More sharing options...
HEKPOMAHT Posted October 21, 2023 Share Posted October 21, 2023 53 минуты назад, Kurzdor сказал: @HEKPOMAHT Мише захукать оказалось это всё довольно сложно =) он раньше вообще не занимался такими пустяками, как добавление отключалок @ 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.