Conveyer Belt

Have questions about CoD/UO mapping that aren't covered in the tutorials section? Post here!

Moderator: Core Staff

User avatar
Soviet
Core Staff
Core Staff
Posts: 7762
Joined: April 23rd, 2005, 9:12 pm

Conveyer Belt

Post by Soviet » December 24th, 2006, 5:58 pm

is it possible to make one?

User avatar
[SoE]_Zaitsev
Core Staff
Core Staff
Posts: 14220
Joined: October 21st, 2004, 7:17 pm
Location: Holland
Contact:

Post by [SoE]_Zaitsev » December 24th, 2006, 7:12 pm

Oh, interesting idea :D You have moving platforms, so personaly I think there should be a way!
matt101harris wrote:big cock was the first thing that came to my head lol

User avatar
Nightmare
Core Staff
Core Staff
Posts: 2688
Joined: January 12th, 2006, 10:09 pm
Contact:

Post by Nightmare » December 24th, 2006, 7:24 pm

of course its possible
What you could try doing is making blocks, which follow each other and move down and back at the end of the belt.
Coding is Poetry. Mapping is Art.
"Cause im the sexiest mapper ever...except for nm, that sexy man" - Soviet

-=[CoDJumper.com Movies]=-
[Ambush] || [Backlot] || [Bloc] || [Bog] || [Broadcast] || [Chinatown] || [Countdown]
[Crash] || [Creek] || [Crossfire] || [District] || [Downpour] || [Killhouse] || [Overgrown]
[Pipeline] || [Shipment & Wetwork] || [Showdown] || [Strike] || [Vacant]

User avatar
Drofder2004
Core Staff
Core Staff
Posts: 13315
Joined: April 13th, 2005, 8:22 pm
Location: UK, London

Post by Drofder2004 » December 26th, 2006, 1:28 pm

Nightmare wrote:of course its possible
What you could try doing is making blocks, which follow each other and move down and back at the end of the belt.
^ Bingo.
Image
Virgin Media 20Mb Broadband:
"Perfect for families going online at the same time, downloading movies, online gaming and more."
Borked internet since: 22-07-2010

User avatar
[SoE]_Zaitsev
Core Staff
Core Staff
Posts: 14220
Joined: October 21st, 2004, 7:17 pm
Location: Holland
Contact:

Post by [SoE]_Zaitsev » December 26th, 2006, 3:12 pm

One thing though... Looking at the fact that it are squared platforms and a conveyer belt is making a 'turn' going down and back again you can't do that with those platforms...

I hope you understand, it's difficult to explain in English :P
matt101harris wrote:big cock was the first thing that came to my head lol

Luke
Past/Inactive Team Member
Past/Inactive Team Member
Posts: 1774
Joined: May 31st, 2005, 12:42 am
Location: Cornwall, UK

Post by Luke » December 26th, 2006, 6:12 pm

You could try putting rotating cylinders at the end and try to get it in sync with the platforms.
Watch this before posting a question: http://www.albinoblacksheep.com/flash/posting.php

User avatar
[SoE]_Zaitsev
Core Staff
Core Staff
Posts: 14220
Joined: October 21st, 2004, 7:17 pm
Location: Holland
Contact:

Post by [SoE]_Zaitsev » December 26th, 2006, 7:08 pm

These cilinders will be just stuck in the air I take it ?

So those squared platforms need to move forth and back again because of those cilinders which are stuck... But they can't really move like a conveyer belt is supposed to. Like in a 'circle' if you know what I mean...

Damn English, and sorry for putting so much thought in it what seemed to be easy :roll:
matt101harris wrote:big cock was the first thing that came to my head lol

Luke
Past/Inactive Team Member
Past/Inactive Team Member
Posts: 1774
Joined: May 31st, 2005, 12:42 am
Location: Cornwall, UK

Post by Luke » December 26th, 2006, 9:44 pm

My idea was to make the brushes overlap the rotating cylinder slightly, and script the brushes so that they move back to the start once that reach sort of half way through the cylinder...similar to the way the escalator that drofder made for me works.
These cilinders will be just stuck in the air I take it ?

Depends how you want it to look, you could enclose it however you wanted. Would be nice if you could make it like the tracks on a tanks work, but I think that requires an animated model, not sure.
Watch this before posting a question: http://www.albinoblacksheep.com/flash/posting.php

User avatar
Soviet
Core Staff
Core Staff
Posts: 7762
Joined: April 23rd, 2005, 9:12 pm

Post by Soviet » December 26th, 2006, 10:35 pm

but when the brushes move back, would they move the plaer back with it and wouldnt the appearance have a definite change?

Luke
Past/Inactive Team Member
Past/Inactive Team Member
Posts: 1774
Joined: May 31st, 2005, 12:42 am
Location: Cornwall, UK

Post by Luke » December 27th, 2006, 12:11 am

You can make each brush hide and be non solid while they move back, so it should work reasonably well. Based on how the escalator works, it should look smooth.
Watch this before posting a question: http://www.albinoblacksheep.com/flash/posting.php

User avatar
Drofder2004
Core Staff
Core Staff
Posts: 13315
Joined: April 13th, 2005, 8:22 pm
Location: UK, London

Post by Drofder2004 » December 27th, 2006, 2:08 am

Has anyone heard of Loci (Peds will correct me i'm sure, if I am wrong).

A conveyor belt work like the locus of a line...
Example (stolen from GCSE Bitesize): Link

Basically, what you want todo is make your conveyor like the one above...

Create a brush (the one you want to move), then create another brush, and give it the origin texture.
Put the at the correct distance apart, and then make them both a script_brushmodel (select them both first)
Now, what you need to do is a set of 4 motions...

1) Move Left set distance
2) Stop and spin 180 degrees
3) move right
4) Stop and spin 180 degrees
5) repeat

got it? :)
Image
Virgin Media 20Mb Broadband:
"Perfect for families going online at the same time, downloading movies, online gaming and more."
Borked internet since: 22-07-2010

Luke
Past/Inactive Team Member
Past/Inactive Team Member
Posts: 1774
Joined: May 31st, 2005, 12:42 am
Location: Cornwall, UK

Post by Luke » December 27th, 2006, 2:42 am

Seems simple enough, but I can't see it working..unless you make the belt out of many tiny brushes. Hardly seems worth it just for the little rotate at the end :P
Watch this before posting a question: http://www.albinoblacksheep.com/flash/posting.php

Pedsdude
Site Admin
Site Admin
Posts: 15914
Joined: October 15th, 2004, 7:18 pm
Location: UK

Post by Pedsdude » December 27th, 2006, 5:51 pm

Drofder2004 wrote:Has anyone heard of Loci (Peds will correct me i'm sure, if I am wrong).
You are correct ;)
Image
Image

User avatar
Drofder2004
Core Staff
Core Staff
Posts: 13315
Joined: April 13th, 2005, 8:22 pm
Location: UK, London

Post by Drofder2004 » January 1st, 2007, 4:30 pm

Luke wrote:Seems simple enough, but I can't see it working..unless you make the belt out of many tiny brushes. Hardly seems worth it just for the little rotate at the end :P
It can easily be done, it qill require several brushes, but only one piece of code (exactly how I created the escalator)
Image
Virgin Media 20Mb Broadband:
"Perfect for families going online at the same time, downloading movies, online gaming and more."
Borked internet since: 22-07-2010

All-Killer
CJ Worshipper
CJ Worshipper
Posts: 383
Joined: December 16th, 2005, 6:38 pm

Post by All-Killer » January 3rd, 2007, 8:38 pm

where can i see that escalator ? want to see it working :D
Image

Post Reply

Who is online

Users browsing this forum: Semrush [Bot] and 0 guests