DCSへのStreamdeck導入

提供:PeCaTacWiki
ナビゲーションに移動 検索に移動

15キーまたは32キーのプログラマブルなボタンデバイス。

DCSの各種操作に使用するプロファイルが作成されている。

Stream Deckツールの導入

ElgateウェブサイトからDLしインストールする。

https://www.elgato.com/jp/ja/s/downloads

DCS ExportScriptsの導入

githubから、code -> download zipでzipファイルをダウンロードし、解凍する。

https://github.com/asherao/DCS-ExportScripts


↓のように解凍後フォルダを配置する。

C:\Users\<USER>\Saved Games\DCS\Scripts\DCS-ExportScript\


Export.luaがすでに存在している場合、上書きせずに↓の一文を既存のExport.luaに追加する。

dofile(lfs.writedir()..Scripts\DCS-ExportScript\ExportScript.lua)


Ikarusを併用しない場合、DCS-ExportScript配下のConfig.luaの記述を以下のように変更する。

-- Ikarus a Glass Cockpit Software

ExportScript.Config.IkarusExport = true

-- false for not use

ExportScript.Config.IkarusHost = "127.0.0.1"

-- IP for Ikarus

ExportScript.Config.IkarusPort = 1725

-- Port Ikarus (1625)

ExportScript.Config.IkarusSeparator = ":"


Ikarusを併用する場合、↓の説明に従って設定を変更する。

https://github.com/enertial/streamdeck-dcs-interface/blob/master/Sources/com.ctytler.dcs.sdPlugin/helpDocs/helpContents.md#enabling-both-dcs-interface--ikarus

DCS Streamdeck interfaceの導入

githubから、最新の'com.ctyler.dcs.streamDeckPlugin'ファイルをダウンロードする。

zipファイルではなく、streamdeck用の設定ファイルがソースコードと同じ場所に配置されている。

https://github.com/enertial/streamdeck-dcs-interface/releases

ダウンロードした'com.ctyler.dcs.streamDeckPlugin'ファイルをダブルクリックし、streamdeckツールで実行する。

streamdeckツールの右側ペインにDCS Interfaceボタン類が追加されていれば成功。

各設定プロファイルの導入

DCSユーザーファイルアップローダーから、好みのプロファイルを探してDLする。

https://www.digitalcombatsimulator.com/en/files/search/?q=Streamdeck&sort=date_desc

DLした.streamDeckPluginファイルをダブルクリックし、プロファイルを取り込む。