Page MenuHomeFeedback Tracker

More frequency for Walkie-Talkie
Assigned, UrgentPublic

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10
Category
General
Steps To Reproduce

Hello, in the stalker community (and not only), there is a very large need for a large number of frequencies for the walkie-talkie, since it is very necessary, it would be very cool if you could add the ability to increase their number for modders.

Additional Information

Example:

class ItemTransmitter extends InventoryItemSuper
{
	//New Methods
	string[] GetFrequencyArrayForWalkieTalkie()
	{
		string[] m_frequencyArray = {"22.7", "135.3", "312.1", "89.0"};
		return m_frequencyArray;
	}
	//Default Methods
	proto native void SetNextChannel();
	proto native void SetPrevChannel();
	proto native float GetTunedFrequency();
	proto native void EnableBroadcast(bool state);
	proto native void EnableReceive(bool state);
	proto native bool IsBroadcasting();
	proto native bool IsReceiving();
	proto native int GetTunedFrequencyIndex();
	proto native void SetFrequencyByIndex(int index);
};

Event Timeline

nIkRon created this task.Dec 23 2021, 7:38 AM
Geez changed the task status from New to Assigned.Jan 6 2022, 1:27 PM
This comment was removed by Geez.
Geez added a subscriber: Geez.Jan 14 2022, 8:48 AM
sileed added a subscriber: sileed.Apr 28 2022, 4:22 PM

That still would be a very useful feature! Not only for S.T.A.L.K.E.R. but many other stuff we, as a community, could create for DayZ.