gruppe-adler / CO_Template.VR

Gruppe Adler Coop Template
4 stars 6 forks source link

Frequency don't get set, when using readioSettings.hpp #69

Open WurstKH opened 2 years ago

WurstKH commented 2 years ago

Radio frequencies are visible on map, but are not being applied to the players radio.

Probably old TFAR Version.

DerZade commented 2 years ago

https://github.com/gruppe-adler/CO_Template.VR/blob/a6d9adf7342217ead683dd37ce507f664795c401/functions/radiosettings/fn_setRadioSettings.sqf#L24-L29

Correct me if I'm wrong, but these are the old variables

nomisum commented 2 years ago

TFAR_defaultFrequencies_sr_west is new but old are still supported (Deprecated)

Fusselwurm commented 1 year ago

interestingly, when testing locally initially the radio is on a random frequency - but when switching channels, the correct frequencies are being set as defined in radioSettings.hpp (ftr groupSettings.hpp works too , as clunky as I feel it it to be)

Fusselwurm commented 1 year ago

@WurstKH can you provide a repro (that is your radioSettings.hpp )