Arma 3
Spectrum Device Functionality - Rebuilt
#EM_Values Error
Nothing fancy other than a signal source and the device setting module and it pops up this error.

I can still go to the source object and end the signal but no signal will pop up on the device.

https://imgur.com/swVnK9m
Last edited by SoloWingPixy; 14 Sep, 2021 @ 7:05am
< >
Showing 1-2 of 2 comments
SoloWingPixy 3 Sep, 2021 @ 5:22am 
https://imgur.com/TRRoLlx

Other error that pops up
Scofer  [developer] 14 Sep, 2021 @ 7:53am 
Hey Solo, thanks for bringing this up, and sorry for not seeing it sooner. Seems Steam doesn't tell you if people create discussions on your own mod.

Unfortunately (or fortunately), I'm not getting one of these errors on my side.

Your first image shows an error due to the variable _arrayStrength being undefined, this variable is used to find the strength of a particular signal in the #EM_Values array used by the Spectrum Device. This value is found by the signalSource function, and is passed to the signalCalculation function. I'm confused as to why you're seeing that error when in the editor.

Your second image shows that signalNameArray is undefined, which is an array of all the signal names. This global array is created by the Device Settings module. I can only reproduce this exact error if I don't have a Device Settings module placed, you say in your initial post that you're using that module, but it may be worth double checking.

Arma 3 is a weird game when it comes to modding, I have experienced issues in the past when a function has been updated, but the module is still try to execute the old function. So my initial suggest is to just place down new modules using the exact same settings, and remove the old ones.

If simply replacing the modules doesn't fix the issue I'd recommend going onto a blank VR map and seeing if the issue persists when placing new modules on that.

If you're still getting the issue despite this it may be beneficial to provide a list of the mods you're using, and if possible a copy of the mission you're seeing this on, which could possibly be done through a Google Drive link. I'm aware of at least one mod that conflicts with mine, but that's due to their usage of the Spectrum Device UI, and has nothing to do with the functions themselves as far as I'm aware.
Last edited by Scofer; 14 Sep, 2021 @ 9:45am
< >
Showing 1-2 of 2 comments
Per page: 1530 50