You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
ArcheAge (kor. 아키에이지 — "Ancient times"; ch. 上古世紀) — client fantasy massively multiplayer online role-playing game (MMORPG) for the PC, developed by Korean company XLGames. The game is set in the universe of ArcheAge — fantasy world with elements of medieval magic and steampunk.
2
2
3
-
Our project mainly focuses on version 1.01406.
3
+
Our project mainly focuses on version 1.01406. Later we will come back to version 3.0.
4
4
5
5
Before starting make sure to check AAServer\ArcheAge\bin\Debug\AAGameServer.exe.config, AAServer\ArcheAgeLogin\bin\Debug\AALoginServer.exe.config and AAServer\ArcheAgeStream\bin\Debug\AAStreamServer.exe.config for database password and also you can disable SSL from AAGameServer.exe.config and AALoginServer.exe.config by changing variable True to False".
6
6
7
-
Tables can change! Therefore, you need to setup them all again.
8
-
9
7
Database must be named "archeage".
10
8
11
-
The tables are here: ArcheAge\bin\Debug\sql\*.sql, ArcheAgeLogin\bin\Debug\sql\*.sql
9
+
Initially, you need to load the table main.sql. The table is here: ArcheAgeLogin\bin\Debug\sql\main.sql
10
+
11
+
Tables will auto-update.
12
12
13
13
You can contact us on Discord, for this, take a look at the Wiki.
0 commit comments