News | Forum | People | FAQ | Links | Search | Register | Log in
Quake 2018: How Maps And Engines Are Better Than Ever.
Considering the following:

1. We're getting more map releases than we've been getting in nearly 20 years, and they're all of decent quality at the very least, and superb (that which are rivaling the undisputable classics in quality) at most.

And...

2. In 2008, for every 5 demos for a map:
- 2 would be Fitz 0.85,
- 1 would be aguirRe's AGLquake,
- 1 would be DarkPlaces,
- 1 would be JoeQuake or some other QW engine (???).

Each and all of those with their own protocols and idiosyncracies.

These days almost everybody uses Quakespasm - an actively maintained and cross-platform engine - as a standard.

Conclusion:

After a slump in the early 2010's, Quake is finally doing better than ever, with the player and mapper base growing and the game itself slowly creeping back into mainstream attention.

Discuss... or not!!
First | Previous | Next | Last
Kreathor 
I think he's whole shtick was "Geez guys why isn't it possible yet to make something that looks like UE4 in a Quake source port? Pfffttt" - referring not only to characters, but environment as well. Realtime radiosity lighting, raytracing blah blah blah.

The answer of course, is the same answer every time this comes up, which is "Use an engine that's designed to do all that modern stuff, like UE4, but you'll probably have to wait for Unreal Engine 5 for the realtime raytracing stuff, I don't think 4 does that yet." 
@khreathor 
I suggested the poly count restriction. Something like md2 format. The idea being to gradually increase the quality level so that the models keep up with the other things that the engine is capable of, without being over the top of course. What other quality of life stuff could other model formats bring us?

So a more philosophical question then... Is it better to have the tools and limit yourself?, or is it better to have the tools limit you? Because I can see both arguments and I don't know if there is a right answer.

I made a thing because I'm curious.
https://www.strawpoll.me/16504178 
 
I support the notion of having the tools but the mapper limiting himself/herself.

Maybe the tools could have "soft" limits, though, meaning that they have the option of warning the user when some limits are exceeded but still having support for higher/unlimited limits.

That way users don't need to be stifled but still be informed when they're about to cross the line. 
What Kinn Said... 
The standard answer to "I'm making my own game and I want a custom Quake engine that has all of these features that $OTHER_ENGINE has" is: "why don't you just use $OTHER_ENGINE instead"? - It'll save yourself and others a lot of pain and suffering.

What's sometimes difficult to get people to understand is that the cost of a new feature is not just the time to initially implement it.

As well as coding it up, testing it, debugging it, integrating it, and (optionally) documenting it, you also need to maintain it and ensure that it co-exists peacefully with any other new features that might also be implemented in future.

This increases complexity on an exponential scale, and it's well-enough known that people can have difficulty fully appreciating how quickly exponential scales explode.

Take Nehahra as an example, because it's a good one. Few engines support Nehahra, and the reason why is that it's a pain to integrate with other engine features that have since become standard.

To be more specific take Nehahra fog. Nehahra uses a different fog algorithm to what is now standard, and while that's a simple-seeming case, what it actually means is that anything you do that touches or interacts with the fog code now has to be tested twice. And because virtually everything does that, a simple feature has effectively doubled part of your workload.

Now implement Q3A-style fog volumes and watch your workload triple, as well as being in a position where you have 3 different fog systems and you need to sort out how they interact with each other.

That's why when people say stuff like "Can I have features X, Y and Z, Source and Unreal have them" the appropriate answer is "well go use Source or Unreal then". 
First | Previous | Next | Last
You must be logged in to post in this thread.
Website copyright © 2002-2024 John Fitzgibbons. All posts are copyright their respective authors.