Update README.md and stringtable.xml

This commit is contained in:
Christian 2017-11-08 06:51:03 +01:00
parent 650b195e57
commit df9fa46542
3 changed files with 18 additions and 14 deletions

View File

@ -7,5 +7,5 @@ Play random wounded animation on given unit
*/
params ["_unit"];
_anim = selectRandom ["Acts_CivilInjuredHead_1", "Acts_CivilInjuredArms_1", "Acts_CivilInjuredChest_1", "Acts_CivilInjuredLegs_1", "Acts_CivilInjuredGeneral_1", "Acts_SittingWounded_loop"];
private _anim = selectRandom ["Acts_CivilInjuredHead_1", "Acts_CivilInjuredArms_1", "Acts_CivilInjuredChest_1", "Acts_CivilInjuredLegs_1", "Acts_CivilInjuredGeneral_1", "Acts_SittingWounded_loop"];
[_unit, _anim] remoteExec ["switchMove"];

View File

@ -10,20 +10,20 @@
<!-- Chinese Simplified localization made by Nercon: https://github.com/nercon -->
<!-- (WIP) Turkish localization made by Carbneth: https://github.com/Carbneth -->
<Key ID="STR_MISSION_TITLE">
<Original>KP Liberation v0.961</Original>
<German>KP Liberation v0.961</German>
<Spanish>KP Liberation v0.961</Spanish>
<Italian>KP Liberation v0.961</Italian>
<Chinesesimp>KP Liberation v0.961</Chinesesimp>
<Turkish>KP Liberation v0.961</Turkish>
<Original>KP Liberation v0.962dev</Original>
<German>KP Liberation v0.962dev</German>
<Spanish>KP Liberation v0.962dev</Spanish>
<Italian>KP Liberation v0.962dev</Italian>
<Chinesesimp>KP Liberation v0.962dev</Chinesesimp>
<Turkish>KP Liberation v0.962dev</Turkish>
</Key>
<Key ID="STR_MISSION_VERSION">
<Original>v0.961</Original>
<German>v0.961</German>
<Spanish>v0.961</Spanish>
<Italian>v0.961</Italian>
<Chinesesimp>v0.961</Chinesesimp>
<Turkish>v0.961</Turkish>
<Original>v0.962dev</Original>
<German>v0.962dev</German>
<Spanish>v0.962dev</Spanish>
<Italian>v0.962dev</Italian>
<Chinesesimp>v0.962dev</Chinesesimp>
<Turkish>v0.962dev</Turkish>
</Key>
<Key ID="STR_Deploy_OnPoint">
<Original>Deploy</Original>
@ -4734,6 +4734,7 @@
</Key>
<Key ID="STR_CR_HEALMSG">
<Original>Civilian named %1 is thankful for your help.</Original>
<German>Der Zivilist %1 ist dankbar für die Hilfe.</German>
</Key>
<Key ID="STR_PARAM_CR_BUILDING">
<Original>Civil Reputation penalty for buildings if building is</Original>

View File

@ -2,7 +2,7 @@
# KP Liberation for ArmA 3
## Current version : 0.961
## Current version : 0.962
[BI Forum Thread](https://forums.bistudio.com/topic/202711-mpcti-coop-liberation-continued/)
@ -160,6 +160,9 @@ class Missions
## Changelog
### 0.962 (In Development)
* Tweaked: Wounded civilians event. Thanks to [veteran29](https://github.com/veteran29)
### 0.961 (6th November 2017)
* Added: ACE auto detection. (BI Revive still has to be disabled manually)
* Added: Parameter to decide if vehicles should have cleared cargo or not. Thanks to [veteran29](https://github.com/veteran29)