Heretic-like screen wipe?
Moderator: GZDoom Developers
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.
Heretic-like screen wipe?
For the past few hours, I have been trying to figure out a way to make my mod not have a screen wipe. And I've really had no luck, but I found out that Heretic doesn't have a screen wipe. So does anyone know how to code a screen wipe like Heretic's?
Re: Heretic-like screen wipe?
You could start by reading [wiki=Screen_wipe]the wiki[/wiki]. The screen wipe style is left at the user's preference, except for custom intermissions.
If your mod is a standalone TC, you can change the default wipe style by using the [wiki]DEFCVARS[/wiki] lump to change the default value of wipetype.
If your mod is a standalone TC, you can change the default wipe style by using the [wiki]DEFCVARS[/wiki] lump to change the default value of wipetype.