Onset
Last seen
0Sampled 5 hours ago · not a live figure
—of peak
All-time peak
015 Sep 2026
Last seen
0Sampled 5 hours ago · not a live figure
All-time peak
015 Sep 2026
| Published | Kind | Announcement | Build |
|---|---|---|---|
| In-game event | Winter Update 1.5.3 Onset 1.5.3 (Protocol Compatibility 5) Client update Add function EnableSnowParticles(bEnable) Add function SetLandscapeSnowAlpha(Val) Example usage: AddEvent("OnPackageStart", function() EnableSnowParticles(true) SetLandscapeSnowAlpha(1.0) end) The loadstring function now has a 2nd optional parameter for the package name. You can specify a different package where the code will be executed in.… | — | |
| In-game event | Update 1.5.2 Onset 1.5.2 (Protocol Compatibility 5) Motorboat_02 Helicopter_06 · 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# "CallEven… | — | |
| Game update | Update 1.5.1 Game · Fix UCharacterMovementComponent not working with GetComponentsByClass · Increase tow truck acceleration. · Fix door model number 6 collision. · Fix game freezes mostly happening in fullscreen mode. · Fix ambient sound near the northern desert mountain. · Fix tractor, van and news van body coloring. Server · Fix some Lua natives that broke due to C#. · Fix reported C# errors (Thanks to Da… | 7047587 | |
| Major update | Onset 1.5.0 Onset 1.5.0 (Protocol Compatibility 5) The game compatibility has changed in this release. Server owners must update their server via steamcmd in order to allow clients to connect. Experimental C# support (server side) Onset now features C# as a secondary scripting language. Why C#? Lua hits its limits when it comes to large projects. Becoming difficult to keep track of structure due to it's mi… | — | |
| In-game event | Onset 1.4.3 Onset 1.4.3 (Protocol Compatibility 4) Firetruck Keybindings for the ladder: E, Q - Extend ladder Numpad 4, 6 - Rotate ladder Numpad 2, 8 - Move ladder up and down The ladder and water mesh is a skeletal mesh with an attachment point named "water". You can use that to spawn and attach water particles through Lua. Lua function SetWebFocus for WebUIs This is a great addition to WebUIs. Until now… | — | |
| In-game event | Onset 1.4.2 Onset 1.4.2 (Protocol Compatibility 4) Remote WebUI whitelisting Until now remote WebUIs could only display websites that have been whitelisted in the game config . To give you more freedom, servers can now request the client to whitelist additional domains. Only domain names with a top level domain (TLD) can be whitelisted. Use the new function AddWebUIWhitelist in your index.lua or any other… | — | |
| In-game event | Onset 1.4.1 Onset 1.4.1 (Protocol Compatibility 4) Package index.lua Each package can now register package files and scripts in a special Lua file. The index.lua is executed before the server loads the package.json file. In this Lua file you can register scripts and files to this package. The following functions are only available to the index.lua script. Besides that, only Lua library functions are expose… | — | |
| Game update | Winter Update Enable new winter functions: EnableSnowParticles(bEnable) Enable snow particles in player view. SetLandscapeSnowAlpha(Alpha) Changes how much snow is visible on the landscape. A value of 0 means no snow at all and a value of 1 means fully covered with snow. Both functions are client side. This update also includes a maintenance update for the WebUIs. Please report any problems with scripted Web… | — | |
| Major update | Onset 1.4.0 The game compatibility has changed in this release. Server owners must update their server via steamcmd in order to allow clients to connect. Gas Station Erwann reworked the gas station in the main city. It looks a lot more attractive now. A new sign on top the city hills fill some empty space. The restricted rooms in the townhall are now open for usage. Bikes Something that a lot have asked fo… | — | |
| Release | Halloween Update 1.3.2 Cemetery For the Halloween update Erwann designed a spooky cemetery near the race track and prison. Truck Other changes · Support .m4a audio files. · Increase SetSoundPitch limit to 10. · Event OnPlayerCrouch can now be cancelled. · Parameter "radius" in CreateSound3D is now optional. · Pak files can now be placed in the %LocalAppData%\Onset\Saved\PakFiles directory, bypassing the 2GB download… | — | |
| In-game event | Onset 1.3.1 Apartment Prefab Erwann has been working on an apartment prefab that can be spawned anywhere on the map. Prefab 01a without furniture. /Game/Geometry/Prefabs/PF_Apartment_01a Prefab 01b with furniture as seen in the pictures. /Game/Geometry/Prefabs/PF_Apartment_01b Spawning the apartment interior from Lua. local BlueprintClass = "/Game/Geometry/Prefabs/PF_Apartment_01b" local Location = FVector… | — | |
| Major update | Onset 1.3.0 Client changes Custom maps The long awaited feature has finally arrived. You can now load maps/level from the Unreal Engine in Onset. See the Developer Wiki on how to get started with Custom Maps. First public playable custom maps: Office Factory Map Town Hall Elevator Lua package for the town hall elevator. Pancake House Interior New City Skyscraper Rescue Helicopter Camper RV Hazard Suit /Gam… | — | |
| Major update | Onset 1.2.2 Client changes Custom connect screen The client can now display a web UI while connecting and downloading files from a server. The page to show is hosted on the game server directly and can be configured in the server_config.json. This feature is optional. "connect_screen_url": "loadingscreen.html" Specifies the file/page to load in the web UI. Files are hosted in the public_html directory on y… | — | |
| Major update | Onset 1.2.1 Due to the engine upgrade in this release, all modders and servers must update their .pak files. See below fore more information. As this release changes a lot of technical stuff you can switch back to v1.2.0 in the beta tab on Steam for testing purposes. (Onset -> Properties -> Betas -> v1.2.0) Client changes Unreal Engine upgrade to 4.25 Onset has been upgraded to use the latest Unreal Engine… | — | |
| Major update | Onset 1.2.0 The game compatibility has changes in this release. Server owners must update their server via steamcmd in order to allow clients to connect. Client changes New vehicle handling The old handling has been completely replaced. Vehicles now feel much more refined and fun to drive. This consumed a large portion of the development time of this update. Progress has also been made towards vehicle modd… | — | |
| Major update | Onset 1.1.0 (Protocol Compatibility 2) The game compatibility has changes in this release. Server owners must update their server via steamcmd in order to allow clients to connect. Client changes New Police Department Interior YuriCustoms (@SLB2k11) has been working on a new interior for the police department. New doors have been added to the WorldDoors.lua script in the default package. Female characters As requested by some users… | — | |
| In-game event | Onset 1.0.3 Client changes Remote WebUI whitelist The whitelist for remote web UIs can now be configured in a config file. This is subject to further improvements. %AppData%/../Local/Onset/Saved/Config/remotewebui_whitelist.cfg Enabling WebUI logs WebUIs now log errors to the following file. This is helpful to debug JS errors. (Only works if started with the -dev flag) AppData%/../Local/Onset/Saved/Logs/ce… | — | |
| In-game event | Onset 1.0.2 Onset 1.0.2 (Protocol Compatibility 1) Client changes - Improve shotgun shooting animations. - A lot of data is now being loaded on demand which should improve game start time. - Lag fix for AMD-FX CPUs is now enabled by default. - Fix hit detection with sniper guns when shooting close targets. - Fix crash when closing the game. - Remove string limit from Base64* functions. - Default ZOrder for… | — | |
| In-game event | Onset 1.0.1 Onset 1.0.1 (Protocol Compatibility 1) Client changes - Add OnShowMainMenu, OnHideMainMenu events. - Fix CreateSound3D not working with network streams. - Fix GetObjectSize returning incorrect values when being attached. - Disable intro at the start of the game because it was reported to be slow on loading. - Fixed a lot of mapping glitches and wrong collisions. - Show mic icon in the top right… | — | |
| Game update | 1.0.0 Patch #1 - Fix the server browser not displaying all servers. - Add vehicle forward/brake control settings (<3 AZERTY users) - Fix some control settings translation keys. - Attempt to fix crashes related to VoIP. | — | |
| Steam news | Onset Steam Release Release Information Onset is now available on Steam! The Early Access phase and your support will give me the chance to turn this personal project into something bigger. So, thank you to everyone who supports Onset! Early Access Please keep in mind that Onset is launching in Early Access. Meaning that especially at the beginning you will notice some bugs which will be fixed during the Early Acc… | — | |
| Announcement | Onset Release Date I'm happy to announce the release date of Onset in the latest video. The alpha build changelogs are now public on our forums. They give you a sense of what has been going on in the development in the last months | — | |
| Community | Lua Scripting We have just released a new video showing Onset's key feature! Update on the prisoner and security guard clothing. The main resource for scripters is the Developer Wiki. You will find a list of every Lua function, vehicles and objects there. Please notice that it’s not complete and will get updated once we are further to release. At the time of publishing the Lua Scripting video we started to r… | — |
Announcements are the developer’s own posts to the game’s Steam news feed: updates and their patch notes, in-game events, releases and sales. The important ones are marked on the players chart.