|
This is a tool used to keep track of the user data like game progress, current game, global score, number of cheevos unlocked...
After retrieving the data, it presents to the user a comprehensive list of cheevos corresponding to the game the user is actually playing
and allows him to choose an achievement to be 'the target'. The tool will generate a custom overlay HTML file onto which each one of the different displayable elements will be inserted at their corresponding position, with customizable parameters and styles which can be modified using CSS or tweaking them in the preferences menu. |
Each of the elements displayed in the overlay are generated by a plugin.
A plugin consists, at less, on two files:
- plugin.py - Contains the properties and methods of the plugin.
- template.html - Contains the frontend structure for the plugin.