Osiris: Material group; how to get them?

Created on 26 Jan 2020  路  2Comments  路  Source: danielkrupinski/Osiris

I am trying to make a proper nightmode, but despite colormodulating World and StaticProp there are still some unmodulated textures, and my question is - how can I get the name of the group? Example:
https://imgur.com/a/YlZDseT

Most helpful comment

Those boxes are rendered using fastpath, that's why they can't be color modulated.
It looks like the boxes are brushes so fastpath can be turned off by setting cl_brushfastpath cvar to 0.

All 2 comments

best bet would to be to decompile the .BSP and open it in hammer, if you open the object properties it will tell you its type (e.g. func_detail, prop_dynamic, prop_static)

Those boxes are rendered using fastpath, that's why they can't be color modulated.
It looks like the boxes are brushes so fastpath can be turned off by setting cl_brushfastpath cvar to 0.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

KastenTop picture KastenTop  路  28Comments

vsnrytune picture vsnrytune  路  29Comments

NexSqaud picture NexSqaud  路  23Comments

asmouman picture asmouman  路  28Comments

TauCSGO picture TauCSGO  路  52Comments