From efaf1f93990eba7b8b71be1c7b6c12cd9e95884b Mon Sep 17 00:00:00 2001 From: ebayShopper Date: Mon, 18 Dec 2017 17:53:27 -0500 Subject: [PATCH] Update ReadMes @oiad please keep Epoch specific strings in the dayz_epoch package The status icons translation was identical to English. @AirwavesMan the second word is not capitalized for consistency with all other settings in the game options menu. https://i.imgur.com/eIbPBlM.jpg --- CHANGE LOG 1.0.6.2.txt | 5 +++-- SQF/dayz_code/Configs/CfgMagazines/Trash/Trash.hpp | 4 ++-- SQF/dayz_code/stringtable.xml | 13 ++++++------- Server Files/Readme.md | 2 +- Test Build/README.MD | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/CHANGE LOG 1.0.6.2.txt b/CHANGE LOG 1.0.6.2.txt index 058d3ef92..ca8d9d9ff 100644 --- a/CHANGE LOG 1.0.6.2.txt +++ b/CHANGE LOG 1.0.6.2.txt @@ -61,8 +61,9 @@ [FIXED] DayZ_RollingMessage FPS impact. #1926 @BigEgg17 [FIXED] Random skin selection on new character creation with DZE_defaultSkin = [["Male skin1","Male skin2"],["Female skin1","Female skin2"]]; [FIXED] Corpse markers are now deleted for bodies that are hidden. -[FIXED] Unable to sell classic 'ItemBloodbag' at traders. @oiad -[FIXED] Unable to sell upgraded _DZE[1-4] vehicle variants if their base vehicle class is removed from the trader configs. +[FIXED] Unable to eat FoodPumpkin +[FIXED] Unable to sell classic 'ItemBloodbag' at traders @oiad +[FIXED] Unable to sell upgraded _DZE[1-4] vehicle variants if their base vehicle class is removed from the trader configs [FIXED] The player building a shed, tent or other unlocked storage was unable to use its gear and M240 nests were non-functional until relog when DZE_GodModeBase=true; @oiad [FIXED] Death message killer inaccurate when player is caused to bleed by one unit and then killed by a different unit shortly after. @oiad [FIXED] Group saving issue which could potentially join a player to a random group or not save group properly after death. diff --git a/SQF/dayz_code/Configs/CfgMagazines/Trash/Trash.hpp b/SQF/dayz_code/Configs/CfgMagazines/Trash/Trash.hpp index f2be5512b..9bd268e48 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Trash/Trash.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Trash/Trash.hpp @@ -17,7 +17,7 @@ class ItemSodaEmpty : HandGrenade script = ";[_id] spawn player_fillWater;"; }; class Crafting { - text = $STR_ACTIONS_MELT_BARS; + text = $STR_EPOCH_MELT_BARS; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; neednearby[] = {"fire"}; requiretools[] = {"ItemToolbox"}; @@ -46,7 +46,7 @@ class TrashTinCan : HandGrenade script = ";[_id] spawn player_fillWater;"; }; class Crafting { - text = $STR_ACTIONS_MELT_BARS; + text = $STR_EPOCH_MELT_BARS; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; neednearby[] = {"fire"}; requiretools[] = {"ItemToolbox"}; diff --git a/SQF/dayz_code/stringtable.xml b/SQF/dayz_code/stringtable.xml index 253e2942b..72f6ecdef 100644 --- a/SQF/dayz_code/stringtable.xml +++ b/SQF/dayz_code/stringtable.xml @@ -1052,10 +1052,6 @@ Spravit palici Vorschlaghammer reparieren - - Melt into Bars - In Barren einschmelzen - Build %1 %1 bauen @@ -2548,7 +2544,7 @@ Autobombe - Can be attached to a vehicles engine and then automaticly explode when the next player enters the drivers seat! + Can be attached to a vehicle's engine and then automatically explode when the next player enters the driver's seat! Kann an einem Fahrzeugmotor angebracht werden. Die Bombe explodiert automatisch, wenn sich ein Spieler auf den Fahrersitz setzt. @@ -2690,7 +2686,7 @@ Antiseptische Bandage - Blueprint to create an Sepsis cure and Bandage. Required - 3 Rags, 2 gauze, 1 string, 2 Comfrey Leaves. + Blueprint to create a sepsis cure and bandage. Required - 3 rags, 2 gauze, 1 string, 2 comfrey leaves. Plano para crear un vendaje que combate la septicemia. Requerido: - 3 trapos, 2 gasas, 1 cuerda, 2 hojas de consuelda. Инструкция по созданию антисептических бинтов. Нужно: три тряпки, пара марль, шнур и пара листков живокоста. Návod pro vyrobení antiseptického obvazu. Potřeba: 3x hadr, 2x gáza, 1x provázek, 2x listy kostivalu. @@ -7626,7 +7622,6 @@ Status icons: - Status Icons: Show status icons (F3 hotkey) @@ -16105,6 +16100,10 @@ 10oz Zinnbarren Оловянный слиток (10 унций). + + Melt into Bars + In Barren einschmelzen + Officer Suit Offiziers Anzug diff --git a/Server Files/Readme.md b/Server Files/Readme.md index d85c83c89..0b9b57971 100644 --- a/Server Files/Readme.md +++ b/Server Files/Readme.md @@ -6,7 +6,7 @@ Note: Both server and client should be updated to current A2OA stable 1.63.13112 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. +3. Install [[MySQL Server](https://dev.mysql.com/downloads/mysql/)] and create a new MySQL database called `dayz_epoch`. Import the epoch.sql file. 4. Open HiveExt.ini and adjust the MySQL settings. Open config.cfg in the same folder and change the admin password. Open BEServer.cfg in the BattlEye folder and update the RCon password. diff --git a/Test Build/README.MD b/Test Build/README.MD index 8f38987ec..e075e3a79 100644 --- a/Test Build/README.MD +++ b/Test Build/README.MD @@ -11,7 +11,7 @@ Install instructions: 4. Copy the `EpochTest-1062-RC1\addons\` folder into your `@DayZ_Epoch1062\` folder and again overwrite files when prompted. Make sure to do this on both the client and server. -5. Download the new DayZ Server Pack and extract to your A2OA server root directiory, overwrite 1.0.6.1/earlier .DLLs. Requires: [[Visual C++ Redistributable 2015 (x86 version)](https://www.microsoft.com/en-us/download/details.aspx?id=48145)] +5. Download the new [[server pack](https://github.com/EpochModTeam/DayZ-Epoch/raw/master/Test%20Build/EpochServer-1062-RC1.7z)] and extract to your A2OA server root directory. Overwrite older .DLLs. Requires: [[Visual C++ Redistributable 2015 (x86 version)](https://www.microsoft.com/en-us/download/details.aspx?id=48145)] 6. Use the new MPMission from Server Files\MPMissions.