19.9 C
New York
Saturday, May 31, 2025

GROUND BRANCH Update 1034.5 Patch Notes – Aug 7, 2024

GROUND BRANCH update 1034.5 is now available to download on PC. According to the official GROUND BRANCH patch notes, the latest update 1034.5 addresses some bugs and crashes.

Previously, a major update 1034.5 added new changes, fixes, and gameplay improvements.

Unfortunately, players are still experiencing several issues since the release. Today’s GROUND BRANCH version 1034.5 will fix a few of these issues.

Check out more details below.

GROUND BRANCH Patch Notes – Aug 7, 2024

Known issues

  • Dedicated servers may need to be rebooted a second time after adding mods to the mod list
  • Intel Retrieval‘s “Extraction Mayhem”: bots will not approach the laptop carrier as intended, but may freeze in place
  • Note for game mode modders: AI in search mode will eventually cause the “too many UObjects” crash if no search location is specified
  • Note for game mode and mission modders: AI set to Guard currently do not respect Guard Radius
  • Dropped guns still float in the air
  • City‘s helicopter animation does not work correctly in multiplayer
  • Sprinting and then going prone retains sprint speed
  • The gun shaking bug is still present (tough one to squash)

Maps

  • Fixed cloth umbrella material in City so bullets properly pass through
  • Hooked up Paintball minimap (was defaulting to Arena‘s)
  • Removed a couple of folded tarps on top of Power Station area that were causing player collision issues
  • Added a few navblockers to help AI on stairs in Power Station
  • Added a few more navblockers to stairs in Small Town
  • Miscellaneous fixes in response to user reports

Inventory

  • New velcro patch: “Mod Crew”
  • Fixed magazine placement for AK-105 series
  • Fixed SA58 OSW locking open on empty without magazine
  • Fixed Wz.88 having two magwells and two ejection components
  • Added in .300 BLK cartridge type (both for modding and in anticipation of upcoming official weapons)
  • Small adjustments to MK14 EBR iron sights for better alignment
  • Fixed small overlap with HK416 magazines and receiver
Art and VFX
  • Increased distance before the IR strobe effect culls out (stops rendering) from 50 meters to 800 meters
  • Added proper 5.45×39 mm round asset and updated magazines to use it
Animation
  • Updated MK14 EBR and SVD reload animation actions to make them call non-reactive reloads when bolt is forward
  • Fixed some bad skin weighting on MK14 EBR charging handle
  • Fixed safety lever on M9A3 not moving with slide
AI
  • Navblocks (and mission objects using navblocks) now work with Kythera AI (albeit with significant delays when switching in larger maps)
  • Updated AI noise reporting system to use AudioSignalRadius rather than Loudness, for both noise reporting and noise listener functions — using the rule of thumb that AudioSignalRadius = 42 × Loudness (dB) — allowing removal of Loudness from all related systems
  • Adjusted LastShotLevel calculations in GBCharacter to now use LastShotRadius (for purpose of calculating player visibility modifier for AI)
Gameplay, systems and bug fixes
  • Fixed “too many UObjects” crash in official Intel Retrieval missions (it is caused by setting AI to search mode but not specifying a search location)
  • rs, and made light attenuation non-linear
  • Tightened up Hostage Rescue volunteer selection a bit (was not properly handling selection from multiple volunteers)
  • Updated FailSafe.kit to specify skin for pants and footwear
  • Fixed issue where laptops may be invisible but colliding for new joiners to server
  • Added an extra spectator state check in case other logic fails to remove the spectator camera modifier
  • Updated kit write access logic so it will create a directory if missing, as well as attempt to clear read-only status of the directory and all kits within
  • Updated kit conversion logic:
    • Now also explains the need to backup or delete old files if “Quit” option is used
    • Only updates and saves value of CheckedKitVersion if kits are fine or the “Convert” option is selected
  • Temporarily disabled checking for or loading embedded AI loadouts in missions (doesn’t play nice with newer mod stuff)
  • Console key can now be rebound
  • Fixed bug with colorblind settings not working/crashing
  • Disabled bots in Deathmatch (not currently working anyway)
  • Ops Board and Tablet: added extra test for whether an objective marker has team ID of 255 (otherwise would not display markers for all teams if marker team ID was set to 255)
  • Added r.HZBOcclusion=True to DefaultEngine.ini to mitigate pop-in when turning corners and other situations where parts of the map don’t render fast enough (medium- to lower-end hardware might experience a slight performance drop in some situations)
  • Hard-coded view distance scale to 1.0 to stop the r.ViewDistanceScale hack
  • Added logic to enable HUD when exiting spectator state if HUD is currently not shown
  • Fixed casing impact blueprint not being destroyed after sound ends
  • Shoothouse (The Farm):
    • Timer should display correct time on dedicated servers
    • Timer should start at 0 from the horn (no longer at the start of the initial beeps)
Modding
  • Moved mod mounting/unmounting into the Mod Sync UI pipeline
  • Lone WolfHost Game and Training mission launches now carry out a mod sync
  • Mod mount and unmount is now carried out before syncing/installing mods, and account is now taken of disabled mods when syncing (i.e. for Lone Wolf).
  • Added bypass feature to Mod Sync UI, whereby UI will not pop up if (and only if) nothing is mounted, or unmounted, and no mods to sync
  • Added option in Settings › Gameplay for whether to enable or disable mods locally if they have been auto-downloaded from servers (default is to disable)
  • gamemode.FormatString() now localizes properly for mods (localization will likely be moved client-side in V1035), and fixed up a few other localization issues relating to mods
  • Added support for PNG mod thumbnail files in Quick Create system, in addition to JPG (it won’t complain if both are present but it will select the .png thumbnail in preference to .jpg)
  • Changed single-line change notes field in Quick Create widget to a multi-line field
  • Added new gamemode.GetTimeOfDay() Lua access function to let game modes know the current time
  • Set GameMode ModID at very start of mission loading process (previously, mission objects such as AI Spawn Points were being initialized without the correct Mod ID set)
  • Cleared up a few modding-related bugs with respect to AI loadouts and spawn points
  • Various further bug fixes arising from lingering presence of Int32 ModIDs in old code internally (despite transition to UInt64 values for use with Steam Workshop); did not arise earlier because compiler was A-OK with implicit UInt64 › Int32 conversions
UI
  • Minor style and formatting cleanup in modding-related widgets, including improved clipping for modding-related widgets to prevent long titles running over other elements, and increased the width for mod titles in these widgets (reduced width for author and type columns)
  • Fixed bug where submitting server mod list via Modding › Server Mods menu did not work (only worked via Admin menu)
  • Mod lists: sorting per tab/column now works
  • Mod selector widget: text and tag search now working (results are limited to first 50 or so)
  • Mod Sync dialog:
    • Created animation for downloading status; style changes to colors, font sizes, progress bar and others
    • Added hide-able dialog warning for user to confirm whether to download new mods to join a server
  • Added formatting (spaces between words) to Workshop mod tags in mod selector and mod viewer widgets
  • Customize Operator screen:
    • New mod visibility drop-down: can be set to show all items (including mods), show mods only, or hide mods
    • Updated how the current item is displayed in the list when selecting for better visibility: added pulse effect (animation), changed border style to solid; also some minor copy/format edits.
    • Fixed background not changing from yellow to white when a custom item is cleared from the item slot
    • Added [MOD] label to modded attachments in the item customization screen
  • Patches dialog: fixed bug with “?” persisting if a broken patch was replaced by a working one
  • Added scroll box to Mission Parameters pop-up (Ops Board settings) to prevent too many game mode options from breaking the layout (will be renamed the Bob Broke It Scroll Box in honor of our modding community)
  • Added new default mod thumbnail for Quick Create system
  • Fixed manual text entry in spin box widgets (the little menu boxes you can drag left and right but also manually input a value) so that it is now clamped to min/max and updates slider position accordingly; was an issue for the NVG overlay scale setting, for example
  • Stopped repeated lists of mission settings in Voting menu
  • Minor cleanup and style pass on Inventory Bar
  • Changed mod widgets to use decimal kB, MB and GB (e.g. 1 MB = 1,000 kB) rather than power-of-two (1 MB = 1,024 kB) to match Steam’s usage
  • Updated Credits screen
  • Removed “Pre-Access” from watermark

Download GROUND BRANCH update 1034.5 on PC.

Related articles

House of Legacy Update 0.7.31 Patch Notes – May 30, 2025

House of Legacy update is now available to download...

Cauldron Version 1.0.2 Patch Notes – May 30, 2025

A new Cauldron update 1.0.2 released on PC. According...

Infection Free Zone Update 21 Patch Notes – May 30, 2025

Infection Free Zone update 21 is now rolling out...

Survive the Fall Version 1.0.2 Patch Notes – May 30, 2025

A new Survive the Fall update 1.0.2 patch notes...

Car Dealer Simulator Update Patch Notes – May 30, 2025

A new Car Dealer Simulator update patch notes are...