Onset 1.5.5 (Protocol Compatibility 5)
3D sound for 3D Web UIs
There is a new parameter for the function CreateWebUI3D and CreateRemoteWebUI3D to set the sound falloff distance.
New Lua functions
SetWebVolume(web, volume)SetWebPitch(web, pitch)
New Lua events
The following events allow you to block certain input when you return false.OnActionKey(EventType, ActionName, KeyName)
OnAxisKey(EventType, AxisName, KeyName)
New constants (enum). Used for the new On*Key events.
EInputEvent
IE_Pressed = 0
IE_Released = 1
IE_Repeat = 2
IE_DoubleClick = 3
IE_Axis = 4
New Ambient Night Lighting
Lighting from street lamps and buildings in cities and towns have been improved to get a more accurate appearance from any distance on the map. This will further improve in the UE5.0 update later on.

Other notable changes
- WebUIs now follow the audio volume multiplayer from the main menu settings.
- Snow functions have been removed.
- Work has been done to decouple the map from the core game. This effort is being done to separate game assets from the core game in the future.
Changed files in this update