‘Spellbreak’ Developer Gets It Exactly Right In ‘Shutting Down’ Its Game

from the to-the-wilds dept

We’ve been talking a lot about video game preservation and strategies for maintaining as much of this cultural output as possible in an industry where the norm is to sunset games after a certain period of time. Most recently, we discussed the comments made by legendary game designer John Carmack, prescribing how game publishers and developers could take steps to ensure their games live on long after they are no longer supported and/or hosted by them directly. At a high level, his suggestions all amount to something that some publishers and developers have a hard time doing: giving up control in order to keep their games alive.

But some developers embrace this sort of thing completely. Proletariat is the publisher of Spellbreak, a PC game published in December of 2020. Proletariat announced months ago that it would sunset support on the game and shut down the servers that hosted the online, PvP game. But then Proletariat went one important step further.

The following is part of the last announcement of the game shut down the publisher released:

Hi Breakers! 

Like many of you, we were sad to see the development of Spellbreak come to a close. In order to help memorialize Spellbreak and allow players to continue to enjoy the Hollow Lands, we created a standalone version where players can host their own servers, play with their friends, and explore the game-space at their own pace.

Thank you for playing and being a part of the wonderful and passionate community that allowed us to bring Spellbreak to life. We wish you all the best!

-The Spellbreak Dev Team

And there you have it. Simple, clean, and awesome. The company simply decided that, since it wasn’t interested in continuing to host the game themselves, they would do a little extra work and create a method for fans of the game to host it themselves.

If every game developer and publisher did things this way, it would solve a huge chunk of the problems about game preservation that have been raised. Oh, and it would also make their games more valuable to the public, since it would remove from the cost-calculus when buying games the concern that the game would be a lost purchase should it be sunsetted in the way that most games are today. And the goodwill being generated by doing all of this for Proletariat is a nice bonus.

Hell, the company has even bothered to teach the public how to do all of this.

To host a server, download “spellbreak-community- version-server-windows.zip”

  • Read the contained “How to Host a Server” pdf for a step by step guide of how to run your own server.

Note: You do not need the .pdb to play or host.

  • The .pdb contains debugging information for the client and server .exes.

Chef’s kiss. No notes.

Filed Under: , , ,
Companies: proletariat

Rate this comment as insightful
Rate this comment as funny
You have rated this comment as insightful
You have rated this comment as funny
Flag this comment as abusive/trolling/spam
You have flagged this comment
The first word has already been claimed
The last word has already been claimed
Insightful Lightbulb icon Funny Laughing icon Abusive/trolling/spam Flag icon Insightful badge Lightbulb icon Funny badge Laughing icon Comments icon

Comments on “‘Spellbreak’ Developer Gets It Exactly Right In ‘Shutting Down’ Its Game”

Subscribe: RSS Leave a comment
25 Comments
This comment has been deemed insightful by the community.
Stephen T. Stone (profile) says:

Shame that basically every other company shutting down a live service game as of late won’t follow through like this. Fuckin’ capitalism, man.

In other news, Elden Ring sold 20 million copies, proving once again that gamers will buy a single-player game that doesn’t also plan on nickel-and-diming them to death with paid piecemeal DLC. That said game is also harder than the average NES platformer is what makes the news that much better.

Paul B says:

Re: I assume...

That this group has not been infected by video game MBA executives. Those guys consider any game ever released a possible competitor to their new game.

EA felt this way so badly they bought all the old studios. Now a days this wont work, but I assume EA will still buy a studio just to ensure their next xyz game will succeed if they can just to shut down a game.

That One Guy (profile) says:

Re: Re: Big short-term profits vs Bigger long-term profits

Probably not and I suspect the reasons are a mix of one-time sales versus a steady stream but more importantly the fact that if you want to sell that many copies you can’t just half-ass it, you need to provide a game that is worth the price and that’s expensive compared to just throwing out something half-baked and using micro/macro-transactions as your source of profits.

culturebomb (profile) says:

Re:

Elden Ring is absolutely not harder than the average NES platformer and I’d be surprised anyone familiar with both would say this. It is certainly not harder than Shovel Knight, and even that is not anywhere near harder the games that it was inspired by.

If anything, Elden Ring shows that one way to make a popular hit game is to gather a reputation of superlative quality but also difficulty, obtuseness and harsh gameplay through more than a decade of games in the same genre, and then slightly change the formula by making a new game significantly more accessible and easier.

I think it is obvious that one of the reasons why this works is that as FROM garnered the praise of hardcore gamers, people who sat next to them were eager to try these games but afraid of the difficulty. With a new installment proving much more accessible, it sort of opened the floodgates of people who had been reluctant before. The complete opposite of Sekiro, which despite being tighter gameplay-wise, didn’t see the same kind of commercial success because it is almost entirely skill-based and thus much more limited in audience.

And this is not me bashing on Elden Ring, it is in my opinion one of the best games FROM has released. Fact of the matter is, if you play without arbitrary restrictions, Elden Ring is only slightly more difficult than a modern open world game.

Anonymous Coward says:

Re:

I was thinking the same thing.

However, while I don’t know any detail about their software stack, it may be they used/licensed 3rd part software that would effectively prohibit libre-sourcing the code[1].

Further more after support has been discontinued for a game: as “continued business/revenue stream” plan, it would be cool if companies could release the source, and then just make their asset packs be a (much smaller) purchase. The overhead of keeping that in a store should be negligible.

[1] This one may be a bit of a stretch, but if they used something like a library, with the API under NDA releasing the source could would likely be a violation. There are probably other ways you could get into legal trouble for opening up the source of software you otherwise hold the copyright on.

That One Guy (profile) says:

How to build and keep a fanbase

While the game itself apparently didn’t stick around long the fact that the devs are willing to let fans support and play it even after official support has ended is a great way to ensure a healthy fanbase for future games as players will know that any time and money they spend is not just going to be thrown to the bin as soon as a game dips in player numbers.

Samuel Abram (profile) says:

Re: Always-online DRM ruining gameplay

Exactly, and major publishers tend to ruin things. For instance, Square Enix published Power Wash Simulator, but its always-online DRM means that whenever I take my Steam Deck into the Subway (which doesn’t have wi-fi except in the stations), I can never play the game on the train, thus hindering its core functions. If only the idiots at SE ever considered that when it came to testing the game, but as usual, pirates are unaffected…

discussitlive (profile) says:

On code

I encourage my mentees to keep a CVS (Concurrent Versions System) repository, and a executor with the password, or leave the password with their attorney for anything they write that isn’t a work for hire. Anything that is a work for hire, the employer should have a system for that.

If you remember the old SCO V Linux cases, Novel basically set up a RS-6000 with the CVS of Xenix/OpenServer on it. I heard they never got that system back. It was one of the mid-range of the mid-range systems IBM sold at the time.

Anonymous Coward says:

Re:

More recent products in the version repository space are Git (including GitHub and GitLab) and Subversion. (And, of course, a multitude of proprietary products.) Your reasoning is sound, though, even though I quibble about the specific system one should use.

But definitely having something that records date/time of creation of content on an ongoing basis is valuable.

Anonymous Coward says:

‘If every game developer and publisher did things this way, it would solve a huge chunk of the problems about game preservation that have been raised’

will you please STOP trying to bring common sense or otherwise into the equation! doing something to please fans/users has never, isn’t and never will be the manufacturers intention! only making money and pissing the players off is!!

Anonymous Coward says:

The .pdb contains debugging information for the client and server .exes.

So my question is, is the debugging information of value? Is Proletariat releasing the game on a CC or other open license such that the players can modify the game – whether to fix bug or to extend it?

Or are users (legally) limited to “debug if you like, report bugs to us if you like, but we aren’t going to publish updates.”

Rekrul says:

If every game developer and publisher did things this way, it would solve a huge chunk of the problems about game preservation that have been raised.

It would solve a large chunk of the preservation problems if game publishers simply stopped threatening legal action every time someone tried to resurrect a game that they’d abandoned.

Add Your Comment

Your email address will not be published. Required fields are marked *

Have a Techdirt Account? Sign in now. Want one? Register here

Comment Options:

Make this the or (get credits or sign in to see balance) what's this?

What's this?

Techdirt community members with Techdirt Credits can spotlight a comment as either the "First Word" or "Last Word" on a particular comment thread. Credits can be purchased at the Techdirt Insider Shop »

Follow Techdirt

Techdirt Daily Newsletter

Subscribe to Our Newsletter

Get all our posts in your inbox with the Techdirt Daily Newsletter!

We don’t spam. Read our privacy policy for more info.

Ctrl-Alt-Speech

A weekly news podcast from
Mike Masnick & Ben Whitelaw

Subscribe now to Ctrl-Alt-Speech »
Techdirt Deals
Techdirt Insider Discord
The latest chatter on the Techdirt Insider Discord channel...
Loading...