Just to let people know, to give yourself GM you must do so through the database. RZ_CHARACTER under the PLAYER_GRADE column.
Code:
enum GPlayerGrade{
PLAYER_GRADE_NORMAL = 0,
PLAYER_GRADE_GM = 1,
PLAYER_GRADE_TESTER = 2,
PLAYER_GRADE_DEVELOPER = 3
};
Using Ctrl+~ will open the command console in this version. Since this is the development kit, and not intended for public server usage, I have left this feature enabled. You can not however make yourself GM through it, as I have fixed this. If you want something a little better for public usage, you can compile the source code under Release_publish where I have deactivated all the commands.
Also, this is incorrect. Auto Account making has been disabled, so you have to make an account through the database in the RZ_ACCOUNT table. Furthermore, the Startup parameters have been altered in this version. You can either supply it with just an IP, and you will be prompted with a login screen where you can supply a username and password; or you can give it an ip username password from which it will then take you directly to the character select screen.
Code:
SoulHunterZ.exe 127.0.0.1
SoulHunterZ.exe 127.0.0.1 test1 test1