2024 Build an working

This commit is contained in:
Kilian Hofmann 2025-12-16 21:30:47 +01:00
parent ec9facd4d9
commit 766d956008
6 changed files with 17 additions and 7 deletions

View File

@ -10,9 +10,10 @@
<VisibleInStore>false</VisibleInStore> <VisibleInStore>false</VisibleInStore>
<CanBeReferenced>false</CanBeReferenced> <CanBeReferenced>false</CanBeReferenced>
</Flags> </Flags>
<PackageOrderHint>CUSTOM_SIMOBJECTS_PATCH</PackageOrderHint>
<AssetGroups> <AssetGroups>
<AssetGroup Name="ContentInfo"> <AssetGroup Name="ContentInfo">
<Type>ContentInfo</Type> <Type Version="0">ContentInfo</Type>
<Flags> <Flags>
<FSXCompatibility>false</FSXCompatibility> <FSXCompatibility>false</FSXCompatibility>
</Flags> </Flags>
@ -20,7 +21,7 @@
<OutputDir>ContentInfo\xkhofmann-tfdidesign-md11-load-manager\</OutputDir> <OutputDir>ContentInfo\xkhofmann-tfdidesign-md11-load-manager\</OutputDir>
</AssetGroup> </AssetGroup>
<AssetGroup Name="html-ui"> <AssetGroup Name="html-ui">
<Type>Copy</Type> <Type Version="0">Copy</Type>
<Flags> <Flags>
<FSXCompatibility>false</FSXCompatibility> <FSXCompatibility>false</FSXCompatibility>
</Flags> </Flags>
@ -31,7 +32,7 @@
</Config> </Config>
</AssetGroup> </AssetGroup>
<AssetGroup Name="md-11-panel-config"> <AssetGroup Name="md-11-panel-config">
<Type>Copy</Type> <Type Version="0">Copy</Type>
<Flags> <Flags>
<FSXCompatibility>false</FSXCompatibility> <FSXCompatibility>false</FSXCompatibility>
</Flags> </Flags>

View File

@ -1,6 +1,6 @@
{ {
"name": "tfdidesign-md11-load-manager", "name": "tfdidesign-md11-load-manager",
"version": "0.1.186", "version": "0.1.187",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"type": "module", "type": "module",

View File

@ -32,7 +32,7 @@
/******************************** Constants ********************************/ /******************************** Constants ********************************/
// Module identification // Module identification
#define MODULE_NAME "[KHOFMANN TFDi MD-11 Load Manager] " #define MODULE_NAME "[KHOFMANN TFDi MD-11 Load Manager] "
#define VERSION_STRING "1.6" #define VERSION_STRING "1.7"
// COMM BUS // COMM BUS
#define COMM_BUS_LIVE_DATA_EVENT "khofmann_tfdi_md-11_load_manager_live_data" #define COMM_BUS_LIVE_DATA_EVENT "khofmann_tfdi_md-11_load_manager_live_data"
#define COMM_BUS_UPDATE_TARGET_EVENT "khofmann_tfdi_md-11_load_manager_update_target" #define COMM_BUS_UPDATE_TARGET_EVENT "khofmann_tfdi_md-11_load_manager_update_target"

View File

@ -1 +1 @@
Copy-Item .\PackageSources\wasm-module\MSFS\Debug\load-manager.wasm .\PackageSources\SimObjects\Airplanes\TFDi_Design_MD-11\panel Copy-Item .\PackageSources\wasm-module\MSFS\Debug\load-manager.wasm .\PackageSources\SimObjects\Airplanes\TFDi_Design_MD-11\common\panel

View File

@ -1 +1 @@
Copy-Item .\PackageSources\wasm-module\MSFS\Release\load-manager.wasm .\PackageSources\SimObjects\Airplanes\TFDi_Design_MD-11\panel Copy-Item .\PackageSources\wasm-module\MSFS\Release\load-manager.wasm .\PackageSources\SimObjects\Airplanes\TFDi_Design_MD-11\common\panel

View File

@ -0,0 +1,9 @@
<UserSettings>
<CheckedOutPackages>
<Package Name="xkhofmann-tfdidesign-md11-load-manager"/>
</CheckedOutPackages>
<SelectedPackages/>
<Filter/>
<ShowOnlyEdited>false</ShowOnlyEdited>
</UserSettings>