Page 1 of 1
Replicating the Icon of the Defender's interface gimmick
Posted: Fri Feb 10, 2017 6:49 pm
by Ultimate Freedoomer
Hey. You know how the Icon of the Defender displays an image of itself in the corner of the screen when active, as opposed to the fullbright player view of the other invulnerability items? I was wondering if any of you guys would be able to tell me how to replicate the Icon of the defender's interface effect in custom powerups.
Re: Replicating the Icon of the Defender's interface gimmick
Posted: Fri Feb 10, 2017 7:09 pm
by Ivan
Ultimate Freedoomer wrote:Hey. You know how the Icon of the Defender displays an image of itself in the corner of the screen when active, as opposed to the fullbright player view of the other invulnerability items? I was wondering if any of you guys would be able to tell me how to replicate the Icon of the defender's interface effect in custom powerups.
You should code your own.
Use SBARINFO to learn how to display a single image if the player owns an inventory item. Next, read up on ANIMDEFS lump and learn how to animate images easily. That should get you going.