Kristi K

Results 45 issues of Kristi K

How? https://developer.valvesoftware.com/wiki/Detail_props

enhancement

I think animation parameters in complex and others work on the whole _material_ (so all the maps). S1import currently only supports $frame (albedo). https://github.com/kristiker/source1import/blob/43d1009e86298599f5cef67dcb6bb2d75d56200a/utils/dev/.todo.txt#L52-L63

enhancement
materials

The orange towers in de_dust2 look different with [high gpu](https://developer.valvesoftware.com/wiki/Material_optimization#:~:text=do%3A%C2%A0Presumably%20more%3F-,Conditional%20Statements%20Based%20on%20Graphics%20Settings,-%5Bedit%5D) settings. S1Import does not prioritize higher order values and uses last key seen on file. Similar thing with _dx9 and...

enhancement
materials

$envmap my_custom_cubemap

enhancement
materials

Post them here.

enhancement
materials

https://developer.valvesoftware.com/wiki/Subrect Here is the material in samples: https://github.com/kristiker/source1import/blob/e672c327e2a7a8e2fbe452c38cf9610de2b41d12/source_game/materials/decals/concrete/concrete1_subrect.vmt#L1-L10

enhancement
materials

There is a `scripts/postprocess.txt` file that could be split into `.vpost`. ```json "post_process" { "low_health" { "localcontrast" "0.52" "edgelocalcontrast" "0.0" "vignettestart" "0.6" "vignetteend" "1.0" "vignetteblur" "0.05" "fadetoblack" "0.0" "depthblur_focaldist" "0.0"...

enhancement

Most particles are [animated](https://developer.valvesoftware.com/wiki/Animated_Particles) so the converter barely produces anything useable. Is it possible to convert animated `vtf` to `vtex`? Does Valve only use ready-made `mks` files?

enhancement
particles

I only want to convert materials and models used by a single vmf. E.g. --filter map:cs_office.vmf

enhancement

s1: - proxy1 $resultvar "$color[0]" - proxy2 $resultvar "$color[1]" s2: - g_vColorTint "a.x = proxy1; a.y = proxy2; return a"

enhancement
materials