mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-04 15:22:53 +03:00
Update version numbers
This commit is contained in:
@@ -2,22 +2,22 @@ Note: Both server and client should be updated to current A2OA stable 1.63.13112
|
||||
|
||||
## Basic Install Guide
|
||||
|
||||
1. Install or update your [[Visual C++ Redistributable 2015 (x86 version)](https://www.microsoft.com/en-us/download/details.aspx?id=48145)]. You MUST install all previous Visual C++ Redistributables (x86 versions) [[found on this page](https://support.microsoft.com/en-us/kb/2977003)].
|
||||
1. Install or update [[Visual C++ Redistributable 2015 (x86 version)](https://www.microsoft.com/en-us/download/details.aspx?id=48145)] on the server. All previous Visual C++ Redistributables (x86 versions) [[found on this page](https://support.microsoft.com/en-us/kb/2977003)] must be installed.
|
||||
|
||||
2. [[Download](http://dayzepoch.com/a2dayzepoch.php)] both client and server files and extract to the root `Arma 2 Operation Arrowhead` folder. Example: `C:\Program Files (x86)\Steam\steamapps\common\Arma 2 Operation Arrowhead`. On some Windows systems you may need to "UnBlock" the dll files. Right-click the file, Properties and click "Unblock".
|
||||
|
||||
3. Install MySQL server and create a new MySQL database called `dayz_epoch`. Import the epoch.sql file.
|
||||
|
||||
4. Open HiveExt.ini and change your MySQL connection information. Open config.cfg in the same folder and change the admin password.
|
||||
4. Open HiveExt.ini and adjust the MySQL settings. Open config.cfg in the same folder and change the admin password.
|
||||
|
||||
5. Launch the server with `-mod=@DayZ_Epoch;@DayZ_Epoch_Server;`. See the *.bat files in Config-Examples.
|
||||
|
||||
6. It may be necessary to forward [[these ports](https://community.bistudio.com/wiki/Arma_3_Dedicated_Server#Port_Forwarding)] in the server's software and hardware firewalls.
|
||||
6. It may be necessary to forward [[these ports](https://community.bistudio.com/wiki/Arma_3_Dedicated_Server#Port_Forwarding)] in the server software and hardware firewalls.
|
||||
|
||||
## Basic Upgrading Guide
|
||||
|
||||
1. Perform steps #1 and #2 in the basic install guide, above. Be sure to update to the new MPMission, dayz_server, BattlEye filters and HiveExt.dll too.
|
||||
1. Perform steps 1-2 in the basic install guide above. Be sure to update to the new MPMission, dayz_server, BattlEye filters and HiveExt.dll.
|
||||
|
||||
2. Connect to your MySQL server. Make a backup first to be safe, then run the x_Updates.sql file on your dayz_epoch database. Be sure to read the comments in the SQL field, especially at the bottom of the file if you are using single curreny or Precise Base Building 1.0.4 or older.
|
||||
2. Connect to the MySQL server. Make a backup. Open the x_Updates.sql file and read the comments, especially at the bottom. Run the appropriate updates on the dayz_epoch database.
|
||||
|
||||
3. Inside the "Keys" folder on your server remove any previous day_epoch*.bikey keys. As of 1.0.6.1 our bikey is called dayz_epoch1061.bikey and we will use a new one for each release.
|
||||
3. Inside the server "Keys" folder remove any DayZ_Epoch*.bikey files from previous versions.
|
||||
Reference in New Issue
Block a user