Combine 2 Brushes

Discussion for Level editing, modeling, programming, or any of the other technical aspects of Quake
Post Reply
double
Posts: 4
Joined: Sat Feb 25, 2012 1:46 am

Combine 2 Brushes

Post by double »

Is that possible to link 2 Brushes together?
I have a moving platform and i see i can put on the platform a model object.
Is that also possible with another Brush instead of a model?
I dont mean to merge them together they must be seperate.
When i use func_group the platform lose his bobbing fuction.
Any ideas?
dONKEY
Posts: 566
Joined: Mon Oct 15, 2001 7:00 am

Re: Combine 2 Brushes

Post by dONKEY »

It's not overly complicated at all. Design your platform from one or several brushes. Don't tag them as an entity. When you are happy with your design, select all the platform brushes and right mouse click to drop the entity window. Select the entity you want (in this case func_plat I guess) and click. All the brushes will be considered part of the same entity. You can edit the entity's properties by selecting at least one of the entity's brushes and pressing n to open the entity properties window.
dONKEY
Posts: 566
Joined: Mon Oct 15, 2001 7:00 am

Re: Combine 2 Brushes

Post by dONKEY »

Oops, forgot to say...
Platforms are incomplete in vanilla Quake 3.
The sound files are missing. Any map with a platform should be distributed with the missing sound files.
User avatar
Eraser
Posts: 19177
Joined: Fri Dec 01, 2000 8:00 am

Re: Combine 2 Brushes

Post by Eraser »

Or use func_door for it instead.
double
Posts: 4
Joined: Sat Feb 25, 2012 1:46 am

Re: Combine 2 Brushes

Post by double »

Thank you for your answer
So far i see it´s the same like when i give each Brush the same func tag
But i want more. I want that a brush with a function (example func_door) attached to the brush with the function func_bobbing.
For example a Door on a moving Platform
Look like that is not possible?
obsidian
Posts: 10970
Joined: Mon Feb 04, 2002 8:00 am

Re: Combine 2 Brushes

Post by obsidian »

You can't have two different entities working together like that, no.
[size=85][url=http://gtkradiant.com]GtkRadiant[/url] | [url=http://q3map2.robotrenegade.com]Q3Map2[/url] | [url=http://q3map2.robotrenegade.com/docs/shader_manual/]Shader Manual[/url][/size]
double
Posts: 4
Joined: Sat Feb 25, 2012 1:46 am

Re: Combine 2 Brushes

Post by double »

nooooooooo :cry:
User avatar
Theftbot
Posts: 483
Joined: Thu Oct 08, 2009 4:03 am

Re: Combine 2 Brushes

Post by Theftbot »

Unless you code mod
Post Reply