Urgent.News

What's breaking now, across thousands of outlets.

Tech

Double Fine Owns IP and Publishing Rights for All of Its Games Following Xbox Split, Psychonauts Studio Confirms

Psychonauts and Brutal Legend developer Double Fine Productions has confirmed it has regained the IP and publishing rights for all of its games released under Microsoft following its split from Xbox.

Double Fine Owns IP and Publishing Rights for All of Its Games Following Xbox Split, Psychonauts Studio Confirms

Double Fine Productions, the creator of Psychonauts and Brutal Legend, has confirmed it has regained ownership of the intellectual property and publishing rights for all its games released under Microsoft following its split from Xbox. Company CEO Tim Schafer explained this during a conversation with Kinda Funny Games, addressing fans' concerns about supporting the studio as it enters a new chapter.

Schafer clarified that any purchases of their previous releases would directly fund the studio's continued creativity. While some games may still be listed under Microsoft's ownership temporarily, Schafer assured that this will change over time. He added that the studio aims to use the revenue generated from game sales to extend its financial stability, known as a "runway."

The restructuring plan also ensured that Double Fine and Compulsion Games would retain their IP, catalog, and resources for future projects. To capitalize on this, Schafer introduced Amnesia Fortnight 2026, an Indie Reboot Kickstarter campaign, which will culminate in a game jam from August 31 to September. Backers can influence the development process by choosing ideas that move to prototyping and could eventually become real, smaller games.

Schafer also hinted at other undisclosed projects in the works. The studio's return to independence is evident with the regained control of games like Kiln, and Schafer promised updates on its development, including new maps, modes, and a potentially lower price. Despite a 25% team reduction following layoffs, Double Fine's future projects seem promising.

For more information on Double Fine's past works, IGN provides reviews for Keeper (9/10) and Psychonauts 2 (8/10).

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

Read the original at ign.com →

More in Tech

pandas GroupBy: How to Summarize a DataFrame Without Losing Track of Your Rows

By Michael Nocito , data analyst · Published August 7, 2026 By the end of this page you can take a DataFrame, summarize it by any column or combination of columns, get several statistics at once with…

  • Groupby operation splits DataFrame into mini-tables based on unique values in grouping columns
  • Basic usage: df.groupby(region)[amount].mean() computes mean of 'amount' column for each region
  • Multiple statistics simultaneously using agg and named aggregation for cleaner output

How to Find Duplicate Rows in SQL (and Decide What Counts as One)

By Michael Nocito , data analyst · Published August 7, 2026 By the end of this page you can check any table for duplicate rows, list every copy, and mark which one to keep, all with queries you…

  • Decide what defines a duplicate (all columns or specific column)
  • Compare total row count to distinct key count using COUNT() vs COUNT(DISTINCT key)
  • Group rows by duplicate columns, keep groups with COUNT() > 1, mark extras with ROWNUMBER

Month-over-Month Growth in SQL: LAG, the Growth Formula, and the Traps

By Michael Nocito , data analyst · Published August 7, 2026 By the end of this page you can write a month-over-month growth query and trust its answer.

  • Month-over-month growth calculated using LAG function
  • LAG function fetches previous month's revenue for comparison
  • Three common traps can lead to incorrect growth calculations

More from Friday 21 August →