Jump to content

Home

How can I make a conveyor belt??


T-0NIC

Recommended Posts

create your own scrolling shader. It's rather easy.

 

Here's one I used on one of my maps:

 

textures/testmap/scroll

{

{

map textures/testmap/scroll.tga

tcMod scale 0.1 1

tcMod scroll 0.2 0

}

}

 

You don't have to do the scaling, but the tcMod scroll is very important. The first line tells you how much of a percentage of the total size will move horizontally, the second is vertical.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...