Jump to content

Home

How can I make a conveyor belt??


T-0NIC

Recommended Posts

Posted

Has anyone an idea how to make conveyor belts like in the droid factory in Episode II? And how can I adjust the speed and the direction of them?

 

And PS: How can I make sparks and moving objects like a crane?

Posted

Heh, sorry. :)

 

Just watch the last post in the thread. You need a trigger_push to make the player move on the conveyor belt. And you need a shader that animates the texture on the belt to seem it is moving.

Posted

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.

Archived

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

×
×
  • Create New...