Urgent.News

What's breaking now, across thousands of outlets.

Tech

The Long Dark will get new DLC again as studio shifts devs away from the sequel to survive an 'uncertain' industry: 'We have to adapt to this'

Blackfrost's early access release won't make it this year after all.

The Long Dark will get new DLC again as studio shifts devs away from the sequel to survive an 'uncertain' industry: 'We have to adapt to this'

Survival game The Long Dark is set to receive fresh DLC as the development studio, Hinterland, shifts resources away from its sequel, Blackfrost, in an effort to survive the uncertain gaming industry. Initially announced, Blackfrost was planned for early access launch like its predecessor, but the studio has changed its approach.

A small team has been reassigned to create new DLC for The Long Dark, aiming to bolster the game's longevity amid industry upheaval. Hinterland notes that various factors, including changing business models, geopolitical complications, unclear console hardware specifications, and declining player spending on new games, have contributed to the industry's unpredictability.

The studio plans to continue updating The Long Dark with bug fixes, QoL improvements, new features, and regions from its final story episode over the next two years. Additionally, new DLC will be released piecemeal, similar to their previous expansion pass. While Blackfrost's early access launch has been postponed to next year, Hinterland remains committed to self-funding and self-publishing the game.

The studio also considers raising the price of standalone Survival Mode and new DLCs to counteract the financial strain on players. Hinterland remains independent despite interest from publishers, and the company is mindful of the economic realities faced by many individuals today.

Written by urgent.news from PC Gamer's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Also reported by 1 other outlet

Read the original at pcgamer.com →

More in Tech

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

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.

Your Compute-Usage Receipt Can Be Cryptographically Signed and Still Be Forged. Here's the One Field That Actually Prevents It, From the Command Line.

Co-authored by Rudrendu Paul and Sourav Nandy . Repo: github.com/RudrenduPaul/ComputeLedger , Apache-2.0. npm install -g computeledger-cli (Node.js 18+) or pip install computeledger-cli (Python…

  • Cryptographic signatures alone cannot guarantee receipt authenticity
  • Public key should be included in signed payload, not separately
  • Hashing entire payload with public key prevents forgery

“We’re not doing 30 bets a year”: Vijay Pande on betting small after running $4 billion at a16z

Vijay Pande — who left a16z's roughly $4 billion biotech practice last year to start the much smaller, AI-native VZVC — talks about why biology is finally shifting from a "discovery" science to an…

  • Vijay Pande shifted from $4B at a16z to founding VZVC
  • AI advances enable more accurate drug development and treatment
  • Low 20% success rate due to animal model inaccuracies

More from Saturday 29 August →