Welcome to Tactical Gamer

+ Reply to Thread
Results 1 to 3 of 3
Discussion: Natural Selection / Natural Selection - Tactics and Mod Discussions - how do you get the minimap to zoom out? - hi i saw my friend's NS config... and i couldn't help noticing that his minimap
  1. #1


    Join Date
    Jun 2007
    Posts
    3

    how do you get the minimap to zoom out?

    hi

    i saw my friend's NS config...

    and i couldn't help noticing that his minimap (as a marine) is zoomed out...

    how do you do that?


    smile

  2.  
  3. #2

    1Stop|Beowulf's Avatar

    Join Date
    Oct 2006
    Location
    Irvine, CA
    Age
    23
    Posts
    152

    Re: how do you get the minimap to zoom out?


  4.  
  5. #3

    ChopStick's Avatar

    Join Date
    Jan 2006
    Location
    Toronto
    Age
    24
    Posts
    296

    Re: how do you get the minimap to zoom out?

    Here's a little script that someone on here threw together a while ago. It toggles between the various zoom levels. I've modified it slightly:

    Code:
    cl_hudmapzoom 2
    alias "hudmapzoom" "hudmapzoom3"
    alias "hudmapzoom1" "cl_hudmapzoom 1; alias hudmapzoom hudmapzoom2"
    alias "hudmapzoom2" "cl_hudmapzoom 2; alias hudmapzoom hudmapzoom3"
    alias "hudmapzoom3" "cl_hudmapzoom 3; alias hudmapzoom hudmapzoom0"
    alias "hudmapzoom0" "cl_hudmapzoom 0; alias hudmapzoom hudmapzoom1"
    bind "k" "hudmapzoom"
    Change "k" to the key of your choice.

    This is handy in combination with motion tracking (don't have to have map out to see dots around map), so I'm constantly changing zoom level. Enjoy.

  6.  

     

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts


  
 

Back to top