Jump to content
Korean Random
Sign in to follow this  
TankerMetal

[1.1.0/8570] CarouselNormal.xc works weirdly

Recommended Posts

Hello, I'm posting this topic because I'm encountering some issues with XVM since I updated it to last version.. Before the update, it used to work perfectly but now it's weird..

If you look at the picture, you can see that it works on some but not on others.. On the 3 last tanks of the picture, it works but on some tanks, it doesn't work.

 

shot_001.thumb.jpg.9dfaf1de40c308452ce869e0a5dafe17.jpg

 

Here are modifications on carouselNormal.xc :

//Marks of excellence
{
  	"enabled": true,
  	"x": 20, "y": 13,
  	"format": "<b><font face='$FieldFont' size='12' color='{{v.c_damageRating}}'>{{v.damageRating%2d~%}}</font></b>",  
	"shadow": ${ "def.textFieldShadow" }
},
//xTE by tanks
{
	"enabled": true,
	"x": 145, "y": 45, "align": "right",
	"format": "<b><font face='$FieldFont' size='12' color='{{v.c_xte}}'>{{v.xte%2d~%}}</font></b>",  
	"shadow": ${ "def.textFieldShadow" }
}

My file is attached at the bottom of the post.

May you help me to fix it ? Thank you !

carouselNormal.xc

Edited by Mixaill

Share this post


Link to post

Short link
Share on other sites

Try fiddling with the cell sizes.  These are what I have.   I have found that some values get "pushed off the page" in odd ways.

 

  "normal": {
    // Cell width
    // Ширина ячейки
    "width": 185,
    // Cell height
    // Высота ячейки
    "height": 125,
    // Spacing between carousel cells.
    // Отступ между ячейками карусели.
    "gap": 5,
    // Standard cell elements.
    // Стандартные элементы ячеек.

Share this post


Link to post

Short link
Share on other sites

I changed those values into yours but I still get my issue and with these modifications it shifts everything.. I don't think that they are pushed off the page because when I tried to change labels location, it only had an effect on those which worked like LTTB, Foch 155, .. 

I'm stuck. :unsure:

Share this post


Link to post

Short link
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...