Net_Graph!

Credits

Submitter
  • P2: Drudge
    Points: 4,931
  • C1: Member
  • A6: Elder
    Account Age: 7 years
cWanja (Creator/Co-creator)
Key Authors
Unknown
Unknown

Rating

10.0/10
Based off 1 rating(s)

Additional Info

Genre
Other/Misc
Difficulty Level
Beginner

Stats

Post Count
5
ViewCount
5,935
Date Added
7 years ago
Date Modified
3 years ago

Share

Embed Code
Code to use:

More embeddable images

Basicly this is going to be giving you things you can do with your netgraph! For noobs the cmd is:

net_graph 1 [thats to get it to show up!!]

But here the real tut!

Table of Contents

  1. CS:Source Netgraph Bind Toggle
  2. Net Graph Cycle Script
  3. Net Graph Toggle Script
  4. Net Graph Viewer Script
  5. As always bind any key your dont use. I just slam the keyboard and whatever letter is first then that is it!

    1) CS:Source Netgraph Bind Toggle Description: Easy alternative for viewing the net_graph in CS:Source.

    BindToggle z net_graph

    2) Net Graph Cycle Script Description: This cycles through the different choices of the Net Graph.

    alias graph "graph1" alias graph1 "netgraph 1; alias graph graph2" alias graph2 "netgraph 2; alias graph graph3" alias graph3 "netgraph 3; alias graph graph4" alias graph4 "netgraph 0; alias graph graph1"

    bind "v" "graph"

    3) Net Graph Toggle Script Description: This is used to toggle the netgraph on and off.

    alias graph "graphon" alias graphon "netgraph 3; alias graph graphoff" alias graphoff "netgraph 0; alias graph graphon"

    bind "j" "graph"

    4) Net Graph Viewer Script Description: This is used to view the netgraph when you press the key.

    alias +graph "netgraph 3" alias -graph "netgraph 0"

    bind "p" "+graph"

    The net_graph, in case you dont know, tells you your FPS, PING, IN/OUT, and much more!!! Check it out some time it is really good!

Oh noes! You're not a Member!

Want access to cool stuff? As a member you can:

  • Post. Give the submitter your thoughts on this Tutorial.
  • Say Thanks. Show your appreciation by sending the submitter points.
  • Stamp Posts. Let other posters know what you think of their posts.
  • Rate. Give this Tutorial a rating out of 10.
  • Flag. Alert moderators and warn members of a problem with this Tutorial.
  • Vote. Vote the submitter for the Monthly Awards.
  • Subscribe. Get notified when this submitter submits again.

Interested? Register or Login

Comments

    • P1: Beggar
      Points: 627
    • C1: Member
    • A5: Veteran
      Account Age: 6 years

    This is not just for net graph, it also helps you understand BindToggle command, and how to make Cycle, Toggle and Press Release scripts.

    There is only one way missing, incrementvar: bind "v" "incrementvar net_graph 0 3 1"

    Fear the Reaper
    • P2: Drudge
      Points: 2,480
    • C1: Member
    • A6: Elder
      Account Age: 6 years

    I think it's enough with cl_showfps 1 ;)

    Don't flood i can't swim! ;)
    • P2: Drudge
      Points: 4,931
    • C1: Member
    • A6: Elder
      Account Age: 7 years

    Then this tut isn't really for you! :)

    • P2: Drudge
      Points: 1,323
    • C1: Member
    • A6: Elder
      Account Age: 7 years

    i dont really care about that stuff. not really important to watch numbers going up and down like stocks very anyoying

    Tealelite