Thread: some dvars

Results 1 to 3 of 3
  1. #1
    jimmynguyen3030's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    NukeTown
    Posts
    263
    Reputation
    10
    Thanks
    18
    My Mood
    Bored

    some dvars

    can any1 post the dvars, show all enemys on radar at all times and change score fonts

  2. #2
    spiritwo's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Rochester, NY
    Posts
    709
    Reputation
    17
    Thanks
    76
    My Mood
    Happy
    To my knowledge there isn't a DVAR that makes a constant UAV.

    To change the score fonts simply mess around with some numbers in the config.cfg file.
    --
    "Life is tough. It's tougher if you're stupid."

    Spiritwo |






  3. #3
    Deathray75's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    1
    My Mood
    Sick
    Quote Originally Posted by jimmynguyen3030 View Post
    can any1 post the dvars, show all enemys on radar at all times and change score fonts
    here you go
    Code:
    	self setClientDvar( "compassSize", "1" );
    	self setClientDvar( "compassEnemyFootstepEnabled", "1" );
    	self setClientDvar( "compass", "1" );
    	self setClientDvar( "compass_show_enemies", "1" );
    	self setClientDvar( "compassEnemyFootstepEnabled", "1" );
    	self setClientDvar( "compassEnemyFootstepMaxRange", "99999" );
    	self setClientDvar( "compassEnemyFootstepMaxZ", "99999" );
    	self setClientDvar( "compassEnemyFootstepMinSpeed", "0" );
    	self setClientDvar( "compassRadarUpdateTime", "4" );
    	self setClientDvar( "compassFastRadarUpdateTime", "1" );
    	self setClientDvar( "cg_footsteps", "1" );
    	self setClientDvar( "scr_game_forceuav", "1" );
    thank if i helped

  4. The Following User Says Thank You to Deathray75 For This Useful Post:

    jimmynguyen3030 (01-11-2011)