NeonsStyle 572 Posted August 11, 2018 Report Share Posted August 11, 2018 Hey, Could anyone tell me what is causing this problem? https://www.youtube.com/watch?v=QftFWyFlIYo Quote I have an eclectic YouTube channel making videos on a variety of games. Come and have look here:https://www.youtube.com/c/NeonsStyleHD Dark Mod Missions: Briarwood Manor - available here or in gamehttp://forums.thedarkmod.com/topic/18980-fan-mission-briarwood-manor-by-neonsstyle-first-mission-6082017-update-16/ Link to post Share on other sites
Bikerdude 3740 Posted August 11, 2018 Report Share Posted August 11, 2018 Morning I can see 2 things possibly happening there -there is caulk on the back of the stairs - light shines through this. the stairs are also causing what I am unofficially calling "vert point corruption" and by this I mean that at vert point the game is rendersome some triangles transparent (so you can see through them, or the void)The fixes for both arechange the caulk to some other texture, the one already on the stairs would be the logical choice. make the whole stairs FS (func_static) - select all the parts of the stairs and select make FS. select the new FS and clone that, then select make WS(world_spawn) and then change the texture to nodraw_wood. Quote Link to post Share on other sites
NeonsStyle 572 Posted August 11, 2018 Author Report Share Posted August 11, 2018 Hey BD, It's not caulk, it's textured all sides. I tried your func_static method as you stated it, but that didn't work either. I agree itlooks like it's a caulk issue, as you can see through the texture to the room below. It shouldn't be happening, and I amcompletely befuddled as to why. It makes no sense. When I set it to func_static, cloned it, made it nodraw_solid_woodit still happened. I even cloned it again, and made it monster clip (as AI were having trouble negotiating the stairs. Nothingworked. If you could get the time to take a look at the latest version in the TDM Downloader you will see the problem. It's worse in thatas there's a big stripe down that wall. Also nothing shows in the editor. Thanks Neon Quote I have an eclectic YouTube channel making videos on a variety of games. Come and have look here:https://www.youtube.com/c/NeonsStyleHD Dark Mod Missions: Briarwood Manor - available here or in gamehttp://forums.thedarkmod.com/topic/18980-fan-mission-briarwood-manor-by-neonsstyle-first-mission-6082017-update-16/ Link to post Share on other sites
stumpy 242 Posted August 11, 2018 Report Share Posted August 11, 2018 (edited) I had that on some stairs that were func_static, the only solution I found was to turn the stairs into an .ase model. I had it on six stairs that were used in an outdoor area, all the stairs were the same copied func_static but the holes in the stairs were in different positions, so one func_static became one ase model, and the holes went away. it looks like something is reversing the draw circle of the triangle, eg triangles drawn clockwise are visible while triangles drawn anti-clockwise/counter-clockwise are invisible. So the engine just isn't drawing those triangles that appear as holes. there's obvously nothing wrong in the way triangles are drawn in darkradiant, because the holes don't appear, and there's nothing wrong with the way the darkmod engine handles ase models as the holes don't appear in them, so the problem is probably in dmap when dmap does its T-junction join as the holes always seem to appear at that type of junction. Edited August 11, 2018 by stumpy Quote Link to post Share on other sites
Bikerdude 3740 Posted August 11, 2018 Report Share Posted August 11, 2018 If you could get the time to take a look at the latest version in the TDM Downloader you will see the problem. It's worse in thatas there's a big stripe down that wall. Also nothing shows in the editor.Try stumpys idea, other wise I am happy to have a look at it for you. Quote Link to post Share on other sites
Springheel 4628 Posted August 11, 2018 Report Share Posted August 11, 2018 Is this a new problem or was it happening when the map was first released? Quote TDM Missions: A Score to Settle * A Reputation to Uphold * A New Job * A Matter of Hours Video Series: Springheel's Modules * Speedbuild Challenge * New Mappers Workshop * Building Traps Link to post Share on other sites
Bikerdude 3740 Posted August 11, 2018 Report Share Posted August 11, 2018 Is this a new problem or was it happening when the map was first released?Ive been seeing this type of thing a lot more since 2.06, the fix has in most cases is to convert to FS or model. Quote Link to post Share on other sites
Springheel 4628 Posted August 11, 2018 Report Share Posted August 11, 2018 Ive been seeing this type of thing a lot more since 2.06, the fix has in most cases is to convert to FS or model. If this was NOT present when the map was first released, but is appearing now, then it is an entirely new and more serious problem. If it was present when first released, then it is clear evidence the problem existed before 2.06. Quote TDM Missions: A Score to Settle * A Reputation to Uphold * A New Job * A Matter of Hours Video Series: Springheel's Modules * Speedbuild Challenge * New Mappers Workshop * Building Traps Link to post Share on other sites
kingsal 569 Posted August 11, 2018 Report Share Posted August 11, 2018 This is definitely something that popped up in 2.06. I've had the same problem, particularly with stairs or complex brush work. The only thing I could do was completely rebuild the stairs or brushwork. 1 Quote FMs: Volta and the Stone, Volta II: Cauldron of the GodsSnowed Inn Link to post Share on other sites
kingsal 569 Posted August 11, 2018 Report Share Posted August 11, 2018 Ill look around my maps and see if I can find a solid example of this- I am using the hotfix build (2.07) and I am not seeing these problems so it may have been resolved. Quote FMs: Volta and the Stone, Volta II: Cauldron of the GodsSnowed Inn Link to post Share on other sites
NeonsStyle 572 Posted August 11, 2018 Author Report Share Posted August 11, 2018 It wasn't a problem in version 1.6, it only showed up in 1.65 which was in TDM 2.06. Cambridge spotted it, and let me know, and since then I've been trying to fix it. How do I convert a func_static to an ase model? Quote I have an eclectic YouTube channel making videos on a variety of games. Come and have look here:https://www.youtube.com/c/NeonsStyleHD Dark Mod Missions: Briarwood Manor - available here or in gamehttp://forums.thedarkmod.com/topic/18980-fan-mission-briarwood-manor-by-neonsstyle-first-mission-6082017-update-16/ Link to post Share on other sites
kingsal 569 Posted August 11, 2018 Report Share Posted August 11, 2018 (edited) Did you dmap 1.65 using the 2.06 build? EDIT: Select your fun_static >scripts>export to .ase Edited August 11, 2018 by kingsal Quote FMs: Volta and the Stone, Volta II: Cauldron of the GodsSnowed Inn Link to post Share on other sites
Springheel 4628 Posted August 11, 2018 Report Share Posted August 11, 2018 It wasn't a problem in version 1.6, it only showed up in 1.65 which was in TDM 2.06. Cambridge spotted it, and let me know, and since then I've been trying to fix it. How do I convert a func_static to an ase model? So just to be clear, you had that staircase in the version you released in 2.05 and it was fine, and you haven't touched anything about it since and now it has gaps in 2.06? Quote TDM Missions: A Score to Settle * A Reputation to Uphold * A New Job * A Matter of Hours Video Series: Springheel's Modules * Speedbuild Challenge * New Mappers Workshop * Building Traps Link to post Share on other sites
Abusimplea 168 Posted August 11, 2018 Report Share Posted August 11, 2018 there's obvously nothing wrong in the way triangles are drawn in darkradiant, because the holes don't appear, and there's nothing wrong with the way the darkmod engine handles ase models as the holes don't appear in them, so the problem is probably in dmap when dmap does its T-junction join as the holes always seem to appear at that type of junction.So ensuring all faces to be quads would prevent triggering the missing tris bug? Quote Link to post Share on other sites
NeonsStyle 572 Posted August 12, 2018 Author Report Share Posted August 12, 2018 (edited) Thanks. Yeh in TDM 2.05 and version 1.6 of the map, I never saw this problem. It's not like it's a tiny issue like in the video. In the actual 1.65 level, there'sa great black triangular stripe across that wall, so you can't really miss it. It was never there before. It was brought to my attention by Cambridge Spy. I'm guessing given your responses, this might be a bug with 2.06 dmap. I'd be interested if any of you have dmapped your maps since 2.06 and seen this issue. Thanks for the info on ase model Kingsal, however I converted it to func_static, then to an ASE model; now the stairs texture is missing in game;yet the AI and I can walk up the invisible nodraw_wood worldspawn version of it. lol Puzzled why it isn't showing. Edited August 12, 2018 by NeonsStyle Quote I have an eclectic YouTube channel making videos on a variety of games. Come and have look here:https://www.youtube.com/c/NeonsStyleHD Dark Mod Missions: Briarwood Manor - available here or in gamehttp://forums.thedarkmod.com/topic/18980-fan-mission-briarwood-manor-by-neonsstyle-first-mission-6082017-update-16/ Link to post Share on other sites
Bikerdude 3740 Posted August 12, 2018 Report Share Posted August 12, 2018 Thanks for the info on ase model Kingsal, however I converted it to func_static, then to an ASE model; now the stairs texture is missing in game;Drop me a PM if need another set of eyes on it. 1 Quote Link to post Share on other sites
Bikerdude 3740 Posted August 12, 2018 Report Share Posted August 12, 2018 (edited) Ok so it was I thought it was, and converting the steps to FS fixed the issue - Edited August 12, 2018 by Bikerdude Quote Link to post Share on other sites
Abusimplea 168 Posted August 12, 2018 Report Share Posted August 12, 2018 bwm_2018-08-12_21.36.02.jpgThe lowest left step is z-fighting with the wooden beam. 1 Quote Link to post Share on other sites
duzenko 654 Posted August 13, 2018 Report Share Posted August 13, 2018 Can't repeat with svn code and current Manor map on the web. Quote Link to post Share on other sites
ERH+ 660 Posted August 13, 2018 Report Share Posted August 13, 2018 Yes I had a problem with transparent triangles occouring on 2.06 dmap, while same place was fine inne previous version. Quote Link to post Share on other sites
NeonsStyle 572 Posted August 14, 2018 Author Report Share Posted August 14, 2018 (edited) Definitely seems something has slipped into 2.06 to be causing this. Interestingly, if I func_staticd the wholestaircase with rails, the problem remains. BD looked at it, and just func_static'd the steps themselves and fixedit. Very wierd. @Duzenko, it shows up best when you get a 3/4 view of that rail. ie bottom and side. The problem doesexist with the version on the web. I'm going to release an update soon as it might be awhile before the causeis identified in 2.06 Edited August 14, 2018 by NeonsStyle Quote I have an eclectic YouTube channel making videos on a variety of games. Come and have look here:https://www.youtube.com/c/NeonsStyleHD Dark Mod Missions: Briarwood Manor - available here or in gamehttp://forums.thedarkmod.com/topic/18980-fan-mission-briarwood-manor-by-neonsstyle-first-mission-6082017-update-16/ Link to post Share on other sites
peter_spy 1528 Posted August 14, 2018 Report Share Posted August 14, 2018 If the stairs and the wall were BSP, and stairs were touching the wall, errors probably were there due to geometry splits. You should investigate such problems with wireframe turned on. Quote Misc. assets for TDM Link to post Share on other sites
peter_spy 1528 Posted August 14, 2018 Report Share Posted August 14, 2018 Yup, it's a brushwork problem. It's neither very weird, nor version related. You will get these problems with BSP. Touching or intersecting brushwork will cause splits. That's why it's better to keep BSP as simple as possible, using models for everything else. 1 Quote Misc. assets for TDM Link to post Share on other sites
Bikerdude 3740 Posted August 14, 2018 Report Share Posted August 14, 2018 what does BSP stand for..? Quote Link to post Share on other sites
peter_spy 1528 Posted August 14, 2018 Report Share Posted August 14, 2018 https://en.wikipedia.org/wiki/Binary_space_partitioning Quote Misc. assets for TDM Link to post Share on other sites
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.