nightmarez Posted January 24, 2016 Posted January 24, 2016 (edited) Hello Forum So ive been trying to edit my xvm rating settings in the alpha.xc to try and change the colors of xvm but it seems that even though i change everything under wn8 to really low numbers nothing happens which means it doesnt read the scale there. so my question is where can i find those settings that define the color you have in a certain wn8 range and how do i change that range? - Nightmarez Edited January 24, 2016 by nightmarez Quote
Grandorf Posted January 24, 2016 Posted January 24, 2016 Hi They are in colors.xc, use Notepad++ and adjust the scale that you use. Quote
nightmarez Posted January 24, 2016 Author Posted January 24, 2016 sure i can edit what color i want but i want to change the like at 2000 it goes green at 2400 it goes blue etc. and dont tell me its in alpha.xc because ive done that. https://gyazo.com/1831786d27610ee468df14a0affc87d0 Quote
Moderator Quaksen Posted January 24, 2016 Moderator Posted January 24, 2016 colors.xc is the one you need to adjust... // Dynamic color by WN8 rating // Динамический цвет по рейтингу WN8 "wn8": [ { "value": 300, "color": ${"def.colorRatingNew.beginner" } }, { "value": 450, "color": ${"def.colorRatingNew.basic" } }, { "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": 2000, "color": ${"def.colorRatingNew.very_good" } }, { "value": 2450, "color": ${"def.colorRatingNew.great" } }, { "value": 2900, "color": ${"def.colorRatingNew.unicum" } }, { "value": 9999, "color": ${"def.colorRatingNew.super_unicum" } } ], Change the "value" on when the color should change.. alpha.xc is for transparency only Quote
Moderator Quaksen Posted January 24, 2016 Moderator Posted January 24, 2016 and the color itself is changed at the top of the colors.xc file: "colorRatingNew": { "beginner": "0xB80000", // very bad "basic": "0xFE0E00", // bad "below_average": "0xff8a00", // below average "average": "0xe6df27", // average "above_average": "0x77e812", // above average "good": "0x459300", // good "very_good": "0x2ae4ff", // very good "great": "0x00a0b8", // great "unicum": "0xc64cff", // unicum "super_unicum": "0x8225ad" // super_unicum } Quote
nightmarez Posted January 24, 2016 Author Posted January 24, 2016 (edited) picture of my intire colors.xc https://gyazo.com/77da108e241e7d7ea6a7dab1e9e639e9 - Nightmarez Edited January 24, 2016 by nightmarez Quote
Moderator Quaksen Posted January 24, 2016 Moderator Posted January 24, 2016 o_O Could you share the installation logs (shown in my signature on how to), so I can do an installation matching yours, and look? Quote
nightmarez Posted January 24, 2016 Author Posted January 24, 2016 (edited) http://www.mediafire.com/download/ic8okwe5yj58yyy/logfiles.rar link for the download. - Nightmarez Edited January 24, 2016 by nightmarez Quote
Moderator Quaksen Posted January 24, 2016 Moderator Posted January 24, 2016 Specifically, I need the _Aslains_Installer_Options.inf Which is also in the _Aslain_logs.zip file :) Quote
nightmarez Posted January 24, 2016 Author Posted January 24, 2016 (edited) i dont have any zip file so i sent what i had but i do see the options.inf though that i didnt include. screenshot to show. https://gyazo.com/27bf1ce7f76b84569ca5f7472a85ef4d ill try and do a full reinstall. - Nightmarez Edited January 24, 2016 by nightmarez Quote
nightmarez Posted January 24, 2016 Author Posted January 24, 2016 i did the full reinstall and checked. it seems everything is where it should be colors.xc sure has alot more to give now. seems like my installation was bugged. Thanks for the support. - Nightmarez Quote
Moderator Quaksen Posted January 24, 2016 Moderator Posted January 24, 2016 Good that you seem to have it working now :) If you still need help with colors.xc, just post here again :) 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.