DarthDementous Posted July 8, 2015 Share Posted July 8, 2015 Okay so now I'm quite puzzled. During my first tests I just did a simple compile of BSP and -meta and the map ran fine, now that I've created the lighting shaders for the texture on the parts of the model I decided to do a proper compile and was dismayed to find that the misc_model entities were leaking through the skybox even though that's the only brush in the map. I have made sure that the skybox is a structural brush and even deleted the wall it was leaking through and remade it but to no avail. Because of the seemingly uncaused leak it's stopping the Load Portal from loading (ironic) and thus the rest of the compile can't take place. I have also tried putting another caulk box around it but it decided to leak through that too. Are there any commands or anything I can put in the worldspawn to help counteract this leak? The map so far is fairly medium size so it's not completely massive. Any help would be much appreciated. Link to comment
mrwonko Posted July 8, 2015 Share Posted July 8, 2015 Please upload your map so we can take a look and find the problem. Link to comment
Asgarath83 Posted July 8, 2015 Share Posted July 8, 2015 Okay so now I'm quite puzzled. During my first tests I just did a simple compile of BSP and -meta and the map ran fine, now that I've created the lighting shaders for the texture on the parts of the model I decided to do a proper compile and was dismayed to find that the misc_model entities were leaking through the skybox even though that's the only brush in the map. I have made sure that the skybox is a structural brush and even deleted the wall it was leaking through and remade it but to no avail. Because of the seemingly uncaused leak it's stopping the Load Portal from loading (ironic) and thus the rest of the compile can't take place. I have also tried putting another caulk box around it but it decided to leak through that too. Are there any commands or anything I can put in the worldspawn to help counteract this leak? The map so far is fairly medium size so it's not completely massive. Any help would be much appreciated. 1 Make a skybox with a laaaarge rectangular box that contain ALL your map.2: click on make hollow, so the big rectangular become a six faced box.3: use system caulk for the skybox4: use for the six inner face of the skybox the skies/ sky or your custom sky shader.5: use angle editor or edge editor for extrude at lot into the outside direction the brushes of the six walls that make the skybox. i fix this trouble with a simply extrustion and a more big large dimension of the six skybox walls. you need to extrude into the grid view once brushes for time, not extrude more brush at same time, you can deform too much and this can take troubles because brush can degenerate. Link to comment
DarthDementous Posted July 9, 2015 Author Share Posted July 9, 2015 @@Asgarath83 I think I understand what you're saying, if I increase the thickness of each of the surrounding brushes then that'll stop the leak, yeah? Link to comment
Langerd Posted July 9, 2015 Share Posted July 9, 2015 Hmm it should be structural brush in the skybox. Dont forget about it. That would be a problem. And check the shader of the sky. I think that could cause the leak too. Link to comment
mrwonko Posted July 9, 2015 Share Posted July 9, 2015 Simply upload the map, everybody's just guessing at this point. Langerd likes this Link to comment
Asgarath83 Posted July 9, 2015 Share Posted July 9, 2015 @@Asgarath83 I think I understand what you're saying, if I increase the thickness of each of the surrounding brushes then that'll stop the leak, yeah?Yes, with me this works. i not now why but a skybox too thicky leakend the map. i suppose that engine not considere "solid" the brush with not enought thickness. some days ago i make a room with a floor. the player falling thorught the floor, like is not solid... with an increasing of thickness, i solve the problem. i suppose for the skybox is something like that. maybe the engine read the too thicky brushes as "degenerated" and so sign the leak. Link to comment
eezstreet Posted July 11, 2015 Share Posted July 11, 2015 If you pay attention, there should be a red box outline around the misc_model. As long as this doesn't intersect with any structural brushes touching the void, you'll be fine. However... When caused by a misc_model, the message can safely be ignored because it doesn't halt the compilation process prematurely. Link to comment
mrwonko Posted July 11, 2015 Share Posted July 11, 2015 It's important to note that there's a difference between entity leaked and map leaked. Langerd and eezstreet like this Link to comment
Langerd Posted July 11, 2015 Share Posted July 11, 2015 It's important to note that there's a difference between entity leaked and map leaked.Many times i have an error during the compile that the enoty is leaked. But the compiler going to the end normally and map work just fine Asgarath83 likes this Link to comment
Ramikad Posted July 12, 2015 Share Posted July 12, 2015 If you pay attention, there should be a red box outline around the misc_model. As long as this doesn't intersect with any structural brushes touching the void, you'll be fine. Are you sure? I think I once had a misc_model going out in the void with no problem at all, except for shadows where it touches the void. Link to comment
eezstreet Posted July 12, 2015 Share Posted July 12, 2015 Are you sure? I think I once had a misc_model going out in the void with no problem at all, except for shadows where it touches the void.Yeah, you'll get the Entity Leaked error that mrwonko describes though, which isn't the same thing as a Map Leaked error. Link to comment
Asgarath83 Posted July 13, 2015 Share Posted July 13, 2015 The map Leaking error is a big trouble. because is impossible to make a light build of a leaked map. just you can do only the meta build of the brushes for see a map testing \ preview without any light and shadows. i ever work into the beta when i build \ edit a map. ai use light build just when i end the brushes part of works.however, for fix the entity leak, is sufficient to move the entity. this problem occurs when an entity (misc_model, target, NPC , spawner, items etc )is inside a brush. simply you need to move this entity outside of brush face \ edges for fix this.map leak is more complicated. if you have a leak into the map you can see when building get the error a red line that go toward the map, by an entity, to the point of leaking. the cause of map liking is that map have not a skybox full filled or that not all outside surfaces of brush are covered with "caulk" shader.the fastest way for fix the map leak trobuel is to create a large brush box that contain all map, make it hollow for make a box, and working on the thickness of the six faces of the boxes, extruding outside a lot. also few map units is suffificnet.then, use caulk for textures this box and use a sky shader inside the box.map leaking fixed. Link to comment
mrwonko Posted July 14, 2015 Share Posted July 14, 2015 map leaking fixed. More like Map Leaked hidden. Don't ever "solve" this by making a box, go and plug the holes or your vis will turn out shit. Xycaleth likes this Link to comment
Asgarath83 Posted July 14, 2015 Share Posted July 14, 2015 More like Map Leaked hidden. Don't ever "solve" this by making a box, go and plug the holes or your vis will turn out shit.and so is a problem of leaked vis? and for fix really need to find any brushes that leaking the vis and fix it? thanks for knowledge.the box method is just a fast arrandjement for hallow the light build. sure is not the more technically correct method. Link to comment
Langerd Posted July 14, 2015 Share Posted July 14, 2015 Sometimes the big box cannot be avoid. Depends on the map. BUT of course making WHOLE map in one box is just bad making the maps... I made the Cloudy one this way and it was a very big mistake. The compile time is just ... TOOOOOooo long. And as the Mrwonko said ... The Vis doesnt exist. So for the game maps like this would be laggy as hell.It cant touch the skybox. The misc_models can touch the brushes. Even if the radiant show us the error it still compiles the map.Upload map here. Maybe someone will find the solution Link to comment
mrwonko Posted July 14, 2015 Share Posted July 14, 2015 Sometimes the big box cannot be avoid.Lies! I mean... Pics or it didn't happen! Link to comment
Langerd Posted July 14, 2015 Share Posted July 14, 2015 Lies! I mean... Pics or it didn't happen!for example the maps with ships... This is in the big box. It is possible to cut it with the Vis but the most part it is in the big box Link to comment
Asgarath83 Posted July 14, 2015 Share Posted July 14, 2015 Sometimes the big box cannot be avoid. Depends on the map. BUT of course making WHOLE map in one box is just bad making the maps... I made the Cloudy one this way and it was a very big mistake. The compile time is just ... TOOOOOooo long. And as the Mrwonko said ... The Vis doesnt exist. So for the game maps like this would be laggy as hell. It cant touch the skybox. The misc_models can touch the brushes. Even if the radiant show us the error it still compiles the map. Upload map here. Maybe someone will find the solution thanks for explanation, langerd. and so, whan can i do for some of my maps? i need to caulk every outside face of every brush of the map? o.o how is possible to close a leak map manually without begin crazy? Link to comment
mrwonko Posted July 14, 2015 Share Posted July 14, 2015 for example the maps with ships... This is in the big box. It is possible to cut it with the Vis but the most part it is in the big boxIn that case the actual geometry is a box. I did not say "don't have boxes", I said "don't fix leaks in your geometry by putting a giant box around it". Link to comment
DarthDementous Posted July 18, 2015 Author Share Posted July 18, 2015 Oh wow sorry forgot to post my status in this topic. I used the q3map2 GUI importer instead and that progressed past the warning and lo and behold it compiled fine. Now that'll remain to be seen when I add in the next load of misc_models but fingers crossed for now. Asgarath83 likes this Link to comment
lil_binger Posted July 20, 2015 Share Posted July 20, 2015 If you pay attention, there should be a red box outline around the misc_model. As long as this doesn't intersect with any structural brushes touching the void, you'll be fine. However... When caused by a misc_model, the message can safely be ignored because it doesn't halt the compilation process prematurely. To clarify,It has nothing to do with the red box of a surrounding model that will cause an entity leak error, it is the origin of the model intersecting a structural brush that makes this happen. Entity leak error will show what entity leaks if it has one, find the origin of the model and make sure that isn't instersecting a structural brush/ Most people make the origin at the bottom of a model, some trees in JK2 and 3 the origin is at the middle of the tree so the "red box" can intersect a structural brush. Some models used as a lamp may intersect or occupy the same space in a wall as the structural brush. So locate the origin of the model and disregard the "red box". Make sure model origins don't intersect structural brushes. (It's the little 3D "plus sign" each model has which is the origin of the model) Langerd, Asgarath83 and mrwonko like this Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now