In this 2nd part of 5 you will see the texturing process for the "Abandoned House" environment. This process can be applied to any game environment you create with Hammer Source.
If you want to see all 5 parts and start from the beginning click here for all "Abandoned House Workflow" tutorials.
I will be using CS:GO SDK version of Hammer Source, but any Hammer Source version will work with this tutorial including Team Fortress 2, Half-Life 2 and Left4Dead series.
Once you have blocked in the environment with BSP brushes, it is time to begin texturing it. This is what we ended up with from the previous tutorial:
Currently, the environment contains all developer textures. I want to replace them all with "nodraw" texture.
Developer textures served a function by helping me focus on BSP block-in. Now in the texturing stage I no longer need them.
There are a few reasons I use "nodraw" textures:
In addition to the reasons above, "nodraw" helps me texture the environment faster. I can see which sections I already textured and which need to be worked on.
You want to apply "nodraw" texture to all brush faces that will not be seen by the player and only texture brush faces that will be rendered in-game. This way you are only using what you need and don't have hidden faces with textures that a player will never see.
To re-texture the entire environment from developer textures to "nodraw" textures, I use Texture Replace option.
I need to replace all textures in the map to "nodraw" before I focus on texturing.
Open "Face Edit Sheet":
In perspective viewport, left click on the texture from the map you want to replace. This texture will be previewed in "Face Edit Sheet":
In "Face Edit Sheet" click "Replace":
With "Replace Texture" window open, click on "Replace: Browse" and look for the texture you want to have instead. In my case I want "nodraw" texture:
Set the following properties inside "Replace Texture" window:
Click Ok.
Selected dev texture will now be replaced with nodraw texture:
I replace all developer textures with nodraw texture. The environment now looks like this:
One of the workflows I've seen is using "nodraw" texture as a way to block in the entire environment right from the start. No developer textures are used, you just go straight to using "nodraw". This ensures the use of "nodraw" texture on every brush face without having to replace any textures later.
I do not like this option because it is very hard to see what you are designing. Also, if you want to compile and jump into the map to play-test, brushes will be invisible.
Using developer texture for BSP block-in then replacing them with "nodraw" prior to texturing is the best option I've found.
With nodraw texture applied to every brush face, I now begin to focus on texturing.
I only texture brush faces that will be seen by the player in-game, the rest will maintain "nodraw".
I open "Face Edit Sheet" and click Browse to open "Texture Browser". Inside the "Texture Browser" I filter by texture name to see what's available:
When I find the texture I want to use, I double click on it to set and apply it to the brush face. I begin with house walls and I use 2 different textures that are very close to the reference:
I then expand to the roof, porch, overhang and the rest of the house:
I focus on major areas first such as walls, roof and porch. Then I expand to more detailed areas and sections. I follow the rule of large to small, primary to secondary.
A lot of my time is spent in texture alignment, making sure that all faces of the brush don't have seams or distortions.
Some surfaces require working with texture shift, scale and rotation:
If a texture seam is impossible to eliminate, I will end up creating some brush detail to help hide it such as on the porch roof rounded corner:
This detailing will be done in the third section of the series.
With "Face Edit Sheet" open (Shift+A), move the mouse pointer over a BSP brush:
I attempt to re-use as many textures as I can. This serves a purpose for:
The way I choose which textures to use is from looking at image reference. I am not creating custom textures so I have to find the default textures that come bundled with CS:GO version of Hammer Source.
For this "Abandoned House" environment I am able to find texture I need without creating custom ones.
You will be presented with 2 choices:
Creating textures will require additional time added on to your project. Not to mention a steep learning curve if you never created custom textures before.
Using default or creating custom textures will depend on the environment theme and style.
In order to create believable environments, you have to maintain a similar texture color, saturation and detail.
Textures have to seem like they can exist within the same location. If a texture doesn't fit the "abandoned" theme of this environment, it will stand out and will look odd - making the map less real.
So you constantly have to judge the visual theme and texture appropriately so everything is cohesive. This is why it is important to constantly check in-editor and compile to see what it looks like in-game.
Here is an example I had to rework as the wooden texture on the porch floor did not fit and stood out:
In order to find the "right" texture you have to constantly apply that texture in your environment and check to see how it is juxtaposed with the rest of the environment.
When using "Texture Browser" change preview size to a higher value so you can see better; I like to use 256x256:
Here is another example of a roof texture that didn't work, but I found the texture that fits better into this environment:
Interior was the last section I textured. As I mentioned in part 1, the interior is non-playable space but the player can still see inside.
I did a quick and simple texture pass:
Always compile and test what your textures look like in-game. Lighting often changes how your environment is rendered. So it may look good in-editor, but once compiled it may look a bit different.
Final textured pass before moving on to the next part:
In part 3 of the "Abandoned House" series, I will focus on detailing.
"Abandoned House" Workflow (Part 1/5) - BSP Block In Hammer Source Tutorial
"Abandoned House" Workflow (Part 2/5) - Texturing in Hammer Source Tutorial
"Abandoned House" Workflow (Part 3/5) - Detailing in Hammer Source Tutorial
"Abandoned House" Workflow (Part 4/5) - Terrain/Displacement and Foliage in Hammer Source Tutorial
"Abandoned House" Workflow (Part 5/5) - Beyond the House and Lighting in Hammer Source Tutorial
Home Terms of Use/Trademarks/Disclaimers Privacy Policy Donate About Contact
All content on this website is copyrighted ©2008-2024 World of Level Design LLC. All rights reserved.
Duplication and distribution is illegal and strictly prohibited.
World of Level Design LLC is an independent company. World of Level Design website, its tutorials and products are not endorsed, sponsored or approved by any mentioned companies on this website in any way. All content is based on my own personal experimentation, experience and opinion. World of Level Design™ and 11 Day Level Design™ are trademarks of AlexG.
Template powered by w3.css