View Single Post
  #4  
Old 12-27-2009, 11:47 AM
KG26_Alpha KG26_Alpha is offline
Approved Member
 
Join Date: Jan 2008
Location: London
Posts: 2,805
Default

In your IL2 installation folder you will see a file called

RCU
Open with note pad and edit so it look like this.


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

@alias a alias
@a h history
@a s show
@a us user STAT
@a on fps START SHOW
@a off fps STOP HIDE
@a t1 mp_dotrange FRIENDLY DOT 15 COLOR 0.75 TYPE 0.5 ID 0.5 NAME 1.5
@a t2 mp_dotrange FOE DOT 15 COLOR 0.75 TYPE 1.0 ID 0.5 NAME 0.50


@a fdot dot FRIENDLY DOT 15 TYPE 2 COLOR 1.5 NAME 1.5 RANGE 0.5 ID 0.01
@a edot dot FOE DOT 15 TYPE 0.31 COLOR 0.31 RANGE 0.31 ID 0.2
@a ddot dot DEFAULT

Now you can set the range of icons dots etc etc by using the chat window and entering the following without quotation marks.

type">"hit enter type "t1"
type">"hit enter type "t2"

You can edit the RCU file to create icons that suit you.

You can access the FPS syntax here to with the same chat window entry as above.

on fps
off fps


An explanation of icons settings




Last edited by KG26_Alpha; 12-27-2009 at 11:55 AM.
Reply With Quote