Jump to content

Can target icon color be changed?


Recommended Posts

Posted

Is there a way to change the blue color that currently marks enemy aircraft in Desert wings.Ideally just reverse them so enemy aircraft are marked with red as they can be in BoX. The blue of the icons is difficult to read against the deep blue of the Mediterranean and keeping track of enemy aircraft in dogfights over the sea is tough. All I want is the possibility to choose a more visible color choice.

9F64BC91-3531-441E-B743-0A137761E852.jpeg

Posted

In CloD (contrary to GB) you can configure "labels" via "mp_dotrange" commands, but can't invert the side colors - "Allied" is red, "Axis" is blue.

 

attachment.php?attachmentid=25739&d=1481

 

Including can turn off the dumb "squad ID" and plane type, leaving only range, and can set range of color as "IFF", far all range is black, near (e.g. 3 Km) change for side color. 

 



Labels has 3 parts:

RANGE +  TYPE + ID

Example:

10.00 Spit 302_PL

But can be shorted for Range + Type

10.00 Spit

or Range + ID

10.00 302_PL


or Type + ID

Spit 302_PL


Or Range only

10:00

Or Type only

Spit

Or ID only (who pilot in the earth need know the unity code of enemy planes in dogfights?)

302_PL

 

How to: https://theairtacticalassaultgroup.com/forum/showthread.php?t=5185

  • Like 1
Posted (edited)

Well I would like to cut down on the info to just perhaps range.Its a bit more fun not knowing the type of aircraft you are about to engage ...You are right:who cares what unit code they are ...more useful might be they are a rookie pilot on his way home for "bangers & mash "while humming We'll Meet Again, Don't Know Where or When..."but again probably too much information

( Did I miss something- where are the" Labels " to be changed found in game folder? Do you have to make changes on ever single airplane lable found here- that sounds like a lot of work?)

Edited by Blitzen
Posted (edited)

No, there are no 'labels' (tags) for edit,  but just the "rcu" file in

 

Documents\1C SoftClub\il-2 sturmovik cliffs of dover\

 

First first right click over 'rcu' file, choose copy and rename rcu.backup (just in case).

 

Do another copy, this time rename for icon.rcu 

 

Now right click over "rcu" file again, choose open, and with Notepad (only - don't use Worpad, Word or similar).

 

Add this line bellow the existing lines and save the file.

 

@file icon.rcu

 

This lines instruct the game to use icons as defined in the file icon.rcu that you are creating.

 

Now right click over icon.rcu file and add this lines, save.

 


mp_dotrange TYPE 0.01 ID .01 RANGE 10 COLOR 5 DOT 20

mp_dotrange FOE TYPE 0.01 ID .01 RANGE 10 COLOR 5 DOT 20

timeout 60000 file icon.rcu

 

Now the game will show only distance numbers over planes dot or 3D, and enjoy a less cluttered screen. :good:

 

When planes enter in 20 KM range you see the "." (dot) - what depends on video settings, monitor quality. Default adjust is 16 KM,  some people see, others no.

 

When planes enter bellow 10 KM range you see distance numbers in black color, or don't know if they are friendly or foe.

 

When the planes enter bellow  5 KM range you start see colors, blue for Alxis red for Alies.

 

In this example, I set color for 2 KM, so notice that one German planes (pixels) have blue color in distance numbers, the others still black, because they remain far from 2 KM.

 

icon_rcu.jpg.f732c91ce87bf22075c299a89ce86499.jpg

 

The 0.01 (10 meters) for Type and ID prevents you see this 'labels", maybe see when they are colliding with you. ?

 

If want different distances, just adjust the numbers. Or if want see only for enemy planes use only the "FOE"  line.

 

This adjusts became default until you edit or delete the file icon.rcu, and prevails only for single Player, for Multiplayer is defined by host server, in 'srcu' file.

 

BTW - You can test this in game, before edit/create the file.  

 

Just open the console, assign a key in Options > Controls > Game > Activate Console, this key open and close the game console.

 

And type the mp_dotrange  commands above (the 3rd line is not needed), hit enter, close the console and see if like.

 

IMO - Plane type label only justify for jet games, since you can lock and fire missiles at long range, and can't identify visually the plane, are just a dot or few pixels.

For WWII planes you can only shoot at distances in what the plane 3D is full visible.

But in any case, the color for distance are a warning for Mr. Magoo's and people who don't know WWII planes.

 

Edited by Sokol1
  • Thanks 2
  • Upvote 1
Posted (edited)

Ah, thanks, very appreciated! As an over 60 yo Mr. Magoo i need the colored dots.

Seems to work in the same way as in 1946 before they create the settings in the options for that, IIRC.

 

 

I tried this icon.rcu file but I have still the whole text etc. What did I wrong? 

 

 

icon.zip

Edited by vonGraf
Posted (edited)

Leave only this lines in the file icon.rcu

 


mp_dotrange TYPE 0.01 ID .01 RANGE 6 COLOR 2 DOT 14

mp_dotrange FOE TYPE 0.01 ID .01 RANGE 6 COLOR 2 DOT 14

timeout 60000 file icon.rcu

 

I change RANGE for 6, because for see color you need see some alphanumeric information, in the case  the RANGE numbers, starting black at 5 KM and changing for side color at 2 KM like you want, the "."(DOT) only don't show color, is always black until change for plane pixels.

 

And assure that file rcu have this lines

 


@set fast off
@set echo on
@set alias on
@set history 20

 

@alias a alias
@a h history
@a s show

 

@file icon.rcu

 

Only "@file icon.rcu" need be added, the above are default.

 

Or extract the attached files (icon.rcu and rcu) for

\Documentos\1C SoftClub\il-2 sturmovik cliffs of dover

 

Is based on default settings:

 

icon.jpg.a9a8654ea25e08081d4de778d0f3a524.jpg

 

But TYPE, ID is now hidden.

NAME (I think only for in MP) is visible for friendly and hidden for foe.

 

icon2.jpg.d5becb9c312475094acd27da10685526.jpg

 

But I think that 2KM for color is too close, see Bf 109 already engaged, FOV in maximum zoom (~110º).

 

Icont2km.jpg.e11c54140eb7f951939daf406d8de067.jpg

 

 

 

icon.zip

Edited by Sokol1
  • Thanks 1
Posted
41 minutes ago, Sokol1 said:

Leave only this lines in the file icon.rcu

 


mp_dotrange TYPE 0.01 ID .01 RANGE 6 COLOR 2 DOT 14

mp_dotrange FOE TYPE 0.01 ID .01 RANGE 6 COLOR 2 DOT 14

timeout 60000 file icon.rcu

 

I change RANGE for 6, because for see color you need see some alphanumeric information, in the case  the RANGE numbers, starting black at 5 KM and changing for side color at 2 KM like you want, the "."(DOT) only don't show color, is always black until change for plane pixels.

 

 

Thanks for your help, I got it now and it works.

I was aiming for a 'minimum', means only a small colored dot and no other info (like I have in BoX done by a mod) but that seems not possible in CloD.

Not a problem, the visibility is so good that I think I'll be able to play without icon/dot as soon I'm accustomed to the game again.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...