1.0.6.2 cleanup

This commit is contained in:
icomrade
2017-12-27 01:53:34 -05:00
parent 02ac978f61
commit ad27a943a9
7 changed files with 20 additions and 54 deletions

Binary file not shown.

View File

@@ -1,8 +1,10 @@
Note: Both server and client should be updated to current A2OA stable 1.63.131129 -- Beta build use is not recommended, wait until A2/OA updates are pushed to the stable channel.
Note: Both server and client should be updated to current A2OA stable 1.63.131129 or newer -- DO NOT USE BETA BUILDS, wait until A2/OA updates are pushed to the stable channel.
Note: Do not copy ArmA 2 addons directory/pbo files into the ArmA 2 OA/Expansion directory, instead load the ArmA 2 addons in a -mod flag (default directory EX) "-mod=C:\Program Files (x86)\Steam\SteamApps\common\Arma 2;EXPANSION;ca"
Note: if you have copied your ArmA 2 addons into your ArmA2 OA/Expansion/Addons directory then you should uninstall ArmA 2 OA, completely delete your ArmA 2 OA Expansion folder, then reinstall
## Basic Install Guide
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.
1. Install or update your Visual Studio Redistributable packages using the installers found in the included 'Visual Studio C++ Redistributables' directory.
2. Install or update [[MySQL Server](https://dev.mysql.com/downloads/mysql/)] on the server. Create a new MySQL database called `dayz_epoch`. Import the epoch.sql file.
@@ -24,4 +26,18 @@ Note: Both server and client should be updated to current A2OA stable 1.63.13112
2. Connect to the MySQL server. Make a backup. Open the *_Updates.sql file and read the comments, especially at the bottom. Run the appropriate updates on the dayz_epoch database.
3. Inside the server "Keys" folder remove any DayZ_Epoch*.bikey files from previous versions.
3. Inside the server "Keys" folder remove any DayZ_Epoch*.bikey files from previous versions.
##SECURITY ADVISORY
NOTE: The included 'DZE_Server_Config' startup bats and files/folder structure is provided as an example only and should be configured to your needs, passwords NEED TO BE CHANGED, and profile/config folders should be placed outside your OA Directory
NOTE: DO NOT FORGET TO CHANGE THE PASSWORD IN BEServer.cfg
1. YOU SHOULD KEEP YOUR SERVER CONFIG/PROFILES DIRECTORY OUTSIDE YOUR ARMA 2/OA ROOT DIRECTORY SO IT CANNOT BE READ BY HACKERS/SCRIPTERS. THE INSTRUCTIONS BELOW ARE FOR MODIFYING/MOVING EXISTING STARTUP PROCEDURES AND PROFILE DIRECTORIES
2. In this example we will place our profiles directory in C:\DZE_Server_Config, be sure to select the correct map .cfg for your server!
3. Modify your startup.bat -BEpath -cfg -config -profiles startup flags to point to your new server config directory and files; an example is provided in step 4
3a. you can gain additional security by appending random characters to your config file names and BE folder
4. -profiles="C:\DZE_Server_Config" -BEpath="-BEpath=C:\DZE_Server_Config\BattlEye" -config="C:\DZE_Server_Config\11_chernarus.cfg" -cfg="C:\DZE_Server_Config\basic.cfg"