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

View File

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

View File

@ -32,7 +32,7 @@
/******************************** Constants ********************************/
// Module identification
#define MODULE_NAME "[KHOFMANN TFDi MD-11 Load Manager] "
#define VERSION_STRING "1.6"
#define VERSION_STRING "1.7"
// COMM BUS
#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"

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>