Hi
I have just downloaded the gamesparks minimal addon from Mikal, but I'm not able to make it work. I know this is an old addon, but I tried almost everything.
this is the addon: construct.net/en/make-games/addons/228/gamesparksminimal
I also tried to implement the Javascript SDK and call the Gamesparks functions from Javascript, but I always get undefined errors (with CryptoJS, Gamesparks itself...)
I will appreciate any help or tip that can lead me to implement just a simple gamesparks auth and custom logEvents
Thanks,
D
Develop games in your browser. Powerful, performant & highly capable.
I definitely have not used that in quite a while! I would recommend Playfab instead of Gamesparks and use Chadori's Playfab plugins.
That being said, my quick guess would be to _not_ use worker mode and to use classic script mode instead of module mode.
Woah,
Thank you so much Mikal, I had the worker mode disabled, but didn't thought about the classic script module, that did the trick, thanks!
I need to use Gamesparks because I already have a lot of work and server logic done there
Thanks again!