「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-E…」)
 
編集の要約なし
 
46行目: 46行目:


https://github.com/enertial/streamdeck-dcs-interface/blob/master/Sources/com.ctytler.dcs.sdPlugin/helpDocs/helpContents.md#enabling-both-dcs-interface--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の導入======
 
==== DCS Streamdeck interfaceの導入 ====
githubから、最新の'com.ctyler.dcs.streamDeckPlugin'ファイルをダウンロードする。
githubから、最新の'com.ctyler.dcs.streamDeckPlugin'ファイルをダウンロードする。



2023年8月24日 (木) 16:24時点における最新版

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ファイルをダブルクリックし、プロファイルを取り込む。