1. GROUND BRANCH
  2. News

GROUND BRANCH News

BUILD UPDATE #015: Hotfix



This is Build Update #015 bringing you the full patch notes for the second—and last—v1027 hotfix before we move on to v1028. (You can check out the previous v1027 patch notes here and here.)

We'd like to take a few lines to thank everyone who got on board the GROUND BRANCH train in the last couple weeks during Steam® Summer Sale 2019 and all the fantastic feedback. Seeing players enjoy the game we've been putting so much hard work into is immensely encouraging, so thanks everyone for keeping the community (and the dream) alive! Rest assured we'll keep doing our part.

And if you're new to the GB community, be sure to stay in touch with us via our Discord, the Steam® Community Hub, Reddit, Twitter, Instagram and Facebook. See you there!

› We strongly recommend players coming from an older version of the game (pre-v1027) to delete all files located in %LOCALAPPDATA%\GroundBranch\Saved\Config\WindowsNoEditor. For those who can afford it, a complete reinstall isn't a bad idea either. If you have control, loadout and other such issues, be sure to try these options.
› NOTE: All dedicated servers must be updated to work with the current build.



BUILD HIGHLIGHTS


Crash (and potential crash) fixes

Kris has taken care of the last few new crashes reported since v1027. We appreciate all the reports and patience!

Improved sight pictures

The first-person player camera has been moved forward slightly in order to provide more realistic "eye relief" and a better sight picture, particularly for magnified optics (scopes). This is a temporary solution while we aren't able to tackle the more fundamental issue with character postures/poses not having a sufficiently "tight" shooting stance and thus keeping the camera too distant from the sights, while also avoiding an artificial FOV shift to zoom things in.

The camera should also pull back when free-looking (default [Tab]) to make up for the loss of peripheral vision caused by the adjustment.

This is only a first iteration, so we may tweak things further based on further testing and feedback!

› You can read about the more in-depth changes in the raw change log at the end of this post.


New Vertical Grip model

We've finally replaced that millennia-old Vertical Grip model, which was based on the venerable SOPMOD vertical foregrip by KAC.

"It is kind of bulbous." —John

› Not your favorite grip? Don't worry—we have more coming, and what we don't make, we'll let you.


Engaged Run

We've setup the Engaged Run (holding Run [Shift] while aiming down the sights [RMB]) to use the walk animation once again so it's a stable "combat glide" rather than a wobbly jog.

A.I. fixes
  • A.I. are once again able to use doors, so be on the lookout.
  • Enemy placement, navigation and cover use have been improved on both City and 747.


Miscellaneous changes and fixes
  • 747 and City have received another art pass and further cleanup.
  • Fixed Server Browser displaying "Ground Branch" under Game Mode instead of the actual mode being played. The game mode now also shows up in the loading screen.
  • Collision box height for the crouched stance has been increased from 40 to 60, fixing the issue with characters getting under objects they shouldn't be able to and having their heads clipping into them.
  • Server admins can now allow different Spectator settings (e.g. allow spectating enemies and/or free cam) via command line:
    • SpectateFreeCam
    • SpectateEnemies
    • SpectateForceFirstPerson


KNOWN ISSUES
  • Lighting seems to be acting up with certain character items, which appear very dark-textured or lit up depending on lighting conditions. We're investigating.
  • We've had one tester report an issue with online grenade throws not conforming to player settings to revert to the previous item. Changing the related setting had no effect, but it worked normally offline. If you experience the same bug, please make sure you report it!


WHAT'S NEXT?

We have a lot of exciting stuff planned for the next batch of updates. Although it is too early to officially confirm what will be in v1028, we're starting work on character model and animation updates, environmental sounds and a functional wrist device that will help provide some much needed navigational and team awareness while playing—just to name a few highlights. Hopefully those will be ready for a first iteration soon enough!



As usual, thank you all very much for your continued support. Version/file info and raw change log below:


CHANGE LOG
Build version: 1027(.2)

Client
Steam Build ID: 3993411
Size: 563 MB

Dedicated server
Steam Build ID: 3993415
Size: 34 MB

FIXED

* FIXED misaligned large reflex sight with G33 magnifier
* FIXED falling through world in Aircraft_Takedown map due to getting out of playspace
* FIXED wrong PhysMat on road line decals (Was playing metal sound)
* fixed game mode not showing up in server listing
* added a 'gm' game tag to the Steam server listing which is compared to known game mode classes to find the correct display name.
* FIXED bad LOD setting on Shooting Range terrain that made it deform incorrectly
* FIXED City - falling through scaffolding
* fixed AI not using doors
* fixed nav and cover issues on TH-747
* fixed nav issues on TH-City
* fixed collision on S_Airport_CateringTruck_Raised.
* fixed collision on S_EntryStairway
* fixed crash related to null game mode class / casting in AGBPlayerController::PreClientTravel()
* fixed possible nullptr in GBGrenade
* fixed crash from potentially null AssociatedItem in AGBDroppedItem::OnRep_AssociatedItem().
* fixed crash due to possible nullptr in AGBGameMode::TimeLimitReached().
* FIXED 747 trees not properly setup to block AI LOS
* fixed items that should be hidden in first person showing up when spectating
* fixed not seeing items on your own dead body
* fixed crash caused by sight component being null in sight group
* fixed crash in AGBGameMode::GetReadyRoomStart() due to null ready room start.
* fixed crash/potential crash in UGBFunctionLibrary::GetMatchingSocketNames() by adding nullptr check to SceneComp.
* fixed crash/potential crash in AGBDirectSight::CanBeAddedAsChild() by adding nullptr check to PotentialParent->GetRootComponent().
* fixed errors/warnings related to DonMeshPainterGlobalActor copying a meshes ChildAttachment array.


CONTENT

* replaced very old and very broken Vertical Grip model with a new one
* 747
* built out stairs in main building
* Cleaned up some navmesh errors
* City
* Changed some level lighting settings that were not properly set to give more consistent character lighting throughout map
* Replaced old map images for Storage Facility and City
* Cleaned up some bad geometry on M16 model
* Widened top sight rail on MI AKs to proper size
* More work on finishing up art for areas inside 747
* Changed PhysMat for wood part of killhouse wall so it using the wood hit effects
* Adjusted G33 collision to keep sights at least 2 rail slots away to solve reticles not being rendered (hopefully fixes it)
* Added proper Physical Materials to a few rock types used in 747
* New map images for 747 and SmallTown maps
* City
* Remade the bus stop to be more solid for better cover and have some breakable glass
* Cleaned up a few navmesh issues around Depot radio tower spawn


CODE

* added game mode to loading screens.
* uses the set game mode class, prefix of map. If both fail, falls back to current class set by game state.
* adjusted HEAD_Eyes location to be in line with bridge of nose
* should make optics generally more usable without the need to artificially adjust the FOV while aiming with an optic.
* adjusted the on-target curves for the AK-74 MIs and MK 48 to correct position for stock length.
* modified animation blueprints to take pitch into account and adjust the position of a rifle when aiming up/down to prevent optic clipping through skull
* updated GBPlayerCameraManager to pull camera back when free-looking to compensate for camera being farther forward and compromising peripheral vision

* added support for setting spectate options via command line
SpectateFreeCam 0/1
SpectateEnemies 0/1
SpectateForceFirstPerson 0/1
* added AI-specific functions to GBUseInterface.
* improved AI placement on City and 747.
* changed size of characters crouched collision height from 40 to 60.
* fixes issues with characters getting under things they shouldn't and having their head clipping into the meshes.
* updated TH-TerroristHunt to automatically start the round editor is simulating.
* allows debugging of AI more easily.
* adjusted the FastWalkSpeed used by GBCharacter to force use of non-wobbly walk animation when running while engaged.

BUILD UPDATE #014: Hotfix



Hotfix in the house!

We're fixing the networking issues and broken volume sliders brought in by the previous update, and throwing in a little extra content because why the hell not? "Well, maybe because extra content tends to increase file sizes and you're calling this a hotfix?", you might ask rather sarcastically. And to that hypothetical question, we reply: SHUT UP. SHUT UP AND TAKE OUR CONTENT.

Anyway, the rundown is right after this reminder:


📢 The Steam® Summer Sale goes on: GB is 25% OFF!


The Steam® Summer Sale 2019 has another week to burn and our 25% discount is still on.

https://store.steampowered.com/app/16900

You know the drill—grab it, gift it, recommend it, share the news.

Every bit helps us get GROUND BRANCH to where we all want it to be.

› We strongly recommend players coming from an older version of the game (pre-v1027) to delete all files located in %LOCALAPPDATA%\GroundBranch\Saved\Config\WindowsNoEditor. For those who can afford it, a complete reinstall isn't a bad idea either. If you have control, loadout and other such issues, be sure to try these options.
› NOTE: All dedicated servers must be updated to work with the current build.



▶ BUILD HIGHLIGHTS


Networking fixes

Lots of server fixes to address crashes, log spam and various connectivity issues introduced in v1027. Thanks for all the reports!

Fixed audio sliders

Mikson's new weapon sounds are impressive, but they're also pretty loud. If you're not among those of us who gladly risk hearing loss for some extra immersion, you'll be happy to know the audio sliders are fixed. To make gunshots and related sounds quieter, turn down the SFX slider under Settings › Audio.

Adjustable grenade throw

The grenade arc HUD for estimating throw trajectory can now be adjusted in steps for longer or shorter throws by scrolling up/down with the Mouse Wheel. Let us know how it works for you!

NEW MAP: 747 (Night)

WIP map 747 now has a first implementation of its Night version.

› Terrorist Hunt A.I. placement has been improved for both day and night versions.


NEW GEAR: Shotgun Rail Adapter

Now you can rock the M1014 and SDASS Custom shotguns with a tac light or whatever accessories you wanna fit on them. Simply attach the rail adapter, and then place the desired accessory on either of the side rails.

NEW GEAR: Extended Magazines (G22 and PMAG)

As part of our partnership with Taran Tactical, we've added extended base pads for the G22 and PMAG magazines. They're selectable inside weapon customization under "Magazines".


  • The G22 extended magazine carries 18+1 rounds.
  • The extended PMAG carries 35+1 rounds.
› We'll have reasonable trade-offs for these new items once stamina and other systems are implemented.


Gear

Various fixes for kit items and their usage.


▶ KNOWN ISSUES

  • Picking up weapons from the ground is inconsistent and might not work.
  • Running while engaged (i.e. aiming down sights) is using the running animation and may cause a wobbly support arm depending on foregrip location.
  • Game mode Defend is missing Defender spawn boundaries and Attacker freeze period.


▶ CHANGE LOG
Build version: 1027(.1)

Client
Steam Build ID: 3978385
Size: 1.2 GB

Dedicated server
Steam Build ID: 3978388
Size: 50 MB

FIXES

* FIXED crash if player disconnects shortly after being resurrected by admin
* FIXED crash if a PlayerState without a valid player controller ends up in AGBGameMode::DeadOnlyChat()
* FIXED crash relating to GetGameStateSafe
* FIXED "Too many failures to spawn" causing round to end by removing the related timer all together and just brute forcing all players that can enter play to enter play
* FIXED spawning with a firearm on client, but not on server
* FIXED being able to reload/switch items etc. while sprinting
* FIXED run/walk key cancelling lean when stationary
* FIXED AI attempting to shoot early prevent round from chambering, thus preventing further shooting
* FIXED firearms continuing to fire when put away during full auto
* FIXED change firing mode with trigger pulled
* FIXED missing/bad navigation in areas on 747
* FIXED volume settings for WWise not being applied causing them to reset to 100% next time the game loads
* FIXED 747 map bugs
* Ability to hop over perimeter fence
* No texture on wall flag
* FIXED City bugs
* trash clipping through
* subway wall poking through street
* top of ladder collision in way
* subway walls culling out to early
* FIXED bad shipping container UVs
* FIXED player hanging up on top of truck ladder in 747
* FIXED some missing Physical Material settings on a few rock types in Storage Facility
* FIXED TankerShip insertion info section for player names going offscreen
* FIXED lack of collision on 747 playspace boundary that let players get to non playable areas
* FIXED rifle laser sight allowing multiple versions to be attached to same weapon
* FIXED impassable stair section in City scaffolding
* FIXED odd looking fuel tanks on 747 map (missing textures)
* FIXED potential nullptr in various functions related to character appearance and loadouts by adding IsValid(Character)
* FIXED GBFirearm only binding to reload montages OnMontageEnded() delegate on server/offline, preventing clients from being able to reload more then once
* FIXED game and plugin properties that caused Cooker/UE4 to spam "is not initialized properly" in the log
NOTE: still need to do a pass on the engine ones
* FIXED references to old/non-existent assets causing cooker to spawn "Unable to find package for cooking"
* FIXED (hopefully) assets causing cooker to spam "X imported blah but it was never saved as an export" in log
* required opening/saving all maps that use various Blueprints :|
* FIXED missing/bad navigation in areas on 747
* FIXED BP_TerroristHunt_SpawnManager spawn point usage randomisation caused by changing from GB to standard BP macro library
* FIXED green tint in black Field (G2) pants
* FIXED unclamped off-target alpha value in GBFirearm::PrevPosPressed_Implementation()
* FIXED typo in WBP_OpsBoard_InProgressButton preventing from being visible when round was in progress
NOTE: InPorgress != InProgress
* FIXED WBP_LoadingScreen getting none when trying to access to GameState
* FIXED GBGameMode::GetBestLateComerInsertionPoint() always returning a random insertion point
* FIXED round not ending if player logs out in BP_TerroristHunt, BP_Defend & BP_TeamEilimination
* FIXED "RequestAsyncLoad called with empty or only null assets!" spam caused by call to AsynLoad() in BP_Firearm_Master (doh!)
* FIXED AddDefaultItem() being called on character that is being destroyed causing spawned item to be invalid.
* FIXED being immortal when resurrected by admin (lol)


CONTENT

* Added in shotgun rail adapters to allow for flashlights and other accessories to be used
* Modified aspect ratio and camera angle of main menu
* Small adjustments to player scalability settings so shadows don't go completely away on Low setting causing unfair gameplay advantage
* Adjusted vertical grip hand pose for a better fit
* These will get better when the new character meshes/skeleton is in
* City
* Cleaned up collision around insertion points
* Added a few solid low walls around center of map for more cover and to reduce long AI sightline a bit
* Filled in some visible non-playable areas
* Added first go at night version for 747
* Removed odd refraction from default glass material (RR and Depot mainly)
* Added in new Taran Tactical mag extension version of the G22 and PMAG magazines
* Added PhysMat setting to rocks in 747


AUDIO

* added audio sliders functionality for Wwise and music
* assigned all sound effects to SFX class
* Wwise: added missing MK 14 EBR reload sounds
* Wwise: improved unsuppressed MK 14 EBR, AK-74M and AR-15 shots
* lowered falloff distance for FullAutoPunch layer of unsuppressed gunshots


CODE

* assigned outers to all instances of NewObject()
* added validation checks to various methods involving setting/using an insertion point on the player state
* removed usage of gameplay ability system
* updated all affected C++ and Blueprints
* replaced usage of macros in GB Blueprint Macro Library with native versions
* removed usage of redundant / pointless macros in GB Blueprint Macro Library
* added ToggleRun option to GBPlayerSettings class
* added Reset() Blueprint native function to GBItem
* causes pouches to refil with last thing they had in them
* causes firearms to max capacity if not in the process of reloading
* update BP_TargetApplScreen used in some training maps to use new Refill() method on characters items
* replaced usage of GBResetInterface with calls to native AActor::Reset()
* updated BP_Door_Swinging to take player and doors direction into account when incrementally opening
* updated GBGrenade to allow you to adjust throw range using mouse wheel
* removed log spam about montage replication
* removed log spam about player spawning
* improved AI on 747 by correcting Guard points, Patrols routes and the like
* removed DonMeshPainterGlobalActorSpawnParams from GBGameMode - yet to use it server side
* updated player patch support due to DonMeshPainter update
NOTE : while updated, they are not enabled
* removed stubbs about player patch from GBPlayerController
* updated RBEventManager
* changed several parameters from TWeakPointers to normal C++ pointers
* updated FRBListener struct
* created IsValid() that returns true if object & function are valid
* changed optional constructor to take normal C++ pointers instead of TWeakPointers
* removed == operator
* updated RBSurfaceLinkManager
* changed Get() from using a mutable default to using a SingleTon added to the root set
* replaced usage of CachedLinkedClasses variable with simply adding the cached classes to the root set
Both these changes were done to prevent GC issues
* added "Defaults" button to audio, video and gameplay setting screens
* changed default audio volume levels from 10 to 08
* removed stubb from BP_Handgun_Master
* reduced max throw distance in BP_Grenade_Master
* Updated DedicatedServer.bat with all available maps and game types

BUILD UPDATE #013: Jumbo + SALE (-25%)



It's been 48 days since our last blog entry, and almost 3 months since our last game update, and while we're sorry we kept you all waiting that long, we hope Build Update #013 makes up for it.

As predicted in the last Intel Update, #013 has taken a lot longer than usual due to an engine update and a bunch of new things we've been putting into GROUND BRANCH that simply required the extra time to get implemented, tested, fixed, re-tested and so on. To summarize, this version includes the long-awaited first sound update, a new PvP game mode, new modes for new maps, some obligatory new gear and a sizeable list of fixes we'll go over in a bit.

We cannot stress enough how grateful we are for all you guys sticking around and patiently supporting us while we do our best to put this thing together. As always, thank you so much!

Before we go over the highlights, we figure we should let you know that…


🚨 GROUND BRANCH is 25% OFF on the Steam® Summer Sale! 🚨


We're right on time with this update for the Steam® Summer Sale 2019. If you haven't already, this is your chance to grab GROUND BRANCH with a magnificent 25% discount—our biggest discount yet—or maybe convince a few stubborn friends to join you in the tacticool bonanza. You're now armed with compelling case of a juicy update and a sale launching at the same time, so let's fill up them servers!

https://store.steampowered.com/app/16900/GROUND_BRANCH/

All locked and loaded? Let's move out.

› We strongly recommend players coming from an older version of the game to delete all files located in %LOCALAPPDATA%\GroundBranch\Saved\Config\WindowsNoEditor. For those who can afford it, a complete reinstall isn't a bad idea either. If you have control, loadout or other such issues, be sure to try these options.
› NOTE: All dedicated servers must be updated to work with the current build.
› NOTE: Some Controls/Gameplay settings have been reset with this build, regardless of whether you removed config files as suggested. Make sure to reconfigure them to your preferences and sorry for the inconvenience!



BUILD HIGHLIGHTS


Finally, new sounds!

Mikson's diligent work can finally be experienced in-game as the first batch of (mostly) weapon sounds goes public, along with an ominous main theme to kick off soundtrack and ambience work, and several small soundscape adjustments to volume, attenuation and occlusion values.

https://youtu.be/TWPEQUoi4R4?t=21
JustinRed87 aka Cobra493 previews some of the new sounds. Sounds and menu aren't up to date despite the video being recent, but should help you get an idea of where they're headed

Weapon sounds

The following weapons have received their own sound effects, with individual gunshot (with indoor and outdoor tails) and reload SFXs, as well as suppressed versions where applicable (marked with [SD]):

Primary

  • MP5N [SD]
  • MP5SD5, MP5SD6
  • MP7A1, MP7A2 [SD]
  • SDASS Custom
  • MK 18 Mod 1 [SD]
  • AK-74M, AK-74 MI [SD]
  • MK 14 Mod 2 EBR [SD]
  • MK 48 Mod 0
Sidearms

  • M1911A1 [SD]
  • MK 25 [SD]


Why do all weapons sound different than before, then? Well, we're carrying over these finished sounds to the other guns while they're not done, hence the similarity between several of them too. All submachine guns not listed above are now using the MP5N effect as a placeholder, for instance. Similarly, for now all pistols (M1911 aside) are using the MK 25 sounds, all ARs share the MK 18 sounds, the AKS-74U uses the AK-74M sounds and so on.

Keep in mind that this is a first iteration. Mikson will be fine-tuning everything and updating the rest of the armory (and the entirety of the game's sound design) as we go, and you can expect actual reverb and things like individual tails for urban vs. rural vs. forested environments.

› Sounds that were previously demoed, such as the M4A1/Block II effects, are being reworked with newly acquired libraries for maximum fidelity.


Other sound changes

  • The M67 Frag explosion sound has been updated with a better placeholder that doesn't have birds chirping in the background. Chirp-less BOOM.
  • While footstep sounds haven't been updated yet, they now have proper attenuation, volumes and occlusion depending on movement pace, stance and environment, so you will no longer be hearing them across the map or through multiple floors.
  • Radio and local VOIP have been similarly updated.
  • Local VOIP (default V) falloff distance is now 15 meters, so make sure you're within hearing range—otherwise, switch to radio comms (default B).


Known issues
We realized too late that bullet whiz sounds aren't replicating online. Balls. (We'll try to hotfix that soon.


NEW GAME MODE: Defend [WIP]

Currently available for Small Town and Power Station (both Day and Night versions), this adversarial (PvP) game mode has one team defend an objective (a laptop), while the other team needs to find and secure it.

DEFENDERS

  • Objective: Eliminate all Attackers or prevent the objective from being secured within the time limit (default* 10 min).
  • Spawns near the objective (which can be in several nearby locations around the selected insertion point) and has a 30-second head start to prepare for the attack.
ATTACKERS

  • Objective: Eliminate all Defenders or secure the objective within the time limit (default 10 min).
  • Can move freely after 30 seconds. This time can be used for last-moment preparations and plans.
  • Once the objective is found, one team member must secure it by holding Use/Interact (default F) while facing it for 30 seconds (default time*).
* Round time limit and objective capture time can be configured by the server admin. We encourage players to try different values and see what works best. Let us know how it goes!

› Needless to say, this game mode is a major work-in-progress. It will be refined with further testing and community feedback, and then ported over to more maps.


Known issues
Although we could not replicate the issue, we once had multiple objectives spawning in a single round. If you experience this bug, be sure to report it. Thanks!


NEW MAPS: 747 and City [WIP]

Previously playable under the "Development" game mode, 747 and City are now further along in development and playable on Terrorist Hunt, Team Elimination and Deathmatch. They're not finished maps, however, so expect some unfinished areas and general bugs and issues. John is on them.

747


City


› Yep, they will be getting a night version later on too. Speaking of which…



Storage Facility (Night)
Storage Facility now has a night version, playable on Terrorist Hunt. Don't forget your NVGs.




Adjusted A.I. behavior

  • Enemy A.I. sight and threat detection distance have both been changed from 50 m to 150 m. This was done to make up for longer engagement ranges, particularly on 747. We're looking into map-specific values (short term) and a more robust system that accounts for more than a binary distance switch (long term).
  • The distance at which they hear footsteps has been changed from 50 m to 25 m.


Movement speeds

  • Walk and Run speeds have been increased and adjusted slightly. (We're evaluating adding a slower "sneaking" pace.)
  • These values are experimental and, as everything, subject to change.



Gear


NEW SIDEARM: MK 25

A SEAL favorite, the MK 25 (P226) is a 9 mm service pistol carrying 15+1 rounds.



NEW ATTACHMENT: Sidearm Suppressor

Not really a surprise at this point, but you can now attach a suppressor to any pistol and be all… [starts mimicking several copyrighted stealth action characters]



› As with primary weapons, sidearm suppressors are selectable under the "Muzzle Device" tab.



Foregrips are now gripped

We've rigged up a basic implementation of "functional" foregrips. They are now gripped by the character's support hand—as long as you place within reach, anyway.



Known issues

  • Foregrips will cause a floating hand (as well as a wobbling, dislodged arm) if placed too far forward along the bottom rail. It's only a first pass, damnit!
  • The hand poses have a generic grip that doesn't really fit the foregrips yet. Don't worry—we'll be tackling that in due time too.


Other gear stuff

  • Pistol holsters are no longer stuck in the 2000s and are worn on a belt extension rather than a thigh rig. We might make it an option in the future.
  • We've added a basic suppressor for the MK 14 Mod 2 EBR.
  • The AN/PEQ-15 and AR suppressor have been re-scaled to more accurate dimensions.



MISCELLANEOUS

  • Tired of having to run around the Ready Room between rounds? You now spawn back directly at the Ops Room of your selected team and might save up to a whopping 352 calories in a single session.
  • Fixed targets not coming back up on Shooting Range. Or was it them not going down this time?
  • A long, long list of little things you can check out below.



CHANGE LOG


Build version: 1027

Client
Steam Build ID: 3953210
Size: 2.8 GB

Dedicated server
Steam Build ID: 3953219
Size: 141 MB



Full change log is too big for Steam, so we'll be linking to our Dev Blog post for those who want to read the whole thing: GROUNDBRANCH.com / Dev Blog / BUILD UPDATE #013: Jumbo

INTEL UPDATE #004: Track



Yes, it may have been a while, but fear not—we're still here, and we're not going anywhere.

This is an Intel Update to fill you in on what we've been up to, what to expect for GB's near future and why the next update is taking longer than usual.

Let's start with the latter. As most of you are aware, BlackFoot Studios are what is considered indie AF (that's short for as f***, in case you're not as down with the kids as we are). That, of course, means limited personnel and, often, limited time as well. In addition to all the regular development obstacles, availability wasn't great for most of us for the past month or so, resulting in an even bigger delay than expected. On the flip side, the next update should be more substantial both in terms of content and fixes, so there's that to look forward to.

Before we continue, let us just say that we're very grateful for all the patience and support coming from everyone despite the sometimes drawn-out progress. Thank you!

New update when?

The original plan for upcoming Build Update #013 was for a big PvP-oriented update featuring a couple new game modes and overall better PvP functionality and gameplay. Due to the aforementioned setbacks, however, we're likely to break it down into smaller updates—both because it's been a while already and because a big update would mean an even longer time without any updates.

Another thing we're considering is incrementally adding in the new weapon-related sounds that Mikson has been diligently developing, which were originally planned for only after the PvP update.

We're still figuring out exactly how we're gonna roll, but read on for an overview of what to expect of future updates…

Unreal Engine 4.22(.1)

Engine updates always take some time, but this one was relatively painless—there's always some tedious cleanup to do, but compared to the last time we did it, it went mostly swiftly. The jump to version 4.22 means a lot of editor-side bug and crash fixes, as well as some rendering improvements you may or may not notice depending on PC specs, video settings etc. Nothing major, but the quality-of-life bonus alone for us should mean less frustration going forward, and that's always a good thing™. Version 4.22.1, which is what we're on now, was a hotfix patch.

Sound design development
Almost all firearm sound assets are done, as Mikson and Kris work out the integration of said assets into the game via Wwise—the middleware also used in Insurgency: Sandstorm's excellent sound design. In case you've missed it, we posted a new little sound demo on YouTube a couple weeks ago:

https://youtu.be/bsf_eZ2NKGw
Mikson has since tweaked these slightly based on valuable feedback, as he'll continue to do with all effects as we get a better idea of how they sound within actual gameplay

We're over the hump when it comes to implementation of the new weapon sounds, but it's important to note that they might still be a couple updates away. Other sounds (like environmental) will be incrementally worked in as we go and added in subsequent updates.

New character assets and swatch system in the works

All of our character assets are being redone from scratch, with several new pieces of apparel planned for inclusion as well. Currently on the job is the very talented freelance contractor Pau Peñalver, who has so far put together the beauties showcased below:

Tactical-slash-cargo pants, anyone?

Yes, we know you're so gonna mod a Hawaiian pattern onto this one

"What about them skins, though?", you ask, but with even less regard for grammar. Well, check this out:

These skins aren't final (don't worry, we'll have most of these and more); point is, we're going be able to make the colors/patterns whatever we want (and so will you, in the future)

For the majority out there unfamiliar with UE4, the lovely schematic above lays out a UE4 Blueprint for a swatch system. A swatch system will not only purge skin inconsistency for assets, but also allow us to easily make any color or pattern we want into a selectable skin. Once modding is out, you'll be able to create your own as well. Hooray!

Some basic color variations on that sweet dad plaid

These are only the first couple new assets, but we already have new assault gloves and an ACU-style jacket in the oven. You can look forward to redone (and brand-new) shirts and pants, as well as a fleece jacket, tactical gloves and a variety of footwear, with more apparel to be added as we go.

Map updates
City and 747 have both received extensive updates. 747 now supports Terrorist Hunt, and City will hopefully support it as well by the time the next update rolls out. Here are some previews of what's new:

The central square of City is now home to a multi-story building that is being modeled after a bar/pub

Underground, the metro station now features a cozy, family-friendly restroom (credits: Jeza)

On 747, the aircraft received an exclusive Ram Airways paint job …

… and some buildings were added as backdrop, among other updates (credits: Rangda)

PvP game modes

A couple new objective-based adversarial game modes are being developed and tested out by the team and a small test group. We'd like to have at least one solid new game mode in the next update, with iterations and new modes to follow. More news as it happens!



That's all for Intel Update #004. Don't forget to hop into our Discord server if you're looking for pick-up games, support or just some GB talk. We're also on Facebook, Twitter, Instagram and a soon-to-be-official subreddit. Hopefully we'll see you there!

BUILD UPDATE #012: Creep



Another intended hotfix feature-creeped into a proper update, Build Update #012 is here with difficulty level selection (including custom settings) for Terrorist Hunt, a shorty version of that sweet Midwest Industries tactical AK, and the usual assortment of quality-of-life fixes and additions.

Read on as we highlight the cooler stuff, and don't forget to leave your feedback, whether it's in the comments below, forums (BFS · Steam), Discord or any of our social media channels.

› NOTE: All dedicated servers must be updated to work with the current build.
› NOTE: Some Controls/Gameplay settings have been reset with this build. You will also need to set your Player Name again.



BUILD HIGHLIGHTS


A.I.


Difficulty settings and customizable parameters

Terrorist Hunt now has four A.I. difficulty presets: Untrained, Trained, Experienced and Ludicrous. You can also create a custom A.I. difficulty setting by individually modifying each parameter. How you set up the A.I. difficulty depends on the mode you're in. Let's go over them:

Play Offline / Host Game
For single player and listen server multiplayer, simply use the "AI Skill Level" drop-down menu when setting up the Terrorist Hunt game. By selecting "Custom", you can modify each parameter individually. For information on what each parameter does, simply hover the mouse over the line and it'll display a tooltip.

› The Center of Mass Bone parameter (which defines what part of the character model the A.I. bots aim for) has 3 "b_Spine" options: b_Spine is closer to the hip, b_Spine2 is near the neck, and b_Spine1 is in between those two points.


The Ops Board (a.k.a. the insertion selection LED Panel) in the Operations Room has also received some configurable settings:

The map's time of day—as well as the enemy's expected resistance and difficulty level—can now be set directly from the Ops Board. Please note that these options are only accessible to server admins or offline (single player)!

The difficulty level can be set to any of the four presets, as well as "???", which uses the custom A.I. preset drawn from whatever values you set in AISettings.ini (located in %LOCALAPPDATA%\GroundBranch\Saved\Windows).

Dedicated servers
For dedicated servers, the server admin can simply use the Ops Board (explained above) or modify the AISettings.ini file manually (%LOCALAPPDATA%\GroundBranch\Saved\Windows).

Distance threshold for aim error

The aim error code has been updated so that the deliberate missing now happens beyond a set distance, controlled by the DeliberateMissDistanceThreshold parameter. Within the set distance, A.I. are not likely to miss. Beyond that distance, the usual deliberate missing (determined by DeliberateMissTime and DeliberateMissBlendOutTime) kicks in.

› Want to disable the deliberate miss property entirely? Simply set DeliberateMissTime to 0 (zero).


It's worth reminding that the default A.I. presets are, as everything else, subject to change. So make sure to share your experience with the presets and custom A.I. values, as it might be useful for further tweaks.


AK-74 MI CQB

Little sister to the AK-74 MI (formerly MWI), the AK-74 MI CQB has been added to the armory. For now, it's essentially a better option for close quarters with no drawbacks. Don't worry: proper stats (range, accuracy, weight etc.) will be worked out in the future for all weapons.

"I like how it's like the AK but smol" —Jeza (also the author of the above screenshot, shockingly)


Controls guide and loading screen tips

In order to help new players get the grasp of GROUND BRANCH's less conventional controls schemes, we've added a guide for the default controls to the main loading screen. All loading screens now also carry valuable gameplay tips. We'll be adding more tips as we go—feel free to suggest some of yours!

› The default controls graphic might appear distorted on non-standard (16:9) aspect ratios, despite us specifically telling the engine to account for those. Ugh.


Miscellaneous fixes

  • Foliage no longer blocks firearms, nor prevents leaning.
  • The Offset Rail can again be mounted anywhere along the top rails (rather than only the forearm top rail).
  • Mouse sensitivity settings will now be preserved upon change and no longer reset to different values.
  • You can (once again) select the default zero for individual weapons and optics. Go to SettingsGameplay and look under Default Zeros (right-hand column). Add an optic/weapon with the [+] button underneath the list, then set the desired custom zero for it.
  • Fixed broken character and weapon movement/rotation in the Customize Operator screen when it was accessed from the Main Menu. Nope, it's done broke again. [REDACTED] [home office being trashed in the background]



That's it for Build Update #012. Until the next time!


P.S. We'd like to thank Rangda for the badass screenshots he's always providing for the vast majority of announcements and social posts we make. Tier 1 screenies, dude!


CHANGE LOG


Build version: 1026

Client
Steam Build ID: 3679830
Size: 662 MB

Dedicated server
Steam Build ID: 3679833
Size: 33 MB

FIXES

* FIXED radio volume issue on SmallTown
* FIXED bush in Power Station missing proper bullet collision settings
* FIXED Bush in Power Station with bad visibility collision
* FIXED firearms being obstructed by foliage
* FIXED foliage blocking ability to lean
* FIXED various collision bugs in Storage Facility
* FIXED see through boulder in Storage Facility
* FIXED rendering issue with blinking light in Storage Facility tunnel
* FIXED offset rail being restricted to top rails instead of sight & top rails.
* FIXED mouse sensitivity appearing to reset to some other value when changed in UI while engaging a sight.
* for such a seemingly small change, it required a lot more work then expected :P
* FIXED not being able to add or edit a default zero entry in the settings menu.
* FIXED Always Run not toggling on/off when set and already in game until you hit Run again
* will still need to release run key if it is set while run key is held down (get over it)
* FIXED not being able to move/rotate in the character editor from the main menu.
* FIXED crash due to destroying ability system component while an ability had it locked.
* FIXED breaching charges being able to kill targets through a wall.


CONTENT

* small tweaks in radio-related assets
* experimenting with new water material in Depot
* slight update to splash screen


A.I.

* updated GBAIController
* replaced AimErrorPeriod with simpler AimErrorUpdateInterval
* controls how often we the aim error alphas are changed (random between -1.0 to 1.0).
* changed target distance aim error from blend to new to instant switch
* added aim error based on AI movement speed
* changed target velocity aim error from blend to new to instant switch
* added distance threshold to deliberate miss code
* below this distance the deliberate miss is blended away due to being too close.
* added SkillLevel support
* added 4 skill level presets to DefaultAISettings.ini (1-4)
* added defaults for custom skill level to DefaultAISettings.ini (actual custom saved in AISettings.ini in save directory)
* added Difficulty to GBGameMode
* currently only controls the AI skill level
1-4 corresponds to the skill level presets.
< 1 makes it use what ever custom skill level is defined in by default or under save directory.
* value is replicated on GBGameState for use with UI elements etc.
* updated WBP_TerroristHunt_Settings to exposed all AI settings
* required some updates to WBP_Config_XXX widgets to allow settings to be instantly saved.

* updated GBAIController
* exposed ReactionTimeBase and ReactTimeRandom to settings
* added bBeSuspicious BB boolean that is set when a non-hostile/non-friendly actor is sensed
* this is a simple quick solution to getting AI to react to explosions, doors etc for now
* updated to Blackboard and affect behavior trees.


CODE

* modified DamageMeleeWeapon
* added option to use mutl instead of single trace
* added list of surfaces to ignore during trace.
* removed unused animation notifier
* updated WBP_InGameMenuManager to use a single C++ function instead of looping through all child widgets :|

* updated GBPlayerSettings
* changed all settings to config values and class to a config class
* forced LoadSettings() to reload the config from disk.
* created ApplySettings() to ensure config values were applied without the need to called LoadSettings() first.
* changed default zero struct to use PrimaryAssetDataId instead of a string to hold the info about what item to zero for.
* removed unneeded default zero functions.
* changed CrouchType & GrenadeSwitchType from enums to int values so they work with UI widgets more easily.
* updated all WBP_Settings_XXX to reflect changes
* updated GBAIController::InitSkillLevel() to use a full path to the AISettings.ini
* changed "Ridiculous" to "Ludicrous" to describe skill level 4 for AI
* updated UGBGameplayStatics
* created new functions CanDamageStaticMesh(), CanDamageSkeletalMesh() & SphereOverlapDamageableComponentsSorted() based of functions prototyped in grenade explosion Blueprint.
* created ConeOverlapDamageableComponentsSorted() based on SphereOverlapDamageableComponentsSorted() that checks that the component origin OR bounds are within a cone.
* created GBCharacter::CanDamageRadial() as a shortcut to call UGBGameplayStatics::SphereOverlapDamageableComponentsSorted() with require skeletal mesh & appropriate bones
NOTE: reduce bones checked?
* updated GBGameInstance
* added bShowDefaultControls bool with function to clear it.
* added OnRemoveLoadingScreen delegate for loading screens to use.
If not bound, will remove any loading screen present.
* rigged up WBP_StartupScreen to show up on initial load
* created WBP_RandomHint
* used by start up and loading screens to display hints
* randomly picks a hint that isn't used until it has gone through all over them, then reset
* fixed initial loading screens defaulting to 1280x720
* re-imported default key map texture at proper resolution
* quick grammar/spelling pass on random hints
* added pulse animation to "Continue" button on WBP_StartupScreen to draw the eye slightly more