Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
GoneAway

DSDhacked [unlimited everything]

Recommended Posts

I might consider this too.  Better than constantly changing the goalposts, just make it unlimited.

Share this post


Link to post

the mbf21 stuff is why switched from using pr boom+ to dsda doom because it open up a lot of new possibilities for mapping and dehacked

Share this post


Link to post
15 hours ago, kraflab said:

I thought it would make sense to make a separate thread for visibility on this subject. In case you missed it, dsda-doom now supports "unlimited" dehacked things, states, sprites, and sounds, as of v0.21. This is an extension of mbf21, which vastly increased the demand for raised limits in dehacked.

 

Here is the specification for the dsda-doom implementation of unlimited dehacked stuff:

 

https://github.com/kraflab/dsda-doom/blob/master/docs/dsdhacked.md

 

The implementation of this in other ports would be specific to the given port (i.e., how you would map an unlimited dehacked-space into your existing infrastructure). It might not help much, but the general abstraction for this in dsda-doom can be seen in these files:

 

https://github.com/kraflab/dsda-doom/blob/master/prboom2/src/dsda/state.c

https://github.com/kraflab/dsda-doom/blob/master/prboom2/src/dsda/sprite.c

https://github.com/kraflab/dsda-doom/blob/master/prboom2/src/dsda/mobjinfo.c

https://github.com/kraflab/dsda-doom/blob/master/prboom2/src/dsda/sfx.c

https://github.com/kraflab/dsda-doom/blob/master/prboom2/src/d_deh.c

 

Something like woof could probably adopt this with relative ease, but I don't know about the more complex ports.

 

Comments, concerns, issues? Please reply in this thread!

As if a universal MBF21 standard was not enough... you went ahead and created another one of your own? :P

 

So this is basically Fusion ramped up to unlimited. And given its implementation is port-specific with a generic framework, i guess this is yet another Cacoward worthy entry.

 

Obviously this calls for an example WAD to be made using this though!

 

Right, that settles it. DSDA-Doom wiki page will be incoming.

Share this post


Link to post

Holy cow. Don't give me ideas for what I can do with this hehe

Share this post


Link to post
1 hour ago, fabian said:

The pace with which you go ahead and render any other source port obsolete is... amazing! 

I know, right. This Kraflab guy is one to watch out for! ;)

 

But in all honesty this stuff is bizarrely impressive. Who would have thought that 2021 would give birth to so many giant steps for modding? Its as if some folks decided ''Alright, we have dealt with Doom's limits long enough. To reinforce another 20+ years, here is what we will do..'')

33 minutes ago, Gibbon said:

After taking a look, ReBoom could have this no problem.  It fits very nicely.

This... no way. I understand not going for MBF21, but DSDHacked?

 

I am supposed to go on holiday guys in a week. All you lot are doing is making me postpone it.

Share this post


Link to post
7 minutes ago, Redneckerz said:

I know, right. This Kraflab guy is one to watch out for! ;)

 

But in all honesty this stuff is bizarrely impressive. Who would have thought that 2021 would give birth to so many giant steps for modding? Its as if some folks decided ''Alright, we have dealt with Doom's limits long enough. To reinforce another 20+ years, here is what we will do..'')

This... no way. I understand not going for MBF21, but DSDHacked?

 

I am supposed to go on holiday guys in a week. All you lot are doing is making me postpone it.

I'd always prefer a once and done approach rather than just upping limits every few years.  At least with this, it is done.

Share this post


Link to post
18 minutes ago, Redneckerz said:

This... no way. I understand not going for MBF21, but DSDHacked?

This is just a lifting of frame/mobj/sprite/sound slot limits, but not an addition of new features such as new actor flags or codepointers. In a way it's a lot more conservative.

Share this post


Link to post
22 minutes ago, Gibbon said:

I'd always prefer a once and done approach rather than just upping limits every few years.  At least with this, it is done.

Hilarious. ReBoom began as a port of PrBoom 2.02 - Now it will go on to feature unique things all on its own. Breaking ground here!

 

10 minutes ago, Gez said:

This is just a lifting of frame/mobj/sprite/sound slot limits, but not an addition of new features such as new actor flags or codepointers. In a way it's a lot more conservative.

That is a good interpretation indeed. I just find it remarkable how, after years of vanilla limits, we are now supposely are not raising DeHacked limits but outright breaking them aswell. Its an idea as old as time, but only now its getting there.

Share this post


Link to post
38 minutes ago, Redneckerz said:

That is a good interpretation indeed. I just find it remarkable how, after years of vanilla limits, we are now supposely are not raising DeHacked limits but outright breaking them aswell. Its an idea as old as time, but only now its getting there.

"Only now" only if you only look at DEHACKED. (That's a lot of onlies for such a short sentence!) Unlimited states and such have been available since EDGE's DDF...

Share this post


Link to post
2 minutes ago, Gez said:

"Only now" only if you only look at DEHACKED. (That's a lot of onlies for such a short sentence!) Unlimited states and such have been available since EDGE's DDF...

 

theydontknowimedgememe.png

Share this post


Link to post
1 hour ago, Gez said:

"Only now" only if you only look at DEHACKED. (That's a lot of onlies for such a short sentence!) Unlimited states and such have been available since EDGE's DDF...

But E.D.G.E never got to play at the main stage. Now, why is that... :P

54 minutes ago, Redoom said:

 

theydontknowimedgememe.png

Oh dear, the cringe.

Share this post


Link to post

Stuff that seems too good to be true usually is. What's the catch?

Share this post


Link to post
8 hours ago, Graf Zahl said:

Mainly that it may take time to get this ported to other ports, actually.

 

I cannot say how this may affect other ports, some may have an easier time, but some may even face more difficulties, depending on how they work internally.

...I can live with that.

Share this post


Link to post

Hey, @kraflab, while the "unlimited" range is cool, I think it would need to facilitate an increase in the "Doom Version" value in a DeHackEd patch especially with the new features. Older ports than Boom/MBF would immediately error out (as they should), and newer ports will be able to shuffle its internals in case they use anything beyond the maximums that DEHEXTRA would address (case in point - Eternity uses the higher ranges for some additional Eternity built-ins).

 

If a new Doom Version number is established, other ports can have a clearer signal that their internals need shifting or redefining. The Patch Version however, would need no changes, as the format of the patch itself isn't really changing.

 

EDIT: I'd probably suggest "30" for the number, if no other port is using it. Other ports should have done the same, really (looking at you, Doom Retro!).

Share this post


Link to post

Sure, we can version it. I'd suggest something less likely to have a clash and more expressive, like `2021`, if there isn't an issue with that.

Share this post


Link to post

Whatever suits you, but it'd be a lot of help knowing up front that this might extend the working set of data.

 

Share this post


Link to post
On 8/22/2021 at 5:18 PM, Gibbon said:

This sounds like a challenge to add more features :)

Yeah, like defining basic dummy values for weapons and monsters to keep track of, and a JumpIf function call checking for said values, that has untold mileage.

 

On 8/22/2021 at 7:00 PM, Redneckerz said:

But E.D.G.E never got to play at the main stage. Now, why is that... :P

Hey! Edge had Immoral Conduct, which justified the entire port!

Share this post


Link to post
53 minutes ago, ChopBlock223 said:

Hey! Edge had Immoral Conduct, which justified the entire port!

*googles*

Sir, this is atleast 15 years ago. EDGE needs its own Heartland.

Share this post


Link to post

I wasn't arguing for the continued use of Edge, god no (there's a largely fateful port of ICD Special Edition in Decorate anyway), just that it made its mark.

Share this post


Link to post
15 hours ago, kraflab said:

Updated the spec to use `Doom version = 2021`

Thanks on that one. I want to include DSDHacked on the wiki. Should i take it literally and update the MBF21 page, or call for a separate page? Judging by the two, one could support DSDHacked, but not MBF21 as that also involves other things. So they seem separate standards.

 

 

Share this post


Link to post

Whether or not it should have its own page is up to you, I don't know much about how the wiki is structured :^)

You can consider dsdhacked as "mbf21 + unlimited dehacked". I believe decohack will assume dsdhacked implies mbf21, for instance. This is to avoid a hodgepodge of puzzle piece standards and to try to have an incremental path forward where possible.

Share this post


Link to post
17 hours ago, kraflab said:

Whether or not it should have its own page is up to you, I don't know much about how the wiki is structured :^)

You can consider dsdhacked as "mbf21 + unlimited dehacked". I believe decohack will assume dsdhacked implies mbf21, for instance. This is to avoid a hodgepodge of puzzle piece standards and to try to have an incremental path forward where possible.

With the way you phrase it, and how it was introduced, i am inclined to go with the former option: Being something related to MBF21, but it isn't required. One could support DSDHacked yet ignore the MBF21 spec.

 

DecoHack's approach is appealing, aswell - By implying that without MBF21, there is no DSDHacked you do make it easier for mod authors to support the whole she-bang. So flexibility versus ease of access.

 

Considering its a spec and DSDA-Doom is one implementation of it, ill make it a separate entry. One port could support DSDHacked, being an extension to Vanilla, yet leave more broader, Boom/MBF-level enhancements aside. I will denote DecoHack's approach to this aswell - Leaving it to the reader and thus any author up to decide as to how they want to support it, just that there is more than one way to support DSDHacked.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×