Creare server AION
2 participanți
Creare server AION
Acesta este un Tutorial de Aion pentru cei care vor sa isi fac un Servar de Aion
Pentru a iti face, un Servar de Aion pe PC tau de Casa, trebui sa ai:
System:Win / Linux ( in cazul nostru Windows )
Placa de Ram: 2GBytes minim
HardDisc:50GBytes minim
Processor:2.4GHz MINIM
Pentru inceput trebuie sa descarcam aceste programele:
Download:
Navicat
MySQL
TortoiseSVN
JAVA
Aion Unique
AutoCompiler
[-A-]Incepem cu instalarea programului Navicat. Urmariti imaginile urmatoare (daca le urmariti cu atentie và va reusi xD )
1.Image:
2.Image:
3.Image:
4.Image:
5.Image:
6.Image:
7.Image:
8.Image:
Succes Installer:Dupa cum vedeti instalare programului Navicat sa terminat cu bine.
[-B-] Acuma incepem instalarea programului MySQL. Atentie instalati cum va arat eu aicia ca sa nu aveti probleme cu Servarul (Emulatorul) de Aion.
1.Image: Next ->
2.Image: Next ->
3.Image: Install ->
4.Image: Next ->
5.Image: Next ->
6.Image: Configure the MySQL Server now -> Finish ->
7.Image: Next ->
8.Image: Standard Configuration -> Next ->
9.Image: Install As Windows Service -> MySQL -> Launch the MySQL Server automatically -> Next ->
10.Image: Modify Sercurity Setting -> Password root -> Enable root access from remote machines -> Next ->
11.Image: Execute
12.Image: Finish -> ( ATENTIE TREBUI SA FIE TOATE [4] OK PENTRU A NU AVEA PROBLEME CU INSTALAREA SERVARULUI
Buna acuma numai este foarte mult din tutorial important este ca instalare MySQL sa fie OK
[-C-]Acum incepem instalarea programului TortoiseSVN
( este o simpla instalare, dar ca sa nu va gasiti in dificultate pentru
instalarea acestui program, va voi arata si niste imagini )
1.Image: Next ->
2.Image: I accept the terms in the License Agreement -> Next ->
3.Image: Next ->
4.Image: Install ->
5.Image: Installing... ->
6.Image: Finish ->
7.Image: Yes -> ( Trebui sa dati Restart neaparat la PC pentru a funtiona )
8:Image : Ok dupa ce ati dat restart dati click pe desktop si trebui sa aveti adugat ->
Si am terminat instalarea programului TortoiseSVN .
[-D-] Acuma trebui sa instalati programul JAVA.
Nu cred ca este nevoie si pentru acest program sa va arat cum se
instaleaza. Trebui doar sa Next -> Next -> Next -> pana la
instalare
[-E-] Acuma descarcam fisierele pentru Server Aion Unique. Cum facem ? deci :
1.Image: SVN Checkout ->
2.Image: Repository -> URL of repository -> (Trebui sa adaugati acest link) http://subversion.assembla.com/svn/ae-go/trunk/ -> Checkout Depth -> Fully recursive -> HEAD revision -> OK
3.Image: -> OK ( Trebui sa asteptati sa descarcati totul )
Fisierele de Server de Aion acuma sunt descarcate.
[-F-]Acuma incepe Compilam Servarul AutoCompiledAionUniqueManager
1.Image:
Deschidem programul pentru a compila Servarul -> Si urmariti
imaginile -> SVN-folder -> ae-go este fisierul cu Servarul de Aion
NeCompilat ->
2.Image:
Install to -> fàceti un fisier nou pe Desktop unde se va instala
Servarul de Aion si selectatil ( Dupa cum vedeti in IMG. eu la-m
denumit "Server Aion" )
3.Image: Main -> Selectati Login Server [ Build si Install ] & Game Server [ Build si Install ] -> Start Build ->
4.Image:
Builing finished successfuly. You can install the servers now ( adik
puteti instala Servarul acuma) -> Pentru a vedea cum se instaleaza
Servarul Uitate mai jos in imagini.
5.Image:
Pentru instalarea Servarului de Aion Apasati [ Start Install ] ->
Installing finished successfuly. You can run the server now.
OK numai avem mult deci acuma servarul este compilat si trebui configurat si facut Database Server simplu
[-G-] Acuma Instalam Database Cum ? Urmareste in imagini cu ATENTIE.
1.Image: Connection -> MySQL ->
2.Image:
General -> ATENTIE AICI -> Hostname: localhost -> Username:
root -> Password MYSQL : root -> Test Connection -> OK ->
OK -> " Connection Name Puneti ce vrei voi ( eu am pus Server Aion )"
3.Image: Server Aion si Click Dreapta -> New Database ->
4.Image: Enter database name: -> ATENTIE AICI -> aiondb -> OK ->
5.Image: aiondb -> Execute SQL File... ->
6.Image: General -> File -> ... ->
7.Image: Server Aion -> Open ->
8.Image: Server Aion -> loginserver -> sql -> Selectati -> au_server_ls -> Open ->
9.Image: Start ->
10.Image: Finished executed successfully -> General ->
11.Image: General -> File -> ... -> Server Aion -> gameserver -> sql -> au_server_gs -> Open ->
12.Image: Start ->
13.Image: Finished executed successfully -> General ( ATENTIE NU APSATI CLOSE CUM ARATA IN IMAGINE ) ->
14.Image:
General -> File -> ... -> Server Aion -> gameserver ->
sql -> drops -> Selectati droplist -> Open
15.Image: Start ->
16.Image: Finished executed successfully -> Close ( ATENTIE NU APASATI START CUM ARATA IN IMAGINE )->
17.Selectati Server Aion Close si il Redeschideti, Selectati Tables si acolo au aparut fierele database .
18.Image: Dublu Click pe gameservers din Tables -> Code: Select allID: 1 mask:127.0.0.1 Password: root
Traducere: ID: 1 = Servarul / mask: 127.0.0.1 = localhost = navicat / Password: root = MYSQL password = Navicat
OK Database este Instalat acuma mia ramane sa: Configurare Server -> Connectare Server ->
[-H-]Acuma trecem la configurarea Server Aion gameserver
Traducere:
Code: Select allThis is database url.
database.url = jdbc:mysql://localhost:3306/au_server_gs?useUnicode=true&characterEncoding=UTF-8
Trebui modificat: au_server_gs cu aiondb[/code]
1. Deschideti fisierul Server Aion creat pe Desktop -> Code: Select allDesktop\Server Aion\gameserver\config\network -> Deschidem database.properties
GAMESERVER: DATABASE
Code: Select all#
# This file is part of aion-unique <aion-unique.org>.
#
# aion-unique is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# aion-unique is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with aion-unique. If not, see <http://www.gnu.org/licenses/>.
#
# ----------------------------
# Database Config
# ----------------------------
# This class represents database driver class that will be used while connecting to database
database.driver = com.mysql.jdbc.Driver
# This is database url.
database.url = jdbc:mysql://localhost:3306/aiondb?useUnicode=true&characterEncoding=UTF-8
# Database user
database.user = root
# Database password
# NOTE: Change this! Root password is not safe!
database.password = root
# Minimum amount of database connections that will allways in the pool
database.connections.min = 5
# Maximum amount of DB connections that server can use
database.connections.max = 10
# script context that will be loaded by database factory, it should implement DAO instances
database.scriptcontext.descriptor = ./data/scripts/system/database.xml
2. Code: Select allDesktop\Server Aion\gameserver\config\network -> Deschidem network.properties
GAMESERVER - NETWORK.properties :
Code: Select all#
# This file is part of aion-unique <aion-unique.org>.
#
# aion-unique is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# aion-unique is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with aion-unique. If not, see <http://www.gnu.org/licenses/>.
#
# ----------------------------
# Network Config
# ----------------------------
# Port that will be used to listen for client connections
gameserver.network.client.port = 7777
# Host that will be used to listen for client connections
gameserver.network.client.host = *
# Maximum online players on the server
gameserver.network.client.maxplayers = 100
# Address of login server
gameserver.network.login.address = localhost:9014
# Id of this game server
gameserver.network.login.gsid = 1
# Password of this game server
gameserver.network.login.password = root
# Address of chat server
# Ip and port of chat server should be accessible from
# 1) game server
# 2) all connected clients
gameserver.network.chat.address = localhost:9021
# Password of this game server for chat server
gameserver.network.chat.password = root
# Additional threads that are used to read network data
gameserver.network.nio.threads.read = 0
# Additional threads that are used to write network data
gameserver.network.nio.threads.write = 0
# This will enable or disable the messages for unknown packets
gameserver.network.display.unknownpackets = false
[-I-]Acuma trecem la configurarea Server Aion loginserver
Traducere:
Code: Select all# This is database url.
database.url=jdbc:mysql://localhost:3306/au_server_ls
Trebui modificat: au_server_ls cu aiondb[/code]
1. Deschideti fisierul Server Aion creat pe Desktop -> Code: Select allDesktop\Server Aion\loginserver\config\network -> Deschidem database.properties
LOGINSERVER - database.properties
Code: Select all#
# This file is part of aion-unique <aionunique.smfnew.com>.
#
# aion-unique is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# aion-unique is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with aion-unique. If not, see <http://www.gnu.org/licenses/>.
#
# This class represents database driver class that will be used while connecting to database
database.driver=com.mysql.jdbc.Driver
# This is database url.
database.url=jdbc:mysql://localhost:3306/aiondb
# Database user
database.user=root
# Database password
database.password=root
# Minimum amount of database connections that will allways in the pool
database.connections.min=5
# Maximum amount of DB connections that server can use
database.connections.max=10
# script context that will be loaded by database factory, it should implement DAO instances
database.scriptcontext.descriptor=./data/scripts/system/database.xml
UUUUUUuuu Deci Servarul este gata trebui doar sa il deschideti. Cum il deschideti ?
LoginServer: Code: Select allDesktop\Server Aion\loginserver\StartLS.bat
Deschideti StartLS.bat din fisierul loginserver
GameServer: Code: Select allDesktop\Server Aion\gameserver\StartGS.bat
Deschideti StartGS.bat din fisierul gameserver
Cum arata Serverul de Aion ONLINE ?
1.Image: LoginServer & GameServer
Re: Creare server AION
bun tutorial
mYtz@- Nou Venit
- Mesaje : 13
Reputatie : 2
Varsta : 30
Localizare : Sibiu
Stare de spirit : Buna
Subiecte similare
» Creare server SA:MP
» Creare server WOW
» Creare server Cabal
» Creare server Triburile Speed
» [TRAILER]Aion
» Creare server WOW
» Creare server Cabal
» Creare server Triburile Speed
» [TRAILER]Aion
Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum