crash74 Posted October 18, 2022 Posted October 18, 2022 I used to have this mod with transparent background at the tanks slots. But now i cant seen to get it works. Have tried to set alpha 0 for the flag in but now still show a full black. Where did i go wrong? Quote
Administrator Aslain Posted October 18, 2022 Administrator Posted October 18, 2022 Installer works fine. Quote
crash74 Posted October 18, 2022 Author Posted October 18, 2022 selected this all the while...but still same.... Aslains_WoT_Logs.zip Quote
Administrator Solution Aslain Posted October 18, 2022 Administrator Solution Posted October 18, 2022 44 minutes ago, crash74 said: selected this all the while...but still same.... Aslains_WoT_Logs.zip 110.02 kB · 1 download It's because you are installing advanced stats in carousel slot. most likely caused by the first entry in carouselNormal.xc at extraFields: "extraFields": [ // Slot background. // Подложка слота. { "x": 1, "y": 1, "layer": "substrate", "width": 160, "height": 100, "bgColor": "0x0A0A0A" }, so delete the above line or change to i.e. { "x": 1, "y": 1, "layer": "substrate", "width": 160, "height": 100, "bgColor": "0x0A0A0A", "alpha": "1" }, Quote
crash74 Posted October 18, 2022 Author Posted October 18, 2022 yup bingo..... Was using the one from XVM team...using others and it is working fine now... Quote
Administrator Aslain Posted October 18, 2022 Administrator Posted October 18, 2022 Maybe I can remove this from the code too, because it might not be really needed. Quote
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.