DayZ
Radio Toggle and Push-to-Talk
36 commenti
Bence 23 set 2024, ore 10:28 
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  [autore] 23 lug 2024, ore 4:31 
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 lug 2024, ore 23:45 
Hi, can i repack your mode?

Привет, могу ли я переупаковать ваш мод в серверный?
Franzitrone  [autore] 24 feb 2024, ore 16:53 
Двоичный Код : 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, ore 16:38 
Hi, can I use this mod for free?
If so, can I repack it into my server mod?
KekFish 16 nov 2023, ore 13:24 
For some time radio is desynchronized, and no matter if broadcast is enabled or disabled it still broadcasts it to everyone
yomao 15 lug 2023, ore 11:57 
with this mod, you can muffle the radio if you don't toggle P key?
Cline West 13 mar 2023, ore 13:27 
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  [autore] 13 gen 2023, ore 1:30 
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 gen 2023, ore 1:22 
The developer is silent, did not answer the question :d
(
Franzitrone  [autore] 9 gen 2023, ore 7:46 
That's odd. Which word would that be? Perhaps m_HudPanelWidget → hud_panel_widget?
CreaRaiN 8 gen 2023, ore 14:24 
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  [autore] 8 gen 2023, ore 6:56 
Hi CreaRaiN, what are the conflicts between the mods?
CreaRaiN 7 gen 2023, ore 2:13 
hi Timo? can you adapt mod for this?
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2912509199
Have small conflict(
Franzitrone  [autore] 24 nov 2022, ore 12:29 
@URBAN Could you describe more detailed what the issue is?
Dart4g 24 nov 2022, ore 12:09 
Thank You
URBAN 24 nov 2022, ore 10:46 
does not work after the update!!!
Franzitrone  [autore] 24 nov 2022, ore 8:46 
@Dart4g It's been a while since your comment, but I've now pushed an update removing said prints.
Franzitrone  [autore] 10 nov 2022, ore 14:05 
@Dart4g Thanks for your feedback! I'll update it as soon as I log on to Windows.
Dart4g 10 nov 2022, ore 11:51 
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 ott 2022, ore 19:13 
Just as a side note, it still works perfectly for us
Franzitrone  [autore] 22 ott 2022, ore 13:59 
What seems to be the issue? Have you checked the logs for any clues?
Izamata 21 ott 2022, ore 23:31 
It doesn't seem to work anymore cause of 1.19, any fix anytime soon?
Latrischa 9 ott 2022, ore 15:26 
Many thanks Timo for all the help!
Awesome mod and a great modder :steamthumbsup:
Latrischa 8 ott 2022, ore 16:46 
Done :)
Franzitrone  [autore] 8 ott 2022, ore 14:15 
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 ott 2022, ore 5:44 
@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 ott 2022, ore 4:46 
Hey Timo, that looks awesome.
I'll give it a try this weekend and let you know.
Thank you so much! :steamthumbsup:
Franzitrone  [autore] 8 ott 2022, ore 0:43 
@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 ott 2022, ore 7:12 
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  [autore] 20 mar 2022, ore 10:42 
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, ore 5:58 
hello, tell me, will you allow the repacking of your mod to the server one ?
Thomas 3 nov 2021, ore 18:48 
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, ore 12:18 
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  [autore] 21 ott 2021, ore 13:36 
I've added it to the description.
Mahauu 27 set 2021, ore 3:58 
Where is key?