Arma 3 の Tanoa にある、動かせない小さな木造漁船を動かせるようにした JBOY Longboat スクリプトが公開されました。小型漁船には最大で 4 人が乗れ、車両内からの射撃も使えます。
使用にあっては、エディタから攻撃挺 (Assault Boat) を設置して、その init 欄にスクリプトを呼ぶという記述が必要になります。
// Converts assault boat to an empty longboat _d = [this,""] execvm "Scripts\JBOY_LongBoat.sqf"; // Creates an empty longboat, with no mounted weapon _d = [this,"B_HMG_01_F"] execvm "Scripts\JBOY_LongBoat.sqf"; // Creates an empty longboat, with a mounted weapon on the front // Converts assault boat to a longboat with crew already on board: _d = [this,"B_T_Static_AT_F", units group player] execvm "Scripts\JBOY_LongBoat.sqf"; _d = [this,"B_T_Static_AT_F", [unit1, unit2, unit3, unit4]] execvm "Scripts\JBOY_LongBoat.sqf";
クレジット
- johnnyboy
JBOY Longboat [Release] - ARMA 3 - MISSION EDITING & SCRIPTING - Bohemia Interactive Forums
0 コメント:
コメントを投稿