Game Account/Password Blueprint

I was wondering if there is any documentation anywhere on how to make an Account/Password (Log In) Screen for a game.

This screen would come before the obvious Create, View, Delete Character screen. Which comes before the Character creation and then finally.

The Play button.

Which would log the player into the game.

Most of that I think I can handle.

I’m just wondering how I would go about getting the first Login Page to require a password and account name linked to a database with Account Names and Passwords. And then once the correct combination is input, it takes you to the Character Select/Create screen.

Thanks for your time!

There is unfortunately about 40 ways to do this and each ones depends entirely on your skillset … so not one particular tutorial is going to help you.

What you can do is look at the marketplace, there are some packages there that have done the basics for you already. You can either re-use those or tear them apart to see how they were done.

I personally am using a secure web-service that consumes and produces JSON and is hooked up to my Database via Hibernate and an Entity Framework.