Page 4 of 9

Re: Vanilla Essence 4.3: 320x200p support! More bugfixes.

Posted: Thu May 16, 2019 11:08 pm
by Rachael
Pixel Eater wrote:Usually I disable that because the Palette Tonemap setting does it also and they don't overlap so good. But I've been finding that for games that have nicer colourmaps (like Heretic/Hexen) the Banded Lightmode is preferable to using the palette setting :cheers:
Err - you do realize that banded SW lightmode was made for the palette tonemap? They were meant to be used together to emulate the original colormap fading implementation. It doesn't work the way you think it does without it.

Re: Vanilla Essence 4.3: 320x200p support! More bugfixes.

Posted: Thu May 16, 2019 11:47 pm
by Pixel Eater
Oh really? :lol:

And here I've been thinking the palette tonemap had made it a redundant feature. Thanks for the correction, I'll have to make a change in the next version :)

Btw, has anyone else been having crashes when trying to end a game (with the F7 key)? I think it's the SpriteScaler inventory item calling .GetInt() after the player has been destroyed. Except there's a check for the player within in it's DoEffect() which should be preventing that. Any ideas why it would fail?

Re: Vanilla Essence 4.3: 320x200p support! More bugfixes.

Posted: Wed Jun 05, 2019 8:48 am
by Grizzly
This is quite great!
One thing I have been missing is that in vanilla doom there's no autosaves: You die, and it's a pistol start for you. Could Vanilla Essence get an autosave toggle in the future?

Re: Vanilla Essence 4.3: 320x200p support! More bugfixes.

Posted: Thu Jun 06, 2019 3:17 pm
by Pixel Eater
That's something I'll have to mull over but it's a great suggestion. I just worry it's a bit too "operational" compared to the usual settings that get toggled. At the very least I can add it to a quick menu of persistent options 8-)

Re: Vanilla Essence 4.3: 320x200p support! More bugfixes.

Posted: Sat Jun 08, 2019 8:07 pm
by Zenon
Vanilla Essence is missing out on something iconic
The blue floppy disk on the bottom right corner that appears every so often

Re: Vanilla Essence 4.3: 320x200p support! More bugfixes.

Posted: Sun Jun 09, 2019 7:21 pm
by Pixel Eater
Zenon wrote:Vanilla Essence is missing out on something iconic
The blue floppy disk on the bottom right corner that appears every so often
Heh, when I get the time I'll see what I can do :twisted:

Re: Vanilla Essence 4.3: 320x200p support! More bugfixes.

Posted: Sun Jun 09, 2019 7:28 pm
by Tormentor667
What exactly does it do?

Re: Vanilla Essence 4.3: 320x200p support! More bugfixes.

Posted: Sun Jun 09, 2019 8:14 pm
by Pixel Eater
Not that I remember it specifically but it sounds like it indicated when data's being read. Whether it was only during floppy access (was that even possible due to size?) I don't know or if it also appeared during low frame rates. There's only a vague reference to it here.

I figure it can be faked using WorldLoaded or PlayerEntered events and just drawing it for a short time. Do you know if it's supposed to flash too Zenon?

Re: Vanilla Essence 4.3: 320x200p support! More bugfixes.

Posted: Sun Jun 09, 2019 10:10 pm
by Zenon
Pixel Eater wrote:Do you know if it's supposed to flash too Zenon?
I remember it would flicker as it read the data, though I remember it being regardless of whether you had the disk in or not.

Though I've not seen it at all through my years of playing doom, according to a friend of mine, apparently if you were running it off the cd, it would have a cd icon flicker the same way when data was being read.

Re: Vanilla Essence 4.3: 320x200p support! More bugfixes.

Posted: Sun Jun 09, 2019 11:52 pm
by Caligari87
Looks like Chocolate Doom discussed and re-implemented this a few years ago, might be of interest.

8-)

Re: Vanilla Essence 4.3: 320x200p support! More bugfixes.

Posted: Mon Jun 10, 2019 9:01 pm
by Pixel Eater
Thanks for the info!

Here's a hasty little test run:
LowDing.pk3
(859 Bytes) Downloaded 74 times
Type "ve_showcd 1" to use the stcdrom graphic instead.
I couldn't test Strife's hourglass though cause I only have the shareware copy.

Re: Vanilla Essence 4.3: 320x200p support! More bugfixes.

Posted: Mon Jun 10, 2019 10:52 pm
by Zenon
Excellent
Really completes the aesthetic <3

Re: Vanilla Essence 4.3: 320x200p support! More bugfixes.

Posted: Mon Jun 10, 2019 11:30 pm
by Pixel Eater
Oh good :)

Would you change the blink rate/duration at all? Or should it be more random?

Re: Vanilla Essence 4.3: 320x200p support! More bugfixes.

Posted: Mon Jun 10, 2019 11:37 pm
by Zenon
I think the flicker/blink rate should be slightly randomized, though it should be noted that the flicker rate slows down when Vanilla Essence is enabled
Another idea I thought would fit, would be if it appeared/flickered during fps drops, much like it did originally

Re: Vanilla Essence 4.3: 320x200p support! More bugfixes.

Posted: Tue Jun 11, 2019 5:57 pm
by Pixel Eater
Okay I'll make sure to randomize it when the time comes. Not sure how to determine slowdowns now that I think about it and it might be unfair to add to the processing load anyway. Or maybe there's a way to count the number of monsters in proximity to simulate a struggling 386...