About Store Forum Documentation Contact



Post Reply 
MMO + Server + license Question
Author Message
Lajah Offline
Member

Post: #1
MMO + Server + license Question
Good evening

In the beginning I want to apologize for my bad English, but it is not my native language.

Another thing before I get started with my questions.Thank you for this great engine, had long seen not so good engine.

1.) I want to create a small test server.What requirements for hardware it should have?

2.)Must i RakNet (or similar) include for the MMO, that it works??
Or is the default network code form EE enought for the beginning??

3.) I have downloaded the sample code and tested. If I create the test server, then I have to upload the Server.exe to the server so that the game will work. Or?

4.) Is it allowed to use the tutorial code for my own game? Or do I have to note that this license?

Many thanks for your help

Best Regards Lajah
05-06-2011 10:18 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: MMO + Server + license Question
Hi,

1) SSE2 CPU, newest DirectX Runtime, Windows based server (I've tested 2008 and it works fine, 2003 should be ok too), enable APP_ALLOW_NO_GPU flag so you can run it without gpu

2) EE MMO uses it's own networking system, you don't need RakNet

3) yes, but not only Server.exe, data files too, engine.pak, etc.

4) yes you can use it as a base for your game, and extend it
05-06-2011 11:17 PM
Find all posts by this user Quote this message in a reply
Lajah Offline
Member

Post: #3
RE: MMO + Server + license Question
Many thanks for this good Informationen.

I have another small question.

I'm working on the GUI. Is there a short code as the method in the tutorial to say he is a button to load another GUI file??
05-09-2011 07:22 PM
Find all posts by this user Quote this message in a reply
Jben Offline
Member

Post: #4
RE: MMO + Server + license Question
Hello, I do not understand I added "APP_ALLOW_NO_GPU"in main.cpp (server) is that it does not start. Dx3 .... dll error.
(This post was last modified: 05-12-2011 08:07 PM by Jben.)
05-12-2011 08:07 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #5
RE: MMO + Server + license Question
you need to have directx runtime installed
05-12-2011 08:23 PM
Find all posts by this user Quote this message in a reply
Jben Offline
Member

Post: #6
RE: MMO + Server + license Question
Yes it's installed in Windows server 2008 .
no it does not work
(This post was last modified: 05-12-2011 09:34 PM by Jben.)
05-12-2011 09:23 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Jben Offline
Member

Post: #7
RE: MMO + Server + license Question
This launches the server, but the window stays black. Impossible to know if the server is running.
05-12-2011 10:37 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #8
RE: MMO + Server + license Question
please read comments on APP_ALLOW_NO_GPU
05-13-2011 07:20 AM
Find all posts by this user Quote this message in a reply
Jben Offline
Member

Post: #9
RE: MMO + Server + license Question
Yes I read the comentaire and I do not know what to do more.
05-14-2011 12:55 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #10
RE: MMO + Server + license Question
it says that under dx9 graphics will be disabled, if you want to have graphics you need to compile dx10+ version
05-14-2011 11:31 AM
Find all posts by this user Quote this message in a reply
Jben Offline
Member

Post: #11
RE: MMO + Server + license Question
Yes DX 11 is installed. EE-Serveur launched / Black screen...
05-14-2011 11:33 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #12
RE: MMO + Server + license Question
you need to compile using DX10+ lib
05-14-2011 11:34 AM
Find all posts by this user Quote this message in a reply
Jben Offline
Member

Post: #13
RE: MMO + Server + license Question
only dx10 ?
05-14-2011 11:43 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #14
RE: MMO + Server + license Question
http://www.esenthel.com/wiki/index.php?t...ual_Studio

compile your server with "Release DX10+" project settings
05-14-2011 11:46 AM
Find all posts by this user Quote this message in a reply
Jben Offline
Member

Post: #15
RE: MMO + Server + license Question
woaw! pufff merci
05-14-2011 11:58 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply