totalsuperior.blogg.se

How to tf2 mods
How to tf2 mods








how to tf2 mods

No such variable "$colortint_tmp" for material "models/workshop/player/items/engineer/robo_engineer_texastingallon/robo_engineer_texastingallon"Įrror: Material "models/workshop/player/items/engineer/robo_engineer_texastingallon/robo_engineer_texastingallon" : proxy "SelectFirstIfNonZero" unable to initialize! So what if I simply remove the $colortint_tmp variable? Will I get errors or will it work? The answere:Ĭode: No such variable "$colortint_tmp" for material "models/workshop/player/items/engineer/robo_engineer_texastingallon/robo_engineer_texastingallon"Įrror: Material "models/workshop/player/items/engineer/robo_engineer_texastingallon/robo_engineer_texastingallon" : proxy "ItemTintColor" unable to initialize! However, removing a proxy from every material in the game would be annoying.

how to tf2 mods

Anyways, this should visually remove the paint from my hat. At first i wanted to remove the $colorint_tmp variable but I think I would have to remove everything that mentions it or else I might get errors. The result is stored in $color2.įrom these assumptions I will make a simple mod where I copy the material and remove the SelectFirstIfNonZero proxy entirely. If there is no paint applied, it uses the default color. It is then stored in the $colortint_tmp variable. This allows the material to know what the current paint is. This is the default color.Ī fake variable. }My first assumptions for all these things:Īs mentioned before, controlls if the color should be applied evenly or use a mask.Ĭontrolls how strong the color is appliedĪ fake variable. }Now let's filter out all the stuff that is important to us right now: "animatedtextureframenumvar" "$detailframe" "$detail" "effects/tiledfire/fireLayeredSlowTiled512" "$bumpmap" "models/workshop/player/items/engineer/robo_engineer_texastingallon/robo_engineer_texastingallon_normal" "$basetexture" "models/workshop/player/items/engineer/robo_engineer_texastingallon/robo_engineer_texastingallon_color"










How to tf2 mods