Вопрос Glow problem

Начинающий
Статус
Оффлайн
Регистрация
16 Июл 2019
Сообщения
63
Реакции[?]
3
Поинты[?]
0
Glow are not working in matchmaking, but it works on local with bots.
Can someone help me fix it? :) Thanks
MM:

local with bots:


Glow code:

C++:
std::ofstream("csgo/materials/glowOverlay.vmt") << R"#("VertexLitGeneric" {
 
    "$additive" "1"
    "$envmap" "models/effects/cube_white"
    "$envmaptint" "[1 1 1]"
    "$envmapfresnel" "1"
    "$envmapfresnelminmaxexp" "[0 1 2]"
    "$alpha" "0.8"
    })#";
Findmaterial:
C++:
materialGlow = g_MatSystem->FindMaterial("glowOverlay", "Model textures");
 
When every god dead, I can live a normal life...
Забаненный
Статус
Оффлайн
Регистрация
9 Авг 2020
Сообщения
328
Реакции[?]
48
Поинты[?]
0
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
EVOLUTION ?
Забаненный
Статус
Оффлайн
Регистрация
30 Июл 2019
Сообщения
1,162
Реакции[?]
269
Поинты[?]
0
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Glow are not working in matchmaking, but it works on local with bots.
Can someone help me fix it? :) Thanks
MM:

local with bots:


Glow code:

C++:
std::ofstream("csgo/materials/glowOverlay.vmt") << R"#("VertexLitGeneric" {

    "$additive" "1"
    "$envmap" "models/effects/cube_white"
    "$envmaptint" "[1 1 1]"
    "$envmapfresnel" "1"
    "$envmapfresnelminmaxexp" "[0 1 2]"
    "$alpha" "0.8"
    })#";
Findmaterial:
C++:
materialGlow = g_MatSystem->FindMaterial("glowOverlay", "Model textures");
use keyvalues
 
Сверху Снизу