Common TF2 Mapping Problems: Difference between revisions
mNo edit summary |
|||
Line 13: | Line 13: | ||
== Examples == | == Examples == | ||
problem: My water isn't rendering. It has a transparent void texture. | |||
solution: your map has leaks. it doesn't matter where they are, if your map has any leaks at all, your water won't render. | |||
[[File:Geometryproblem1.jpg|thumb|left]] | |||
== Wiki Links == | == Wiki Links == |
Revision as of 19:39, 6 May 2025


Overview
This page is dedicated to helping new tf2 mappers with their maps. I know I've been stuck at one problem with no help, and I want to make sure it doesn't happen to anybody else. If you're an experience mapper, you're free to add to the list of problems. All contributions are welcome. Thanks, and have fun. Happy mapping. Hammer
Geometry & PropsCommon Problems with geometry and props. Examplesproblem: My water isn't rendering. It has a transparent void texture. solution: your map has leaks. it doesn't matter where they are, if your map has any leaks at all, your water won't render. Wiki Links |
Game LogicHow to work with game logic. ExamplesWiki Links |
Design FlowLevel design tips for tf2 mappers. ExamplesWiki Links |
Technical ErrorsThings that go wrong and you don't know why. ExamplesProblem: TF2 isn't launching when I press f9 Solution: Go to Tools > Options > Build Programs and make sure Game Executable is set to tf_win64.exe
Wiki Links |