TES Stylized Map

Archive of the old editing forum
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Locked
User avatar
Captain Proof
Posts: 1028
Joined: Wed Aug 27, 2008 8:51 am
Location: Henderson
Contact:

TES Stylized Map

Post by Captain Proof »

I'm gonna come out and say it.I've been keeping something under wraps for a while.I've started working on sprites and studying my ass off at the doom wiki and not to mention dissecting some RPG style mods (Diabolic,Hquest,etc) and studying the code and everything.
The only thing I've done is set up the region for the Silmaril Coast and the Orc Raider Cave.It's pretty big(I can't remember the particulars)but when I try to make the entire map(For those who have played Daggerfall,Think of the size of Wayrest)Doombuilder crashes.So I'm guessing that there's no way I'm going to be able to make the entire map.
The only other way I can think of fixing this is to make each reigion consists of 3 or 4 areas(ex Silmaril Coast will contain Port Gahl,Raiders Island,and the Northern Road)
If anyone has any Idea's on how I should go about making the maps "Daggerfall" esque I would be very greatful.

EDIT:I'll try to remember to grab a pic of the region and post it tommorrow.
User avatar
Nash
 
 
Posts: 17501
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia
Contact:

Re: TES Stylized Map

Post by Nash »

First, there's the map limit to consider. -/+ 32768 units is not very large at all, if you want to create a landmass of Daggerfall proportions.

Secondly, the Doom engine isn't optimized for this kind of thing. If you're going to make a huuuuge outdoor map that has no 1-sided lines to block line of sight calculations, it's going to be slooooow...

The engine in the more recent games are written with huge outdoor landscape rendering in mind, which is why it works quite well... you might notice how everything close to the player is very detailed, but in the distant, the polygons get less and less complex... then there are the normal and noise maps to sort of mask the low poly ugliness for distant land.

All of this doesn't exist in the Doom engine...
User avatar
Juan "JacKThERiPPeR
Posts: 931
Joined: Sun Jun 03, 2007 7:25 am
Location: SPAIN
Contact:

Re: TES Stylized Map

Post by Juan "JacKThERiPPeR »

Taking in mind engines like Torque or so.
I found a map limit since I had Doom Builder. Must be like the amount told by Nash. So, no, you can't still make those huge landscapes for ZDoom.
But still, emulate them with Line_Horizon (duh).
User avatar
Cutmanmike
Posts: 11353
Joined: Mon Oct 06, 2003 3:41 pm
Operating System Version (Optional): Windows 10
Location: United Kingdom
Contact:

Re: TES Stylized Map

Post by Cutmanmike »

You'll have to make a hub, it's really the only way to do this kind of thing.
User avatar
Juan "JacKThERiPPeR
Posts: 931
Joined: Sun Jun 03, 2007 7:25 am
Location: SPAIN
Contact:

Re: TES Stylized Map

Post by Juan "JacKThERiPPeR »

Cutmanmike wrote:You'll have to make a hub, it's really the only way to do this kind of thing.
That won't work. Hubs tend to be not seamless, while Cpt. Proof talks about the seamless terrain kind of thing. Imagine hubs as a snake, cut into pieces. He's talking about squares joined all together to make a bigger square.

That would be a very, very tedious job unless you're a masochist.
User avatar
Cutmanmike
Posts: 11353
Joined: Mon Oct 06, 2003 3:41 pm
Operating System Version (Optional): Windows 10
Location: United Kingdom
Contact:

Re: TES Stylized Map

Post by Cutmanmike »

I know, and I'm saying you're better off doing that because of the limits. ;)

Oh wait, does UDMF have a map size limit?
User avatar
Juan "JacKThERiPPeR
Posts: 931
Joined: Sun Jun 03, 2007 7:25 am
Location: SPAIN
Contact:

Re: TES Stylized Map

Post by Juan "JacKThERiPPeR »

Cutmanmike wrote:I know, and I'm saying you're better off doing that because of the limits. ;)

Oh wait, does UDMF have a map size limit?
I tried waaay before making a single map of such proportions like 30000+. It's way impossible, as the red line in DB says I can't.
Must be because I'm paranoic.

I don't really know if UDMF has map size limits. But the wad would be as huge as an entire collection of next-gen games like UT2004.
User avatar
Captain Proof
Posts: 1028
Joined: Wed Aug 27, 2008 8:51 am
Location: Henderson
Contact:

Re: TES Stylized Map

Post by Captain Proof »

Alright,then I'll stick to the Hub system then.I guess it makes more sense than having wasted space? :wink:
User avatar
Juan "JacKThERiPPeR
Posts: 931
Joined: Sun Jun 03, 2007 7:25 am
Location: SPAIN
Contact:

Re: TES Stylized Map

Post by Juan "JacKThERiPPeR »

Captain Proof wrote:Alright,then I'll stick to the Hub system then.I guess it makes more sense than having wasted space? :wink:
Sure. I'm not saying it's bad, but be sure to connect the hubs well so you don't have headaches. Keep the hub connections as small as possible.
User avatar
Captain Proof
Posts: 1028
Joined: Wed Aug 27, 2008 8:51 am
Location: Henderson
Contact:

Re: TES Stylized Map

Post by Captain Proof »

The Hub Connections would probably be Towns...unless there are no towns around that area,in that case it will just be a tavern or something.Though there area a few hubs that will be ruins or temples.Right now I'm just fleshing out the history of the world again since I lost the notebook that was a timeline from front to back(Good thing I found Timeline generator).

Oh and heres a quick sketch I did since I forgot to get the pic of the region from Campaign Cartographer.

Image
User avatar
Phobus
Posts: 5984
Joined: Thu May 05, 2005 10:56 am
Location: London
Contact:

Re: TES Stylized Map

Post by Phobus »

And as a completely offtopic question, where's "Insomnia!"? :P
User avatar
Captain Proof
Posts: 1028
Joined: Wed Aug 27, 2008 8:51 am
Location: Henderson
Contact:

Re: TES Stylized Map

Post by Captain Proof »

Insomnia is getting some tweaking done(Primarily Map 02 and 04)
Map 02 had way way way too many monsters on it,I mean beating it on pistol start was possible but you would finish with only 25% health.So I'm replacing some monsters with weaker ones,deleting some outright and then rebablancing the ammo,armor,and health.
on Map04 I'm just stumped,its supposed to be housing for the Facility personell but it's extremely time consuming doing every single house and figuring out ways to make each one different from the other.
Maps05-10 are planned out in my head,so I know what I want in them.
You'll get it don't worry.
Locked

Return to “Editing (Archive)”