Patch Notes

April 17, 2024 - Patch Notes (PC, PlayStation, Xbox)

General (PC)

  • Performance improvements.
  • Loading times improvements.
  • TAA improvements.
  • Added 5.1/7.1 sound support.
  • The tool selection screen has been updated, now occupying less screen space.

+ Various bug fixes and crash fixes.

General (PlayStation, Xbox)

  • Performance improvements.
  • Added the Head Bob option.
  • Added the Tool Sway option.
  • Implemented minor improvements and fixes for the Mod Browser.
  • Enhanced the performance of the Glare mod.
  • Updated the Console Mod Pack with 10 new mods:
    • Plasma Rifle
    • FireFighter
    • Colored Spraycan
    • Bikes & Ramps
    • Drive Anything
    • Det Cord
    • Parking Meter’s Detailed Ragdolls
    • WTDN 12 News Studio
    • Chronos
    • A Business Center

+ Various bug fixes and crash fixes.

Editor Update

  • Added Mod Editor into the Play menu.
  • Added the entry “New file”.
  • Added the option “Open in Explorer…”
  • Added a new "Comment" entity, that contains text instead of the regular input fields.
  • Removed the tint for selected objects and added an outline.
  • Added a horizontal scroll bar to the Scene Explorer.
  • Added possibility to deep-copy assets from other mods.
  • Added base game maps and vehicles to built-in mods: now the base game content can be locally copied and opened in the editor.
  • Updated the built-in library.

Modding API Update

Added core API new features.

Get/Set functions

  • Added to GetProperty / SetProperty:
    Body: friction, restitution, frictionMode, restitutionMode
    Shape: localTransform, worldTransform
    Light: type, size, reach, unshadowed, fogscale, fogiter, glare
    Water: color
    Joint: ropecolor
    Vehicle: smokeintensity, transform, brokenthreshold
    Screen: bulge, resolution, script, interactive, emissive, fxraster, fxca, fxnoise,
    fxglitch, size
    Trigger: type, transform, size
    
  • Removed from SetProperty: body mass.
  • GetPlayerParam / SetPlayerParam:
    Health
    HealthRegeneration
    WalkingSpeed
    JumpSpeed
    GodMode
    FlyMode
    GetFlashlight / SetFlashlight
    GetGravity / SetGravity
    

UI API

  • Added new features:
    UiRectOutline
    UiRoundedRect
    UiRoundedRectOutline
    UiCircle
    UiCircleOutline
    

Audio API

  • Added pitch parameters to PlaySound, PlaySoundForUser, and PlayLoop.
  • Added new features:
    StopSound
      IsSoundPlaying
      GetSoundProgress
      SetSoundProgress
      GetSoundLoopProgress
      SetSoundLoopProgress
      IsMusicPlaying
      SetMusicPaused
      GetMusicProgress
      SetMusicProgress
      SetMusicVolume
      SetMusicLowPass
      UnloadSound
      UnloadLoop

Other

  • Added new features:
    GetFps
      FindEntity
      FindEntities
      GetEntityChildren
      GetEntityParent
      GetRopeNumberOfPoints
      GetRopePointPosition
      GetRopeBounds
      BreakRope
      IsPointInBoundaries
      IsPlayerGrounded
      QueryRejectShapes
      QueryRaycastRope
  • Increased range for SetTimeScale.
  • DebugPrint, DebugWatch now support tables.