From The Mana World
m (removing category and template)
m (Text replacement - "git://" to "https://")
 
Line 10: Line 10:
# Enter '''ln -s flex /usr/bin/lex''' This is to get the Flex commands ready for use they are not active at first...
# Enter '''ln -s flex /usr/bin/lex''' This is to get the Flex commands ready for use they are not active at first...
# Browse to the directory where you would like to have eAthena. When you want it in c:/tmw, for example, the command would be '''cd /cygdrive/c/tmw/''' (directory must exist. when it does not you can create it with '''mkdir /cygdrive/c/tmw/''')
# Browse to the directory where you would like to have eAthena. When you want it in c:/tmw, for example, the command would be '''cd /cygdrive/c/tmw/''' (directory must exist. when it does not you can create it with '''mkdir /cygdrive/c/tmw/''')
# Enter '''git clone git://github.com/themanaworld/tmwa.git eathena''' to download the most recent sourcecode of the server.
# Enter '''git clone https://github.com/themanaworld/tmwa.git eathena''' to download the most recent sourcecode of the server.
[http://i95.photobucket.com/albums/l122/silentdimes/step1.jpg What you should have so far]
[http://i95.photobucket.com/albums/l122/silentdimes/step1.jpg What you should have so far]
# Enter '''git clone --recursive git://github.com/themanaworld/tmwa-server-data.git eathena-data''' to download the most recent game content for the server.
# Enter '''git clone --recursive https://github.com/themanaworld/tmwa-server-data.git eathena-data''' to download the most recent game content for the server.
[http://i95.photobucket.com/albums/l122/silentdimes/step2.jpg Image for this step]
[http://i95.photobucket.com/albums/l122/silentdimes/step2.jpg Image for this step]
# Enter '''cd eathena''' to browse into the newly created eathena directory
# Enter '''cd eathena''' to browse into the newly created eathena directory

Latest revision as of 01:03, 13 June 2022

Last updated By DJDrift2222 on 3/3/2012

The Setup

This article describes how to set up eAthena on a Windows system. There is also an article about setting up eAthena on Linux.

  1. Download Cygwin from http://www.cygwin.com/
  2. Find something to keep you busy, because the next step will take a while
  3. Install Cygwin. Select "install from Internet" as download source. When you are on the component select screen make sure the component category "devel" is installed. You technically need not everything from this group but a lot. So just install the whole group.
  4. Start Cygwin
  5. Enter ln -s flex /usr/bin/lex This is to get the Flex commands ready for use they are not active at first...
  6. Browse to the directory where you would like to have eAthena. When you want it in c:/tmw, for example, the command would be cd /cygdrive/c/tmw/ (directory must exist. when it does not you can create it with mkdir /cygdrive/c/tmw/)
  7. Enter git clone https://github.com/themanaworld/tmwa.git eathena to download the most recent sourcecode of the server.

What you should have so far

  1. Enter git clone --recursive https://github.com/themanaworld/tmwa-server-data.git eathena-data to download the most recent game content for the server.

Image for this step

  1. Enter cd eathena to browse into the newly created eathena directory
  2. Enter make to compile the sourcecode.

Step 1 of Make Step 2 of Make Step 3 of Make Step 4 of Make Step 5 of Make

  1. Enter cp login-server char-server map-server ladmin /usr/local/bin/
  2. Enter cd ../eathena-data
  3. Enter ln -s ../../git/hooks/post-merge .git/hooks/
  4. Enter ln -s ../../../git/hooks/post-merge client-data/.git/hooks/

Up to this point

  1. Enter make conf
  2. Enter cd client-data

what you should have up to this point

  1. Enter git checkout master
  2. Enter cd music
  3. Enter git checkout master

Last Image for these Steps

  1. Copy cygwin1.dll and cygz.dll into the eathena directory. You find them in the subdirectory /bin of your cygwin installation.

Testing your server

Now you can close that terminal and open a new one

  1. Open a terminal
  2. Enter cd ~/tmw-ea/eathena-data/
  3. Enter ./char-server& ./login-server& ./map-server&

When one of them closes immediately after you start it you should try to start it from the command prompt to see the error messages before the window closes.

You should now be able to connect to your server by starting your TMW client and entering "127.0.0.1" as server. Before you announce your server publically for others to play on you should change the server account passwords in accounts.txt, conf/char_local.conf and conf/map_local.conf to avoid abuse. Register a new character through your client to confirm if everything is working properly.