uksf / modpack

UKSF SR3 Mod Development and Issue/Feature Tracking
GNU General Public License v3.0
8 stars 3 forks source link

ACRE Radio problems #543

Closed AnAngrySalad1 closed 4 years ago

AnAngrySalad1 commented 5 years ago

I have some ideas:

Perhaps the caching script is taking up load at that time meaning the radios blip out. Radios worked without issue at main base before anyone was near the AO.

Maybe some sort of mix up with the radio ID's? So somehow the radios ID's or ID of a certain radio is changing to another radio (hence 343 being able to be used over several km). Not 100% sure how that side works.

Comms last night we're unworkable, each C/S managed on their own but medevacs and the like took alot longer as a result. G operated with runners where needed and all C/S were told to send messages in small snippets and seek confirmation of message being received but it just slowed everything down quite drastically. Seems to be annoyingly inconsistent in cause but symptoms seem to be the same.

tbeswick96 commented 5 years ago

Need logs to be able to see if anything is blaringly obviously wrong, or if more investigation is needed.

AnAngrySalad1 commented 5 years ago

Server or client logs?

tbeswick96 commented 5 years ago

Preferably both, if possible

tbeswick96 commented 4 years ago

Need to organise a debugging session with a few people, to try and narrow down the actual issues.

mshaugh commented 4 years ago

Radio problems ongoing.

Perhaps try running without antenna direction and decreased attenuation:

force force acre_sys_core_ignoreAntennaDirection = true;
force force acre_sys_core_terrainLoss = 0.35; // 70% of current value

Or change propagation model:

force force acre_sys_signal_signalModel = 3; // Longley-Rice
CarrC commented 4 years ago

This issue definitely needs addressing.

It is becoming increasingly frustrating not being able to raise people on the radio, also not being able to hear people stood next to me on a 152 or 343 radio.

I get the intent for realism however the argument for carrying a 117 for better communication is null as this radio often suffers the same issues as the smaller units, this alongside with everything else needed particularly for Sabre in terms of kit makes fitting this large system difficult along with needing one now in order to communicate with air I definitely cannot carry 2.

Perhaps the best form of debug is to revert to pre degradation and add elements back in to a point where we get the behaviour we expect.

One such example is having radio traffic with someone on a 343 who is over 10km away on a carrier but not with zero on a 152 who is on land inside that range.

tbeswick96 commented 4 years ago

Going to try changing signal model, as ACRE devs have found some reliability issues with LOS multipath https://github.com/IDI-Systems/acre2/issues/820#issuecomment-560248842

Will see what difference that makes, and if there are still unexplained bugs (note, loss of comms due to terrain, distance etc, do not fall under this) we can try some other settings

tbeswick96 commented 4 years ago

Signal model changed with https://github.com/uksf/modpack/releases/tag/5.17.4

github-actions[bot] commented 4 years ago

This issue has been automatically marked as stale because it has been open for 28 days without activity. Remove the stale label or comment or else this issue will be closed in 14 days.