About Store Forum Documentation Contact



Post Reply 
Esenthel MMO Help
Author Message
Necromaster Offline
Member

Post: #1
Esenthel MMO Help
I just bought and downloaded the Esenthel MMO. I can't rebuild any of the projects like the installation instructions say to do. Whenever I try to, it gives me error messages saying:

error C2061: syntax error : identifier 'TextStyle'

error C2146: syntax error : missing ';' before identifier 'ts'

error C4430: missing type specifier - int assumed. Note: C++ does not support default-int

Please help!
12-24-2012 01:06 AM
Find all posts by this user Quote this message in a reply
Necromaster Offline
Member

Post: #2
RE: Esenthel MMO Help
bump
12-24-2012 04:47 AM
Find all posts by this user Quote this message in a reply
Necromaster Offline
Member

Post: #3
RE: Esenthel MMO Help
(12-24-2012 05:24 AM)aceio76 Wrote:  Have you run the autoupdate?
What is the autoupdate?

Ok, found that. But it says that it can't access 'Document.chm, try running as administrator.' I've tried that, but it doesn't work.
(This post was last modified: 12-24-2012 06:03 AM by Necromaster.)
12-24-2012 05:44 AM
Find all posts by this user Quote this message in a reply
hendrik44 Offline
Member

Post: #4
RE: Esenthel MMO Help
ok, I already tested esenthel MMO and maybe you can folow my step..
becouse the intuction is not detail...

first ... make sure you already instal VS C++ and MS SQL Server
I am using VS C++ Express edition and MS SQL Server Express Edition
( becouse free >_< )
2. unzip Esenthel MMO.rar and Esental MMO data.7z in the same folder
3.copy engine.sdk from esenthel engine sdk/data directory to esenthel MMO\Data
4. copy all file from EsenthelEngineSDK\Installation\PhysX to esenthel MMO\bin
5.copy folder essenthelengine from \EsenthelEngineSDK\Installation to esenthel MMO\instalation
6. copy EsenthelEngine.lib from \EsenthelEngineSDK\Installation to esenthel MMO\Projects\Server and esenthel MMO\Projects\Client
7. open "Esenthel MMO VS 2010" in esenthel MMO directory ( just double click and VS C++ will open)
8. in left side at below (solution explorer) right click Client and select rebuild
9. after that right click server and select rebuild
10. check on your esenthel MMO directory, in there will appear client.exe and server.exe

I hope this will help...
12-24-2012 10:38 AM
Find all posts by this user Quote this message in a reply
Zervox Offline
Member

Post: #5
RE: Esenthel MMO Help
Your problem is running or building the example?

The errors you mentioned in the first post does seem to be related to not having an updated SDK of EE. TextStyle is a relatively new change, so if you are unable to update through the autoupdate, you have to solve that issue first.
(This post was last modified: 12-24-2012 11:39 AM by Zervox.)
12-24-2012 11:33 AM
Find all posts by this user Quote this message in a reply
fuzzylr Offline
Member

Post: #6
RE: Esenthel MMO Help
Hey here is a video I just did for another guy. Maybe it will help you out. Zervox says you might need to update the sdk. There is an updater.exe under tools. Go in and update it and if your still having issues have a gander.

http://youtu.be/e2uzu9IH1ww

Fuzzy
Student|Westwood
Project V. Studios | Game Dev
(This post was last modified: 01-04-2013 01:24 AM by fuzzylr.)
01-04-2013 01:18 AM
Find all posts by this user Quote this message in a reply
Post Reply