Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi VegeTato, I'm writing to you about your Idle Clicker template. I need to use it to do some tests, but I can't use it without getting an error from Firebase. I understand that the game for the functionality you've added requires that service, but if a person wants to do some game tests to see if all the changes was made work before signing up, they can't, this is a problem. Where is it possible to temporarily deactivate Firebase to be able to do the tests? Being forced to sign up to an external service just to do some tests isn't exactly the best. If I had taken your template just to learn, I would be very annoyed to have to do an external registration. I would appreciate it if your kind response wasn't: "It can't be deactivated!" Because I know it can be done, it would just take hours of time that I would have preferred to use to learn and study the template rather than understand how to make it work to be able to play with my changes, even if it's just putting a different texture, but at the moment it can't be used without signing up to Firebase. Thanks!

Hello! :)

Signing up is just a 1 time thing, the game then will auto log you into your account by default.

But anyway, of course you can skip the sign-up very easily!
1- Enable the group event "Enable to clean storage (saved data)" → run the game → close the game → disable the group again.

2- Go to this event:
"Save/Load system & Username menu\Enter button\Pressed"  scroll down to this event:

Then copy all the actions from that event.

3- Create a new empty event at the very top in events sheet (or anywhere you want, just make sure it's not a sub event):
Condition:
At the beginning of the scene.

Action:
wait 0.3 seconds.
Paste all the actions you copied from the event before.
Your new event should look like this:

And that's it ! :3
Now when you run the game, it will not ask you to sign up, you will get into the game immediately 😉

Note: if you want to get back to the sign-up process, simply disable the new event you created, and everything will get back to normal.

Ok, thank you, very kind, I had to copy and paste the events as external event and not sub-event, I missed this!

(1 edit)

I was also able to make these Changes. Thanks to the quick Help via Discord @VegeTato :-) Really kind guy!