Jump to content

Colored contours tanks


Recommended Posts

Posted

Hello , my question is , as I can change the outline color of the enemy tank, only the outline color , I is difficult to see the color red, need to see it in blue color, I thank you very much, thank you!

  • Administrator
Posted

You can select different color scheme in the installer, but there is no vs. Blue so, you may want to install this:

 

H76bGH1.jpg\

 

Then edit silouhette.xml and change color in this line:

 

<enemyhighlight>[1.0, 0.7, 0.0, 0.3]</enemyhighlight> <!-- Color of the higlighted outlines for enemies in RGBA %, default red is [1.0, 0.0, 0.0, 0.5] -->

  • Administrator
Posted

You must find RBGA values to replace this 1.0, 0.7, 0.0, 0.3. There was some tool but I can't remember now, an online calculator from hex to this rgb format.

  • Administrator
Posted

Do it like that:

 

Go to this page: http://html-color-codes.info

 

On this window pick your color:

 

xixWdS2.jpg

 

Look for RGB values, in this case its: 0, 98, 255, now divide each number by 100, so :

 

R 0 / 100 = 0

G 98 / 100 = 0.98

B 255 / 100 = 2.55

 

<enemyhighlight>[0.0, 0.98, 2.55, 0.5]</enemyhighlight> <!-- Color of the higlighted outlines for enemies in RGBA %, default red is [1.0, 0.0, 0.0, 0.5] -->

 

Last number in Alpha, leave it 0.5 I guess.

  • Upvote 1
Posted

Christ I was I could do this stuff, but sadly as much as I game a gaming nerd (ie been a PC gamer for 25 years) I've never learnt how to do programming or modding.

 

Thanks again Aslain from everyone who relies on you :)

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.