본문 바로가기

Home Cockpit/DIY7

[MSFS] PMDG MCP Panel by Simconnect Mobiflight (Python) https://github.com/Koseng/MSFSPythonSimConnectMobiFlightExtension GitHub - Koseng/MSFSPythonSimConnectMobiFlightExtension: Extends the python simconnect library for MSFS2020 with the capability Extends the python simconnect library for MSFS2020 with the capability to read A and L variables with help of the MobiFlight WASM module. - GitHub - Koseng/MSFSPythonSimConnectMobiFlightExtension: ... git.. 2023. 5. 19.
[Falcon BMS] RTT 를 이용한 화면 만들기 1. RTT 활성화 아래 파일에서 set g_bExportRTTTextures 0 을 1로 변경 저장 후 bms 실행 ~Falcon BMS Directory\User\Config\Falcon BMS.cfg set g_bExportRTTTextures 1 2. RTTClient.ini 설정 RWR, DED 를 추가 하고 싶다면 예) USE_RWR = 1 로 설정 USE_RWR = 1 # RWR 사용 RWR_X=2630 # RWR X 위치 RWR_Y=0 # RWR Y 위치 RWR_W=400 # RWR 가로 크기 RWR_H=400 # RWR 세로 크기 RWR_ONTOP = 1 # RWR 다른화면과 겹쳤을때 위에 ~Falcon BMS Directory\Tools\RTTRemote\RTTClient.ini USE.. 2023. 4. 27.
[MSFS] pmdg 737 Data Access \Microsoft.FlightSimulator_8wekyb3d8bbwe\LocalState\packages\pmdg-aircraft-737\work 737_Options.ini 추가 하자. [SDK] EnableDataBroadcast=1 EnableCDUBroadcast.0=1 EnableCDUBroadcast.1=1 역시 매뉴얼을 꼼꼼히 읽어 보고 시작해야 되네요 ㅠㅠ 2023. 4. 20.
[MSFS-DIY] simconnect documentation https://docs.flightsimulator.com/html/Programming_Tools/SimConnect/SimConnect_SDK.htm SimConnect SDK SIMCONNECT SDK The SimConnect SDK can be used by programmers to write add-on components that communicate with Microsoft Flight Simulator. Both in-process modules and out-of-process executables have access to the SimConnect API, noting the following: Out-of docs.flightsimulator.com https://docs.fl.. 2023. 4. 5.