Welcome to Tactical Gamer

+ Reply to Thread
Results 1 to 14 of 14
Discussion: Natural Selection / Natural Selection - Tactics and Mod Discussions - [REQ] script: single cl_hudmapzoom toggle key - From the 3.2 changelog: o Added cl_hudmapzoom - cvar that controls the zoom level of
  1. #1

    Wyzcrak's Avatar

    Join Date
    May 2003
    Location
    Memphis, TN
    Posts
    14,267

    [REQ] script: single cl_hudmapzoom toggle key

    From the 3.2 changelog:
    o Added cl_hudmapzoom
    - cvar that controls the zoom level of the in-hud minimap.
    - Value 0: No minimap is shown
    - Value 1: Default view
    - Value 2: Zoom in X2
    - Value 3: Zoom in X3 ( current 3.1 view )
    Would someone please create a script/alias/etc which moves through the values of this cvar cyclically by pressing the same bind over and over again?
    Steam Community? Add me. | Join #tacticalgamer | Search Results Legend | New Posts Forum Filter | Postbox Toggle | Live Thread Review | One Line Results | Free Remote, Encrypted Backup

    Darkilla: In short, NS is pretty much really fast chess. With guns. Apophis: I haven't seen anyone say that SM's are better than non-SMs. Nordbomber: This is THE first server I've seen where either side can comeback from out of seemingly nowhere with the right teamwork. en4rcment: I have NEVER experienced the type of gameplay that I have found here. Nightly I am amazed at the personalities and gaming talent. Zephyr: Apophis is clearly a highly sophisticated self-aware AI construct that runs on a highly modified toaster oven in Wyzcrak's basement.

  2.  
  3. #2


    Join Date
    May 2003
    Location
    Sweden
    Posts
    129

    Re: [REQ] script: single cl_hudmapzoom toggle key

    Code:
    alias "hudmapzoom" "hudmapzoom1"
    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 <key> "hudmapzoom"
    Put in .cfg and change <key> to a key of your choice. And please don't ask me to type "hudmapzoom" again. Ever.

  4.  
  5. #3

    1Stop|Beowulf's Avatar

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

    Re: [REQ] script: single cl_hudmapzoom toggle key

    ctrl+c ctrl+v buddy

  6.  

     
  7. #4

    ChopStick's Avatar

    Join Date
    Jan 2006
    Location
    Toronto
    Age
    24
    Posts
    296

    Re: [REQ] script: single cl_hudmapzoom toggle key

    cl_hudmapzoom is coming in 3.2 final?

  8.  
  9. #5

    aeroripper's Avatar

    Join Date
    Dec 2005
    Age
    28
    Posts
    2,567

    Re: [REQ] script: single cl_hudmapzoom toggle key

    Thank you for the script, was looking for that sort of functionality innately tbh.

  10.  
  11. #6

    Pokerface's Avatar

    Join Date
    May 2003
    Location
    MD, USA
    Age
    33
    Posts
    5,914

    Re: [REQ] script: single cl_hudmapzoom toggle key

    All you scripting hackers can go fall off a cliff. :P

    NS Game Officer. TF2 Admin. BF2 Admin / Scripter. PM with issues.
    Tempus: Pokerface is nailing it right on the head. Everyone who is arguing against him is simply arguing against reality.
    <anmuzi> it is not permitted to have privacy or anonymity
    <LazyEye> yeah when I play on TG the server digs though my trash

    Arm yourself with knowledge: TG NS TF2 BF2

  12.  

     
  13. #7

    Turbinator's Avatar

    Join Date
    Oct 2003
    Location
    Vancouver
    Posts
    1,088

    Re: [REQ] script: single cl_hudmapzoom toggle key

    Quote Originally Posted by Pokerface View Post
    All you scripting hackers can go fall off a cliff. :P
    QFT

    PS. ban all scripting from TG server .

  14.  
  15. #8

    Stupid's Avatar

    Join Date
    Jul 2004
    Location
    God's Country - Texas
    Posts
    637

    Re: [REQ] script: single cl_hudmapzoom toggle key

    Script works like a charm. Many thanks.
    Former TGNS admin until WoW blinded me with flashy lights.

  16.  
  17. #9

    Wyzcrak's Avatar

    Join Date
    May 2003
    Location
    Memphis, TN
    Posts
    14,267

    Re: [REQ] script: single cl_hudmapzoom toggle key

    Indeed. It works quite well. Thank you.
    Steam Community? Add me. | Join #tacticalgamer | Search Results Legend | New Posts Forum Filter | Postbox Toggle | Live Thread Review | One Line Results | Free Remote, Encrypted Backup

    Darkilla: In short, NS is pretty much really fast chess. With guns. Apophis: I haven't seen anyone say that SM's are better than non-SMs. Nordbomber: This is THE first server I've seen where either side can comeback from out of seemingly nowhere with the right teamwork. en4rcment: I have NEVER experienced the type of gameplay that I have found here. Nightly I am amazed at the personalities and gaming talent. Zephyr: Apophis is clearly a highly sophisticated self-aware AI construct that runs on a highly modified toaster oven in Wyzcrak's basement.

  18.  

     
  19. #10

    Stupid's Avatar

    Join Date
    Jul 2004
    Location
    God's Country - Texas
    Posts
    637

    Re: [REQ] script: single cl_hudmapzoom toggle key

    I don't think the minimap - even with the wider POV - will replace the "map" keybind. It's too distracting looking away in the corner to obtain situational awareness.


    But that has no bearing on the script writer. It's a design beef and not a beef against making that design work.
    Former TGNS admin until WoW blinded me with flashy lights.

  20.  
  21. #11


    Join Date
    May 2003
    Location
    Sweden
    Posts
    129

    Re: [REQ] script: single cl_hudmapzoom toggle key

    I find myself using different modes on different maps, where sometimes the size and scale of the minimap warrants such settings. Otherwise, the wide view is great for players like me who gets lost, but don't want to run with the full map out all the time. I still don't know a third of the maps half as well as I would like and it's nice to navigate by the map without running into structures all the time.

  22.  
  23. #12

    ChopStick's Avatar

    Join Date
    Jan 2006
    Location
    Toronto
    Age
    24
    Posts
    296

    Re: [REQ] script: single cl_hudmapzoom toggle key

    I usually have it at the second zoom. This is great coupled with motion tracking.

  24.  

     
  25. #13

    micr0c0sm's Avatar

    Join Date
    Mar 2004
    Posts
    665

    Re: [REQ] script: single cl_hudmapzoom toggle key

    I thought I didn't look at the hud minimap, and liked it off screen for more real estate, but actually I do use it often, just guess I didn't notice for a while.


    Now what I like is that i turn off the hud when the minimap is on, and turn back on the hud when the minimap is off .

  26.  
  27. #14

    Donat's Avatar

    Join Date
    Sep 2006
    Posts
    282

    Re: [REQ] script: single cl_hudmapzoom toggle key

    I actually never end up using the minimap myself, maybe i'll turn it off. I always am running around in a switch between the big map to check for motion and normal view.

  28.  

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