Unity Badumna Questions

So, I’m planning to use Badumna to make Online Racing game. But i have a few questions…

  • How to make a Login System with Badumna ?
  • How to save player’s data in Badumna ? like username, password, inventory, levels, settings
  • How to make a room / lobby in Badumna ? like there’s a lobby for people who waiting for an empty room or finished game, or they could make a room then invites any players in lobby
  • Do you think it is possible if i use online game guard like frost security in this online game ?

thanks for the answers

bump…

I cant help but id guess your chances are better asking in their forums.
http://www.scalify.com/forum/

Nevermind this post if you already asked there

Hi,

I will try to answer all of your questions,

I assume that you are asking about how the user can register to your game and login to your game when you are using Badumna.
Badumna provides the authentication and user management service through DeiServer, you can have a look in more details about this in Dei server documentation page. This will lead to the second question that you ask.

Basically you can create your own database backend for your game and integrate it with Dei Server for the authentication purposes and you can then use the same database for your inventory, level and settings. You can use arbitration server (see Arbitration server documentation) for handling the persistent data from the client and store it in your game database (i.e. storing inventory, level, etc).

Currently, Badumna haven’t got any specific API for the lobby system, but you can easily create Badumna lobby using the Badumna network scene (Note: in Badumna, room can be described as a Badumna scene, they are pretty much the same). So yes, you can have different Badumna scene for each different purposes, e.g. waiting scene, match scene. If you are planning to develop a casual race game, you might want to check out Badumna Cloud. Badumna Cloud provides matchmaking mechanism, you can have a look at the matchmaking documentation for more detail information.

Can you tell me more about this, any link for Frost security. But yes, you should be able to use any third party library to work with Badumna.

Hope this information help. And please let me know if you have any more question.

Cheers.

Note : yes you can ask in http://www.scalify.com/forum/ directly, and you can see many other post that might be useful for you too.