Вопрос Sprite not rendering

Начинающий
Статус
Оффлайн
Регистрация
3 Сен 2022
Сообщения
85
Реакции[?]
17
Поинты[?]
8K
Im trying to use laser.vmt (precached and everything) but it wont render on any other map besides xhair v3. what can i do about it?

edit: after a look in the game files, the sprite isnt there. how can i add it into cs and make the game render it?
 
Последнее редактирование:
anonymous
Забаненный
Статус
Оффлайн
Регистрация
18 Окт 2022
Сообщения
609
Реакции[?]
216
Поинты[?]
144K
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Show how you precache?
edit: after a look in the game files, the sprite isnt there. how can i add it into cs and make the game render it?
Counter-Strike Global Offensive\csgo\materials\sprites

Normally you'd keep any custom sprite in the game folder then precache it and check if it was loaded via returning Interfaces::ModelInfoClient->GetModelIndex("sprites/laser.vmt")
 
Начинающий
Статус
Оффлайн
Регистрация
3 Сен 2022
Сообщения
85
Реакции[?]
17
Поинты[?]
8K
Show how you precache?

Counter-Strike Global Offensive\csgo\materials\sprites

Normally you'd keep any custom sprite in the game folder then precache it and check if it was loaded via returning Interfaces::ModelInfoClient->GetModelIndex("sprites/laser.vmt")
Пожалуйста, авторизуйтесь для просмотра ссылки.
(noad) this is how i precache

edit: " Counter-Strike Global Offensive\csgo\materials\sprites" this worked, thanks
 
Последнее редактирование:
Похожие темы
Сверху Снизу