Dennis Meuwissen

Results 25 comments of Dennis Meuwissen

Either I don't understand the problem or I cannot reproduce it anymore. Entering 8.0 for a fixed point value like height will output 8*65536 in the patch (I'm not doing...

Internally, Doom stores these fields as fixed point and Dehacked was built to literally overwrite these in the executable. DSDADoom will simply put the height or radius values into the...

Do you have the patch that causes PRBoom to crash? Or can you describe the minimal modifications needed to get the strange behavior?

The Cacodemon and Baron both have "damage" set to 0 in the original Doom source release: https://github.com/id-Software/DOOM/blob/a77dfb96cb91780ca334d0d4cfd86957558007e0/linuxdoom-1.10/info.c#L1492C2-L1492C15 In that same source, A_TroopAttack does not derive damage from thing info, but...

The deprecation warnings you can ignore. But something in that patch is causing it to die. What version of Whacked are you using, and could you upload the patch file...

The patch loads now in current builds, thanks for the report!

When I create a new patch, change some thing properties, then close the app and choose to save the patch, I can save and quit the app as expected. What...

They were originally made from data extracted from the Doom executables, and any adjustments after that it was either manual labor (with macros and multi-cursor being a big help) or...

This would be interesting to add, but I would need some sort of documentation or code reference for how this works in ZDaemon. Does it define new states to be...

After taking a quick look at the dehsupp text, it looks like it would be realtively easy to add support for in WhackEd4. I'll put this on the list for...