Botervloot Posted March 25, 2010 Share Posted March 25, 2010 Stairs:You get the idea. Don't forget to func_detail the whole thing. Quote Link to comment
Clavus Posted March 25, 2010 Author Share Posted March 25, 2010 Stairs:You get the idea. Don't forget to func_detail the whole thing.More explanation: http://www.interlopers.net/tutorials/19881 Quote Link to comment
stalker-dude(nl) Posted March 25, 2010 Share Posted March 25, 2010 My Hammer is doing bad things to me D:It doesnt create a .BSP file when I save it. (VBSP is the command-line tool that converts a raw VMF file to the compiled Binary Space Partition format)I've tried everything but it just doesnt save it.So? That means that I cannot play the map I can only create it with hammer. The BSP file is same stuff as all Gmod maps.Any answers?And I have seen this:The system cannot find the file specified Be sure you typed your filename correctly, excluding any dashes, periods, etc. If it persists, try typing the file extension as you save it. If compiling with Hammer, check the log for errors; it often will point you in the right direction. If you have not ran the game that you are making a map for, or if the destination that you are trying to place the final .BSP file in does not exist at the time you attempted to compile your map, this error will occur as a result of Hammer lacking the ability to create file folders. This happens to a variety of people, most often when the person receiving the error has recently rebooted their computer after a crash, their computer dying, or a virus or other possible cause of computer data/memory loss. If this happens, all you have to do is run the game you are making the map for, or simply browse to the closest file directory to the one you are trying to put the final .BSP in a file browser, and make a folder named the same as the selected output folder. Quote Link to comment
Hundred2 Posted March 27, 2010 Share Posted March 27, 2010 (edited) Im not really a map genius(its my first map)But ill look at the func_detail and the stairs thingMoar pics, im further now. I even learned how to make a ladder Optimisation, is it hard to learn D:? (Dont worry, i know how to nodraw the outer textures, i want to finish the layout first) Tried looking for the func_detail, where can i find it :/ Edited March 27, 2010 by Hundred2 Quote Link to comment
Botervloot Posted March 27, 2010 Share Posted March 27, 2010 (edited) You know that you should seal the game area from the blackness? Edited March 27, 2010 by Botervloot Quote Link to comment
Hundred2 Posted March 27, 2010 Share Posted March 27, 2010 (edited) You know that you should seal the game area from the blackness?That means placing a wall so you cant look into the black void (Aka: You cant jump out of the map)Or place some special thing i dont know yet off around the map?(Mapper nawb am I) Edited March 27, 2010 by Hundred2 Quote Link to comment
Mayco Posted March 27, 2010 Share Posted March 27, 2010 You need a skybox. And you need to make sure there are no leaks. Quote Link to comment
Hundred2 Posted March 27, 2010 Share Posted March 27, 2010 Note: My map takes place 100% underground, no windows, no sky can be seen.Or is the skybox like a giant border of the map and should i still make one even tho the map is underground? Quote Link to comment
Mayco Posted March 27, 2010 Share Posted March 27, 2010 I'm not much of a mapper, but I think a skybox is still the way to go, even if the players don't get to see it. Quote Link to comment
stalker-dude(nl) Posted March 27, 2010 Share Posted March 27, 2010 you dont need make a skybox. Are you going to add water to it? Quote Link to comment
Hundred2 Posted March 27, 2010 Share Posted March 27, 2010 you dont need make a skybox. Are you going to add water to it?Yes, I guess ill have to use one. Quote Link to comment
stalker-dude(nl) Posted March 27, 2010 Share Posted March 27, 2010 you dont need make a skybox. Are you going to add water to it?Yes, I guess ill have to use one.Then you need too ceil the map off completely, or else the water is going be very laggy.If you need more explanation just ask. Quote Link to comment
TheGreenGrasshopper Posted March 27, 2010 Share Posted March 27, 2010 well you wouldn't need a sky box if you seal everything correctly but ofcourse if you put a large box around it (aka skybox) it'll practically seal it for you.stalker, what do you mean that the water gets laggy? only reason I could think of if for somereason you'd be able to s ee the black void which f***s with your whole screen at once. Quote Link to comment
Lemon! Posted March 27, 2010 Share Posted March 27, 2010 Wow, green. You have posted in every single thread already. O_o. Quote Link to comment
Clavus Posted March 27, 2010 Author Share Posted March 27, 2010 If it's an underground map, a skybox is pointless. Putting a skybox around it only increases compile time. Just make sure you seal the map properly.A func_detail is a brush entity, so select a brush, hit ctrl+T (or select the "to entity" button on the right) and it'll default to a func_detail.Brush entities can be changed to stuff like func_breakable, which indicate breakable stuff, and much more. Quote Link to comment
Mr. Darkness Posted March 27, 2010 Share Posted March 27, 2010 (edited) you dont need make a skybox. Are you going to add water to it?Sky box is needed in some case. "closed" maps (like zs_energybunker) dont need it.Sometimes after compile, I hadn't got the water. Well I had... But It was invisible, but props were swimming :SOh wait... energybunker hasn't got water... Edited March 27, 2010 by Mr.Darkness Quote Link to comment
Hundred2 Posted March 27, 2010 Share Posted March 27, 2010 (edited) If it's an underground map, a skybox is pointless. Putting a skybox around it only increases compile time. Just make sure you seal the map properly.A func_detail is a brush entity, so select a brush, hit ctrl+T (or select the "to entity" button on the right) and it'll default to a func_detail.Brush entities can be changed to stuff like func_breakable, which indicate breakable stuff, and much more.Thanks for the info.How can i make a static brush breakable like the wall in ZS_termites in ZS style? (Aka: wall goes slowly to RED) Or is that wall a hidden prop? Edited March 27, 2010 by Hundred2 Quote Link to comment
Botervloot Posted March 27, 2010 Share Posted March 27, 2010 If it's an underground map, a skybox is pointless. Putting a skybox around it only increases compile time. Just make sure you seal the map properly.A func_detail is a brush entity, so select a brush, hit ctrl+T (or select the "to entity" button on the right) and it'll default to a func_detail.Brush entities can be changed to stuff like func_breakable, which indicate breakable stuff, and much more.Thanks for the info.How can i make a static brush breakable like the wall in ZS_termites in ZS style? (Aka: wall goes slowly to RED) Or is that wall a hidden prop?I think the wall slowly going to red is the engine itself. I can't remember what that func was. I thought func_breakable. Quote Link to comment
Clavus Posted March 27, 2010 Author Share Posted March 27, 2010 If it's an underground map, a skybox is pointless. Putting a skybox around it only increases compile time. Just make sure you seal the map properly.A func_detail is a brush entity, so select a brush, hit ctrl+T (or select the "to entity" button on the right) and it'll default to a func_detail.Brush entities can be changed to stuff like func_breakable, which indicate breakable stuff, and much more.Thanks for the info.How can i make a static brush breakable like the wall in ZS_termites in ZS style? (Aka: wall goes slowly to RED) Or is that wall a hidden prop?I think the wall slowly going to red is the engine itself. I can't remember what that func was. I thought func_breakable.ZS changes the color of the func_breakable brush entities depending on their health. Quote Link to comment
Botervloot Posted March 27, 2010 Share Posted March 27, 2010 If it's an underground map, a skybox is pointless. Putting a skybox around it only increases compile time. Just make sure you seal the map properly.A func_detail is a brush entity, so select a brush, hit ctrl+T (or select the "to entity" button on the right) and it'll default to a func_detail.Brush entities can be changed to stuff like func_breakable, which indicate breakable stuff, and much more.Thanks for the info.How can i make a static brush breakable like the wall in ZS_termites in ZS style? (Aka: wall goes slowly to RED) Or is that wall a hidden prop?I think the wall slowly going to red is the engine itself. I can't remember what that func was. I thought func_breakable.ZS changes the color of the func_breakable brush entities depending on their health.Yeah, engine of the game, or the gametype ZS. Quote Link to comment
Mr. Darkness Posted March 27, 2010 Share Posted March 27, 2010 ZS has the color change funcion. I already tested it using a sample map by me + zs gamemode. Quote Link to comment
stalker-dude(nl) Posted March 28, 2010 Share Posted March 28, 2010 well you wouldn't need a sky box if you seal everything correctly but ofcourse if you put a large box around it (aka skybox) it'll practically seal it for you.stalker, what do you mean that the water gets laggy? only reason I could think of if for somereason you'd be able to s ee the black void which f***s with your whole screen at once.hl2 2010-01-04 18-44-27-35.bmpThis is what I mean with laggy. Quote Link to comment
Clavus Posted March 28, 2010 Author Share Posted March 28, 2010 well you wouldn't need a sky box if you seal everything correctly but ofcourse if you put a large box around it (aka skybox) it'll practically seal it for you.stalker, what do you mean that the water gets laggy? only reason I could think of if for somereason you'd be able to s ee the black void which f***s with your whole screen at once.hl2 2010-01-04 18-44-27-35.bmpThis is what I mean with laggy.God, make it a jpeg at least. A 2.2MB bmp file is such a waste of bandwidth. Quote Link to comment
Clavus Posted March 30, 2010 Author Share Posted March 30, 2010 Finally found the secret to perfectly blending the fog with the background. Now just to make it look a little more interesting... Quote Link to comment
deathbycrowbar Posted March 30, 2010 Share Posted March 30, 2010 clipped imageclipped imageFinally found the secret to perfectly blending the fog with the background. Now just to make it look a little more interesting...Wow looks cool. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.