Подпишитесь на наш Telegram-канал, чтобы всегда быть в курсе важных обновлений! Перейти

Вопрос Sprite not rendering

  • Автор темы Автор темы flairer
  • Дата начала Дата начала
Начинающий
Начинающий
Статус
Оффлайн
Регистрация
3 Сен 2022
Сообщения
112
Реакции
27
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?
 
Последнее редактирование:
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")
 
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
 
Последнее редактирование:
Назад
Сверху Снизу