1. Onset
  2. News
  3. Onset 1.5.5

Onset 1.5.5

[h2]Onset 1.5.5 (Protocol Compatibility 5)[/h2]

[h3]3D sound for 3D Web UIs[/h3]

There is a new parameter for the function CreateWebUI3D and CreateRemoteWebUI3D to set the sound falloff distance.

[previewyoutube][/previewyoutube]

[h3]New Lua functions[/h3]
SetWebVolume(web, volume)

SetWebPitch(web, pitch)

[h3]New Lua events[/h3]
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



[h3]New Ambient Night Lighting[/h3]

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.


[h3]Other notable changes[/h3]
  • 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.