drjayphd Posted September 29 Is it Doom cute? Or is it a startling safety record for UAC? (Wait, does OSHA even cover Martian moons?) Now I want to see what happens when a Revenant trips and falls. 9 Share this post Link to post
Doom_Dude Posted September 29 It's been ages since I posted in here. From the Vilecore Remaster. Part of the new entry into Doomcatraz prison. 18 Share this post Link to post
TheGreenZap Posted September 29 This is my newest Deathmatch map I made for AA2. 11 Share this post Link to post
BassSlapper89 Posted September 29 (edited) Bubba (Mini Boss) Ultimate Jazz Jackrabbit Doom https://i.imgur.com/4iXt19E.jpg 3 Share this post Link to post
TheHambourgeois Posted September 29 The Fademap shenanigans I was getting up to a couple years ago are paying off finally. This is Chocolate Hexen btw. Plus a little doomhexencute chaise lounge for one of the monks: 17 Share this post Link to post
BassSlapper89 Posted September 30 (edited) Just finished testing the mini boss, Bubba! He will be featured in Episode 5, Holiday Hell Hare! Jazz Jackrabbit Doom! 12 Share this post Link to post
Laocoön Posted October 2 (edited) ^haha, I like that! I'm at the early stages of map25 in my megawad of maps made relatively quickly. Edit:using some textures I never use, especially the white rock wall. Will add more variety to those big cliff walls to break up the pattern a bit more, after everything else is finished. 14 Share this post Link to post
Novaseer Posted October 2 i was gonna post screenshots of this fight but it's way easier to just record me playing through it and posting that p.s. the control sectors for this were a bitch 6 Share this post Link to post
drjayphd Posted October 3 How do you get people to pay attention to the control room you worked on so diligently to add personality to your cavern? Teleport some enemies there, I guess... 8 Share this post Link to post
neubejiita Posted October 3 The number of sidedefs is red. Is this bad? 3 Share this post Link to post
Gez Posted October 3 1 hour ago, neubejiita said: The number of sidedefs is red. Is this bad? That means that you're exceeding the limit for the map format. You're above 65535 sidedefs, which means that some sidedefs can no longer be indexed with a 16-bit value. Each linedef uses 16-bit numbers to keep track of which are its two sides. Your map may still work, however, through a trick called sidedef compression. If two sidedefs (or more than two) have identical properties, then you can compress them as only one, which will then be "shared" by several lines. This trick allows maps to exceed the sidedef limit, which is otherwise the first limit reached. Each line has at least one side, so you'll always have at least as many sides as you have lines. Each line has two vertices, but these vertices are normally always shared with at least one other line, so you'll never have more vertices than lines. Likewise, each properly closed sector is made of at least three lines (technically three sides) as the minimal number of sides for a polygon is three. So you'll never have more sectors than lines. So basically sidedefs > linedefs > vertices > sectors. 5 Share this post Link to post
Anonymus Posted October 3 Damn, 341 pages. That is VERY LOOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNGGGGGGGGGGGGGGGG 0 Share this post Link to post
ukiro Posted October 3 1 hour ago, Gez said: sidedef compression Using this, Eviternity II map36 actually has 122837 sidedefs yet works within the format. After compression, this level uses every single sidedef (and linedef) allowed by the format. But Sunder map15 incredibly squeezes even more sidedefs (though slightly fewer linedefs) out of its map15, which has 125346 sidedefs before compression. To my knowledge that's the largest there is in terms of sidedefs. One reason Sunder map15 compresses better is that it's built quite strictly on the grid, with many lines being the same multiple-of-64 length and thus needing fewer texture offsets, in turn meaning more lines are the exact same. However it doesn't make maximal use of sector merging, which would result in even more sidedefs sharing the same properties (including sector reference) which enables further sidedef compression. 5 Share this post Link to post
Apprentice Posted October 3 8 hours ago, Anonymus said: Damn, 341 pages. That is VERY LOOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNGGGGGGGGGGGGGGGG I'm quite surprised that such a long thread hasn't crashed the database or anything else though. I would be in favour of starting in 2025 with a new thread for that year alone and in 2026 with a new thread for that year, etc, etc, etc to keep these threads what smaller and clearer . . . 1 Share this post Link to post
theisolinearchip Posted October 3 Hello, first post here! : D I've recently started tinkering with mapping and, after some testing / trial-and-error / tutorial ingestion, I'm close to finish and share a small first map! Still a work in progress, but wanted to share some screenshots here: I'm using default Doom II textures in a somehow "classic tech base" map (or at least that's my intention, let's see how it goes...); hope you like it! 23 Share this post Link to post
Arrowhead Posted October 3 1 minute ago, theisolinearchip said: Hello, first post here! : D Welcome! Your map looks nice, very clean oldschool aesthetics. I'll have to give it a shot when you release it! The broken switch is very cool. :) 2 Share this post Link to post
Naarok0fkor Posted October 3 9 minutes ago, theisolinearchip said: Hello, first post here! : D I've recently started tinkering with mapping and, after some testing / trial-and-error / tutorial ingestion, I'm close to finish and share a small first map! Still a work in progress, but wanted to share some screenshots here: I'm using default Doom II textures in a somehow "classic tech base" map (or at least that's my intention, let's see how it goes...); hope you like it! Nice!!! Upload them on ModDB or another server... 1 Share this post Link to post
theisolinearchip Posted October 3 12 minutes ago, Arrowhead said: Welcome! Your map looks nice, very clean oldschool aesthetics. I'll have to give it a shot when you release it! The broken switch is very cool. :) Thank you! I'll post around here once it's done! (still need a couple final touches + some external testing + small items / monsters balancing). Also, glad you like the switch thing! At first wasn't sure about it and thought it may lead to the idea of a "regular switch but on the floor", but it seems it was a good choice... 5 minutes ago, Naarok0fkor said: Nice!!! Upload them on ModDB or another server... Thanks! Yup, my idea is to upload it and post here all the proper info once its done! :D 3 Share this post Link to post
Arbys550 Posted October 3 Green and Brick level, trying to perfect my natural outdoor style. 30 Share this post Link to post
Wo0p Posted October 4 12 hours ago, theisolinearchip said: Hello, first post here! : D I've recently started tinkering with mapping and, after some testing / trial-and-error / tutorial ingestion, I'm close to finish and share a small first map! Still a work in progress, but wanted to share some screenshots here: -snip! I'm using default Doom II textures in a somehow "classic tech base" map (or at least that's my intention, let's see how it goes...); hope you like it! Very nice! Welcome aboard the mapping train. Good luck with the project and any and all future ones! Hope to see more from you here :) 1 Share this post Link to post
theisolinearchip Posted October 4 41 minutes ago, Wo0p said: Very nice! Welcome aboard the mapping train. Good luck with the project and any and all future ones! Hope to see more from you here :) Thank you! :D 2 Share this post Link to post
EduardoAndFriends Posted October 4 Arcane Forge a Hexen episode with converted OTEX sexiness. On and off for a few months now. Coming 2025 probably! 31 Share this post Link to post