![]() |
|
CoD Multiplayer Everything about multiplayer in IL-2 CoD |
![]() |
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
![]()
Can anyone direct me to where I can find out how to turn off the ground target spots and adjust the aircraft labels (distance/type/etc)?
|
#2
|
||||
|
||||
![]() |
#3
|
|||
|
|||
![]()
Thanks! I will try this. And thanks for the resource link:
http://www.airwarfare.com/sow/index....ons&Itemid=163 , which will sure to be a great, well organized source for information as this game continues to improve. Already it is awesome!!! Once AA and SLI are improved and the community begins to build models it will be THE flight sim we have all been waiting for! |
#4
|
|||
|
|||
![]() Quote:
This was very helpful!!! |
#5
|
|||
|
|||
![]()
Excellent! After a few trials have customized to my liking... Thanks a lot!
Any suggestions on how to change the white dots on the ground targets to make them a little less obvious? |
#6
|
||||
|
||||
![]()
Bear in mind that on-line servers will set the dot parameters.
I think the white dot target markers are a bug or at least something that Maddox Games are experimenting with. When CoD first came out I don't think hey were white. It seems to me that there is a general problem in that the aircraft dots disappear too suddenly as range increases rather than tone-down before disappearing and as they get closer they change to an aircraft shape that is nowhere near as distinct (virtually invisible) as the dot it once was. I think the whole distance/dot/aircraft LOD needs sorting out.
__________________
klem 56 Squadron RAF "Firebirds" http://firebirds.2ndtaf.org.uk/ ASUS Sabertooth X58 /i7 950 @ 4GHz / 6Gb DDR3 1600 CAS8 / EVGA GTX570 GPU 1.28Gb superclocked / Crucial 128Gb SSD SATA III 6Gb/s, 355Mb-215Mb Read-Write / 850W PSU Windows 7 64 bit Home Premium / Samsung 22" 226BW @ 1680 x 1050 / TrackIR4 with TrackIR5 software / Saitek X52 Pro & Rudders |
#7
|
|||
|
|||
![]()
Thanks for the feedback klem. I am interested in whether I can adjust the white dots by manually changing the code (wherever it is located) as I play almost exclusively off-line.
If it is a bug, then I guess I will try to see whether anyone else has reported it. Thanks again, |
#8
|
|||
|
|||
![]()
I have found a perfect compromise to the tag thing. This works great for singleplayer. I'm 40 years old and have a really hard time spotting aircraft, but I don't want that crap all over my screen.
I used the advice here and created a tag that just shows a small blue dot over enemy aircraft and nothing over your own. The best thing about it is it virtually disappears at close range. Use the code above but set every setting but DOT to .01 on the first line (friendlys will have no tag info). On the FOE line use .01 for everything except ID and COLOR (use however far in KM you want to see the little blue period). In SP enemy planes have no ID so it just uses a period in its place. It works perfect for me without all the crap on the screen!! (see attachment). PS You can also make the little dot black by setting COLOR to .01 Here is the actual code for the icon.rcu file. mp_dotrange TYPE .01 ID .01 RANGE .01 COLOR .01 DOT 25 mp_dotrange FOE TYPE .01 ID 15 RANGE .01 COLOR 15 DOT 50 timeout 60000 file icon.rcu Last edited by M1sF1rE; 10-03-2011 at 12:32 AM. |
![]() |
|
|