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

ACE Engine v2 - DOS Doom II [vanilla++?]

Recommended Posts

Slowly working on features. Graphical loading screen is back again!

Meanwhile, here's the code execution explained. Finally.

 

Share this post


Link to post

This is incredible! The fog is very Hexen-esque. Are you some kind of wizard?

Share this post


Link to post
20 hours ago, Sr_Ludicolo said:

This is incredible! The fog is very Hexen-esque. Are you some kind of wizard?

Thanks! I will get to the fog effect in future episode ... when i implement it into ACE Engine (again).

 

I hope people will decide to use ACE Engine for mods. Yeah, right now it can only parse DEHACKED. It's too early.

In future there should be DECORATE, Hexen map format, ACS and more. Hopefully all compatible with ZDoom features. So mods for ACE Engine will work in ZDoom / GZDoom too.

 

And i would not mind porting those features into another source port, if there is any willing to have such features.

(Imagine having those features in official ports ...)

Share this post


Link to post
14 minutes ago, kgsws said:

Thanks! I will get to the fog effect in future episode ... when i implement it into ACE Engine (again).

 

I hope people will decide to use ACE Engine for mods. Yeah, right now it can only parse DEHACKED. It's too early.

In future there should be DECORATE, Hexen map format, ACS and more. Hopefully all compatible with ZDoom features. So mods for ACE Engine will work in ZDoom / GZDoom too.

 

And i would not mind porting those features into another source port, if there is any willing to have such features.

(Imagine having those features in official ports ...)

I for one will gladly watch your next move! These experiments are incredible.

Share this post


Link to post
On 8/13/2022 at 9:17 PM, kgsws said:

Slowly working on features. Graphical loading screen is back again!

Meanwhile, here's the code execution explained. Finally.

 


That was beautiful.

Share this post


Link to post
On 8/24/2022 at 7:08 PM, kgsws said:

Thanks. I hope there will be more. I am currently way ahead of my video series with actually implemented features.

Subset of ANIMDEFS is working, subset of SNDINFO is working, subset of DECORATE is in-progress.

that

 

is fucking

WHAT

 

that's actually sick, vanilla Animdefs? This is absolutely nuts. I know there's not a lot of buzz or hype or whatever, this is super small, but for idiots like me who enjoy mapping in vanilla and running their maps through DOS, this is cool.

Share this post


Link to post
On 8/25/2022 at 1:08 AM, kgsws said:

Thanks. I hope there will be more. I am currently way ahead of my video series with actually implemented features.

Subset of ANIMDEFS is working, subset of SNDINFO is working, subset of DECORATE is in-progress.

output.gif.e567674d8c22c81c7b79e3ce099a941d.gif

Ofcourse that works. Ofcourse. I feel the Ace Engine V2 or whatever this is needs a lengthy article one day, because this is a god send on Vanilla.

 

Pardon my stupidity though, but key to seeing things like these actually taking off is on ease of use. How is Doom Builder support for this? Or can one just map for a source port and some kind of black magic converter makes this for Vanilla? Or (i assume) am i thinking way too many steps ahead?

 

Because i can see all this falling in a new category of some sorts, blurring the line between straight vanilla mapping, and mapping for a source port.

Share this post


Link to post
On 8/14/2022 at 2:23 AM, Sr_Ludicolo said:

Are you some kind of wizard?

 

He is, he clearly is.

Share this post


Link to post
On 8/26/2022 at 1:13 AM, forgettable pyromaniac said:

that's actually sick, vanilla Animdefs?

Yes it is!

 

On 8/26/2022 at 1:31 PM, Redneckerz said:

Pardon my stupidity though, but key to seeing things like these actually taking off is on ease of use. How is Doom Builder support for this? Or can one just map for a source port and some kind of black magic converter makes this for Vanilla? Or (i assume) am i thinking way too many steps ahead?

It's very simple ... with a small catch i mentioned on the top. So a special tool could be useful if you want to know if that happened. But you don't need that. Just copy two special lumps to the top of your WAD and it will most likely work (but still, make a backup!).

aceldr.png.9f12bafe4f1f0eb0a9b5311f02bc1d58.png

Well, only ACE_LDR (or rather it's data) has to be on the top. And technically it is possible to have "black magic tool" that would hide it. OK ... it is possible to hide ACE_CODE too, with minor changes. I just thought this is a simplest way.

 

Here's a small demo WAD. It's not an official release (v2) yet since there's broken stuff! But as a demo it works.

Can you "solve" it? (It's not really a puzzle ...)

output.gif

 

Remember: You have to run the game using doom2 -config ademo.wad or it won't work!

Oh. And by the way, this will work in ZDoom since .. well, all the features are based on ZDoom (documentation, not code).

ademo.zip

 

EDIT: Replaced screenshot with animation.

Edited by kgsws

Share this post


Link to post

I can't even say Hello World. Just an ordinary player.
I understood that this is a source port in pwad format.
If this evolves, is it possible to run Boom-style pwad on vanilla or Choco Doom?

(not want slaughter maps, just question)

Share this post


Link to post
46 minutes ago, rparhkdtp said:

I can't even say Hello World. Just an ordinary player.
I understood that this is a source port in pwad format.
If this evolves, is it possible to run Boom-style pwad on vanilla or Choco Doom?

(not want slaughter maps, just question)

I dunno if it'd work in Choco. Choco aims to preserve the feel and the bugs, but it does definitely do some changes under the hood, so it might not work with ACE engine.

 

Of course, I could be wrong.

Share this post


Link to post
1 hour ago, rparhkdtp said:

If this evolves, is it possible to run Boom-style pwad on vanilla or Choco Doom?

Running Boom wads in vanilla-launched ACE is perfectly possible to imagine.

 

However, there's no way you could launch ACE in Chocolate Doom. ACE basically exploits known vulnerabilities to perform code injection so that vanilla Doom ends up running ACE code. Such vulnerabilities do not exist in Chocolate Doom, and even if they did it would be highly version and build-dependent.

Share this post


Link to post

Yeah I just tried it on Chocolate Doom, and the fullscreen stat bar in the github introduction doesn't work.

Share this post


Link to post
1 hour ago, rparhkdtp said:

Yeah I just tried it on Chocolate Doom, and the fullscreen stat bar in the github introduction doesn't work.

It's not meant to run in Chocolate Doom, it only works in the DOS version.

Share this post


Link to post
1 hour ago, kgsws said:

It is possible to add Boom features. However, since i am adding more advanced features (DECORATE) i have no plans for Boom support right now. There's DEHACKED support right now.

It wont ever run in Chocolate Doom. Though, it would be possible to create a fork that would implement the code i added to ACE Engine.

 

 

Anyway. Here's an update.

test.gif.1833e1ccd93d3801cc07b470ec87a70d.gif

 

I have added many new features, it's quite complete already. Release soon.

DECORATE, SNDINFO, ANIMDEFS ... And save / load rewrite. With previews!

I might be able to add MAPINFO support in v2 release but i do not know yet.

I will also make a demo WAD with new release. Because otherwise nobody would know about new (cool) features.

 

This really gives off BUILD Engine vibes (Save/Load Game menus)

 

Great work!

Share this post


Link to post
18 hours ago, Redneckerz said:

^^ give this user a award.

Aww, thanks for saying I deserve an award, Redneckerz!

 

More seriously - Codeaward for sure.

Share this post


Link to post
23 hours ago, Redneckerz said:

^^ give this user a award.

 

5 hours ago, Dark Pulse said:

More seriously - Codeaward for sure.

 

There was an award for ACE already ...

Biggest award for me would be people actually using this for cool mods.

Share this post


Link to post
46 minutes ago, kgsws said:

Biggest award for me would be people actually using this for cool mods.

 

I'm definitely going to use it for mod... you know which one ;)

Share this post


Link to post
7 hours ago, Dark Pulse said:

Aww, thanks for saying I deserve an award, Redneckerz!

For most perpetually annoying? ;)

2 hours ago, kgsws said:

 

 

There was an award for ACE already ...

Biggest award for me would be people actually using this for cool mods.

Sometimes one Codeaward doesn't cut it.

 

I really wish to expand the info on ACE eventually with a manual of what is possible though. I reckon that will become a thing whenever you finalize this.

Share this post


Link to post
3 hours ago, Dexiaz said:

I'm definitely going to use it for mod... you know which one ;)

Brutal Vanilla Doom confirmed.

Share this post


Link to post
On 9/7/2022 at 2:41 PM, Dark Pulse said:

I dunno if it'd work in Choco. Choco aims to preserve the feel and the bugs, but it does definitely do some changes under the hood, so it might not work with ACE engine.

 

Of course, I could be wrong.


ChocoACE when?

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
×