Page 1 of 1

Project File

Posted: 11 Mar 2009, 09:45
by alexwild1
Hi I'm from Russia I want to take the source code of your game to develop their own, but I do not understand where to find the project file in the Source, so I do not understand where the Map Editor
Sorry if a topic is not there

Re: Project File

Posted: 11 Mar 2009, 10:06
by EJlol
The mapeditor can be found here:
www.mapeditor.org

Re: Project File

Posted: 11 Mar 2009, 13:36
by alexwild1
Thank you very much, now can give Tutorial how to open the project file?? and how to translate the game into Russian?

Re: Project File

Posted: 11 Mar 2009, 13:47
by Jaxad0127

Re: Project File

Posted: 11 Mar 2009, 13:52
by Crush
Most people who do TMW programming on windows are using Code::Blocks as an IDE. www.codeblocks.org

The project file (of the client) is tmw.cbp

Re: Project File

Posted: 11 Mar 2009, 15:37
by alexwild1
I downloaded http://www.codeblocks.org ,But the project file is not open
Please Tutorial

Re: Project File

Posted: 11 Mar 2009, 16:18
by Crush
Let's start in the beginning.

1. What exactly do you want to work on? The current client, the current server, the new client or the new server?

2. Did you download the sourcecode? If you did please explain exactly where you downloaded it and what you downloaded.

Re: Project File

Posted: 11 Mar 2009, 17:59
by alexwild1
1. I download source code client http://themanaworld.org/downloads.php
2. Download map editor and Java
3. Download www.codeblocks.org

then in CodeBlocks I try to open the project file

Re: Project File

Posted: 11 Mar 2009, 18:03
by Crush
And what error does appear?

Re: Project File

Posted: 11 Mar 2009, 18:24
by alexwild1
No, I just do not know how to download in CodeBlocks Project, and where you can download the server?

Re: Project File

Posted: 11 Mar 2009, 18:41
by Jaxad0127
If you're going this deep, you'll want to use git.

Re: Project File

Posted: 11 Mar 2009, 18:50
by Crush
I just checked it and it seems like the client sourcecode packet does indeed not have the project file. Sorry about that.

I would recommend you to download the client sourcecode using Git. See See http://wiki.themanaworld.org/index.php/Git_Repository for details. What you need is "TMW eAthena client".

You can also download the current server sourcecode the same way ("eAthena server"). But everyone who works with the server uses Linux, so there is no project file for it. This means that you have to create one yourself.

Re: Project File

Posted: 11 Mar 2009, 19:12
by alexwild1
You can lay out the project file?

Re: Project File

Posted: 11 Mar 2009, 21:27
by Crush
I wrote a guide about how to install and run our eAthena on Windows: http://wiki.themanaworld.org/index.php/ ... on_Windows