Does anyone know how to create a login menu for a game (one that has username, password, etc.) on Blender? It might help me a lot.
Please, post it in the appropriate board:
Game Engine
Game Engine Support and Discussion (18 Viewing)
Questions and Discussion regarding the Blender Game Engine
Also, describe better what you want. Is the users database online? Is it part of a bigger registering system?
You’ll need to use python. I have no experience with this, so I can’t give further advice. You may search for “database” in this forum. Probably other people gave it a try already.
edit: also check the Python & Plugins board. Maybe there is a ready to use toolkit for doing that.