DM-DOOM (unfinished feel free to scrap and use)

Tutorials and discussions about Mapping - Introduce your own ones!
Post Reply
User avatar
XaNKoNII
Skilled
Posts: 216
Joined: Wed Jun 09, 2010 12:29 pm
Personal rank: Phenix
Location: Portugal

DM-DOOM (unfinished feel free to scrap and use)

Post by XaNKoNII »

One of my very first projects as a mapper inspired by 2016 DOOM (hell levels), although i was following some multiplayer level design rules such as action areas, specific spots such as sniper or close ranged for diferent play styles, I even added a trick jump shortcut (impact hammer or razorjack alt). But sadly I have to admit I was too ambitous about this particular map. At some point it just beggan to bore me and i just don´t want to finish it, i feel more intrigued by singleplayer mechanics although multiplayer ones are great for creating dynamic arena fightings.


Waring! very unoptimized and probably has geometry errors... But feel free to use parts of it or take ideas to your own projects :)
Also it includes an audio music file wich only works with a certain Audio driver, regular drivers cant make the music to be heard...

Image

Image

Image

Image

Image

Image

Image
Attachments
DM-Doom (unfinished).rar
(27.3 MiB) Downloaded 51 times
User avatar
makemeunreal
Masterful
Posts: 546
Joined: Tue Mar 26, 2013 6:34 pm

Re: DM-DOOM (unfinished feel free to scrap and use)

Post by makemeunreal »

Good to see mappers uploadin' their unreleased stuff! Better than throwin' it away or sittin' on it. THANK YOU!
User avatar
EvilGrins
Godlike
Posts: 9668
Joined: Thu Jun 30, 2011 8:12 pm
Personal rank: God of Fudge
Location: Palo Alto, CA
Contact:

Re: DM-DOOM (unfinished feel free to scrap and use)

Post by EvilGrins »

Looking good... except, what's up with the red x pattern on a lot of surfaces?

I'll give it a try and let you know what i think.

Added: Why did you space the filename to "DM - DOOM 2"? That's unusual.
http://unreal-games.livejournal.com/
Image
medor wrote:Replace Skaarj with EvilGrins :mrgreen:
Smilies · viewtopic.php?f=8&t=13758
User avatar
papercoffee
Godlike
Posts: 10443
Joined: Wed Jul 15, 2009 11:36 am
Personal rank: coffee addicted !!!
Location: Cologne, the city with the big cathedral.
Contact:

Re: DM-DOOM (unfinished feel free to scrap and use)

Post by papercoffee »

EvilGrins wrote:Looking good... except, what's up with the red x pattern on a lot of surfaces?
He used it as space holder texture ...normally you go with the ugly default texture (this white bubble thingy).
User avatar
sektor2111
Godlike
Posts: 6403
Joined: Sun May 09, 2010 6:15 pm
Location: On the roof.

Re: DM-DOOM (unfinished feel free to scrap and use)

Post by sektor2111 »

I did a check here too...
Yeah, it has to be finished because in this stage I don't recommend it. Texture is an easy fix can be ignored, the rest is interesting. I was checking logs because I did not hear any music even if we have a 20+ MB of Ogg.umx file (generic name as well).

Code: Select all

DevMusic: Load music: Music Ogg.Ogg
Warning: glxLoadMusic(&Mem, GLX_LOADFROMMEMORY ) failed: 15
DevMusic: Unregister music: Music Ogg.Ogg
Then by looking at geometry I was interested how does it build for future modifications... not that funny:

Code: Select all

Warning: bspAddNode: Infinitesimal polygon 2 (3)
...
Warning: FPoly::Fix: Collapsed a point
Warning: FPoly::SplitWithPlane: Ignored front sliver
...
Warning: FilterEdPoly: Encountered out-of-place coplanar
Warning: FilterEdPoly: Encountered out-of-place coplanar
...
These are not a few and neither something to not pay attention at them. Semisolids through void and through each-other can make life harder than it's recommended. Probably I won't dig for more because for sure it has BSP problems.
User avatar
XaNKoNII
Skilled
Posts: 216
Joined: Wed Jun 09, 2010 12:29 pm
Personal rank: Phenix
Location: Portugal

Re: DM-DOOM (unfinished feel free to scrap and use)

Post by XaNKoNII »

EvilGrins wrote:Looking good... except, what's up with the red x pattern on a lot of surfaces?

I'll give it a try and let you know what i think.

Added: Why did you space the filename to "DM - DOOM 2"? That's unusual.
That texture was for areas that needed to be geometricaly redesigned.

Files name was because i completely forgot to rename it before putting it here :roll:
I usually end up making 5 versions depending if i´m going to try something i might regret :|
Post Reply