DayZ
Radio Toggle and Push-to-Talk
36 Comments
Bence 23 Sep, 2024 @ 10:28am 
Hello, may i ask for a bug? I dont know why, but if the players turn on the radio, and use the push to talk function, there are sometimes that they dont hear each other, but not just on the radio but also in local voice chat. Is there a problem with version between mod and the game? Or else?
Franzitrone  [author] 23 Jul, 2024 @ 4:31am 
Please use Steam Workshop Collections where possible and use `modded class` (A "mod-mod" so to say) if you need to make changes. If that's not possible and you need to repack, publish the source code for your entire pack in a license comparable to LGPL-3.0 (or CC-BY-SA).
[XRAY] 9vshey 22 Jul, 2024 @ 11:45pm 
Hi, can i repack your mode?

Привет, могу ли я переупаковать ваш мод в серверный?
Franzitrone  [author] 24 Feb, 2024 @ 4:53pm 
Двоичный Код : You're basically free to use it in any way you like as long as you release publicly the source code if you make changes to it. Technically that way, you're free to repack, but I encourage using Steam Workshop Collections if no changes are made to the code, as otherwise potential updates and bug fixes could be missed.

If adjustments to the mod's behaviour are needed, check out the Radio Toggle Extension as it shows how behaviour can be changed even without modifying the original code (and hence having to repack).
y0w1e 24 Feb, 2024 @ 4:38pm 
Hi, can I use this mod for free?
If so, can I repack it into my server mod?
KekFish 16 Nov, 2023 @ 1:24pm 
For some time radio is desynchronized, and no matter if broadcast is enabled or disabled it still broadcasts it to everyone
yomao 15 Jul, 2023 @ 11:57am 
with this mod, you can muffle the radio if you don't toggle P key?
Cline West 13 Mar, 2023 @ 1:27pm 
Can we turn off the default "P" transmit icon. Seems like new characters I the db or on first login have the "P" icon enabled by default. Also is there anyway to add a sound to the radio like a beep upon pressing the push-to-talk button with a radio in hand?
Franzitrone  [author] 13 Jan, 2023 @ 1:30am 
Hi CreaRaiN, please test compatibility with the mod you mentioned using this version https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2917244381 and report back. If it does work, I'll push the change to the main version (this page) and then delete the experimental . If I don't hear back in a while I'll delete the experimental version as there is no use for it then.
CreaRaiN 10 Jan, 2023 @ 1:22am 
The developer is silent, did not answer the question :d
(
Franzitrone  [author] 9 Jan, 2023 @ 7:46am 
That's odd. Which word would that be? Perhaps m_HudPanelWidget → hud_panel_widget?
CreaRaiN 8 Jan, 2023 @ 2:24pm 
Permanent transmission mode (P) - the icon does not disappear when the mode is switched. I asked the developer of that mod, he says that fixing compatibility is one word, not even a line of code :D
Franzitrone  [author] 8 Jan, 2023 @ 6:56am 
Hi CreaRaiN, what are the conflicts between the mods?
CreaRaiN 7 Jan, 2023 @ 2:13am 
hi Timo? can you adapt mod for this?
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2912509199
Have small conflict(
Franzitrone  [author] 24 Nov, 2022 @ 12:29pm 
@URBAN Could you describe more detailed what the issue is?
Dart4g 24 Nov, 2022 @ 12:09pm 
Thank You
URBAN 24 Nov, 2022 @ 10:46am 
does not work after the update!!!
Franzitrone  [author] 24 Nov, 2022 @ 8:46am 
@Dart4g It's been a while since your comment, but I've now pushed an update removing said prints.
Franzitrone  [author] 10 Nov, 2022 @ 2:05pm 
@Dart4g Thanks for your feedback! I'll update it as soon as I log on to Windows.
Dart4g 10 Nov, 2022 @ 11:51am 
I like your mod. Thank you very much. I've been using it for a long time.

But there is one problem.

Please remove the print.

scripts\4_World\entities\itembase\transmitterbase.c
c:7
c:15

All this is written in logs, in 4 hours more than 20k lines.
Latrischa 22 Oct, 2022 @ 7:13pm 
Just as a side note, it still works perfectly for us
Franzitrone  [author] 22 Oct, 2022 @ 1:59pm 
What seems to be the issue? Have you checked the logs for any clues?
Izamata 21 Oct, 2022 @ 11:31pm 
It doesn't seem to work anymore cause of 1.19, any fix anytime soon?
Latrischa 9 Oct, 2022 @ 3:26pm 
Many thanks Timo for all the help!
Awesome mod and a great modder :steamthumbsup:
Latrischa 8 Oct, 2022 @ 4:46pm 
Done :)
Franzitrone  [author] 8 Oct, 2022 @ 2:15pm 
Are you running this client side? Feel free to add me as a friend. I may not be able to help as I'm not actively playing DayZ nor running Windows atm, but I can try at least^^
Latrischa 8 Oct, 2022 @ 5:44am 
@Timo unfurtunately it didn't do the trick.
Server is starting and such but the behaviour didn't change.
Any idea if there's maybe another script which needs overwriting?
I didn't unpack your mod so I don't really know :D


modded class MissionGameplay extends MissionBase
{
override void OnInit() {
super.OnInit();

EnableRadioPushToTalk();
}
}
Latrischa 8 Oct, 2022 @ 4:46am 
Hey Timo, that looks awesome.
I'll give it a try this weekend and let you know.
Thank you so much! :steamthumbsup:
Franzitrone  [author] 8 Oct, 2022 @ 12:43am 
@Latrischa: Programatically, if you add "RadioPTT_Scripts" to the dependencies of a new mod, you may be able to mod MissionGameplay in a missionScriptModule and Post-Hook OnInit(), calling "EnableRadioPushToTalk()". If you don't know what I'm talking about, I've prepared the general idea here, although please note I've not compiled, checked, or run this and I've just written this from memory mostly:

Here [sharex.deltatimo.eu]
Latrischa 7 Oct, 2022 @ 7:12am 
Hello, is it possible to maybe change the default to "transmitting"
We'd really love to have such a toggle button on our open RP server, but people didn't understand they have to press a key before they can be heard. So we took it off again :(

If there's any way to get in contact with you for some help, e.g. add me here on steam or discord "Latrischa#5022" that would be amazing. Thank you.
Franzitrone  [author] 20 Mar, 2022 @ 10:42am 
If possible, please use the "Collection" feature on the Steam Workshop. If that is not possible, please tell me in a new Discussion thread why repacking would be needed.
MaZaFaKeR 20 Mar, 2022 @ 5:58am 
hello, tell me, will you allow the repacking of your mod to the server one ?
Thomas 3 Nov, 2021 @ 6:48pm 
I've a bug with the dayz mod manager of the launcher. It said that your mod is not loaded on my server (but it is) so i deactivate the mod, when try to login it didnt work cause your mod is not loaded.
Thomas 3 Nov, 2021 @ 12:18pm 
THANKS Juste THANKS Best Mod Ever, can you hear people in proximity while using this bind?
And can you look forward to add more frequency into the game ? cause 7 is extremly poor
Franzitrone  [author] 21 Oct, 2021 @ 1:36pm 
I've added it to the description.
Mahauu 27 Sep, 2021 @ 3:58am 
Where is key?