BUILD UPDATE #001: Hotfix Patch

As promised, our first hotfix patch since Early Access release is out!

There should be enough replication/sync and quality-of-life improvements to make the game a lot more playable for everyone, especially online.

Please remember this is Early Access, so there may be times when things break and areas where performance may decrease unexpectedly.

Check out the highlights and full change log below and, as always, let us know about any issues you encounter. Thank you all for the reports and suggestions—this right here is why they’re so valued:

Highlights

  • Fixed weapons getting stuck at a high-ready/muzzle-up position.
  • Fixed (🤞) players missing body parts when no item is selected for them.
  • See who’s talking and mute annoying players via player list (Esc key).
  • Scalable AI settings now work correctly and can be adjusted via AISettings.ini. This also allows us to more easily tune the AI as we go.
  • Reduced default amount of team kills required to automatically kick an offending player.
  • Increased TK BanTime from 5 to 60 minutes.
  • Ready Room testing range now muted to those outside of the range.
  • 30-second countdown now starts after all players have selected an insertion point (it can still be skipped/cancelled).
  • Players who miss round start now have 5 seconds to make it to the Operations Room; they will be spawned at a random insertion point.
  • Quick admin commands to make it easier for admins/moderators to police servers.
  • Working SteamCMD for free dedicated servers (AppID 476400).
  • Turned off Oculus VR plugin to stop game trying to start up the headset.
  • Fixed some navmesh placement inside some Tanker Ship deck structures that allowed AI to spawn inside meshes.
  • Removed M24 SWS until proper bolt-action animations can be added.

Known issues in new features

  • Muted players cannot be unmuted until server is reset.
  • New features will be refined as we get more user feedback in the near future.

Build version: 1023
Steam ID: 3045474

Change log

FIXED
* FIXED inadvertent navmesh placement inside some deck structures in Tanker Ship
* fixed incorrect customize operator tooltip on WBP_FrontEndMenuManager
* fixed name not being set when using character editor from front end menu
* FIXED some misaligned textures and lighting LOD settings in ReadyRoom
* fixed remote obstructed alpha being converted incorrectly
* fixed incorrect sound class on several misc sounds, include metal impacts (yay!)
* fixed grenade being thrown when leaving live fire area if about to be thrown


CONTENT
* Turned off OculousVR plugin
* Removed M24 until proper animations can be created
* Added in buffer room to RR Range to reduce sound in Team Room when players shooting
* Fixed missing Splash screen
* Added UE4 splash logo movie
* Refined Scalability settings for more consistent performance across all settings
    * Noticeable framerate gains for Medium/High settings for Shadows and Effects setting  


AI
* updated AITacticalPerectionComponent to allow loading settings from an external ini formatted file and from a specific section
* Tweaked the sense sight ADSR envelope to give a slower ramp up to the sight sense, should give a slight perceptual delay.



CODE
* updated GBPlayerController()
    * init char appearance/loadout functions now attempt to load the then the default version if the last used fails to load.
    If for some reason that fails, it randomly creates one.
    * if a char loadout/appearance is added and the player has a null char appearance/loadout, one wil be created immediately.
* updated GBGameMode
    * re-enabled some stubbs/logging to track when default appearance/loadout is used
    * improved logging of when no appearance/ladout is used
    * added potential fix for default appearance/loadout not being used
* updated WBP_Settings_Video to fix variable used by AA Type setting
* created Blueprint functions to get default char appearance/loadout paths
* created Blueprint functions to apply char appearance/item assets if they are missing on character.
* added sanity check/fail safe to BP_Character using new Blueprint functions 
   to make sure some kind of appearance is set regardless.
* updated WBP_CharacterEditor and WBP_ItemEditor to fall in line with other screen layouts and work as pre-placed widgets.
* updated WBP_CharacterEditorScreen
    * like the player controller updated, will attempt to load last used, then default and finally just create a random one.
* created WBP_CustomiseOperator based off WBP_CharacterEditorScreen
     * before trying to load anything from disk, will first ask the player controller if it has an appearance/loadout.
    * replaces much of functionality that was on BP_Trigger_CustomiseOperator
* updated UGBCharAppearanceData::AddNewCharAppearanceMesh() to ensure bLightAttachmentsAsGroup was set to true.
 * revmoed GBItem::CreateCollisionProxy()
* updated AGBItem::PreSave()  to ensure bLightAttachmentsAsGroup was set to true for all items, not just ones we remember (oops).

* increased TK BanTime from 5min to 60min
* added mute support
    * hit escape to see player list
    * talking players have throbbing names and VOIP icon
    * to mute, hit VOIP icon
* added quick admin commands
     * hit escape to see player list
     * if you have admin powers, an admin menu will be next to each players name
     * quick admin powers include kick, ban, kill, resurrect, toplayarea, toreadyroom & mute
* added new sound class to allow more control of sound while in ready room
      * players in RR, but not in live fire area will hear sound at 1/10th the volume.
      * players in RR and in live fire area will hear sound at full volume.
* when in live fire area, get warning if not pointing down range
* TerroristHunt change
      * 30 second countdown starts when insertion point is selected
      * anyone inside the operations room at end of count down will spawn in play area
      * anyone who hasn't selected an insertion point will have one selected for them.
      * anyone entering the operations room within the pre-freeze delay will also be sent to play area
      * if everyone leaves operations room before timer expires, timer is cleared.
      * if everyone selects an insertion point, round starts immediately.
      * ops rooms board will show if game is in progress and display spectate option
* TeamElimination change
      * 30 second countdown starts when someone on both teams selects an insertion point 
      * anyone inside the operations room at end of count down will spawn in play area
      * anyone who hasn't selected an insertion point will have one selected for them.
      * if everyone leaves operations room before timer expires, timer is cleared.
      * if everyone selects an insertion point, round starts immediately.
      * ops rooms board will show if game is in progress and display spectate option
* set DefaultAISettings based on those that were hard coded in previous builds
* disabled Advanced Settings in WBP_TerroristHunt_Settings until support for new ini is created.

Share this Post: