jRPG Template

New update featuring world interactions:

  • interactable objects, create objects that player can interact with. Their state is persistent and saved to the file when game progress is saved (so looted chests stay looted and open door stays open).
  • world enemies, create enemies that will chase player character and launch a battle when they catch him up. Their state is also persistent and saved to the file, so killed enemies won’t spawn on a map over and over. Also, supports bosses.
  • interactable NPCs, create characters that player can interact with and execute special events. Includes fully working vendor NPC!