Page 1 of 1

Ruler/measurements

Posted: Tue Jul 17, 2012 1:42 pm
by Vankuss
I heard that by clicking your middle-mouse, you can use the ruler in UnrealEd.
Well, that doesn't happen with me. Tried also with SHIFT, but nothing.

Let's say I want to measure the height of a cube in a side view, is there another way?

Re: Ruler/measurements

Posted: Tue Jul 17, 2012 4:12 pm
by Renegade
Why would you need to do this? You created the cube didn't you?
Unless you're building off the grid, you should be able to tell a brushes height just by looking at it. If not, remember every square is 16 units, just do the math.
The grid is partitioned by thicker lines every 128 units. If you need to create a cube the same height as another, select the brush you want to copy and either right click and duplicate it, or select polygons --> to brush.

Re: Ruler/measurements

Posted: Tue Jul 17, 2012 4:28 pm
by Vankuss
I already knew of these methods.
But what about curved lines? What about diagonal lines?
A ruler would be very handy.

Re: Ruler/measurements

Posted: Tue Jul 17, 2012 5:40 pm
by Renegade
Vankuss wrote:I already knew of these methods.
But what about curved lines? What about diagonal lines?
A ruler would be very handy.
You don't need to know their length. Use vertex editing.

Re: Ruler/measurements

Posted: Tue Jul 17, 2012 5:45 pm
by Vankuss
Renegade wrote: You don't need to know their length..
: l

Not to be a stupid, but what if I need? I have to count all the squares?

Re: Ruler/measurements

Posted: Tue Jul 17, 2012 9:21 pm
by Renegade
If you can give me a specific situation in which you would need to know their length, I'll help you find a shortcut.
Do you need to duplicate a brush or add decoration? You can use vertex editing to get everything in place.

Also, when entering the size for a brush, you can place math operations in the height/breadth/width fields.
For example, if I need a cube to be 32 units shorter than another brush that is 256 units high, you can enter =256-32 in the height field.

Really, you'll find that after awhile of doing this, you can look at a brush in-game and tell how big it is. Kind of sad, really. :)

Re: Ruler/measurements

Posted: Wed Jul 18, 2012 8:24 am
by papercoffee
Renegade wrote: Also, when entering the size for a brush, you can place math operations in the height/breadth/width fields.
For example, if I need a cube to be 32 units shorter than another brush that is 256 units high, you can enter =256-32 in the height field.
What ...really? ...didn't know this.
I used every time the desktop calculator from wind'ohs ... :ironic2:

Re: Ruler/measurements

Posted: Wed Jul 18, 2012 3:32 pm
by Renegade
papercoffee wrote:
Renegade wrote: Also, when entering the size for a brush, you can place math operations in the height/breadth/width fields.
For example, if I need a cube to be 32 units shorter than another brush that is 256 units high, you can enter =256-32 in the height field.
What ...really? ...didn't know this.
I used every time the desktop calculator from wind'ohs ... :ironic2:
I did the same. UnrealSP has a UED tips thread that I lifted this tip from.
Really useful. Just remember to put an "=" sign in front of the operation.