About Store Forum Documentation Contact



Post Reply 
[MMO] Compilation
Author Message
Jben Offline
Member

Post: #1
[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
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
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
Find all posts by this user Quote this message in a reply
Jben Offline
Member

Post: #3
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
Visit this user's website Find all posts by this user Quote this message in a reply
Jben Offline
Member

Post: #4
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
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #5
RE: [MMO] Compilation
Run the editor with Data Path set to EMMO Data folder, rebuild worlds.
12-20-2010 12:45 AM
Find all posts by this user Quote this message in a reply
Jben Offline
Member

Post: #6
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
Visit this user's website Find all posts by this user Quote this message in a reply
Zervox Offline
Member

Post: #7
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
Find all posts by this user Quote this message in a reply
Jben Offline
Member

Post: #8
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
Visit this user's website Find all posts by this user Quote this message in a reply
Jben Offline
Member

Post: #9
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
Visit this user's website Find all posts by this user Quote this message in a reply
Jben Offline
Member

Post: #10
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
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #11
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
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #12
RE: [MMO] Compilation
12-20-2010 07:17 PM
Find all posts by this user Quote this message in a reply
Jben Offline
Member

Post: #13
RE: [MMO] Compilation
parfait !

www.sawgenius.iola-corp.com || www.sgs-dev.blogspot.com
12-21-2010 12:22 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply