omer584 Posted May 31, 2016 Posted May 31, 2016 Hello, I am sorry but I have no idea what that is called. Basically I want to change that purple 39 writing (given damage indicator) to WOT default orange color. Which setting I have to change on setup screen of Aslain mod? Thank you. Quote
Administrator Aslain Posted June 1, 2016 Administrator Posted June 1, 2016 In general you have to edit these files: res_mods\configs\xvm\Aslain\markersAliveExtended.xc res_mods\configs\xvm\Aslain\markersAliveNormal.xc res_mods\configs\xvm\Aslain\markersDeadExtended.xc res_mods\configs\xvm\Aslain\markersDeadNormal.xc at every: "damageText": { change: "color": "0xFFFFFF", to: "color": "{{c:dmg}}", and at "shadow": { this: "color": "{{c:dmg}}", to: "color": "0x000000", Then edit file: colors.xc Now in example, because it's not always like this, change: "damage": { "ally_ally_blowup": "0x0099CC", "ally_ally_hit": "0x0099CC", "ally_ally_kill": "0x0099CC", "ally_allytk_blowup": "0x0099CC", "ally_allytk_hit": "0x0099CC", "ally_allytk_kill": "0x0099CC", "ally_enemy_blowup": "0x990000", "ally_enemy_hit": "0x990000", "ally_enemy_kill": "0x990000", "ally_enemytk_blowup": "0x990000", "ally_enemytk_hit": "0x990000", "ally_enemytk_kill": "0x990000", "ally_squadman_blowup": "0x0099CC", "ally_squadman_hit": "0x0099CC", "ally_squadman_kill": "0x0099CC", "enemy_ally_blowup": "0x005500", "enemy_ally_hit": "0x005500", "enemy_ally_kill": "0x005500", "enemy_allytk_blowup": "0x005500", "enemy_allytk_hit": "0x005500", "enemy_allytk_kill": "0x005500", "enemy_enemy_blowup": "0x990000", "enemy_enemy_hit": "0x990000", "enemy_enemy_kill": "0x990000", "enemy_enemytk_blowup": "0x990000", "enemy_enemytk_hit": "0x990000", "enemy_enemytk_kill": "0x990000", "enemy_squadman_blowup": "0x009900", "enemy_squadman_hit": "0x009900", "enemy_squadman_kill": "0x009900", "player_ally_blowup": "0x6819B8", "player_ally_hit": "0x6819B8", "player_ally_kill": "0x6819B8", "player_allytk_blowup": "0x6819B8", "player_allytk_hit": "0x6819B8", "player_allytk_kill": "0x6819B8", "player_enemy_blowup": "0x6819B8", "player_enemy_hit": "0x6819B8", "player_enemy_kill": "0x6819B8", "player_enemytk_blowup": "0x6819B8", "player_enemytk_hit": "0x6819B8", "player_enemytk_kill": "0x6819B8", "player_squadman_blowup": "0x6819B8", "player_squadman_hit": "0x6819B8", "player_squadman_kill": "0x6819B8", "squadman_ally_blowup": "0x0099CC", "squadman_ally_hit": "0x0099CC", "squadman_ally_kill": "0x0099CC", "squadman_allytk_blowup": "0x0099CC", "squadman_allytk_hit": "0x0099CC", "squadman_allytk_kill": "0x0099CC", "squadman_enemy_blowup": "0xB85C00", "squadman_enemy_hit": "0xB85C00", "squadman_enemy_kill": "0xB85C00", "squadman_enemytk_blowup": "0xB85C00", "squadman_enemytk_hit": "0xB85C00", "squadman_enemytk_kill": "0xB85C00", "squadman_squadman_blowup": "0x0099CC", "squadman_squadman_hit": "0x0099CC", "squadman_squadman_kill": "0x0099CC", "unknown_ally_blowup": "0x005500", "unknown_ally_hit": "0x005500", "unknown_ally_kill": "0x005500", "unknown_allytk_blowup": "0x005500", "unknown_allytk_hit": "0x005500", "unknown_allytk_kill": "0x005500", "unknown_enemy_blowup": "0x990000", "unknown_enemy_hit": "0x990000", "unknown_enemy_kill": "0x990000", "unknown_enemytk_blowup": "0x990000", "unknown_enemytk_hit": "0x990000", "unknown_enemytk_kill": "0x990000", "unknown_squadman_blowup": "0x005500", "unknown_squadman_hit": "0x005500", "unknown_squadman_kill": "0x005500" }, To your fav colors, you can use http://html-color-codes.info/ to find color codes. Quote
omer584 Posted June 2, 2016 Author Posted June 2, 2016 (edited) Thank you Aslain. I made changes and this is what I wanted. (see picture) But now ally and enemy damage texts has no shadow so I will try to keep them while protecting new color. If anyone wonder I used 0xFFC71C EDIT I found easier way than what Aslain suggested. Open only colors.xc file and change the following parameters to whichever color you want: "pl": "0x775A00", "player_ally_blowup": "0x775A00", "player_ally_hit": "0x775A00", "player_ally_kill": "0x775A00", "player_allytk_blowup": "0x775A00", "player_allytk_hit": "0x775A00", "player_allytk_kill": "0x775A00", "player_enemy_blowup": "0x775A00", "player_enemy_hit": "0x775A00", "player_enemy_kill": "0x775A00", "player_enemytk_blowup": "0x775A00", "player_enemytk_hit": "0x775A00", "player_enemytk_kill": "0x775A00", "player_squadman_blowup": "0x775A00", "player_squadman_hit": "0x775A00", "player_squadman_kill": "0x775A00", The result is on the pictures. Edited June 2, 2016 by omer584 Better results are obtained Quote
Administrator Aslain Posted June 2, 2016 Administrator Posted June 2, 2016 Yeah that is easy method, because you change colors only, but you mentioned you want wot default, and it has black shadow unlike here where I use white one. 1 Quote
omer584 Posted June 2, 2016 Author Posted June 2, 2016 Quote Yeah that is easy method, because you change colors only, but you mentioned you want wot default, and it has black shadow unlike here where I use white one. I am honest I have never been paid attention to that detail. I only remember that WOT default has a general color of Orange-Dark yellow. But still thank you for your help Aslain. You are the real MVP! 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.