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

Heretic's default terrain and custom flats

Recommended Posts

I'm getting into making Heretic maps and was wondering if there was a way to use the default terrain that comes with Heretic on custom flats. I have a custom water flat that I'd like to act like Heretic's normal water.

Share this post


Link to post

If your wad is intended for ZDoom, use ANIMDEFS and TERRAIN. There is also a vanilla compatible trick for making custom flats out of others, but I'm not sure if it would transfer Heretic's terrain qualities too. Or you would just replace the stock water graphics with your custom ones, at the cost of losing the stock ones.

Share this post


Link to post

Figured it out. Heretic's default splash block is Water for water (go figure), so you only need to put

terrain (name)
{
	splash Water
	footclip (pixels)
	liquid
}

floor (texture) (name)
in the TERRAIN lump.

Share this post


Link to post

This sounds cool. If you can make it vanilla compat that would be awesome.

Share this post


Link to post

Unfortunately the terrain types are hardcoded into the executable itself, so there's no way to assign terrain to added custom flats in vanilla without completely modifying the game (at that point you're better off just using ZDoom). You'll have to replace Heretic's default water flats if you want a water effect which comes with its own slew of issues (e.g. color palette, graphic format, etc.).

If you're talking about vanilla Doom, it doesn't have terrain so it's impossible. Only Heretic and Hexen have it.

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  
×