Fulqrum Publishing Home   |   Register   |   Today Posts   |   Members   |   UserCP   |   Calendar   |   Search   |   FAQ

Go Back   Official Fulqrum Publishing forum > Fulqrum Publishing > IL-2 Sturmovik: Cliffs of Dover > Technical threads > Controls threads

Controls threads Everything about controls in CoD

Reply
 
Thread Tools Display Modes
  #1  
Old 05-05-2011, 03:01 AM
smink1701 smink1701 is offline
Approved Member
 
Join Date: Feb 2010
Location: Dallas, TX
Posts: 607
Default Toggle Plane Icons

Can you assign a key to do this like IL2?
Reply With Quote
  #2  
Old 05-05-2011, 11:18 AM
deadmeat313 deadmeat313 is offline
Approved Member
 
Join Date: Nov 2007
Location: Preston, UK
Posts: 35
Default

+1

I would like to see this too.

T.
__________________
My whole life, all I've wanted to do is fly. Bomb stuff. Shoot people down. - - Topper Harley
Reply With Quote
  #3  
Old 05-05-2011, 12:00 PM
namhee2 namhee2 is offline
Approved Member
 
Join Date: Apr 2011
Posts: 13
Default

me too, please
Reply With Quote
  #4  
Old 05-05-2011, 04:13 PM
oho oho is offline
Approved Member
 
Join Date: Apr 2011
Posts: 28
Default

+1
Reply With Quote
  #5  
Old 05-05-2011, 11:06 PM
Chivas Chivas is offline
Approved Member
 
Join Date: Oct 2007
Posts: 1,769
Default

+1
__________________
Intel core I7 950 @ 3.8
Asus PT6 Motherboard
6 gigs OCZ DDR3 1600
Asus GTX580 Direct CU II
60gigSSD with only Windows7 64bit, Hotas Peripherals, and COD running on it
500gig HD Dual Boot
Samsung 32"LG 120hz
MSFF2 Joystick
Cougar Throttle
Saitek Pro Rudder pedals
Voice Activation Controls
Track IR 5 ProClip
Reply With Quote
  #6  
Old 05-06-2011, 05:22 AM
skouras skouras is offline
Approved Member
 
Join Date: Nov 2009
Location: Greece-Athens
Posts: 1,171
Default

i had ask the same question about a month ago and the answer was no
so i deside to fly with a more realistic style but i would like to see a key like IL2
Reply With Quote
  #7  
Old 05-06-2011, 07:34 AM
_79_Flames _79_Flames is offline
Registered Member
 
Join Date: Apr 2011
Posts: 11
Default

Hi Guys

Ive got my icons set up like this, some of you will prob already know ho to do this from the old il2! (dont know how to get rid of the arrows around the edge ):

On the enemy's i have it set so that you cant see the icons at all


On the Friendly planes i have it set up so you can see your buddy's from a little way out and be able to id them, ive made it so the icons are black!


This is where i found how to do this with the icons, plus it will be better at explaining than i am:

http://www.il2-fullmissionbuilder.com/custom-icons.html

If you go to 'my documents'/'1C SoftClub'/'il-2 sturmovik cliffs of dover'/ you will find the rcu file there near the bottom (make sure you back it up)

This is my rcu file (just open with notepad):

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

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

@a i mp_dotrange TYPE .1 ID 2 RANGE 00.1 COLOR .01 DOT 10

@a ie mp_dotrange FOE TYPE .01 ID .01 RANGE .01 COLOR 0000.01 DOT 10

When i get in game i bring up the console then type 'i' then 'enter', then i type 'ie' then 'enter'

Please make sure you back up before changing anything!

Last edited by _79_Flames; 05-06-2011 at 08:05 AM.
Reply With Quote
  #8  
Old 05-06-2011, 08:02 AM
Plt Off JRB Meaker's Avatar
Plt Off JRB Meaker Plt Off JRB Meaker is offline
Approved Member
 
Join Date: Mar 2011
Location: Windsor,UK
Posts: 864
Default

I've got to say,I always fly with the icons off,I totally believe these are 'immersion' killers.

For navigation just check your map,where the enemy is,use your eyes,those red and blue arrows IMO suck all the atmosphere away.

Try it,use your eyes to look for that target,at the very least take off the aircraft icons,this IMO is much better,whilst in a dogfight you really have to check you're opponent to make sure your not shooting at friendly's,so get in close,check your enemy and nail him.
__________________
http://i1098.photobucket.com/albums/g374/fastted/82%20Squadron%20Banner.jpg

Alienware Aurora|Win 7 64-bit Home Premium|IC i7-920 Processor (Quad-Core)|14GB DDR3 RAM|1 TB SATA 7200rpm Hard Drive|GIGABYTE GeForce GTX 770 2GB WINDFORCE 3 X fan|Thrustmaster Warthog|Saitek Pro Combat rudder pedals,throttle quadrant and Cessna trim wheel|TrackIR4|Sense of humour,I find it comes in handy!

Last edited by Plt Off JRB Meaker; 05-06-2011 at 08:04 AM.
Reply With Quote
  #9  
Old 05-06-2011, 08:15 AM
_79_Flames _79_Flames is offline
Registered Member
 
Join Date: Apr 2011
Posts: 11
Default

Yup them arrows are horrible, i set it this way so i can see who im winging, ive set the icons that short that by the time the friendly comes into icon range i already know if its friend or foe, maybe when i get a 32inch monitor i will turn them off
Reply With Quote
  #10  
Old 05-06-2011, 12:04 PM
Extreme_One's Avatar
Extreme_One Extreme_One is offline
Approved Member
 
Join Date: Dec 2010
Location: Southampton, UK
Posts: 185
Default

Quote:
Originally Posted by _79_Flames View Post
...

@a i mp_dotrange TYPE .1 ID 2 RANGE 00.1 COLOR .01 DOT 10

@a ie mp_dotrange FOE TYPE .01 ID .01 RANGE .01 COLOR 0000.01 DOT 10

When i get in game i bring up the console then type 'i' then 'enter', then i type 'ie' then 'enter'

...
Here's a better way for you so that your chosen icons load automatically for you.

Create a file called icon.rcu in notepad (make sure you don't save it as icon.rcu.txt)

Paste your chosen mp_dotranges in your icon.rcu file.

Code:
mp_dotrange TYPE .1 ID 2 RANGE 00.1 COLOR .01 DOT 10
mp_dotrange FOE TYPE .01 ID .01 RANGE .01 COLOR 0000.01 DOT 10
And add the following line at the end:

Code:
timeout 60000 file icon.rcu
So your completed icon.rcu file contains the following:

Code:
mp_dotrange TYPE .1 ID 2 RANGE 00.1 COLOR .01 DOT 10
mp_dotrange FOE TYPE .01 ID .01 RANGE .01 COLOR 0000.01 DOT 10
timeout 60000 file icon.rcu
Now edit your rcu file and add the following line to the end

Code:
@file icon.rcu
Now your chosen icons are applied automatically for you so you have no need to bring up the console to apply your icons.

{EDIT} I've uploaded a zip file which contains the rcu file and the icon.rcu file containing _79_Flames' settings.
Attached Files
File Type: zip rcu.zip (383 Bytes, 35 views)

Last edited by Extreme_One; 05-06-2011 at 02:36 PM.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:25 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2007 Fulqrum Publishing. All rights reserved.