Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
wesleyjohnson

FreeDoom recognition characteristics

Recommended Posts

Thank you Gez and Quasar.

I have also been considering scanning the known lighting sprites at load time to identify their flame locations.
It would require significant code with the usual image recognition problems.

This has several advantages though:
1. Does not require FreeDoom to have any additional lumps, nor does it rely upon FreeDoom members to update a special lump.
2. Would work on other old wads.
3. Can be customized to the particular engine, and what it is displaying (like a corona).

A scan for bright pixels
a. pixels where at least one color > 230, and total intensity > 400.
b. where more than half the neighbors are bright (eliminate outliers)
Find the center of the spots and cope with up to 3 (or 4) of them per sprite.

Information such as flickering, would have to be from knowing the sprite identity (torch, lamp, candle, etc.).
Strange wads that redefine such things would create problems.
Perhaps a dehacked extension that can change it.

The only requirement upon FreeDoom and other wads, would be that their flame shapes not get too strange, not overlap, have contiguous bright pixels, and limited to 3 (or 4) flames per sprite. I would hope that those requirements would be acceptable.

Anyone try this before ??
Any new rational can you add to support one or the other idea ??
I think it would help if the engines had some common requirement instead of each imposing individual support requirements upon new wads such as FreeDoom. ??

Thank You.

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
Sign in to follow this  
×