Likes: 0
Results 1 to 3 of 3
-
08-04-16, 09:53 AM #1
Aion-Core v4.7.5.x NO LICENSE SYSTEM [GameServer SETUP]
Register to remove this adACv4.7.5.x Compiled (GameServer - LoginServer - ChatServer)
Download Link: https://mega.nz/#!qt5yAYzL!Ul_18Su7j...-tkTq0XMacF-e4
HOW TO SETUP SERVER
1. Download and Install JDK 7u80Java SE Runtime Environment 7 - Downloads | Oracle Technology Network | Oracle
2. Set JAVA_HOME to your java installed path. Default: "C:\Program Files\Java\jdk1.7.0_80"
WIN + pause > "Advanced system settings" > Advanced > "Environment Variable" > "System Variables"
3. Install MySQL Database Server on Port 3306
Change the "root" password for more security (or simply leave it)
for Example:
I'm using "HeidiSQL v9.2" to manage my databases
Open HeidiSQL > Tools > User manager > (here you can Add or Modify Users and Passwords)
(Included in Repack) if you use Navicat, it probably can't import SQL to DB. but it's your choise
Username: root
Password: *anything you want* i set "GiGatRoon" (make sure to add to all GameServer Config files)
4. Open "HeidiSQL" or your favorite MySQL Manager
Create a new Database "ac47_server_gs" and then select it.
Import AC-Game\sql\ac47_server_gs.sql (in HeidiSQL, Press Ctrl+O)
5. Open "HeidiSQL" again (if closed)
Create a new Database "ac47_server_ls" and then again select it.
Import AC-Login\sql\ac47_server_ls.sql (in HeidiSQL, Press Ctrl+O)
6. Now you should have two new Databases:
ac47_server_gs
ac47_server_ls
7. Open your login server db "ac47_server_ls"
Find "gameservers" table and open it
Add id:1 Mask:127.0.0.1 Password:*anything you want* i set "GiGatRoon"
Id .................: can be 1 - 127 (any integer number but it shows Retail Server Name)
Mask ...........: IP Address Template of the your GameServer
Password ...: password for successful authentication of the game server
You can get full ServerIds from Client (L10N\ENU\data\data.pak)
Spoiler:Spoiler:
8. Now GameServer Configuration:
AC-Chat
AC-Login
AC-Game
AC-Chat\config\chatserver.properties
Spoiler:Spoiler:
AC-Login\config\network\database.properties
Spoiler:Spoiler:
AC-Login\config\network\network.properties
Spoiler:Spoiler:
AC-Game\config\network\database.properties
Spoiler:Spoiler:
AC-Game\config\network\ipconfig.xml
For LAN: 127.0.0.1 WAN(Internet): your External IP Address
Spoiler:Spoiler:
AC-Game\config\network\network.properties
Spoiler:Spoiler:
AC-Game\config\main\gameserver.properties
Spoiler:Spoiler:
If you need to make Live Aion Server (Not LAN)
=========================================Open these ports (Incoming and Outgoing)
3306 (MySQL Database Server)
10241 (Chat Server)
2106 (Login Server)
7777 (GameServer for client connections)
All the above ports based on your configuration
Game Server Configuration is finished. now just use Launcher.bat to start three Servers. it makes you 1-3 minutes to full startup (based on ur PC).
after, Open Aion Client using the following Command Line:
as Auto Create Account is Enabled so you can now login using every Username and Password you want.
Code:start bin32\aion.bin -ip:127.0.0.1 -port:2106 -cc:1 -lang:enu -noweb -nowebshop -nokicks -ncg -noauthgg -ls -charnamemenu -ingameshop -DEVMODE "con_disable_console 0" -DEVMODE "g_chatlog 1" -DEVMODE "g_freefly 1" -DEVMODE "g_auto_disconnect 0"
Don't forget to put NoIP DLL into "bin32" folder of your Aion installation.
GeoData:
=======
if you want to enable GeoData, first need to get geo.7z from my SVNtrunk\AC-Tools\AC-GEO
then extract it inside AC-Game\data\geo Enable it via Configs:
Code:# ---------------------------- # Geodata config's: # ---------------------------- # Enable Geodata (heights and meshes) # Default: false gameserver.geodata.enable = true
› See More: Aion-Core v4.7.5.x NO LICENSE SYSTEM [GameServer SETUP]
-
30-12-19, 11:43 AM #2
-
02-01-21, 09:17 PM #3
Register to remove this adGreat and all mighty Wise
I have followed your instructions and a server has been created.
However when I log in and get to the server select screen, my server is not able to be selected as it is greyed out. I have launched the games in production mode, I would appreciate your assistance.