Anyway he recently mentioned how I could have the game automatically select my custom icons. This might be handy for fellow hosts and those using custom icons in offline pursuits.
This method requires you to edit your rcu file found in the IL-2 game directory (you can use Windows Notepad).
1. First add a line "@file iconset". This will point to another file called "iconset". You will create this file in a moment.
2. If you haven't already created custom icon settings in your rcu file, you need to do this by using the mp_dotrange command. You can name these any way you want. In my example below I use "fi" (friendly icons) and "ei" (enemy icons). For more information about mp_dotrange head over to Airwarfare.
My rcu file:
- @set fast off
@set echo on
@set alias on
@file iconset
@a hud speedbar HIDE
@set history 20
@alias a alias
@a h history
@a s show
@a on fps START SHOW
@a off fps STOP SHOW
@a default mp_dotrange DEFAULT
@a none mp_dotrange COLOR 0.005 DOT 25 RANGE 0.005 TYPE 0.005 ID 0.005 NAME 0.005
@a fi mp_dotrange FRIENDLY COLOR 0.005 DOT 25 RANGE 0.005 TYPE 0.005 ID 0.005 NAME 2.0
@a ei mp_dotrange FOE COLOR 0.005 DOT 25 RANGE 0.005 TYPE 0.005 ID 0.005 NAME 0.005
My iconset file:
- fi
ei
timeout 30000 file iconset
If you need to disable this feature just put a "#" symbol in front of "@file iconset" in your rcu file (i.e., "#@file iconset").
TS!