Urgent.News

What's breaking now, across thousands of outlets.

Tech

Star Citizen spinoff Squadron 42 has been delayed yet again, citing everyone going gaga for GTA 6, even if it isn't coming to PC yet

There is a big part of me that doesn't really believe any aspect of Star Citizen is real. It's never really a game I've given all that much of my attention to, the thing gives off pyramid scheme energy in a way I can't quite explain. Probably something to do with the numerous promises developer Cloud Imperium Games have made over the years that haven't always come to fruition in the way they…

Star Citizen spinoff Squadron 42 has been delayed yet again, citing everyone going gaga for GTA 6, even if it isn't coming to PC yet

Squadron 42, a single-player spinoff of Star Citizen, has been delayed until the second quarter of 2027. According to game director Chris Roberts, the decision to delay the game was made to avoid competing with the highly anticipated game GTA 6, which is scheduled to launch in November on PlayStation 5 and Xbox Series X|S, as reported by TechSpot.

The delay marks another setback for Squadron 42, which was originally slated to launch in 2015. Roberts stated that the team didn't want the game to get lost in the media attention surrounding GTA 6's launch. He described Squadron 42 as a "labor of love" with 12 years of development invested in it.

The game is being developed by Cloud Imperium Games, and Roberts Space Industries website has made an announcement about the delay. A small number of original backers and long-time supporters will reportedly get early access to the game, but no further details have been provided.

Brief written by urgent.news from Rock Paper Shotgun, TechSpot — 2 reports on this story. Machine-written — may contain errors; check the original before relying on it.

This story

This is one outlet's version. Read the fullest account.

Read the original at rockpapershotgun.com →

More in Tech

Idempotency Keys for Python Payment APIs

A user double-taps Pay. The network retries. Your API creates two orders for one charge. POST is not idempotent. If you handle payments without an idempotency strategy, you will eventually ship a bug…

  • Idempotency keys prevent duplicate charges in Python payment APIs.
  • Client generates unique key for each user action, included in retry requests.
  • Server processes first request with key, stores response for duplicates.

REST vs SOAP vs GraphQL vs gRPC — Interview Notes for Backend Engineers

I have shipped REST APIs for four years (Flask, AWS Lambda + API Gateway, FastAPI). This is the reference I use in design reviews and phone screens — focused on when to pick each style, not memorising…

  • REST APIs use resources (nouns) and HTTP methods (verbs) with JSON format
  • REST is common for public or mobile APIs due to browser-friendliness and caching
  • gRPC is suitable for internal, high-performance service-to-service communication

More from Saturday 29 August →