Hello there ![]()
I am working on a daily reward system plugin for my game and other projects but I thought it might be useful to others so I decided to publish it. It would take a little more time to polish and finish up other stuff, so I wanted to ask if anyone would be interested?
It would be under MIT License so free for everyone.
The plugin is already very customizable there are a lot of export variables so it is easy to reskin with your own art. You can also configure your own reward timings with a single value in a JSON file and add as many reward types as you want, and more.
Godot 4.2+
2 Likes
In its current state it is for single player/offline use only.
For time tracking it uses Time.get_unix_time_from_system() so the devices local time. I figured you are asking because players could manually set their clock forward to cheat it. Which i think is not that big of a deal for single player games but would be a problem for anything online. This could be resolved using server or NTP, which i will probably do in the future because I want the plugin to be as versatile as possible.
2 Likes