Lajah
Member
|
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 |
|
Esenthel
Administrator
|
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 |
|
Lajah
Member
|
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 |
|
Jben
Member
|
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 |
|
Esenthel
Administrator
|
RE: MMO + Server + license Question
you need to have directx runtime installed
|
|
05-12-2011 08:23 PM |
|
Jben
Member
|
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 |
|
Jben
Member
|
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 |
|
Esenthel
Administrator
|
RE: MMO + Server + license Question
please read comments on APP_ALLOW_NO_GPU
|
|
05-13-2011 07:20 AM |
|
Jben
Member
|
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 |
|
Esenthel
Administrator
|
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 |
|
Jben
Member
|
RE: MMO + Server + license Question
Yes DX 11 is installed. EE-Serveur launched / Black screen...
|
|
05-14-2011 11:33 AM |
|
Esenthel
Administrator
|
RE: MMO + Server + license Question
you need to compile using DX10+ lib
|
|
05-14-2011 11:34 AM |
|
Jben
Member
|
RE: MMO + Server + license Question
only dx10 ?
|
|
05-14-2011 11:43 AM |
|
Esenthel
Administrator
|
RE: MMO + Server + license Question
|
|
05-14-2011 11:46 AM |
|
Jben
Member
|
RE: MMO + Server + license Question
woaw! pufff merci
|
|
05-14-2011 11:58 AM |
|