Thank you very much for the kind words, calmforce, itsdat, SilentLion and galneon!
galneon wrote:I'd love to be downloading new modules 15 years from now.
Yes, that's the plan!

On puzzles: many people really like puzzles in video games (see how popular the Broken Sword series is). That is, as long as they're not frustratingly difficult. So I think that they can really help the RPG category.
itsdat wrote:it is a gfx related feature. It would be cool to have it later on [if it's not too hard to implement].
Well, I thought about it some more. We could have a flexible system that would use the image's file name to indicate to the game how the image should be processed. For example:
* If the image is Warrior.png, process as a normal token.
* If the image is Warrior_S.png, process as a non-animated transparent sprite (so do not display a black circle around it)
* If the image is Warrior_SRL_R.png, process as a non-animated transparent sprite that exists in two orientations, Right and Left (and the game will expect that another file called Warrior_SRL_L.png exists)
* If the image is Warrior_SRLTB_R.png, process as a non-animated transparent sprite that exists in four orientations, Right / Left / Top / Bottom (and the game will expect that files called Warrior_SRLTB_L.png, Warrior_SRLTB_T.png and Warrior_SRLTB_B.png exist)
* If the image is Warrior_SRLTBD_R.png, process as a non-animated transparent sprite that exists in eight orientations, Right / Left / Top / Bottom and the four diagonal directions (and the game will expect that files called Warrior_SRLTBD_L.png, Warrior_SRLTBD_T.png, Warrior_SRLTBD_B.png, Warrior_SRLTBD_TL.png, Warrior_SRLTBD_TR.png, Warrior_SRLTBD_BL.png and Warrior_SRLTBD_BR.png exist)
* If the image is Warrior_SF3RL_R1.png, process as an animated transparent sprite that exists in two orientations, Right and Left, with three movement-animation frames in each direction (and the game will expect that files called Warrior_SF1RL_R2.png, Warrior_SF1RL_R3.png, Warrior_SF1RL_L1.png, Warrior_SF1RL_L2.png, Warrior_SF1RL_L3.png exist)
One way to have (somewhat) inexpensive animated sprites would be to limit them to the Right and Left directions. Then we just need three walk animation frames in the Right direction; the Left frames being a mirror version of the Right frames. Example from Heroes of Might and Magic 3:

With the system above, we could have a mix of static tokens, static sprites and animated sprites all in the same module. Feel free to comment on this. Thank you!

For now I’m fixing some bugs in KotC 1; after that I can start recording gameplay and then make a video for KotC 1.