Recessed lighting?
Quote from Stormrain on November 14, 2010, 2:08 pmOk, so I'm the closest I've ever been to ACTUALLY finishing a map, but my recessed lighting will just not work. Does anyone know from here what's not working? There's two problems there, 1) Celing isn't being lit 2)The recessed lighting texture seems to be giving off light, but doesn't look proper, in the groove.
If you guys can help, it'd be awesome.
Ok, so I'm the closest I've ever been to ACTUALLY finishing a map, but my recessed lighting will just not work. Does anyone know from here what's not working? There's two problems there, 1) Celing isn't being lit 2)The recessed lighting texture seems to be giving off light, but doesn't look proper, in the groove.
If you guys can help, it'd be awesome.
Planned:15(+/-)
Drawn up: 9/15
Maps Done: 2/15
Quote from Groxkiller585 on November 14, 2010, 5:21 pmWhat Omnicoder said. Go to Map -> Load Pointfile. If it says "load default pointfile?" you know you have a leak. Load it and follow the line until it finds a hole between the inside of your level and the black void, and seal it.
What Omnicoder said. Go to Map -> Load Pointfile. If it says "load default pointfile?" you know you have a leak. Load it and follow the line until it finds a hole between the inside of your level and the black void, and seal it.
Quote from Stormrain on November 14, 2010, 7:43 pmThat's kinda what I expected. I clicked load point file, it asked if I want to load default, I said yes, but then didn't find it. I must have just missed it. Fine tooth comb ahoy! Thanks guys.
EDIT: Yup! Something I thought was a brush was an object. Which means I need to rework the way the map works, I think. Thanks guys!
That's kinda what I expected. I clicked load point file, it asked if I want to load default, I said yes, but then didn't find it. I must have just missed it. Fine tooth comb ahoy! Thanks guys.
EDIT: Yup! Something I thought was a brush was an object. Which means I need to rework the way the map works, I think. Thanks guys!
Planned:15(+/-)
Drawn up: 9/15
Maps Done: 2/15
Quote from youme on November 18, 2010, 2:33 pmAn object as in a prop_static?
Compile your map properly and this will magically disappear: http://forums.tf2maps.net/showthread.php?t=2994
Source uses the outdated method of using hitboxes for shadows, which fails miserably if the model has no hitbox or has an inaccurate one. Since the orange box Valve have been using a new standard but haven't updated hammer to use it automatically. The above link explains how you use the new method that works on the object's exact outline.
An object as in a prop_static?
Compile your map properly and this will magically disappear: http://forums.tf2maps.net/showthread.php?t=2994
Source uses the outdated method of using hitboxes for shadows, which fails miserably if the model has no hitbox or has an inaccurate one. Since the orange box Valve have been using a new standard but haven't updated hammer to use it automatically. The above link explains how you use the new method that works on the object's exact outline.