Squad - OWI_Icare
Hey Squaddies! 

In addition to bug fixes and cool new content that will be part of this week’s release, update 4.2 also includes an Engine Upgrade. This update is a technical back-end improvement that may not add flashy content to the in-game experience, but is an integral part of us continuing to upgrade Squad and ensure that it has a lot of longevity to come. It will also help to better support us in all of the exciting content plans we have for 2023. 

We’ll be keeping a close eye on how this engine upgrade impacts performance, and thank you all in advance for any bug reports you send our way. We will add a dedicated forum thread for reporting issues directly related to the engine upgrade.

For those of you that are interested in all of the technical nitty-gritty, we’ve got a great breakdown of the engine upgrade below! For those of you that are less inclined to keep reading, just be on the lookout for anything you wish to report - performance edge cases or new bugs, we want to be aware of all of it. Thank you for partnering with us in the continued quest to make Squad better!

---------------------------------------

What is an engine upgrade?

Squad is built using Epic’s Unreal Engine. In this blog we’ll use the term Unreal Engine or UE here to refer to both UE4 and UE5. UE5 is an evolution of the development line of UE4, not a separate development started from scratch.

Squad’s origins are closely tied to UE4. Squad started development on one of the first versions in 2014, and released on Steam with version 4.10 in 2015.

Since then Epic has released 20 major updates to the Engine, and Squad has been following. Often multiple engine releases were combined in one update, leading to a total of 6 engine upgrades since launch. Engine upgrades are often a major effort, especially for a large game like Squad, since existing game functionality will need to be adapted to changed engine functionality.

Why upgrade the engine?

It is possible to get engine improvements into the game without updating the engine. We can bring individual fixes from new engine versions into an older version (merging), which we frequently do for crash fixes for example, or we can even start developing the engine independently from Epic. The former becomes harder the further behind we are in engine versions, as changes pile up on top of each other. The latter would prevent us from benefiting from the work all the talented people at Epic do.

We decide, whether to update the engine, based on a number of factors

  • How meaningful the improvements of the new engine version are for Squad
  • The time we have to invest into upgrading the engine
  • How much complexity we remove by reducing the number changes we have back-ported from newer engine versions
  • What benefits are we getting from 3rd party plugins, which are only available for the latest engine versions

Improvements in the engine could be better performance, better visuals, supporting new features, as well as new tools and workflows to support the development.

Does it give better performance?

In the early days of the engine, there weren’t any large-scale multiplayer games like Squad on UE, and the requirements of this type of game weren’t well supported. Squad launched with a maximum player count of 40 per server. Successive updates to the engine, especially during the “Fortnite period”, enabled a much larger scale for the game, but in turn usually required us to remove some of our own optimizations, in favor of using the engine’s way of making the game run better. That’s why an initial release of Squad on a new engine version often didn’t significantly increase performance, but the following updates did, as we were able to gather more information on shifting bottlenecks and used the new tools to their full potential. Engine upgrades enable us to make the game run better, or to maintain performance while we’re increasing the scale and features available.

DirectX 12

From a technical perspective the most impactful change we made in this update is in the graphics API. While UE4 has supported Direct3D 12 (the graphics API part of DirectX 12) for years, in the past the disadvantages outweigh the benefits of using the low level API in Squad. With UE 4.27 we found that DirectX 12 is now ready for Squad and enabled it as the default graphics API. Direct3D 12 brings huge gains in rendering scenes with lots of objects, as it allows the necessary CPU work to be better distributed. This has the potential to create new bottlenecks, with buffers getting flooded with the sheer amount of data available and the frame rate potentially being less stable.

In the past months we spent a lot of time on overcoming issues like this. We expect that DirectX 12 will be the best choice for almost all Squad players, but since there are countless possible system configurations we can’t know for sure and included the option to switch back to DirectX11 in the main menu. If you experience issues, please give it a try and send us feedback. DirectX 12 also allows support for advanced temporal upsampling algorithms.

AMD FSR 2

We have integrated AMD FSR version 2.1.2, which is the latest version available for Unreal Engine. FSR 2 is an open-source temporal upsampler. Based on information in the current and previous frame, as well as information passed in from the game, like how the camera is moving, it can calculate more detail into images than has been rendered. This allows to render games in a lower resolution than the native monitor resolution and then upsample the image to the native resolution, without a significant loss in image quality.

This upsampling process takes far less time and memory on the GPU, then rendering the image natively at that resolution would take. In short, using FSR gives better performance in scenarios where you are GPU-bottlenecked. There are also temporal upsampling solutions from Nvidia and Intel, which we’re evaluating. For this release we decided to ship with FSR 2 only, as it is supported on all GPUs and as an open-source solution was easy to integrate.

What else can we expect from UE 4.27?

The focus of the engine upgrade has been performance. Depending on your individual system, it is possible to get double the frame rate, or more, in some scenes compared to previous versions. The gains will be more limited or non-existing when there are lots of moving objects, like other players, vehicles and projectiles around you. That is because all the necessary updates your client computes and you receive from the server will start taking up more time than the rendering of the scene. Squad is making heavy use of distance and visibility based optimizations, to reduce how many times objects are updated. The engine comes with advanced methods to help determine what information is most relevant to you at any given time and focus on updating what really matters to you. We are now working on transitioning some of our optimizations to these advanced methods, to unlock better performance in situations, which are full of action.

A difference that will be immediately visible is the new water, which was possible to create thanks to better support by the engine for the features required to render it. The new engine version also comes with many bug and crash fixes, as well as tools and workflow improvements. Over time these will enable us to rework existing features and content in Squad for better performance or visuals. In total there are tens of thousands of engine changes between UE 4.23 and 4.27. Some of these changes will bring new bugs, many of which we have found and fixed, but there will be others which we haven’t. As always, please report any new bugs you encounter in discord.

Why not upgrade to Unreal Engine 5 instead?

Unreal Engine 4.27 is generally considered a very stable and mature release, as many of the more ambitious and experimental changes to the engine were developed for UE5. Taking this intermediate step allows us to gather information on the state of the game with this version, making it easier to pinpoint the root cause of any issues we may face in a future engine upgrade. If an issue doesn’t appear on UE4.27, but it does on UE5, we can look at the changes between those versions. If we try to jump a lot of engine versions at the same time, this becomes much harder due to the accumulation and stacking of changes.
Squad - OWI_Icare
Attention Squaddies,

Update Squad 4.2 will include and focus on the upgrade of the game engine to Unreal v4.27, improvements to the visuals of the US Army faction (new uniforms & character models), a new map layer (Mutaha Seed v1, USMC vs RUS), new emotes introduced to the game and many more bug fixes, improvements, and optimizations to the game.

Check out the full detailed list of new features and changes down bellow.

System & Gameplay Updates

  • Upgraded game engine to Unreal v4.27
    • Added DX12 as the default graphics API
    • You can still opt to use DX11 by selecting it in the Settings menu
    • Added support for FSR2 upscaling
  • Reimplemented and updated the Graphics Benchmark tool
    • Clicking the "Defaults" button on the Graphics Settings Menu will run a benchmark test on both your CPU and GPU and automatically apply recommended graphics settings once complete. As there have been some changes and optimizations to the graphics settings as part of the engine upgrade, we strongly recommend running this benchmark once you have updated Squad.
  • Increased HAB spawn activation delay from 20 to 30 seconds
  • Added a new map layer, Mutaha Seed v1 (USMC vs RUS)
  • Increased PLA ZSL10 APC cupola gunner mags from two to ten
  • Made improvements to the visuals of the US Army faction, including:
    • New and improved uniforms, including a new forest camo variant
    • New and improved character models
    • A complete remodel of the M17 MHS Pistol
    • Updated ammo boxes and equipment

Features

  • Added a new feature, Emotes
    • Access the emotes radial menu in-game by holding the “X” key (Learn more about emotes: LINK)

General Bug Fixes

  • Fixed a server crash that could occur in EOSServerSubsystem when kicking players - This fix addresses the main issue with modded layers and those should now work
  • Fixed a rare issue that could cause a user to disconnect from a server while pushing a helicopter from the rear
  • Fixed an issue that could cause servers to hitch on ensures, causing player disconnects
  • Fixed a long-standing issue where enemy zones could become impossible to capture after placing a friendly HAB inside of the area in Territory Control
  • Fixed an issue that caused modern technical vehicles to accelerate extremely fast after backing up into the water
  • Fixed an issue that caused the engine sounds for several vehicles to be quieter and harder to hear from afar than intended
  • Fixed an issue that caused the aim down sights animation for rocket launchers and binoculars to not appear to other players Removed unnecessary notifications in the tutorial
  • Fixed a bug that caused frag grenades not to play SFX or VFX on concrete
  • Fixed an issue where the GB FV432 APC’s engine could not be destroyed with weapons
  • Fixed a minor visual issue that could occur while aiming down sights in the AUS Mag58 Jeep
  • Fixed a minor visual bug with the PLA ZBD04A’s turret
  • Made several improvements to the appearance of the PLA ZTZ99A MBT
  • Fixed a bug that prevented the rangefinder of the PLA PF98 launcher from displaying properly in local training mode
  • Fixed an issue that caused the PLA QJY88 RHIB to cost five tickets instead of one
  • Fixed an issue that caused the PLA QLG10 grenade launcher to cost ten ammo instead of seven
  • Adjusted several PLA weapon and vehicle names for accuracy
  • Corrected the item description for the PLA QBU88 marksman rifle
  • Fixed a bug that caused the PLA LAT kit role to display rifles incorrectly
  • Fixed an issue that prevented the wrecks of PLA ZSL10, ZBL08, and ZBD04A vehicles from sinking
  • Fixed an issue that prevented environmental effects (sand, snow, mud) from appearing on PLA soldier uniforms
  • Fixed a bug that allowed the driver of the PLA ZBL08 IFV and ZSL10 APC to be killed by explosive rounds hitting the vehicle’s front side
  • Fixed a bug that prevented the front water shield of PLA ZBL08, ZSL10, and ZBD04A vehicles from successfully deploying in the water
  • Adjusted the PLA ZBD04A IFV’s weapon loadout to follow the standards set by other vehicles in the game
  • Adjusted the order of the BTR80 Woodland APC’s gunner weapon selection
  • Fixed a missing ammo rack component on the PLA ZBL08 HJ73C desert variant
  • Improved animations on the PLA ZSL10 APC when interacting with the open-top turret
  • Fixed a visual issue with the turret of the PLA ZTZ99A MBT vehicle
  • Fixed an issue with the reticle on the T72B3 MBT’s turret
  • Fixed several issues relating to vehicle icons appearing incorrectly
  • Fixed several visual issues with Insurgent soldier models
  • Fixed an issue that could cause the medic role to appear as available when there are already two medics in the squad

Map Updates & Bug Fixes

  • Black Coast
    • Minor visual fixes
  • Chora
    • Minor visual fixes
  • Fallujah
    • Fixed an issue where a weapon cache would spawn floating in the air on Insurgency v1
    • Fixed an issue that caused water splash VFX to display inappropriately while shooting inside tunnels
  • Gorodok
    • Added obstruction to an exploitable spot for radio placement
    • Minor visual fixes
  • Harju
    • Fixed an issue where defender and attack staging zone text was incorrect on Invasion v5
    • Added new loading screen music
  • Kohat
    • Updated the minimap
    • Fixed an issue where PLA players were mistakenly able to build the HJ8 ATGM
  • Lashkar
    • Fixed a bug that allowed PLA SLs to use the buddy rally feature and the commander to use CO abilities near vehicles on Invasion v4
  • Narva
    • Fixed an issue where PLA had four logis and no transport truck on RAAS v6
  • Pacific Proving Grounds
    • Fixed an issue that caused the vehicle list on v2 (PLA vs USMC) not to appear
  • Skorpo
    • Fixed an issue where helicopters crashed into the water would not respawn
    • Fixed an issue with the minimap on RAAS v2 and v3
    • Fixed an issue that caused a player to hit an unintended obstacle while running in the trench at M8-2-7
    • Minor visual fixes
  • Sumari
    • Fixed an issue that could cause the map to appear washed out, negatively impacting performance


SDK Updates & Bug Fixes


  • Updated mod SDK to v4.2
  • Updated mod versioning to v4.2. This requires mods to be re-cooked with the v4.2 SDK — any mods using the v4.0 SDK will be incompatible with v4.2


Known Issues


  • Depending on the specific hardware setup, some players may experience frame rate stutters during gameplay - most notably while aiming down sights. If this happens to you, please switch to DX11 in the Graphics Settings Menu, restart the game, and try again.


NOTE: With this update, we have forced a cache clear (reset of game options) due to changes and optimizations to the graphics settings as part of the engine upgrade. There are new options to explore, so go check them out! Additionally, remember that you can use the "saved keybind preset" feature to load your old keybinds if you’d like.
Squad - OWI_Icare
Attention Squaddies,

Update Squad 4.2 is well on its way and will be here on February 8th 2023! 

It will include and focus on the upgrade of the game engine to Unreal v4.27, improvements to the visuals of the US Army faction (new uniforms, character models), a new map layer (Mutaha Seed v1, USMC vs RUS), new emotes introduced to the game, and many more bug fixes, improvements, and optimizations to the game.

With this update we continue to improve the playing experience of Squad and hope to hear your feedback on the changes when they go live!

Next week we will publish the complete Release Notes for you to check and learn all the latest additions that made it to the game in 4.2.

At ease,

- OFFWORLD OUT!
Jan 20, 2023
Squad - OWI_Icare
Attention Squaddies,

We know you have questions, so let’s talk in depth about the emotes that will be coming along with the rest of the 4.2.

Emotes are animations which you can use to support VOIP communications, interact with each other, celebrate in-game situations, or brighten up down time. We hope they will enhance the social, gameplay, and cinematic aspects of your Squad experience. Our approach to introducing emotes is grounded in authenticity. Above all we wish to preserve the spirit of Squad and protect the immersion that each of you seek in its cooperative experience.

Firstly emotes will come in two flavors: Emotes and Gestures.

Emotes and Gestures

Emotes are full body animations. When triggered they will display a 3rd person view of your character. Moving, aiming down sight, jumping, crouching or going prone, switching gear or similar action will interrupt the emote. Emotes can only be used in the main base or during the staging phase, as they show a 3rd person view, we wanted to make sure players couldn't use this feature to give themselves an advantage by peeking around corners.

Gestures are an upper body hand sign animation that you can trigger. Unlike Emotes it only involves movement of the hands and arms. Gestures happen in 1st person, without obstructing your movement. Gestures offer more leeway before being interrupted, you will be able to move while performing them, however aiming down sight, jumping, going prone, firing your weapon, switching gear or similar action will interrupt the gesture. Gestures are available at all times throughout the battlefield.

Using Emotes

The emotes you have acquired can be equipped on the Customize screen which can be accessed from the Main Menu. It will display a preview of the emote as well to help you make a choice. A checkmark on the emote will also inform you of which one you currently have equipped.



Now that we have our emotes equipped, let’s use them!

Before anything, there is a new keybind that activates emotes (X by default) and can be changed in Settings. While in game you can press the assigned key to bring up a radial menu.

Hold the Emote key to open the emote wheel and click on an emote of your choice to activate it. This cannot be done while aiming down sights.



On the release of Squad 4.2 we will have a few available options for you to try. Free options will be directly available on release. Other options will be available for purchase a few hours later (Grunt and R&R Pack). Both the Grunt and R&R Pack will be available for 3.99 USD upon release. Prices may vary depending on regional currencies. Take a look at the exhaustive list below to know the content of each pack.


Free - Inventory

Every player will be receiving for free one Emote and two Gestures in their inventory directly. The Wave Hello (Emote), Point Forward (Gesture) and Move Out (Gesture).

Wave Hello - Emote



Point Forward - Gesture



Move Out - Gesture



Free - Recruit Pack

The free Recruit Pack will be available to all players on the launch of Squad 4.2. You can claim the pack for yourself from the Main Menu, open the Store and select the Free Recruit Pack. Clicking "Claim" will take you to the Steam store, where you can acquire it for free. It should quickly appear in your inventory of the Customization Menu afterward. The pack includes two Emotes (Salute and Shrug) and two Gestures (Come Here and Thumbs Up).


Salute - Emote


Shrug - Emote


Come Here - Gesture


Thumbs Up - Gesture


Grunt Pack


For all of you grunts out there we have the Grunt Pack, it includes one Emote (Slow Clap, best used when your heli pilot misses the landing pad... again). and four Gestures (Horns, Finger Snap, Fist and Palm, and High Ready).


Slow Clap - Emote


Horns - Gesture


Finger Snap - Gesture


Fist and Palm - Gesture (PLA Faction Exclusive)


High Ready - Gesture (Only available with Rifles, Handguns and LMGs)


R&R Pack

If you want to let loose a little, the R&R Pack is there for you. It includes one Emote (Facepalm, because really, we all have those moments) and four gestures (Hang Loose, Applause, Shh and Finger Wag).


Facepalm - Emote


Finger Wag - Gesture


Applause - Gesture


Shh - Gesture


Hang Loose - Gesture



Thank you for your continuing support as we continue improving Squad through creating new content, features, and other improvements for you to enjoy.

OFFWORLD OUT.
Squad - OWI_Icare
Attention Squaddies,

With the upcoming release of Squad v4.2 we will be introducing something new for both Squad and Offworld as a studio! Alongside the usual improvements, bug fixes, and a game engine update v4.27 will be the first update where we add a new form of content to Squad with the introduction of Emotes! Emotes are animations which you can use to express yourself, interact with each other, celebrate in-game situations, or brighten up down time. We hope they will enhance the social and cinematic aspects of your Squad experience.

As a thank you for all your years of support for Squad, all players will be receiving a free Emotes pack on initial release. There will also be two packages of paid Emotes that will be sold through an in-game connection to the Steam Store. We will walk you through them and how they appear in Squad very soon in another blog and we will be showcasing more about Emotes as we get close to the launch of v4.2!

Emotes are a totally optional feature in Squad. If you do not feel like buying additional Emotes you do not have to, and your playing experience will be no different than it is now without Emotes. Those of you who enjoy the additional customization and way of showing off your personality in game that Emotes provides are able to purchase additional ones at what we feel is a reasonable price.

After years of releasing free updates for Squad this is our first foray into monetizing Squad beyond the initial purchase. We understand that paid content in gaming can be controversial and that previous leadership at Offworld had stated that paid DLC would never be added to Squad. Given this we wanted to inform you of this change prior to the release of v4.2 early.

So why this shift, this far into the life of Squad? As we look into the future we see a long and healthy life for Squad. It has a large and dedicated playerbase. We have plans for more updates and to support the game beyond 2023. While many of these planned updates will be free, we also realize that we need a way to continue to fund the development of Squad. Paid content like Emotes is one such way to help fund that development and continue our work on improving the game.

Rest assured that we are continuing to work on free updates for Squad.

We will be providing all Kickstarter Backers that qualify for physical rewards with all Emote packs available at launch for free. This will take us a bit of time as we work to reach out to everyone, so we thank our Kickstarter backers in advance for their patience as we continue to work towards creating the outstanding physical rewards. Thank you for your continued support of Squad.

At ease,
Offworld Industries



Q&A

Will there be servers set up with no emotes allowed? Can they be toggled off by server owners?

This will not be an option. However, we have made sure that emotes will be as unobtrusive as possible. We want them to be part of Squad without affecting the gameplay and keep Squad a great experience whether or not you purchased additional content.

Does this mean we will see more monetization in the future? What about gun skins or uniforms?

The introduction of emotes and this new form of support for Squad is something we are excited to try. We will be closely monitoring the popularity of emotes and the interest of the community in them. As you well know some initial backers of the Kickstarter have currently access to a variation on weapon skins and we are not excluding the possibility to broaden the selection we offer. However we will communicate more on the topic if and when the time comes.

Will you start charging for maps or factions in the future?

Our approach to the future of Squad is to keep it as inclusive as we possibly can. Creating maps and factions takes a lot of time and effort and we wish for our entire community to be able to enjoy the fruits of our hard work.

What will be your refund policy?

Our refund policy hasn’t changed and will stay in its current state. You will be able to purchase emotes through the Steam Store and to make your claims as per usual through it.
Squad - OWI_Wedge
Squad will be updating its game engine the team wants to playtest it on a full server to help identify any unforeseen issues that we may need to address before that happens. As such we are holding a playtest this Thursday January 12th at 21:00 UTC / 13:00 PST.

The main goal of this is to get 100 players active on a server.

We would like all players that are able to to jump into the game at that time on the Squad - Public Testing game that's below Squad in Steam.*




A successfully attended public playtest will go a long way to improving the update's success when it's launched in 2023, and help us discover issues that would be frustrating if we did not see them early. We ask all players who can to join us on Thursday January 12th at 21:00 UTC / 13:00 PST on the Squad - Public Testing game to road test this future engine upgrade.

Tell your friends - tell your neighbours, tell anyone you know who plays Squad and get them on!
Thank you all for the continued support of Squad!

* If you have previously been playing on a Beta please ensure that you're not on a Beta build for this but just the standard Squad - Public Testing app.
Squad - OWI_Wedge


Attention Squaddies,

From everyone at Offworld we wish you a wonderful holiday season with your friends, family, and loved ones as we celebrate the end of another year!

This year has been a busy one at Offworld Industries, as we detailed in our recent post looking back at 2022 [[url=https://joinsquad.com/2022/12/14/squads-2022-in-review/]URL LINK[/url]]. We are excited about what lies ahead for both Squad and our studio, and look forward to sharing more of that with you in the new year.

Please note that the Offworld Industries studio will be closed from December 16th until January 3rd. Please continue to share your thoughts with us via our channels such as our Twitter account [[url=https://twitter.com/JoinSquad]LINK URL[/url]], our Discord Server [[url=https://discord.gg/squad]LINK URL[/url]], and our Facebook page [[url=https://www.facebook.com/gaming/JoinSquad]LINK URL[/url]].

You will still be able to reach our Customer Support Team through our Support Portal [[url=https://offworldindustries.zendesk.com/hc/en-us]Link URL[/url]], but please keep in mind that responses will take longer than usual during the holiday closure. In the meantime please visit our Technical FAQ for commonly reported issues [[url=https://offworldindustries.zendesk.com/hc/en-us/sections/204726888-Squad]LINK URL[/url]].

Thank you again for your support and happy holidays from the OWI Team!

Over and out,

Offworld
Dec 14, 2022
Squad - OWI_Icare
Hello Squaddies,

As 2022 nears its end it is a good time for us to reflect on Squad’s past year. 2022 was a positive year for us, a busy one in terms of content released for Squad. We shifted our development rhythm to deliver smaller but more consistent updates. Yet we also released three new factions this year with the Australian Army, the American Marine Forces, and lastly the People’s Liberation Army joining the battle! On top of that we released two new maps as well, Black Coast, Harju, while revamping older maps with the addition of navigable waters. We also added gradually more new vehicles, for a total of an extra 8 new vehicles added to existing factions.

The year began rocky with the v2.12 launch causing many players framerate issues. Thankfully we were able to address these issues quickly with a Hotfix that was developed with support from our players who were able to help us test potential solutions until we found the right one!  The update improved the visuals of Squad, but we know that we have to continue to improve performance and optimization and we will continue to do so in 2023. The internal creation of a dedicated performance monitoring team will help us move further into this direction as we keep building the future of Squad.

April brought with it Squad 2.15 (LINK URL) and our friends from Down Under, the Aussies, with the arrival of the Australian Army. In terms of other innovation, 2.15 came with several reworked systems and other improvements, notably new FOB fortifications like the Observation Tower, Tire Fire, and added one way visible camo nettings to many of the existing fortifications to improve the static defender survivability. These new deployables and changes offered a better payoff in relation to time spent to build and supply the FOB, making it more viable and enjoyable to dig in and defend. We also updated the flag capture rates to now scale based on the number of friendlies/enemies on the flag and encourage capture teamplay.

Following up in May was Squad 2.16 (LINK URL) introducing the new Seeding Mode to help servers build to a higher player count after starting up for the day by offering faster-paced gameplay on smaller map layers, with forward spawn points that help players get in the fight quicker. This allows servers to transition smoothly from the Seeding Phase to the standard Squad gameplay of Live Phase.

In June we hit big with Squad 3.0 (LINK URL) and the introduction of the American marine forces, the addition of the Black Coast map and the rework of many older maps to take full advantage of the new navigable water system and modify vehicle and soldier behaviors to react accordingly when moving into and across water. With the addition of amphibious capability into the game we extended by a large the tactical options available to players and the variety of gameplay! The update also came with many fixes and tweaks, along with a slew of new weapons and vehicles for players to try.

From July we soldiered on and released regular smaller scale updates monthly: Squad 3.2 (LINK URL), 3.3 (LINK URL), 3.4 (LINK URL), and 3.5 (LINK URL), leading all the way to December. Each update focused on some fine tuning of weapons, kits, vehicles and of course, game performance and many bug fixes. These updates brought other improvements as well, such as the improved UI for Squad Leader, an update to the Vehicle Recovery System to allow helicopters and some other vehicles to be reset, or the addition of Harju in 3.4! We also added gradually more new vehicles, for a total of an extra 8 new vehicles added to existing factions. And let’s not forget that sneaky CAS helicopter that found its way in for a brief time (looking at you 3.3)!

Finally this brings us to December and Squad 4.0 (LINK URL) and the long awaited introduction of the People’s Liberation Army into Squad. We are very excited to see the player response to our newest faction. The PLA bring with them interesting tools in their kit unique to their faction, like the new Z8 troop transport helicopter, or the new PF98 Launcher and its range finder.

To conclude 2022 has been an incredible year for Squad! We believe the game is in a strong place currently. That said, we still have a lot to do and great things planned for 2023!

Thank you to everyone who supported us this year! From our Server Owners who are dedicated to ensuring players have a great experience, to our Community Platest Group who help provide invaluable feedback on the game as we’re developing it, and finally to our players because without you none of us would be here working together to build the future of Squad into 2023 and beyond!
Squad - OWI_Icare
Attention Squaddies,

Squad Hotfix 4.1 is now live! It focuses on fixing a few issues that came with the PLA faction, some drought on a few maps (water refusing to appear), and an update of the SDK to 4.1.

Check out all the list of changes below:

General Bug Fixes

  • Fixed a server crash related to EOS
  • Fixed a client crash related to EOS
  • Removed the shovel from the PLA squad lead crewman kit
  • Fixed an issue where the gunner would be kicked out of the ZSL10 if the vehicle entered the water
  • Fixed an issue where drivers of the ZBL08 and ZSL10 could be killed by explosive rounds hitting the front side of the vehicle
  • Fixed an issue with turret armor values on the ZTZ99AFixed an issue with un-ready weapon animations for the DZJ08 and PF98Fixed a small visual issue relating to how PLA soldiers react to lighting

Map Updates & Bug Fixes

Harju
  • Fixed an issue where the Russian forward HAB could spawn in a glitched location on Seed v1Mutaha
  • Fixed an issue where water was not appearing as intended in certain areas
Tallil
  • Fixed an issue where water was not appearing as intended in certain areas
Sumari
  • Fixed an issue where the Seed v3 layer was incorrectly being displayed as Seed v1 across several UI elements
  • Fixed an issue where emplacements were available to both teams on Seed v3SDK

Updates & Bug Fixes
  • Updated mod SDK to v4.1
  • We were not able to address an issue regarding mods using custom playercontroller on modded servers. Non-modded servers are not affected by the issue.
    Currently the issue is causing player disconnect and a server crash when the server changes playercontrollers in a map switch. To avoid this server crash, server owners need to make sure that their map rotation all uses the same playercontroller, whether that be the default one or the same custom one.
Squad - OWI_Wedge
Squad will be updating its game engine next year and the team wants to playtest it on a full server to help identify any unforeseen issues that we may need to address before that happens. As such we are holding a playtest this Saturday December 10th at 19:00 UTC / 11:00 PST.

The main goal of this is to get 100 players active on a server.

We would like all players that are able to to jump into the game at that time on the Squad - Public Testing game that's below Squad in Steam.*




A successfully attended public playtest will go a long way to improving the update's success when it's launched in 2023, and help us discover issues that would be frustrating if we did not see them early. We ask all players who can to join us on Saturday December 10th at 19:00 UTC / 11:00 PST on the Squad - Public Testing game to road test this future engine upgrade.

Tell your friends - tell your neighbours, tell anyone you know who plays Squad and get them on!
Thank you all for the continued support of Squad!

* If you have previously been playing on a Beta please ensure that you're not on a Beta build for this but just the standard Squad - Public Testing app.
...