Вопрос Sprite not rendering

Начинающий
Статус
Оффлайн
Регистрация
3 Сен 2022
Сообщения
83
Реакции[?]
14
Поинты[?]
5K
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?
 
Последнее редактирование:
c:\buildworker\csgo_rel_win64
Участник
Статус
Оффлайн
Регистрация
18 Окт 2022
Сообщения
597
Реакции[?]
212
Поинты[?]
140K
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
Сообщения
83
Реакции[?]
14
Поинты[?]
5K
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
 
Последнее редактирование:
Похожие темы
Сверху Снизу