Hello all,
I am thinking of make a F2P mobile game and there is an issue that I can’t get my head around, I can’t find the right approach. In a lot of F2P game, there are always a time based upgrade where players are asked to wait a certain amount of real time in order to finish a upgrade etc. I want to know what will be the best way to do it, I know this will definitely involve getting the server time. The one I am thinking of is Gamespark. (I am not just using it to check server time, i am using their other features too.)
Here is my solution that I think it will work:
- Player presses a button to start upgrade
- Send a request to server to record the time start
- When player enters back into the game, it check the server time again to see if this upgrade has finished.
But this only works on devices that always online. And if player is offline, there is no way to check the server time. If time information is stored on devices, there will be a chance that player just change the time on device. I have seen asset like Time-cheat prevention on asset store, but I am not sure how reliable this can be.
Is there a good solution that allow player to start time based upgrade when offline and not be able to cheat? I know there is no prefect solution. But I would like to know how people create this kind of system in nowadays.
It will be nice if people can share their thoughts or ways to do it.
Thank you very much for your time.
Derek