|
Post by rodasapc on Sept 5, 2009 17:22:52 GMT
It's basically the topic.
I'm trying to make like I'm on a moving object and the place around me is moving. The only way I tought of this is with a Skybox that moves, looking like it's the other way around.
Can anyone tell me if it's possible?
|
|
|
Post by dafatcat on Sept 19, 2009 3:23:41 GMT
This is a VMT for a conveyor belt texture. You can also use func_conveyor, or a combination of both. Monkey around with these methods (I've never used them so I can't be to sure about them ) "UnlitGeneric" { "$basetexture" "Props/rubberconveyerbelt001a" "$surfaceprop" "no_decal" "Proxies" { "TextureScroll" { "texturescrollvar" "$baseTextureTransform" "texturescrollrate" "150" "texturescrollangle" "0.00" } "ConveyorScroll" { "texturescrollvar" "$baseTextureTransform" } } }
|
|