A downloadable asset pack


WARNING: The Plugin is in process and cannot download for the first. But you can buy the GameServices and you will be notificated if the plugin is finish.

(estimated duration: 1-2 Weeks)


Hello,

I made a godot GameServices plugin.

What supports the plugin?

- SaveGame/PlayerData

- Login/Register

- Send local notifications

- Support system

- Achievement system


Godot functions:

SaveData:

- GameServices.save_player_data(data)

- GameServices.delete_player_data(data)

- GameServices.delete_all_data()


Notificaton:

- GameServices.send_notification(title, message, delay, tag, repeat_duration)


- GameServices.cancel_notification(tag)

- GameServices.cancel_all()


Login:

- GameServices.login_player(playername, password)

- GameServices.register_player(email, playername, password, confirm_password)

- GameServices.logout_player(playername, password)

- GameServices.resend_code(playername)

- GameServices.send_code(playername)

(2-factor-authentification is enabled)


Achievement:

- GameServices.send_archievement(title, message, duration, exp)


GameServices:

- GameServices.open_services(screen)

- GameServices.close_services(screen)

(screen = "Support",  "Login/Register",  "Profile")


Support:

Support is not now exist. (Time left: A few Weeks/Days)




About GameServices:

With GameServices you can easily save player data like money. You can simply call up support where you can offer your own help. You can send a notification e.g. when a building has been completed.

In order to be able to use GameServices, the player must first be logged in, which is easy to do

GameServices.login_player (playername, password)

As soon as the player is registered, logged in and the profile is set up, you can simply save the player data, send achievements and more in godot.

Please write in the comments if you have any questions.




Thank you a lot.


Leave a comment

Log in with itch.io to leave a comment.