Odamex Message Boards

Community Discussion => General Discussion => Topic started by: AlexMax on June 20, 2012, 11:59:27

Title: How far down the ZDoom rabbit hole should Odamex go?
Post by: AlexMax on June 20, 2012, 11:59:27
As I'm sure you're all aware, Odamex is based off of ZDoom 1.22 with various features backported from ZDoom 1.23 with Randy's permission and some vanilla-isms forwardported to make most demos work and to verify its vanilla-compatibility.  However, a lot has changed in ZDoom land since 2003, most significantly the introduction of DECORATE as we know it in ZDoom 2.1.  And so the question on the table is...how far down the ZDoom rabbit hole should Odamex go in terms of mapping and modding features?

Now, Skulltag/Zandronum is currently at version 2.1.7, with various features from newer versions of ZDoom backported.  And we can see what the results of throwing in everything + the kitchen sink are...people playing Doom is becoming increasingly rare in lieu of mods like All Out War 2 and Mega Man 8 bit Deathmatch.  Not that there's anything necessarily wrong with people playing what they like, but I think we'd all prefer if Odamex mainly remain a way of playing Doom online.

Personally, I'd love to see things like UDMF, PK3 support, 3DMixTex, a bigger subset of ACS and even 3D Floors.  On the other hand, I'm _extremely_ wary of adding anything that provides any more flexibility in redefining actors than we already have, like DEHSUPP and DECORATE.  The problem is, it's a hazy line...Odamex added support for railguns in 0.6, which is accomplished through a ZDoom-specific railgun codepointer, callable through DeHackEd (which itself is a primitive way of redefining actors).  And there might be others.

So in terms of mapping and modding features, what should Odamex backport and what shouldn't it?  
Title: Re: How far down the ZDoom rabbit hole should Odamex go?
Post by: Decay on June 20, 2012, 13:45:21
"
Personally, I'd love to see things like UDMF, PK3 support, 3DMidTex, a bigger subset of ACS and even 3D Floors. "

This stuff. Decorate is a novelty but might send odamex down the path of ghoultag. Cue Whiterabbit's "Why GVH was a good thing" comment.

Essentially you gotta ask what the overall goal of odamex is, and does adding something like decorate help fulfill it. Probably not.

Increased ACS compatibility would be excellent, especially global ACS that can be applied to all/most maps in a given DM pack, so modders can have fun and make fun modifiers like Pop a Cap (or kill the target), or even LMS, among other things.

Aside from that, being the lazy as fuck mapper I am, maybe change some of the stuff that causes the purple lines in textures. I think there is a certain w/h textures have to be, can't remember, but all I know is that other ports don't throw a huge purple line in the tex. Also supreme laziness: texture/flat interchangeability, meaning tx_start/end instead of patches/texture1 bullshit.
Title: Re: How far down the ZDoom rabbit hole should Odamex go?
Post by: Dr. Sean on June 20, 2012, 14:35:35
Aside from that, being the lazy as fuck mapper I am, maybe change some of the stuff that causes the purple lines in textures. I think there is a certain w/h textures have to be, can't remember, but all I know is that other ports don't throw a huge purple line in the tex.

In Odamex 0.6.0, if a texture's height isn't 2, 4, 8, 16, 32, 64, or 128, you will get the "tutti-frutti bug" you described.  This has been fixed for Odamex 0.6.1, though it's probably good policy to adhere to the power-of-two texture heights.  Odamex 0.6.1 does not yet have a fix for the tutti-frutti bug that occurs with texture heights >= 255 however.
Title: Re: How far down the ZDoom rabbit hole should Odamex go?
Post by: Hekksy on June 20, 2012, 17:54:26
I think stopping at ZDoom 1.23 b33 and then backporting stuff from ZDoom 2 and other ports is our best option (provided we got Randy's permission). Before we start looking at what ZDoom 2 has to offer however, the bug tracker needs to be cleared out a bit more.
Title: Re: How far down the ZDoom rabbit hole should Odamex go?
Post by: AlexMax on June 24, 2012, 11:43:28
Increased ACS compatibility would be excellent, especially global ACS that can be applied to all/most maps in a given DM pack, so modders can have fun and make fun modifiers like Pop a Cap (or kill the target), or even LMS, among other things.

See, Global ACS to implement gametypes is one of the big things I want to avoid.  First off, for most non-trivial gametypes, you need to implement new actors...after all, what is CTF without a flag?  Second of all, making gametype modifications in ACS is simply a pain in the ass...it was designed for making simple scripted actions happen on a map, not making fully-fledged gametypes.  It also has some pretty glaring omissions too...even with all the additions it isn't even capable of doing simple things like picking a spawn point.

I think that there are three possible roads to go down:

There's advantages and disadvantages to all three roads.
Title: Re: How far down the ZDoom rabbit hole should Odamex go?
Post by: Pseudoscientist on June 25, 2012, 08:24:54
As for vetting gametypes, I think that this runs contrary to "everyone policing his own server" goal. Just not providing dedicated functionality to implement AOW-style mods (but still keeping it theoretically possible) is as much (IMHO) as Odamex project should ever do for that purpose.

Option #2 is not worth any serious consideration for the reasons above and also because it's not cross-platform compatible.
#1 has been in effect already for a few years. Some proposals have been made but none implemented AFAIK. Its benefit is that clients can do better prediction than is the case with (limited) scripting language (#3).

As for original question: Those features which are needed by maps considered important to support, and those with technical merit that simplify editing (or allow some new features) for Odamex. (FWIW, IMO ACS and Hexen format bots are messy and lack technical merit. Although some parts of it have some merit. So the question is: what "important" maps need?)
Title: Re: How far down the ZDoom rabbit hole should Odamex go?
Post by: Ant P. on June 26, 2012, 22:13:45
I like the idea of using lua; it's a language you rarely hear complaints about, and it fits in with the openness theme.

I don't really care all that much whether or not ZDoom features get added. In the long run though I really hope Odamex will become less dependent on Doom/2-specific editor tools. The sound system gets it halfway there already, it'd be nice to have things like PNG and PK3 eventually...