Jump to content

wn8 color values


Recommended Posts

Posted (edited)

I have an issue with wn8. Lately, I wanted to change wn8 values so that unicuum would start from 3000wn8 not 3400 as it is right now. Unfortunately, values don't change. All I can do is to change colors. I tried to download xvm 10-scale from aslain pack but values just changed color and "orange" player was green.

From what I know, values are being updated through xvmmod site and I wanna know if there is any chance to change it?

 

Edited by call_me_spoczko
Posted (edited)

Hi,

I have an issue with wn8. Lately, I wanted to change wn8 values so that unicuum would start from 3000wn8 not 3400 as it is right now. Unfortunately, values don't change. All I can do is to change colors. I tried to download xvm 10-scale from aslain pack but values just changed color and "orange" player was green.

From what I know, values are being updated through xvmmod site and I wanna know if there is any chance to change it?    

 

// Dynamic color by WN8 rating
    // Динамический цвет по рейтингу WN8
    "wn8": [
      { "value": 300,  "color": ${"def.colorRatingNew.very_bad"         } },
      { "value": 450,  "color": ${"def.colorRatingNew.bad"             } },
      { "value": 650,  "color": ${"def.colorRatingNew.below_average"    } },
      { "value": 900,  "color": ${"def.colorRatingNew.average"            } },
      { "value": 1200, "color": ${"def.colorRatingNew.above_average"    } },
      { "value": 1600, "color": ${"def.colorRatingNew.good"                } },
      { "value": 2150, "color": ${"def.colorRatingNew.very_good"        } },
      { "value": 2550, "color": ${"def.colorRatingNew.great"            } },
      { "value": 3200, "color": ${"def.colorRatingNew.unicum"            } },
      { "value": 9999, "color": ${"def.colorRatingNew.super_unicum"        } } 

 

These values don't work

 

PL:

Ostatnio mam problem z wn8. Chciałem zmienić wartości wn8, aby fiolet zaczynał się od 3000wn8, a nie 3400 jak jest teraz. Niestety wartości się nie zmieniają. Wszystko, co mogę zrobić, to zmienić kolory. Próbowałem pobrać xvm w skali 10 z pakietu aslain, ale wartości po prostu zmieniły kolor, a "pomarańczowy" gracz jest zielony.

Z tego, co wiem, wartości są aktualizowane przez stronę xvmmod i chcę wiedzieć, czy jest jakaś szansa, aby to zmienić?

 

// Dynamic color by WN8 rating
    // Динамический цвет по рейтингу WN8
    "wn8": [
      { "value": 300,  "color": ${"def.colorRatingNew.very_bad"         } },
      { "value": 450,  "color": ${"def.colorRatingNew.bad"             } },
      { "value": 650,  "color": ${"def.colorRatingNew.below_average"    } },
      { "value": 900,  "color": ${"def.colorRatingNew.average"            } },
      { "value": 1200, "color": ${"def.colorRatingNew.above_average"    } },
      { "value": 1600, "color": ${"def.colorRatingNew.good"                } },
      { "value": 2150, "color": ${"def.colorRatingNew.very_good"        } },
      { "value": 2550, "color": ${"def.colorRatingNew.great"            } },
      { "value": 3200, "color": ${"def.colorRatingNew.unicum"            } },
      { "value": 9999, "color": ${"def.colorRatingNew.super_unicum"        } } 

 

Wiersz ten niestety nie działa

 

Edited by call_me_spoczko

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.