Upvote Upvoted 1 Downvote Downvoted
net_graph font
posted in Customization
1
#1
0 Frags +

Does the net graph use different fonts based on res? like at 1920x1080, but then at like 1600x900 it uses a different, bolder, font?

is there anyway to change that?

Does the net graph use different fonts based on res? like at 1920x1080, but then at like 1600x900 it uses a different, bolder, font?

is there anyway to change that?
2
#2
2 Frags +

http://teamfortress.tv/thread/6326/smaller-net-graph-font

edit: net_graphproportionalfont 0/1

http://teamfortress.tv/thread/6326/smaller-net-graph-font

edit: net_graphproportionalfont 0/1
3
#3
-7 Frags +

yeah I know that

but I just want my netgraph to look like this

http://i.imgur.com/uf1SmpO.jpg

instead of this

http://i.imgur.com/RJrPSiR.jpg

despite my res being 1600x900 and not 1920x1080

yeah I know that

but I just want my netgraph to look like this

[img]http://i.imgur.com/uf1SmpO.jpg[/img]

instead of this

[img]http://i.imgur.com/RJrPSiR.jpg[/img]

despite my res being 1600x900 and not 1920x1080
4
#4
24 Frags +

those literally look the same except for the quality of the first image

those literally look the same except for the quality of the first image
5
#5
-1 Frags +
net_graphproportionalfont
Determines whether netgraph font is proportional or not (i.e., whether it tries to use larger fonts when running at higher resolutions)

Source : https://developer.valvesoftware.com/wiki/TF2_Network_Graph

My initial post was correct, above is the explanation of the command. TheMoreYouKnow~

[quote]net_graphproportionalfont
Determines whether netgraph font is proportional or not (i.e., whether it tries to use larger fonts when running at higher resolutions)[/quote]

Source : https://developer.valvesoftware.com/wiki/TF2_Network_Graph

My initial post was correct, above is the explanation of the command. TheMoreYouKnow~
6
#6
-1 Frags +

So its using a larger font on a higher resolution for the net graph then?

I'm trying to make the larger font display for the smaller resolution.

So its using a larger font on a higher resolution for the net graph then?

I'm trying to make the larger font display for the smaller resolution.
7
#7
5 Frags +
downpourthose literally look the same except for the quality of the first image

i think he meant he wanted the 63 frames instead of 362

[quote=downpour]those literally look the same except for the quality of the first image[/quote]
i think he meant he wanted the 63 frames instead of 362
8
#8
0 Frags +
crazybeaniegroovenSo its using a larger font on a higher resolution for the net graph then?

I'm trying to make the larger font display for the smaller resolution.

sourcescheme.res find "DefaultFixedOutline" and adjust the values you see fit according to the range your "yres" falls under. I use Microsoft Sans Serif with outline, 13 tall for 768-1023 yres, 14 tall for 1024-1199

[quote=crazybeaniegrooven]So its using a larger font on a higher resolution for the net graph then?

I'm trying to make the larger font display for the smaller resolution.[/quote]

sourcescheme.res find "DefaultFixedOutline" and adjust the values you see fit according to the range your "yres" falls under. I use Microsoft Sans Serif with outline, 13 tall for 768-1023 yres, 14 tall for 1024-1199
9
#9
0 Frags +
takramcrazybeaniegroovenSo its using a larger font on a higher resolution for the net graph then?

I'm trying to make the larger font display for the smaller resolution.

sourcescheme.res find "DefaultFixedOutline" and adjust the values you see fit according to the range your "yres" falls under. I use Microsoft Sans Serif with outline, 13 tall for 768-1023 yres, 14 tall for 1024-1199

but thats with the sourcescheme f_blue linked, which just compresses it into the corner,

the pics I linked, thats without the sourcescheme so isnt that in default tf2?

[quote=takram][quote=crazybeaniegrooven]So its using a larger font on a higher resolution for the net graph then?

I'm trying to make the larger font display for the smaller resolution.[/quote]

sourcescheme.res find "DefaultFixedOutline" and adjust the values you see fit according to the range your "yres" falls under. I use Microsoft Sans Serif with outline, 13 tall for 768-1023 yres, 14 tall for 1024-1199[/quote]

but thats with the sourcescheme f_blue linked, which just compresses it into the corner,

the pics I linked, thats without the sourcescheme so isnt that in default tf2?
10
#10
0 Frags +

From the dodbits link

The standard file only has one setting, the custom file above has 5 and will cope with small screens from 480 high up to 6000 high.

So if you want different font sizes when using net_graphproportionalfont 1 then it looks like you need to add that bit to sourcescheme.

From the dodbits link
[quote]
The standard file only has one setting, the custom file above has 5 and will cope with small screens from 480 high up to 6000 high.
[/quote]

So if you want different font sizes when using net_graphproportionalfont 1 then it looks like you need to add that bit to sourcescheme.
11
#11
0 Frags +
Stochast1cFrom the dodbits linkThe standard file only has one setting, the custom file above has 5 and will cope with small screens from 480 high up to 6000 high.
So if you want different font sizes when using net_graphproportionalfont 1 then it looks like you need to add that bit to sourcescheme.

add what bit to sourcescheme?

[quote=Stochast1c]From the dodbits link
[quote]
The standard file only has one setting, the custom file above has 5 and will cope with small screens from 480 high up to 6000 high.
[/quote]

So if you want different font sizes when using net_graphproportionalfont 1 then it looks like you need to add that bit to sourcescheme.[/quote]

add what bit to sourcescheme?
12
#12
0 Frags +
crazybeaniegroovenStochast1cFrom the dodbits linkThe standard file only has one setting, the custom file above has 5 and will cope with small screens from 480 high up to 6000 high.
So if you want different font sizes when using net_graphproportionalfont 1 then it looks like you need to add that bit to sourcescheme.

add what bit to sourcescheme?

read the dodbit link

[quote=crazybeaniegrooven][quote=Stochast1c]From the dodbits link
[quote]
The standard file only has one setting, the custom file above has 5 and will cope with small screens from 480 high up to 6000 high.
[/quote]

So if you want different font sizes when using net_graphproportionalfont 1 then it looks like you need to add that bit to sourcescheme.[/quote]

add what bit to sourcescheme?[/quote]

read the dodbit link
13
#13
0 Frags +
Stochast1ccrazybeaniegroovenStochast1cFrom the dodbits linkThe standard file only has one setting, the custom file above has 5 and will cope with small screens from 480 high up to 6000 high.
So if you want different font sizes when using net_graphproportionalfont 1 then it looks like you need to add that bit to sourcescheme.

add what bit to sourcescheme?

read the dodbit link

so what he put, add that into sourcescheme? cause I dont want my net-graph smaller and compressed like he has it, I want it spread out, like in the images I linked above.

[quote=Stochast1c][quote=crazybeaniegrooven][quote=Stochast1c]From the dodbits link
[quote]
The standard file only has one setting, the custom file above has 5 and will cope with small screens from 480 high up to 6000 high.
[/quote]

So if you want different font sizes when using net_graphproportionalfont 1 then it looks like you need to add that bit to sourcescheme.[/quote]

add what bit to sourcescheme?[/quote]

read the dodbit link[/quote]

so what he put, add that into sourcescheme? cause I dont want my net-graph smaller and compressed like he has it, I want it spread out, like in the images I linked above.
14
#14
0 Frags +
crazybeaniegroovenso what he put, add that into sourcescheme? cause I dont want my net-graph smaller and compressed like he has it, I want it spread out, like in the images I linked above.

Then use a larger font size, or use a different font. Or try it out first and see what it looks like, then modify it after.

[quote=crazybeaniegrooven]
so what he put, add that into sourcescheme? cause I dont want my net-graph smaller and compressed like he has it, I want it spread out, like in the images I linked above.[/quote]

Then use a larger font size, or use a different font. Or try it out first and see what it looks like, then modify it after.
15
#15
-3 Frags +

So how do I change it from this in size

http://i.imgur.com/ClIK2q4.jpg

to this in size

http://i.imgur.com/uf1SmpO.jpg

the 1st one is like, cramped up, and the 2nd one, is like, all spread out.

So how do I change it from this in size

[img]http://i.imgur.com/ClIK2q4.jpg[/img]

to this in size

[img]http://i.imgur.com/uf1SmpO.jpg[/img]

the 1st one is like, cramped up, and the 2nd one, is like, all spread out.
16
#16
0 Frags +

Delete your hud's sourcescheme.res. Could recolor portions of your hud's menus, but unless you delete the netgraph portion in sourcescheme, this is the simpler way. Or just change the fonts and tall values in sourcescheme. You need to restart tf2 for things to take effect.

Delete your hud's sourcescheme.res. Could recolor portions of your hud's menus, but unless you delete the netgraph portion in sourcescheme, this is the simpler way. Or just change the fonts and tall values in sourcescheme. You need to restart tf2 for things to take effect.
17
#17
0 Frags +
takramDelete your hud's sourcescheme.res

well I used the sourcescheme to change the font, I just wanna make it bigger like the size, and its more spread out.

Would I still just delete the sourcescheme then?

[quote=takram]Delete your hud's sourcescheme.res[/quote]

well I used the sourcescheme to change the font, I just wanna make it bigger like the size, and its more spread out.

Would I still just delete the sourcescheme then?
18
#18
2 Frags +

Dude just showing images cropped like that gives no sense of scale so your question is very hard to answer.

Dude just showing images cropped like that gives no sense of scale so your question is very hard to answer.
19
#19
1 Frags +

Like I said, change the tall values until you see something you like. If it isn't spreading out, change the FONT itself. Otherwise delete sourcescheme and see if you prefer that. What you want is the default netgraph but you're using a custom sourcescheme

Like I said, change the tall values until you see something you like. If it isn't spreading out, change the FONT itself. Otherwise delete sourcescheme and see if you prefer that. What you want is the default netgraph but you're using a custom sourcescheme
Please sign in through STEAM to post a comment.