
Download
Source code
Achievement mod and script library for GZDoom.
Consists of two parts:
- Stupid Achievements - script library.
- Imp Achievements - example usage of Stupid Achievements.
First, I wanted to created achievements for Doom, but Doom is big, and I concentrated just on imps. So, there are 9 achievements (one of them is hidden until unlocked). Some achievements may be unobtainable with mods, some are surely unobtainable without mods.
Features
User side
- three different animations;
- user-configurable notification position;
Modder side
- showing notifications when an achievement is unlocked or progressed;
- easy to use (single function);
- easy to define new achievements;
- highly customizable new achievements;
- icon support.
Notes on using in your projects
- Please find and replace "sa_" namespace with your own to prevent conflicts.
- License: GPLv3.