Original Source
- Original title: MV HO Achievement System
- Original author: horst_onager
- Original date: August 21, 2020
- Source thread: https://forums.rpgmakerweb.com/threads/ho-achievement-system.125593/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)
Summary
HO Achievement System v1.4 Author: Horst Onager Latest Update: 2024-03-25 ------------------------------------------------------------------------------------------------
Archived First Post
Author: Horst Onager
Latest Update: 2024-03-25
------------------------------------------------------------------------------------------------
Hi everyone!
This plugin adds an achievement system into your game! It's a plugin I originally wrote for just my own projects, because I couldn't find any existing plugins that fit all of my needs, but now I've decided to share it!
Key Features:
- Rewards! Get gold, experience, items, weapons or armors as rewards for completing achievements!
- Achievement Points! Earn points for completing achievements, and get rewards for reaching certain amounts of points!
- An alert window to inform the players about their achievement progress!
- Tiers! Split up achievements into smaller steps!
- Progress bars! Visualize the progress the player has made so far!
- Repeatable achievements! Set any achievement to be repeatable as many times as you like, or even infinitely often!
- A lot of parameters for you to customize the achievement system to your liking!
Screenshots:
Downloads:
- Download from itch.io
How To Use:
I've put detailed instructions and explanations in the plugin's help section, so hopefully that will be enough. But if you have any additional questions, feel free to ask here!
Terms Of Use:
This plugin is licensed under an MIT license, so it is free to use for commercial and non-commercial projects, as long as you mention "Horst Onager" somewhere in your game's credits.
Notes:
There is no automatic achievement completion or switch or variable tracking, so you will have to implement all achievement progress via plugin commands. However, you can also download a small extension plugin that provides functionality for some more common achievements like playtime, walked steps or earned gold (HO_X_AchievementExt.js).
Also, I've tested the plugin to the best of my abilities, but of course there could still be bugs in there, so let me know if you find any.
Happy RPG making!
Changelog:
- Fixed bug related to repeatable achievements.
v1.3:
- Achievement points for current tier are no longer drawn when the maximum points for that achievement have already been rewarded.
- Infinitely repeatable achievements are now treated as completed as soon as they have been repeated once.
- Greatly improved plugin performance, especially in case of many achievements.
- Players can now also jump to the very end of the list by pressing the -> button, instead of just to the last category.
- Achievement alerts are now also shown in-battle.
v1.2:
- Made some small improvements to the code.
v1.1:
- Added demo project.
- Changed category icons to be arbitrary text allowing text codes.
- Fixed some bugs involving plugin commands
v1.0:
- Released plugin.
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
Terms Of Use: This plugin is licensed under an MIT license, so it is free to use for commercial and non-commercial projects, as long as you mention "Horst Onager" somewhere in your game's credits. Notes: There is no automatic achievement completion or switch or variable tracking, so you will have to implement all achievement progress via plugin commands. However, you can also download a small extension plugin that provides functionality for some more common achievements like playtime, walked steps or...
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
Topic Summary
Loading summary...