Jben
Member
|
[MMO] Compilation
Hello, how can I just to compile a client and a server through EsenthelMMO? Just to connect to 5 players. To test. I own a dedicated server. I built a test map.
thank you.
www.sawgenius.iola-corp.com || www.sgs-dev.blogspot.com
|
|
12-19-2010 06:24 PM |
|
Esenthel
Administrator
|
RE: [MMO] Compilation
Please extract the Data and Sources from this post
http://www.esenthel.com/community/showth...p?tid=2622
to the same folder.
Please check the readme.txt inside, to copy some files from the SDK.
Run the editor with Data Path set to EMMO Data folder, rebuild worlds.
Run Visual Studio projects from EMMO folder, recompile and run.
|
|
12-19-2010 06:37 PM |
|
Jben
Member
|
RE: [MMO] Compilation
So, I decompress the source MMO in the same folder. but I must add what the SDK?
www.sawgenius.iola-corp.com || www.sgs-dev.blogspot.com
|
|
12-19-2010 07:53 PM |
|
Jben
Member
|
RE: [MMO] Compilation
ERRor.
can't load " world/mmo.world/game/waypoint/start"
www.sawgenius.iola-corp.com || www.sgs-dev.blogspot.com
|
|
12-19-2010 10:53 PM |
|
Esenthel
Administrator
|
RE: [MMO] Compilation
Run the editor with Data Path set to EMMO Data folder, rebuild worlds.
|
|
12-20-2010 12:45 AM |
|
Jben
Member
|
RE: [MMO] Compilation
ok i rebuilt a map. when I run client and server (works properly or until client asks me to create a character. the client displays "can not load"world / mmo.world / game / waypoint / start "
thank you.
www.sawgenius.iola-corp.com || www.sgs-dev.blogspot.com
|
|
12-20-2010 08:50 AM |
|
Zervox
Member
|
RE: [MMO] Compilation
It misses the exact thing that is being popped up on the error. You havent placed a waypoint in the world. The code is looking for a waypoint named start
|
|
12-20-2010 09:02 AM |
|
Jben
Member
|
RE: [MMO] Compilation
Thank you for your reply Zervox & Esenthel.
yes I put a waitpoint on the map. There are 3 choices: Single / loop / ping pong.
For this I selected Single and the code is 3B5BF889AE14588D4AD6AA76C6613418
www.sawgenius.iola-corp.com || www.sgs-dev.blogspot.com
(This post was last modified: 12-20-2010 11:02 AM by Jben.)
|
|
12-20-2010 10:59 AM |
|
Jben
Member
|
RE: [MMO] Compilation
Was good I was able to connect. How did I do to choose the human will on a specific map?
www.sawgenius.iola-corp.com || www.sgs-dev.blogspot.com
|
|
12-20-2010 12:18 PM |
|
Jben
Member
|
RE: [MMO] Compilation
j'ai un erreur lors de la compilation :
1>d:\aikonesoft\esenthelenginesdk\server\main.cpp(36): error C3861: 'IOPath' : identificateur introuvable
1>d:\aikonesoft\esenthelenginesdk\server\main.cpp(46): error C3861: 'IOPath' : identificateur introuvable
1>d:\aikonesoft\esenthelenginesdk\server\main.cpp(46): error C3861: 'IOPath' : identificateur introuvable
1>d:\aikonesoft\esenthelenginesdk\server\main.cpp(80): error C3861: 'IOPath' : identificateur introuvable
www.sawgenius.iola-corp.com || www.sgs-dev.blogspot.com
|
|
12-20-2010 06:55 PM |
|
Esenthel
Administrator
|
RE: [MMO] Compilation
Please download latest sdk and mmo sources.
You can check the forum version history name changes for more info.
|
|
12-20-2010 07:15 PM |
|
Esenthel
Administrator
|
|
12-20-2010 07:17 PM |
|
Jben
Member
|
RE: [MMO] Compilation
parfait !
www.sawgenius.iola-corp.com || www.sgs-dev.blogspot.com
|
|
12-21-2010 12:22 AM |
|