Jump to content
Korean Random

TankerMetal

User
  • Content Count

    15
  • Joined

  • Last visited

Community Reputation

0 Noob

Contacts

  • Nick
    TankerMetal
  1. 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.
  2. 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. 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
  3. This bool is true for me. I'll try with the 7.1.0 version. EDIT: It's fixed ! Thank you for your help ! btw, by replacing files I have forgotten to don't overwrite carouselNormal.xc ... all my work in ExtraCell
  4. Thank you for your answer ! I checked but when I change : "sorting_criteria": ["nation", "type", "level"], to: "sorting_criteria": ["level"], I don't see any changes in my hangar; in this case, tanks in the hangar should be sorted only by level. To check if it was a bug, I tried with : "sorting_criteria": ["winRate"], But tanks aren't sorted again, in this case by winRate. Can you help me please ? (Btw it wasn't working in 0.9.20 and I'm using the last nightly build made (http://nightly.modxvm.com/download/default/latest_default_xvm.exe))
  5. Hi, I'm coming to you because I didn't find on Google that I put as title .. I want to sort tanks in my hangar by descending WN8, so I checked carousel.xc put it only allow to sort by nation or class of tank(in the brackets ["a","b","c"]) Is there a way to sort by descending WN8 ? +Optional : To switch from descending WN8 to default with a button in filter panel would be a dream Thank you ! TankerMetal
  6. Hi, you can download the nightly build of XVM here : http://nightly.modxvm.com It's a development version, there are some warnings which allow the user to know if it's a stable version(here not) Edit this file with notepad: res_mods\mods\packages\xvm_main\python\consts.py At the 4th line, remove '6.7.5-dev' by '6.7.5'. Save, enjoy and wait the stable
  7. I have find ! In Hex colors, # means % and he appear before the number : 100% — FF 99% — FC 98% — FA 97% — F7 96% — F5 95% — F2 94% — F0 93% — ED 92% — EB 91% — E8 90% — E6 89% — E3 88% — E0 87% — DE 86% — DB 85% — D9 84% — D6 83% — D4 82% — D1 81% — CF 80% — CC 79% — C9 78% — C7 77% — C4 76% — C2 75% — BF 74% — BD 73% — BA 72% — B8 71% — B5 70% — B3 69% — B0 68% — AD 67% — AB 66% — A8 65% — A6 64% — A3 63% — A1 62% — 9E 61% — 9C 60% — 99 59% — 96 58% — 94 57% — 91 56% — 8F 55% — 8C 54% — 8A 53% — 87 52% — 85 51% — 82 50% — 80 49% — 7D 48% — 7A 47% — 78 46% — 75 45% — 73 44% — 70 43% — 6E 42% — 6B 41% — 69 40% — 66 39% — 63 38% — 61 37% — 5E 36% — 5C 35% — 59 34% — 57 33% — 54 32% — 52 31% — 4F 30% — 4D 29% — 4A 28% — 47 27% — 45 26% — 42 25% — 40 24% — 3D 23% — 3B 22% — 38 21% — 36 20% — 33 19% — 30 18% — 2E 17% — 2B 16% — 29 15% — 26 14% — 24 13% — 21 12% — 1F 11% — 1C 10% — 1A 9% — 17 8% — 14 7% — 12 6% — 0F 5% — 0D 4% — 0A 3% — 08 2% — 05 1% — 03 0% — 00 Example 100% white in ARGB = 255;255;255;255 and in Hex Colors = #FFFFFFFF Before the first FF you have just to put the # (Alt + 35)
  8. How have you do to know the system of alpha of the rating ? Have you a technic for translate this kind of Alpha to conventionnal Alpha (0-255) ?
  9. Then it's a pourcentage ? But if this value = 0 then 0% of alpha = 0% of opacity . We have a big problem ;) I have an idea ! I will try it !
  10. My XVM is from XVM Updater by LaCourgette in WN8 . I think that you haven't understand that I want to say . I want to know if this value : 0 is like RGB (a number between 0 and 255)
  11. I use ARGB(Alpha - Red - Green - Blue) I haven't any problems with colors because I convert hex colors in RGB My only problem is that alpha can't be at 0 : "very_good": "0", // very good / очень хорошо "unique": "0" // unique / уникально If alpha = 0 then very_good and unique won't be show because they will be transparent . So why in XVM these stats aren't transparent in my xvm ?
  12. But the problem is that unique and very good are at 0 of alpha = transparent . I don't understand . Thx for having answer to me !
  13. Hi all ! I just want to know what is the value of the WN8's alpha (example : Is there write : TankerMetal 1407 51%) What is the alpha value of 1407 by default in XVM . I have already searched in files of XVM but I'm not sure, can you help me please ? Thanks you !
×
×
  • Create New...