返信先: ARMA3 ミッションエディットスレ
ホーム › フォーラム › TRI Gaming フォーラム › ARMA3 ミッションエディットスレ › 返信先: ARMA3 ミッションエディットスレ
2017年11月5日 7:10 PM
#238013
キーマスター
EDENのPylon Settingを上書きして本来積めない兵装を強制的に搭載する方法
F-16CにAAM-5やASM-2を積んでF-2Aもどきを作る例
this setPylonLoadOut ["pylons1", "FIR_AAM5_P_1rnd_M",true];
this setPylonLoadOut ["pylons2", "FIR_AAM4_P_1rnd_M",true];
this setPylonLoadOut ["pylons3", "FIR_ASM2_P_1rnd_M",true];
this setPylonLoadOut ["pylons4", "FIR_ASM2_P_1rnd_M",true];
this setPylonLoadOut ["pylons5", "FIR_F2A_center_Fueltank_P_1rnd_M",true];
this setPylonLoadOut ["pylons6", "FIR_SniperXR_3_P_1rnd_M",true];
this setPylonLoadOut ["pylons7", "FIR_ASM2_P_1rnd_M",true];
this setPylonLoadOut ["pylons8", "FIR_ASM2_P_1rnd_M",true];
this setPylonLoadOut ["pylons9", "FIR_AAM4_P_1rnd_M",true];
this setPylonLoadOut ["pylons10", "FIR_AAM5_P_1rnd_M",true];
this setPylonsPriority ["pylons6","pylons1","pylons10","pylons2","pylons9","pylons3","pylons8","pylons4","pylons7"];
setPylonLoadOutコマンド:パイロンの兵装を変更するコマンド
setPylonsPriorityコマンド:兵装選択での並び順を変更するコマンド
クラスネームはこちらのリストを参照
各兵装が使用するセンサさえ適合していれば問題なく使用できます。
また、Pylon Setting画面ではプリセットをEmptyにしておかないと、もともとの兵装が兵装リストに表示されちゃいます。
~おまけ~
FIR AWSのA-10に積まれてるGAU-8のクラスネームも貼っておきます。
Weapon:"FIR_gau8"
Magazine:"FIR_gau8_1174rnd_M"
WeaponTurret・MagazineTurretコマンドから呼び出せば、FIR製でCombat Mixで音がカッコいいGAU-8が使えちゃいます。すごい。
-
この返信は8年、 6ヶ月前に
michy_REV19が編集しました。理由: QuoteをCodeにした