Account Details | |
---|---|
SteamID64 | 76561197967113705 |
SteamID3 | [U:1:6847977] |
SteamID32 | STEAM_0:1:3423988 |
Country | Germany |
Signed Up | February 11, 2013 |
Last Posted | August 20, 2021 at 2:59 AM |
Posts | 592 (0.1 per day) |
Game Settings | |
---|---|
In-game Sensitivity | |
Windows Sensitivity | |
Raw Input | 1 |
DPI |
|
Resolution |
|
Refresh Rate |
Hardware Peripherals | |
---|---|
Mouse | |
Keyboard | |
Mousepad | |
Headphones | |
Monitor |
Suggestion: Integrate INsane’s net_graph modification (smaller font/width). See http://teamfortress.tv/forum/thread/6326
It will be in the next broeselHUD version, maybe you like it as well :)
http://www.xtremesystems.org/forums/showthread.php?271063-SSD-Write-Endurance-25nm-Vs-34nm
Let's take the Crucial M4 64 GB as an example, a very common SSD. Host writes so far: 546,1 TiB (see http://en.wikipedia.org/wiki/Tebibyte). That's about 600 TB. If you use the SSD for 10 years, you can write:
365 * 10 + 2,5 (leap days) = 3652,5 days
600 / 3652,5 = 0,1642710472279261 TB * 1024 = 168,2135523613963 GB a day
If you consider an SSD dead when the MWI reaches 0 (although it's not), host writes are limited to 170,8 TiB or 187,8 TB. You can write:
187,8 / 3652,5 = 0,0514168377823409 TB * 1024 = 52,65084188911704 GB a day
That's only a 64 GB SSD, 128/256 GB versions should have double/quadruple memory cells and write capacity. Now go ahead and try to write 50 GB on your SSD in one day, let alone daily. Any questions?
And don't forget, the bulk of SSD workload is read access, which is unlimited.
I didn't like the looks of the net_graph and found this tutorial: http://www.dodbits.com/dods/index.php/source-graphics/source-gui-hud-tutorials/34-change-the-netgraph-font-size
INsane's download package uses the DOD:S SourceScheme.res, which makes the console and other panels in TF2 look different. So I followed his instructions, extracted TF2's SourceScheme.res with GCFScape and implemented his modifications. Should work for all resolutions.
My net_graph now looks like this: http://www.abload.de/image.php?img=itemtest000395xi6.jpg
DOWNLOAD: http://www.file-upload.net/download-8041018/sourcescheme.res.html (put into tf/custom/XXX/resource)
For comparison:
default net_graph: http://www.abload.de/image.php?img=itemtest00002pb9l.jpg
net_graphproportionalfont 0: http://www.abload.de/image.php?img=itemtest0001srbp0.jpg
You can also play around with the tall and font value in your resolution section to get an even smaller net_graph (see the tutorial above). You will get overlapping at some point though.
Before (tall 16, default by INsane): http://www.abload.de/image.php?img=itemtest000395xi6.jpg
After (tall 13, no overlapping): http://www.abload.de/image.php?img=itemtest0001ccr2g.jpg
Thought I'd share it, maybe someone else likes it as well. All credit belongs to INsane though! :)
NeonThis requires me to press tab again to close the scoreboard. Is there a way for this to make it close when I let got of tab?
alias +scoreboard "+showscores;net_graph X"
alias -scoreboard "-showscores;net_graph 0"
bind Y "+scoreboard"
Replace X with the value of the net_graph you want and Y with your scoreboard key (probably TAB). I'm seeeing now this was mentioned in #4 already.