Aion AionServer-3.0 (u3j-aion rev.526)

  • Автор темы Автор темы JND
  • Дата начала Дата начала

JND

Модератор - Aion
Команда форума
V.I.P
Guru aion-Модератор
Местный
baaffa97ee25.jpg

Installation Guide



1.- Programs needed for installation:
Java SE JDK 7u40:
http://www.oracle.com/technetwork/java/javase/downloads/index.html
MySQL 5.6.14: http://www.mysql.com/downloads/mysql
HeidiSQL v8.0: http://www.heidisql.com/download.php

2.- Java_Home Settings:
http://wso2.org/project/wsas/java/2.0/docs/setting-java-home.html

3.- Download Server Files:
Through Eclipse:
http://code.google.com/p/u3j-aion-beta/wiki/EN_Eclipse
Through Datapacks: http://code.google.com/p/u3j-aion-beta/downloads/list
- Once we have all the files from the server, unpack and place the files in the same folder on the desired path.

4.- Creating the Database:Easy, right? Lets start...Now to create the database for our server use the "HeidiSQL". Install it, run, When installation is done click the "New" button and complete the data we specified in the following image:
- When we have all the data specified in the program, press the button "save" and then click the "open" button to create the session.
- After opening the session created, click on it with the right click the mouse button and create the new database that need. The defaults are the following:
• aj_server (database use by the gameserver)
• aj_login (database use by the loginserver)


5.- Installing the Database:
- Once you create the necessary databases, run and install the program for all necessary database, called "database_installer".
U3J-Aion -> tools -> database_installer.bat
- When you execute it, you specify have all the information related to the database, and your name, address, host, user, password and the path where the file is "bin" mysql.
- Information: You can also do this manually by opening the file with notepad++. To do this look for line 80, where we will have to enter the data required for us to successfully connect to the database from the server.

6.- Basic Server Configurations:
- When you have installed all the tables for our server, we must configure the "properties" so that the server can connect to the database.
- To do this, open the file "database.properties" and "network.properties" of loginserver and gameserver. All you can find in the following path:
U3J-Aion -> gameserver -> config -> database.properties
U3J-Aion -> gameserver -> config -> network.properties.bat
U3J-Aion -> loginserver -> config -> database.properties
- In the file "database.properties" of gameserver you need to edit the following:
• database.url = -> Name of your Gameserver Database
• database.user = -> MySQL username which is "root" by default.
• database.password = -> MySQL root password.
- In the file "network.properties" of gameserver only have to edit the following:
• gameserver.network.login.address = -> Host address of loginserver.
• gameserver.network.chat.address = -> Host address of chatserver.
- In the file "database.properties" of loginserver only have to edit the following:
• database.url = -> Name of your LoginServer database.
• database.user = -> MySQL username which is "root" by default.
• database.password = -> MySQL root password.

7.- Connection Settings:
- I know .. the previous step was the most difficult of all, but we are almost done! Now edit the file to provide access to users so they can connect to our server. To do this open the following file:
U3J-Aion -> gameserver -> config -> ipconfig.xml
- Please change the following:

<ipconfig default="127.0.0.1">
Replace this with your public ip.


8.- Register the gameserver:
- Cheer up, this is the penultimate step! Now execute the application that registers the server gameserver id in the database..
- To do this, run the RegisterGS located in the following path:
U3J-Aion -> loginserver -> RegisterGS.bat
- Once launched, select the desired ID, default "1".

9.- Starting the Server:
- At last we reached the end of this guide. Now let's start the applications needed to run your own server.
- To do this, we will only go towards the following routes that will show you and then run the gameserver loginserver of your server.
• To start GameServer execute ../gameserver/StartGS.bat
• To start LoginServer execute ../loginserver/StartLS.bat



10.- Important:
- May I remind you that in order for users to connect to your server, you have to be open server ports.
- This are the basic emulator ports:
• Port for gameserver: 7777
• Port for loginserver: 2106
• Port for connect the gs and ls: 9014

Присутствуют два языка: EN - английский и ES - испанский.

 
Назад
Сверху