Katamori Posted November 17, 2012 I don't what kind of bug is this (engine, editing or source port) but several times when I test my maps on Chocolate Doom, I get HOM effect on several places where I shouldn't because I already put textures to the walls. When I turn of move a bit, it disappears. What's the reason and how to fix it? 0 Share this post Link to post
RestlessRodent Posted November 17, 2012 Katamori said:I don't what kind of bug is this (engine, editing or source port) but several times when I test my maps on Chocolate Doom, I get HOM effect on several places where I shouldn't because I already put textures to the walls. When I turn of move a bit, it disappears. What's the reason and how to fix it? Overflow. You have too many Segs in view. Segs being the amount of single sided LineDefs currently in view for the most part (in most common cases). Reduce the amount of single sided line segments. This may help you also: http://remood.org/?page=chocorenderlimits&guid= 0 Share this post Link to post
Katamori Posted November 17, 2012 Thanks! I can understand the problem now. =) 0 Share this post Link to post
Tristan Posted November 17, 2012 If you're using Doom Builder 2, the Visplane explorer is very useful for checking how close you are to the limits. They go red if you exceed them too. Just be sure to save your work before testing, I've had it crash DB2 on occasions. 0 Share this post Link to post