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

noteffex picture noteffex  路  4Comments

ogosirisfan picture ogosirisfan  路  4Comments

deprale picture deprale  路  3Comments

kschou95 picture kschou95  路  3Comments

Vadenez picture Vadenez  路  3Comments