Arma 3 内で風や機体の重量などがヘリコプターへ影響するようになる RotorLib に対応している Bell 412 を追加の Medium Utility Helicopters MOD が大幅に更新され、UH-60M Blackhawk や Mi-17 Hip、UH-1N Huey、AW101 Merlin が新たに追加されました。いずれも 車両内からの射撃や RotorLib 対応していたり、いくかのスキンが選択可能です。
MOD では RotorLib こと高度な飛行特性を持っていることから、武装ヘリや通常使用のヘリで満席状態や兵装を全て搭載していると、挙動が鈍くなり、離陸に時間がかかったりします。Mi-17 はその重さゆえ、滑走をして飛び立たないといけないほどです。
用意されているスキンへ変更するには、トリガーやユニットの init 欄へ次のコードを入力する必要があります。
[this, "Put_Skin_Name_Here", nil] call bis_fnc_initVehicle; "MUH_Medic_Red," (only for Bell 412 'Rescue') "MUH_Medic_Blue", (only for Bell 412 'Rescue') "MUH_Flamingo", "MUH_Frostfire", "MUH_Parrot", "MUH_Blue", "MUH_Shark", "MUH_Vrana", "MUH_Wasp", "MUH_Sheriff", "MUH_Coast_Guard", "MUH_Sun", "MUH_Military", (only for UH-1N 'Transport' and UH-1N 'Gunship') "MUH_Vietnam", (only for UH-1N 'Transport' and UH-1N 'Gunship') "AW101_Green", (only for AW101) "AW101_Dark", (only for AW101) "UH60_Grey", (only for UH-60) "UH60_Dark", (only for UH-60) "MUH_CDF", (only for the Mil-Mi family) "MUH_RedStar", (only for the Mil-Mi family) "MUH_AMA", (only for the Mil-Mi family) "MUH_ACR", (only for the Mil-Mi family) "MUH_IND", (only for the Mil-Mi family) "MUH_UN" (only for the Mil-Mi family)
UH-1 などは地図上に表示される部隊符号を変更できます。エディタのユニットにある init 欄から次のコードを入力する必要があります。
[this, "Put_Symbol_Name_Here", nil] call bis_fnc_initVehicle; //クラスネーム //表示名 "GR_UH1H_1", //UH-1H 'XM16' "GR_UH1H_2", //UH-1H 'LMG' "GR_UH1H_5", //UH-1H 'Rocket-48' "GR_UH1H_6", //UH-1H "GR_UH1H_7" //UH-1H 'XM21'
自身で作製したロゴを機体に表示させたい場合は、
setObjectTexture
コマンドを使います。
Unit_Name setObjectTexture [0, "\pathname\texturename.paa"]; //Nose Unit_Name setObjectTexture [1, "\pathname\texturename.paa"]; //Tail right Unit_Name setObjectTexture [2, "\pathname\texturename.paa"]; //Tail left
問題点
- Changing the normal passenger positions into fire from vehicle positions, causes the soldiers to clip through their seats. I'll redo the seats for the helicopters to fix this.
- Some side positions are clipping into the side of the helicopters body, I'll modify the helicopters to make more room for passengers.
- Helicopters seems too damage resistant when taking fire. I hope it can be solved with a simple config tweak.
- AW101 has an FFV bug. Getting the FFV seats tied to the correct door is causing problems.
- Not all helicopters have their lights working correctly (collision lights, landing lights).
クレジット
- GrumpyRhino
ライセンス
アドオンは ARMA PUBLIC LICENSE SHARE ALIKE です。
Steam ワークショップ :: Medium Utility Helicopters
Medium Utility Helicopters - ARMA 3 - ADDONS & MODS: COMPLETE - Bohemia Interactive Forums
0 コメント:
コメントを投稿