-
07-05-2007, 09:46 PM #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
-
07-05-2007, 10:40 PM #2
Re: how do you get the minimap to zoom out?
cl_hudmapzoom variable
http://www.tacticalgamer.com/natural...oggle-key.html
-
07-10-2007, 09:42 PM #3
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:
Change "k" to the key of your choice.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"
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.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)



Reply With Quote

Bookmarks