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
OnsetNewsHalloween Update 1.3.2
Release

Halloween Update 1.3.2

Onset · published 30 Oct 2020, 17:01 UTC

All newsPlayers around this dateRead on Steam

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 limit.
  • Weapon equip should not be possible when playing certain animations.
  • Add Set/GetPlayerJumpZVelocity.
  • Adjust moon position so that it rises at ~21:00 and goes down at ~6:00, fixes dark lighting in early and late night.
  • Prefer aiming over sprinting, sprinting will be stopped when a player wants to aim.
  • Update Unreal Engine to 4.25.4
  • Function DrawTextureEx parameters now reflect the same parameters as described here: https://docs.unrealengine.com/en-US/...ure/index.html
  • Add Cast function to cast between different types of Unreal components and actors.
  • The global fog intensity has been increased for the Halloween styled update.

- Expose UActorComponent
    GetOwner
- Expose USceneComponent
    SetVisibility
    AttachToComponent
- Expose UPrimitiveComponent
    SetRenderCustomDepth
    SetCollisionResponseToChannel
    SetCollisionResponseToAllChannels
- Expose UShapeComponent
- Expose UCapsuleComponent
    SetCapsuleHalfHeight
    GetUnscaledCapsuleHalfHeight
    SetCapsuleRadius
    GetUnscaledCapsuleRadius
    SetCapsuleSize
- Expose ECollisionResponse
- Expose EBlendMode
- Expose FVector2D
    X
    Y
    DotProduct
    DistSquared
    Distance
    CrossProduct
    Max
    Min
    Set
    GetMax
    GetAbsMax
    GetMin
    Size
    SizeSquared
    GetRotated
    Normalize
    IsNearlyZero
    IsZero
    ClampAxes
    GetAbs
    InitFromString
- Expose UWorld:GetFirstPlayerController
- Expose APlayerController
- Expose AController
    GetCharacter
    GetPawn
    GetControlRotation
    GetDesiredRotation
    IsPlayerController
    SetControlRotation
- Expose APawn
    AddControllerYawInput
    AddControllerYawInput
    AddControllerPitchInput
    GetControlRotation
    AddMovementInput

Server changes

  • Function StopPackage now takes an optional "reason" parameter that is being printed to the console.
  • Add config for the new Truck vehicle.

Prophunt

Many of the new functions are being used in the prophunt script. There will be a fully playable prophunt server hosted by me in the future.

It's open source, feel free to contribute to it.

https://github.com/BlueMountainsIO/prophunt

v1.3.2 Patch 1

  • Fix UWorld:GetActorsByClass
  • Improve vehicle suspension. Should fix weird tire behavior sometimes.
  • Add another collision to Truck4 for the rear wheels.
  • Increase ground clearance for SportsCar and Hatchback.
  • Increase vehicle braking force for all vehicles and acceleration for some vehicles.
  • Increase file download frequency. Should download faster now.
  • Landscape fixes near the quarry and cemetery.
  • Client event OnPlayerWeaponShot now has the weaponid as the first parameter like on the server.
  • New objects: keyboard, mouse, cups, land and sink.
  • Fix 3d engine sounds for muscle car, sports car and golf cart.
  • Add AActor:SetActorRelativeLocation and AActor:SetActorRelativeRotation
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.