ZEN icon indicating copy to clipboard operation
ZEN copied to clipboard

Feature Request: Spectrum Device Modules

Open Radiumio opened this issue 4 years ago • 7 comments

Is your feature request related to a problem? With the release of Contact DLC, an update later added the Spectrum Device to the base-game with limited functionality (receiving signals, playing sounds, transmitting signals) and documentation later came out. Being able to place modules in Zeus that would at least allow players to receive signals, could provide an interesting way for players to locate objectives or secrets.

Solution you'd like: A module that creates a signal source the Spectrum Device can pick up, with adjustable frequency and vice versa. Allowing the Spectrum Device or module to play sounds (for the players to receive) would be cool as well, but the base-game likely doesn't have many vanilla sounds for this.

Alternatives you've considered: Mission scripting, but this doesn't allow for it to be on the fly IIRC and is not exactly easy to get into for the average ZEN user.

Additional context: See Spectrum Device Documentation here.

Radiumio avatar Jul 18 '20 15:07 Radiumio

Adding modules to create signal sources that the spectrum device can pick up is fairly straight forward. However, I was unable to find the sounds in the base game; I think they are part of Contact itself.

mharis001 avatar Jul 20 '20 03:07 mharis001

There may be some suitable vanilla sounds that could be used, I'll take a look.

What about using sounds from the Play Sound module, so if sound mods are added, those sounds could be used too?

A few custom sounds that come with ZEN might work but would increase the file size so not sure if that would be very ideal, even if the files were compressed.

Radiumio avatar Jul 21 '20 07:07 Radiumio

I don't think the Play Sound module's sounds are suitable for the spectrum device. It is less about file size and more so sourcing sounds that are compatible with the license.

mharis001 avatar Jul 21 '20 08:07 mharis001

We could take the sounds from Contact DLC and put them into a separate PBO and dual-license it under the Arma's license.

CreepPork avatar Jul 21 '20 08:07 CreepPork

Contact files are currently in EBOs. Will need to wait until they are available as PBOs if we go this route.

mharis001 avatar Jul 26 '20 21:07 mharis001

Will need to wait until they are available as PBOs if we go this route.

Afaik it's not guaranteed they'll ever decrypt this one.

veteran29 avatar Jul 27 '20 12:07 veteran29

Looking at the documentation and in-game behavior, it seems a pain in the ass to make it work for multiple multiplayer clients who are equipped with the Spectrum Device because it uses global variables (missionNamespace).

CreepPork avatar Jul 29 '20 20:07 CreepPork