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.
Details
Details
- Severity
- None
- Resolution
- Open
- Reproducibility
- N/A
- Operating System
- Windows 10
- Category
- General
Steps To Reproduce
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
This comment was removed by Geez.
Comment Actions
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.