Jump to content

Colored contours tanks


Recommended Posts

  • Administrator

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] -->

Link to comment
  • Administrator

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
Link to comment

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 :)

Link to comment

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.