For direct access use https://forums.oldunreal.com
It's been quite a while since oldunreal had an overhaul, but we are moving to another server which require some updates and changes. The biggest change is the migration of our old reliable YaBB forum to phpBB. This system expects you to login with your username and old password known from YaBB.
If you experience any problems there is also the usual "password forgotten" function. Don't forget to clear your browser cache!
If you have any further concerns feel free to contact me: Smirftsch@oldunreal.com

New DefaultTexture (Checkerboard 512) and Texture/Brush Sizes for precise texturing

Ask UnrealEd 1 mapping related questions, or give hints, tips and tricks
User avatar
Lurker
OldUnreal Member
Posts: 38
Joined: Tue Mar 03, 2015 4:11 am

New DefaultTexture (Checkerboard 512) and Texture/Brush Sizes for precise texturing

Post by Lurker »

http://www.moddb.com/members/lurker2011/images

Today I made a free texture for UnrealEd as a replacement for the old DefaultTexture. It includes default measurement numbers (128,256) for precise texture and brush allignment on the grid.

Checkerboard Texture (512x512):

[img]http://media.moddb.com/images/members/1/594/593244/checkerboard512.png[/img]

Some ingame sample shots in DeusEx of a quick map demonstrating the texture:

[img]http://media.moddb.com/images/members/1/594/593244/checkerboard512_shots.png[/img]

Notice that the corridor in shot #2 is height 128 and width 128. This is the standard corridor/room size to fit in player actors. Height 256 is useful for big rooms with a high ceiling. And height 512 is the size of a two-story building. So with this checkerboard texture you can measure and align all those roomtypes.

My personal recommendation: If you build an Unreal Level completely from scratch then use this texture for the basic map layout (shell). Then replace it by assigning actual good-looking textures on all of your map surfaces. The alignments, rotations, pannings and everything else will be automatically inherited.
Last edited by Lurker on Tue Apr 21, 2015 5:48 pm, edited 1 time in total.
User avatar
Lurker
OldUnreal Member
Posts: 38
Joined: Tue Mar 03, 2015 4:11 am

Re: New DefaultTexture (Checkerboard 512) and Texture/Brush Sizes for precise texturing

Post by Lurker »

Some useful measurement numbers for brush and texture sizes...

These will work in all UE1-Engine based games and maps, except Undying whose enviroments and actors have bigger scaling!

Roomtype Brush Sizes (Height):

  64 = Standard Duck Shaft for Actors
  80 = Special  Duck Shaft (required in Deus Ex Multiplayer only!)
112 = Realistic Door (Deus Ex), rest 16 units can be used for either door frame above or door steps below (112+16=128)
128 = Standard Room, Corridor and Door
160 = Realistic Room/Corridor (e.g. Hotel, see 'Ton Hotel map in Deus Ex)
256 = Big Room with high Ceiling and stuff above (e.g. Horizontal Beams, Pipes, Hanging Lamps, Ventilators)
512 = Two-story Building or Big Warehouse
1024 = Big Hangar for Aircraft
1664 = Huge Hangar for Boeing 747 (see Hangar 747 at Lebedev Airfield in Deus Ex)

Brush/Texture Sizes (Width x Height, Scaling Factor 1, Standard Resolution):

64 x 64  = Standard Shaft (cubic)
56 x 112 = Realistic Door (Deus Ex), use 64x128 texture size to fit in, rest 8x16 units for door frame.
64 x 128 = Standard Door
128 x 128 = Standard Wall (cubic)
128 x 160 = Realistic Wall, use 128x256 texture size to fit in.
256 x 128 = Long Wall (rectangle)
256 x 256 = Big Wall (cubic)
512 x 512 = Building Wall (cubic)

If you use high resolution textures (e.g. 1024x1024) or S3TC (2048x2048) then you have to double or quadruple the Width x Height numbers and use scaling factor 0.5 or 0.25 in UnrealEd Surface Properties.

Only upscale textures sizes. Do not upscale brush sizes or your whole map will become unrealistically huge! (no pun intended)
Last edited by Lurker on Tue Apr 21, 2015 8:51 pm, edited 1 time in total.

Return to “UnrealEd, the editor for Unreal up to version  226”