Status
SteamPeaks
ChartsSalesUpcomingPatchesNewsCalculator
New on SteamEvery app, DLC and depot the minute Steam creates itAppsEvery app on Steam, newest change firstPackagesSubs and bundles, and what each containsDepotsDepots, manifests and install sizesTagsSteam's user tags and the games under themDevelopers & publishersCompanies and their cataloguesTechnologiesEngines, SDKs and anti-cheat found in the filesChange historyEvery PICS changelist as it lands
SignalsNineteen readings of the whole catalogueCompareAny games side by sideRecordsAll-time peaks and the days they were setReportsWeekly and monthly write-upsAlerts & newsroomWatch a game, get told when it movesSteam statusIs Steam up, right nowWeb API explorerTry the endpoints in the browser
NewsSteam's own announcements and the sales calendarCalculatorWhat a Steam account is worth, and its pile of shame
/
Sign in
/
SteamPeaks
The ultimate resource for Steam data.
ExploreChartsSalesSales and festsUpcomingPatchesNewsRecordsTrendingSignals
DatabaseAppsPackagesDepotsTagsDevelopersTechnologiesChange history
ToolsCalculatorCompareSearchAlertsSteam statusAPI
SiteMethodologyFAQDiscordSupportSign in via Steam
Not affiliated with Valve or Steam. Game names and artwork belong to their owners. All times UTC.
PrivacyCookiesFair useStatus
OnsetNewsOnset 1.0.2
In-game event

Onset 1.0.2

Onset · published 24 Dec 2019, 23:30 UTC

All newsPlayers around this dateRead on Steam

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 WebUIs is now 1 instead of 0.
- Improvements to PICKAXE_SWING, CARRY_SHOULDER_SETDOWN and REVIVE animation.
- Fix stopping of animations with SetPlayerAnimation, even if the player is in a vehicle.
- Event OnPlayerStartEnterVehicle seat parameter now starts at 1 instead of 0.
- Fix Random, RandomFloat with negative values.
- Various map fixes.

Winter Edition Event:
- Add snow overlay for grass layers. It can be enabled like this:
SetLandscapeSnowAlpha(1.0)

- Add snow particles:
EnableSnowParticles(true)

Both functions will be removed once the winter event ends.

Server changes
- Package Manager by 1B0Y now comes with the default server.
- Add SetNPCRespawnTime.
- Remove respawn time limit for players.
- Fix CreateExplosion not working if there are more than two players.
- Fix Random, RandomFloat with negative values.

Package Manager by 1B0Y now ships with the server by default. (https://github.com/1B0Y/OnsetScripts)
Command usage:
/start <package_name>
/stop <package_name>
/restart <package_name>

More from Onset

Other announcements

All news
In-game event9 Mar 2022Onset 1.5.5Onset 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(Even…In-game event5 Feb 2022Onset 1.5.4Onset 1.5.4 (Protocol Compatibility 5) This update removes the old server query mechanism & master server system. It is being replaced with the solution that the Steamworks library offers. Server operators must update their servers to be shown in the game main menu. Game · You can view a list of servers (outside of Onset) in Steam. Go to View -> Servers -> Change Filter to Onset. · The main men…Game update7 Jan 2022Onset 1.5.3 Patch 1Update WebUI library. · Update object images. · Update copyright year.