STEAM 组
Blender Source Tools BleST
STEAM 组
Blender Source Tools BleST
213
游戏中
1,497
在线
成立于
2013 年 11 月 8 日
所有讨论 > Help > 主题详情
Does Smd Support Animated Textures?
i made a basic sphere and it's using an animated texture as you can see here https://gyazo.com/ba567582f8640938c8fa21eeb3bb793c but in the model viewer it just a static image http://puu.sh/wMqEv/7a912968d1.jpg i don't see why here's whats in the vmt "UnlitGeneric"
{
"$basetexture" "freak_fortress_2/kisame/kisame_rage"
$alphatest "0"
$translucent "1"

"Proxies"
{
"AnimatedTexture"
{
"animatedTextureVar" "$basetexture"
"animatedTextureFrameNumVar" "$frame"
"animatedTextureFrameRate" "15"

}
}
}
as you can see this should be the correct code for animated textures + it works fine on overlays in game as you can see here https://youtu.be/1mViGlxqunM?t=98 (Skip to 1:38)

so why won't it work for models unless i'm doing something wrong in blender if anyone knows please let me know thanks
最后由 {GPG} Waka Flocka Flame 编辑于; 2017 年 7 月 17 日 下午 9:32
< >
正在显示第 1 - 5 条,共 5 条留言
Zappy 2017 年 7 月 18 日 上午 12:22 
Whether you use SMD or DMX has (basically) no effect on the resulting model, and in either case, you can use whatever material(s) you want (as long as they are comptaible with models).

引用自 {GPG} Waka Flocka Flame
- but in the model viewer -
The Half-Life Model Viewer doesn't take material proxies into account. Any material proxies you use won't have an effect in that model viewer. This includes all forms of texture animation. So for materials with proxies, you should just look at it inside an actual Source game.
{GPG} Waka Flocka Flame 2017 年 7 月 18 日 上午 12:50 
ah i see would it work in game though i would test but i have to mark the seams a little better and some other stuff but just as long as http://puu.sh/wMxcx/2f6ed1213c.png is here then it should work in game right?
Paynamia 2017 年 7 月 23 日 上午 4:02 
UnlitGeneric doesn't support models by default. Add this line to the vmt.
$model 1

Keep in mind, though, that this model will be totally unlit because you're using the UnlitGeneric.
{GPG} Waka Flocka Flame 2017 年 7 月 25 日 下午 6:01 
unlitgeneric works fine that isn't the issue i'm simply trying to get this texture to be animated since the vtf is animated with 16 frames adding $model 1 didn't help it's still static but zappy said it shouldn't be static in game though i hope thats true but can the model viewer even produce animated textures and models cause usually whatever you see in the model viewer is exactly what you will see in game which will be a problem since it's not animating in model viewer
Zappy 2017 年 7 月 26 日 上午 2:15 
- but can the model viewer even produce animated textures and models -
The Half-Life Model Viewer still doesn't care at all about material proxies, just so you know.
< >
正在显示第 1 - 5 条,共 5 条留言
每页显示数: 1530 50

所有讨论 > Help > 主题详情
发帖日期: 2017 年 7 月 17 日 下午 9:31
回复数: 5