Hey Guys,
I’m new here and want to create my first MMORPG but actually there are some steps to resolve:
- Dedicated Server and his contents - Win or Linux?
- Loginsystem (only blueprint!!!)
- UI - Widegets
To the first point I only need to know what should be in the package. The creation of this type is readable on epics git repro.
The secound and thirth point are points where I missed some nice “How To’s”.
The loginsystem should only be BP -> JSON -> MySQL, inclueding some security features. So if I start a UE4 Game (Third Person
BP only) then at first it should not be port me to the startmap, it should load the entire Loginscreen/Startupscreen where you can
login, register and/or quit.
If you chose register, then there should be come up a new “page” for registration with all the needed stuff, otherwise it should be
loading a serverlist, to choose the server for playing and after that it should be show you your character list (max. of 5 char each account).
At this point I don’t found anything how to solve this, the creation of the login system and the posibillity to use widgets before loading the
real “game instance”.
I only found a 4 part video on youtube where the creator shows his loginsystem with server/map-chooser and an inventory system but he
hasn’t released the source nor a tutorial how he has built it but in the heading he wrotes “no c++”.
I hope that you can help me with this, it will be glad to get these problems solved.
Regards
Chaos234