HomeGamesUpdatesPricingMethodology
Steam News9 March 20224y ago

Onset 1.5.5

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.

In this update6

Full notes

Full Onset update

Read the full published notes in a cleaner layout. The original post stays linked below.

What changed

0 fixes2 additions8 changes1 removal
  • UI and audio
  • Workshop
  • Maps
  • Gameplay
added3D sound for 3D Web UIsThere is a new parameter for the function CreateWebUI3D and CreateRemoteWebUI3D to set the sound falloff distance.
changedNew Lua functionsSetWebVolume(web, volume)
changedNew Lua functionsSetWebPitch(web, pitch)
changedNew Lua eventsThe following events allow you to block certain input when you return false .
changedNew Lua eventsOnActionKey(EventType, ActionName, KeyName)
changedNew Lua eventsOnAxisKey(EventType, AxisName, KeyName)

Onset changes

addedThere is a new parameter for the function CreateWebUI3D and CreateRemoteWebUI3D to set the sound falloff distance.
changedSetWebVolume(web, volume)
changedSetWebPitch(web, pitch)
changedThe following events allow you to block certain input when you return false .
changedOnActionKey(EventType, ActionName, KeyName)

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.

Source

Steam News / 9 March 2022

Open original post

Changelog.gg summarizes and formats this update. How we read updates.