Notices

Mapping Help  Thread Tools Reply
Old 03-09-2009, 10:17 AM   #1
zeeuwse_boer
L1: Registered
 
zeeuwse_boer's Avatar
 
zeeuwse_boer is offline
Posts: 13
Thanks: 1
Thanked: 0

Question Mapping Help


Hi all,

I'm making a sports like map, but i can't figure out some things:

#1. My ball (func_physbox) has to activate a
moving part (func_door) when it goes through a
zone (trigger texture)

and

#2. My ball (func_physbox) has to activate a
moving part (func_door) when it stays in a
zone (trigger texture)

Now I have the following question:
What input do I have to use?

 
Reply With Quote
Advertisement
 
Advertisement
Advertisement Sponsored links

Old 03-09-2009, 10:37 AM   #2
Fearlezz
Veteran Member
 
Fearlezz's Avatar
 
Fearlezz is offline
Posts: 776
Thanks: 360
Thanked: 238

Default Mapping Help


Create a filter. In the filter options set that it only detect the ball.

Then in your trigger textured brush, make it a trigger_multiply. Go to outputs; OnTouch > blue_moving_part_2

Then go back to the main options for the trigger and choose the filter to the filter you just created.

__________________

 
Reply With Quote
Old 03-09-2009, 12:43 PM   #3
GrimGriz
L7: Guru
 
GrimGriz's Avatar
 
GrimGriz is offline
Posts: 717
Thanks: 93
Thanked: 136

Default Mapping Help


Also make sure the flags of the trigger are set. I think you have to check a special box for phys obj

__________________
http://forums.tf2maps.net/picture.ph...&pictureid=536
 
Reply With Quote
Old 03-11-2009, 11:04 AM   #4
zeeuwse_boer
L1: Registered
 
zeeuwse_boer's Avatar
 
zeeuwse_boer is offline
Posts: 13
Thanks: 1
Thanked: 0

Default Mapping Help


watch below
 
Last edited by zeeuwse_boer; 03-11-2009 at 11:15 AM.
Reply With Quote
Old 03-11-2009, 11:13 AM   #5
zeeuwse_boer
L1: Registered
 
zeeuwse_boer's Avatar
 
zeeuwse_boer is offline
Posts: 13
Thanks: 1
Thanked: 0

Default Mapping Help


I already had my flags good, but the zones aren't working yet.

So I'll explain my Idea a bit more:
The first team that captures all 3 of the balls wins, but every time a team scores a ball from the opponents team will be removed and will spawn in the middle of my map.

I'm making a ball machine that transports the balls to a higher
platform where they will roll to the midle of my map.

I only have to know the following things from each zone and only from the moving objects
(I can do the roundwin, lights and the bonus time myself):
My output named:
Targets entities named:
Via this input

If someone knows a better way to transport the balls up or
any other way to improve my machine, please post a reply
 
Last edited by zeeuwse_boer; 03-11-2009 at 11:19 AM.
Reply With Quote
Old 03-11-2009, 02:35 PM   #6
GrimGriz
L7: Guru
 
GrimGriz's Avatar
 
GrimGriz is offline
Posts: 717
Thanks: 93
Thanked: 136

Default Mapping Help


what are you using for lights? I'd probably go sprites, but lighting isn't my strong suit.
zone1:
MON: OnStartTouch
TEN: Light1Sprite
VTI: ShowSprite

zone2:
MON: OnStartTouch; TEN: ballInZone2; VTI: Trigger
MON: OnEndTouchAll; TEN: ballOutZone2; VTI: Trigger

ballInZone2 (logicRelay)
MON: OnTrigger; TEN: mObj2; VTI: *Open
MON: OnTrigger; TEN: Light2Sprite; VTI: ShowSprite

ballOutZone2 (logicRelay)
MON: OnTrigger; TEN: mObj2; VTI: *Close
MON: OnTrigger; TEN: Light2Sprite; VTI: HideSprite

note: I added logic relays as that's how I roll..
*dunno what movement you want, but based on the picture it looks like func_doors would work...thus the open and close.

__________________
http://forums.tf2maps.net/picture.ph...&pictureid=536
 
Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Advertisement

Reply

Previous Thread Next Thread
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT -5. The time now is 04:35 AM.