Hello Im new Using Unreal engine and I start making my first project like my first map any way y read about your MMO Starter Kit for Unreal. I want purchase but I have some Questions this is compatible with Mac pc? I read all the documentation, but im still wonder if you can provide a Video tutorial, and im sure that many of us helps us out in how to integrate this MMO Starter Kit for Unreal in our project games. Please respond and if is possible send me and e-mail. Im really interested in get this kit.
Hi novato,
I plan to make a video tutorial eventually, but so far people usually donât have trouble following the âquick startâ user guide (Iâve tried to made it really thorough over this year). I donât provide support for Mac currently. Iâve heard of a couple customers using the kit fine on a Mac, but Iâm not sure.
I have tried but not yet succeeded in opening and compiling under OSX 10.10.5 .
The launcher (for now) is WinONLY. There are free, open soource crss platform launcher out there perhaps it could be integrated in to MMOToolkit in future?
Mac support would widen the user base. My audience is primarily OSX folks and they donât even use the OriginâŚ
Now i have downloaded mmo starter kit at last and also get databases and next week i have to try it. I add my own map/level, and my own character. One question is in my mind. In starter kit there are in create character menu where you can choose either warrior, roque or mage. Is it easy to add every race different character. That all of them are not samekind outlook. I mean that warrior could be monster, roque like cyborg and mage like some woman. I mean it is easy to change these character, I have my own, but where i can make this change. Yes there is tutorials and so on, but if some could tell briefly
Hi, i purchase the MMO Starter Kit and im starting with your documentation but Im still canât not get the game ready for test on my web server can you help me? I pay for goddady hosting I import the database. my php web server is 5.5 but i donât know how to set up this properly.
Iâm glad that your payment issue has been resolved!
In MMOCharacter blueprint, thereâs a Class variable. You could set its Replication to RepNotify, then in its new OnRep function set the skeletal meshes of all body parts according to the character class (you can use âSwitch on enumâ or Select nodes for that ). It should only be done on the client, so add a CanExecuteCosmeticEvents node in the front.
Hi, sure, which part of the guide seems to be the problem? You can also contact me via Skype () for quicker support.
*Hi novato,
I plan to make a video tutorial eventually, but so far people usually donât have trouble following the âquick startâ user guide (Iâve tried to made it really thorough over this year). I donât provide support for Mac currently. Iâve heard of a couple customers using the kit fine on a Mac, but Iâm not sure.*
I WILL PAY for any tutorials you make. Then announce it on the forums. Please!!!
Why i canât import my mmo .php files to my webserver and my server is www.one.com?
tero83, Iâve answered you in PM, but will duplicate here for the others. The php scripts canât be imported to mysql database. You should upload them to your server like you would upload an image, for example. You should only import dbstructure.sql to your mysql database.
i Have now migrated my own assets and map to mmo starter kit and changed settings like tutorial: Screen capture - 4ce1063fc7b229406357e69e399f46a6 - Gyazo . Editor and server default map are my own, but it still start in desert rally map and if i open my own map it doesnât contain any of these which comes with mmo starter kit
and secondly i started with start level and create account and new character which sees in my database, but still when i open for example mmocreatecharacter.php it shows that you are not logged in: Screen capture - d5aeffeb812c0f9dda7f935b474c7403 - Gyazo . But i have created my own account in start level/map
You really should follow the instructions given on the documentation page from and even though not much but a certain amount of knowledge is recommended before stepping in to making a MMO.
What exactly are you referring to with âwhen i open for example mmocreatecharacter.phpâ. From the link you gave it looks like your trying to access this from your web browser and then you get this message. This is normal because youâre accessing the php code without the proper values that need to be inserted by the Json code so it doesnât have the proper values when accessing it directly from your browser and you get this error.
You seem to have problems with every single step, even the most simple ones like copying the php files to your server and setting up the database while the tutorial clearly states :
Upload the contents of the PHP folder to your web server.
This is just a simple step, open up a ftp client, make a new map and upload the provided php files in there ( after changing the connection data in mmoconnection.php ofcourse )
Ofcourse anyone can run into some trouble or have a question regarding this amazing kit and people will help you wherever and whenever they can but you should be clearer in what exactly you did and what went wrong.
I mean, what exactly did you do and are you trying to do ? It looks like you imported your map in the root directory, have you added the JSONrequests actor to your map and changed the hostname ? And what doesnât it contain exactly ?
Have you added a player start and have you set up the correct coordinates and rotation for the player start in mmocreatecharacter.php ? ( by editing the php file with a editor of choice )
Have you added NPCâs, quests etc⌠?
Why are you trying to access mmocreatecharacter.php from your browser directly ?
You have to add the blueprints and mmo characters yourself, itâs not just a matter of importing your own map and everything is added to this by the kit.
Firstly that importing php files went wrong, because databases www.one.com has some problems and failures,I was contacted them that problem and it last about 1-2hour and after that it went wrong. Yes i have changed JSONrequests hostname and added actor my map. but when i start game/map character doesnât start about my own map, there was only my own character which havenât any good movement and i have changes settings maps&modes with tutorial. Thatâs the only problem other has solved
Hi, What dose this error mean.
Error Accessed None âK2Node_DynamicCast_AsLoading_HUDâ from node Set showLoadingScreen in graph âEventGraphâ in blueprint LobbyController
4.10 support coming soon?
Edit: Nvm, He answered me on skype. Should be within the next day or so.
1.4 Release notes
The new version is live on the demo server and available for purchase at Sellfy! Build notes:
Ported to Unreal Engine 4.10
You will need the new release of UE4 from GitHub to work with the updated kit.
Party mechanics
Players can now invite one another to form a group. Group membersâ names and health are displayed under your characterâs health bar. Group leader can invite more players or kick players from the group. Disconnected players are automatically removed from the group.
Group commands: /invite <name>, /leave, / kick <name>
Private and group chat
/w <name> <message> can be used to send a private message
/p <message> sends a message to all group members
Testing in PIE with 2 different characters simultaneously
You can now test the game in PIE by playing as characters with id 0 and 1 from your database. To do this, just set the number of players to 2 and make sure that âdedicated serverâ is checked.
Bug fixes
- the position of text over the charactersâ head is now correct when playing on low resolutions
- fixed a bug with text over the charactersâ head being cropped
- fixed attack sounds not playing
Looks great, thanks for the update!
Awe, i guess the regions/zones or whatever you were working on didnât make it in. Still though, the party and whisper functions are great and i did not expect that. Thank you for the update!
What is the maximum number of players that have been connected at one time?
Does this come with all of the networking/server source code?
Hi,
In the tests there were about 140 players on one server process, but it also depends on your game and the amount of NPCs. You can have several server processes on one physical server, as long as the hardware allows it.
All of the source code is included.
Looks like your âLoading_HUDâ cast failed and returned none. So when you try to set âshowLoadingScreenâ somewhere in the EventGraph in the âLobbyControllerâ, you get this error.