View Single Post
  #12  
Old 05-06-2011, 03:10 PM
_79_Flames _79_Flames is offline
Registered Member
 
Join Date: Apr 2011
Posts: 11
Default

Quote:
Originally Posted by Extreme_One View Post
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.
aha Extreme_One

Perfect, this (thanks for the zip) worked 100%,hehe , thanks to you sir! i learn something new from the game

Thanks
Reply With Quote