so I just downloaded this plug i n and sorry if this sounds stupid but I can't figure out how to make an achievement.
No worries ^^ Basically, you just do the following:
- Install the plugin like you would any other: Copy the plugin file into the game's
js/pluginsfolder, then add the plugin in the plugin manager. - At the top of the plugin parameters, there's one called "Achievement List". Click on that to open the list of achievements for your game. If you're not in the demo project, this list should be empty at first.
- Click on the "empty" entry in that list (the one with the highest index displayed on the left, but without any text) to open the window for adding a new achievement. There you can edit the achievement's properties to your liking.
- Click OK until all the windows are closed. If you set the achievement to be visible by default, then the achievement should already be visible when you open the achievement menu. Make sure the plugin has at least one valid category assigned!
- To have the player progress/complete an achievement within the game, you should use the plugin commands as detailed in the plugin's help section.
When in doubt about any of these steps, you can also look at the demo project to see how achievements are set up there.
If all that doesn't work, could you explain in more detail what steps you've taken that did not work?