ValveSoftware / halflife

Half-Life 1 engine based games
Other
3.71k stars 626 forks source link

[GoldSrc - Feature Request] net_graphwidth should have a predefined value on each resolution. #2261

Open metita opened 5 years ago

metita commented 5 years ago

On a Vanilla map, if you play on 1920x1080 widescreen your net_graph 3 won't fit into your screen and will get cut, it gets fixed changing net_graphwidth 150 to net_graphwidth 170

1920x1080 - default net_graph values:

Image 1

1920x1080 - net_graph 1 with net_graphwidth 800 does it looks strange, right? Image 2

afwn90cj93201nixr2e1re commented 5 years ago

What's wrong? Works well. image

metita commented 5 years ago

The first photo with default values are being cut. (on 1920x1080)

The second one, look at the 101 value on the right, got cutted too. (on 1920x1080)

Photo

afwn90cj93201nixr2e1re commented 5 years ago

Confirm Seem's like a bug image image

afwn90cj93201nixr2e1re commented 5 years ago

related to https://github.com/ValveSoftware/halflife/issues/2240#issuecomment-486198299