MMO Starter Kit

Hi yskwork,

Does this happen in PIE? You cannot go from the “main menu” level to the “game” level in PIE, you have to test those two maps separately or package the game and test it there. This is because the game level needs a server and when you start playing in the “main menu” level you’re only launching a client.

You can’t do that in editor (in your log it states that this is a PIE session), only in the packaged game. In editor (PIE), you must test the levels separately - either you play in the main menu level, or you play in the game level

Is the link to your database set up correctly in your MMOinstance Blueprint?

yskwork, there’s an error in how you’ve connected the pins. For “Open Level” node, you don’t need to connect “Options” at all. Instead, connect “Level Name” to your “Select String” output. Sorry I didn’t notice it yesterday. Basically, when connecting to a server, you don’t need to specify the map - the client will always use the map that the server is running automatically.

Hi . I bought ur kit and wonder wether i can bug u for any questions that might occur.

Hi Wordain, yes. You can add me on Skype () since I answer faster there.

Quick question:

Is it possible to use the Steam servers to authenticate, distribute, and store character information and inventory? From reading the API documentation, it does seem entirely possible, but not sure what changes I would need to make in order to use steam as my “database backend”, as such.

ultima online anyone?

whoa that housing system is super cool. did you do that with blueprints?

indeed all blueprints and i am a newb when it comes to programming.

Wow. God those sound effects bring back memories. That was my favorite game ever. Nothing has even come remotely close. Love the work Mozzy, and it really encourages me when you say you are newb to programming. Just how new are you? And to Unreal Engine?

@Mozzy
Nice idea for a housing system.

awesome mate this is what im aiming for also. i used to play helbreath which is about the same time as ultima was out… my problems with the current kit is mana isnt coded in yet and spell casting is virtually as fast as you can press the keys no delays/cost

also i want a leveling system / stat points

very basic but blueprints are a nightmare for me i know basic coding to get me around but this visual stuff… well

if you want to work together contact me

Hi Mozzy,

The housing video is very impressive! :slight_smile: I hope you will continue working on this project.

Sorry for the delay in response, it is entirely possible to authenticate and distribute via Steam, and that’s exactly what we are doing with Project Genom. I don’t think you can use their servers for the database, and it’s easy to use a regular hosting provider for that (or host it yourself). However, in order to use Steam authentication/distribution you need to either be Greenlit or to have a publisher (with games on Steam).

good! mark

just about to pick this up, will literally save me months of work im doing on a rushed proto!

We bought the MMO Starter Kit – it looks great.

Is there a way to reach with a couple of questions?

How does chat work when testing in PIE ?
I couldn’t see any docs on this.

After I run the Chat server, and start the game from editor, they don’t seem to respond to each other.

[sorted it out – was using the old chat server from previous version instead of the current one]

Very improvement, good work man :smiley:

Hi,

Sure, feel free to contact me directly on Skype ().

There are no docs on launching the chat since you just have to launch the .exe. :slight_smile: It should work fine when using a clean version of the kit. From what I remember, you’re porting some of the 4.10 features to your project that’s using an older version of the kit, so that’s most likely what is causing this error.