[SU3 Beta] 1.5.10 SDK 1.4.3 - typo in WASM systems - Adding the system to your aircraft topic

Version: *SU/AAU/WU XX - 1.5.10 SDK 1.4.3

Frequency: Consistently

Severity: *Low

Context: What package? When editing or mounted from Community? In main menu or in flight? etc…

Bug description:

[WASM_SYSTEM.0]
ModulePath=<VFS_PATH_WASM_FOLDER>/<MODULENAME>
SystemName=<SYSTEMNAME>
ParameterString="blah"

shows that the string parameter key is ParameterString - the systems.cfg also shows this naming.

However under this example is a more “complex example” and it shows

StringParameter not ParameterString as the key name.

[WASM_SYSTEM.0]
ModulePath=SimObjects/Airplane/MyCompanyWasm_Aircraft/common/wasm/myModule.wasm
SystemName=mySystem
StringParameter=AircraftVariationName, 1

Assume it should be - and have quotations around the string

[WASM_SYSTEM.0]
ModulePath=SimObjects/Airplane/MyCompanyWasm_Aircraft/common/wasm/myModule.wasm
SystemName=mySystem
ParameterString="AircraftVariationName, 1"

Repro steps:

Attachments:

Private attachments: Send a PM to @PrivateContent with the link to this topic and the link to download your content

Hello

This is fixed with SDK 1.4.4

Regards,
Sylvain

I’m not sure this is fixed, as I see there are no quotes, in the example, like I pointed out. Do you put quotes or not

@esoriaAsobo?

Hello !

After testing, quotes are optional. The result is the same with and without quotes

Regards,
Edalyn

1 Like

Thanks- can be closed then