1. Onset
  2. News
  3. Update 1.5.2

Update 1.5.2

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

[h3]Motorboat_02[/h3]


[h3]Helicopter_06[/h3]


  • Fix roof collision of the marketplace building.
  • Fix scooter steer animation.
  • Update WebUI.


Add missing Lua functions to the client.
IsValidNPC(npcid)
IsValidDoor(doorid)
IsValidText3D(text3did)
GetText3DActor(text3did)
GetText3DText(text3did)


UnrealLua

AActor::GetActorTags()


Server
  • Add global event handler to C# "CallEventGlobally" (Thanks to DasDarki).
  • Fix C# context based registration process for commands.
  • Number of function fixes for C#.
  • Update DotNet runtime to 5.0.12.
  • Fix bullet sync where bullets are not spawned on each client.
  • Make CreateText3D rotation parameter optional.
  • Add OnServerLoaded event.