ruarai / CompilePal

A tool to assist in the compiling of source engine maps
GNU General Public License v3.0
225 stars 25 forks source link

Wrong Label on StaticPropSampleScale #173

Closed Moltard closed 2 years ago

Moltard commented 2 years ago

Not really a bug

When adding parameter to vrad, the text in the column 'Issues' for Static prop sample Scale is wrong.

It says '-final is the same as -StaticPropLightingScale 16', but that parameter doesnt actually exist

image

On the valve wiki, it says "-final is the equivalent of having -StaticPropSampleScale 16.", so not StaticPropLightingScale.

image

https://developer.valvesoftware.com/wiki/VRAD

That fix should be probably easy to do