自分だけの壁を作れる Arma 3 用の Asaayu's Custom Cover MOD

自分だけの壁を作れる Arma 3 用の Asaayu's Custom Cover MOD

プレイヤーがゲーム内でクレジットを払って、遮蔽になるオブジェクトを設置できる Arma 3 用の Asaayu's Custom Cover MOD が公開されました。メニューから土のうや壁などを購入出来ます。

自分だけの壁を作れる Arma 3 用の Asaayu's Custom Cover MOD
自分だけの壁を作れる Arma 3 用の Asaayu's Custom Cover MOD

クレジットで購入したオブジェクトは、傾き角度や回転、高さも変更できるため、思い通りの配置が可能になります。プレイヤーに与えられているクレジットは、他のプレイヤーに渡せるので高額なオブジェクトも協力して購入できるようにしています。

なお初期クレジット数や設置できるオブジェクトなどが description.ext から設定可能です。

class CfgCustomCover
{
 startCredits = 15;
 //== Number of credits per player when they join the mission

 items[] = {{"Land_BagFence_End_F",1},{"Land_BagFence_Corner_F",2},{"Land_BagFence_Long_F",4},{"Land_BagFence_Round_F",4},{"Land_BagFence_Short_F",2},{"Land_BagFence_01_end_green_F",1},{"Land_BagFence_01_corner_green_F",2},{"Land_BagFence_01_long_green_F",4},{"Land_BagFence_01_round_green_F",4},{"Land_BagFence_01_short_green_F",2},{"Land_SandbagBarricade_01_half_F",5},{"Land_SandbagBarricade_01_F",10},{"Land_SandbagBarricade_01_hole_F",9},{"Land_Plank_01_4m_F",1}};
 //== Use an array with the item & the credit cost eg. {"item_className",3}

 allowPlacedItemPickup = 1;
 //== 1- Any object placed in the mission and is in the list can be collected for credits
 //== 0 - Only player placed items can be collected for credits
};

またプレイヤー間のクレジット送受信を remoteExec でブロックされている場合は、ホワイトリストに "customCover_fnc_transferCredits" を入れる必要があります。

クレジット

  • Asaayu

ライセンス

This mod is licensed under APL-ND, therefore, the following license applies https://www.bohemia.net/community/licenses/arma-public-license-nd
This mod is not to be uploaded to the Steam Workshop under any circumstances as this is breaking the Steam Workshop TOS!

Asaayu's Custom Cover Mod - ARMA 3 - ADDONS & MODS: COMPLETE - Bohemia Interactive Forums

0 コメント:

コメントを投稿