I went to the store the other day and found it amusing that they were advertising the switch 2. I thought pre orders are sold out, who the heck is going to be able to get one who is seeing this advertising?
i guess hype is still valuable to Nintendo, even if people can’t buy the thing right this second? Nintendo are the masters of intentionally restricting supply to increase demand and hype. They honed their strategy with the Amiibos, NES Classic, and SNES Classic, and then i’d say they mastered it around the time of the COVID Switch 1 shortages.
By all accounts, Nintendo is not artificially restricting supply with this launch. - it seems like they are really trying to have as many as possible available for launch day. But they still know how to make the most of a shortage.
I wish them the best of luck at these prices though. I get that the enthusiasts will clamor for it. There’s a couple million people that would buy a half eaten shoe for hundreds of dollars, if only Nintendo stamped their logo on it. Once the dust clears though (and this is a personal opinion and hunch), I bet Joe Public scoffs and it’s the WiiU#2.
Ya know I was really hoping that when Capcom released Mega Man X Dive Offline that it would become a standard that all live service games would adhere to…
They are making a remake, supposedly. But it appears to be in development (or possibly publishing) hell. Something that is caught up in all the other shit going on with Embracer Group.
I’m questioning if there’s ever been a good D&D video game adaptation that wasn’t trying its best to just replicate the tabletop experience, and then I’d ask if it’s worth trying when you could just continue to make good replications of the tabletop experience.
But a lot of people are. I didn’t care for BG3, but I tolerated it as a multiplayer game because it’s fun to play with friends. I also played Solasta solo, but most of my hours were co-op, because it’s just a lot more fun.
I guess for me the adventuring ‘party’ experience is a big part of D&D.
A solo experience could still be fun, but, like I said, I’m not getting excited about it.
Never played Diablo or any of the Elder Scrolls games? Even Baldur’s Gate? Those have all been very popular games based on D&D (some more closely than others).
Well, The Witcher 1 and 2 weren’t open world, and those turned out pretty well, especially 2. There’s something to be said about what a game from them might gain by doing more in a smaller world.
I tried playing Witcher 2 when it came out, but couldn’t. It’s so immersion breaking when some parts of the map are blocked by some gates or invisible walls. When Witcher 3 came out I was hesitant at first remembering my bad experience with 2, but I loved it so much.
The co-founder is definitely referring to the Gwent standalone game. I played it when open beta came out but it steadily went downhill from there until they eventually stopped working on it in 2023.
It was still a really good game by the time they stopped working on it, and one of the least greedy CCG I’ve ever seen. Hearthstone was already starting to lose players, and they had a shot at being a replacement, even if the mechanics of the game were rather different.
And then Marvel Rivals came out and the CCG landscape was just overpopulated.
If you aren’t already aware of it (and in the EU) please sign the stopkillinggames.com petition so companies can’t just drop “support” (that these days means kill) games when they feel like it.
What are you suggesting? That on once a game goes online it’ll require the company by law to keep it running forever? How many companies would still release games that requires backend if they knew it’s a never ending endeavour even if they’ll lose money from it?
Running the infrastructure to host the game’s baceknd requires money, and releasing the server code as binary or open source is not something that’ll happen.
The companies could shut down their servers, if they at the same time would release the software needed to run the servers. This would allow the creation of community servers, without any costs or responsibilities for the companies
There was a time when multiplayer games all came with dedicated server binaries.
It would require devs to start planning for indefinite support during development. Wether that means releasing server software and the source code or not making the game reliant on servers in the first place is up to them.
Oh for fuck sake, this has never been a good argument, and people who keep repeating these argument-questions (almost like they’re a copy paste) either never read what Stop Killing Games demands, or lack the reading comprehension necessary to understand it.
The third option would be malicious sabotage, but I’m hoping it’s just one of the two stupidity options.
Better service for the community. Take a look over towards Spellbreak for a second and you’ll see a community that has taken what Proletariat had given them after an acquisition by Blizzard and started doing private servers to keep their game functional. I think there’s much to learn from this End-of-Service model, perhaps we could have more privately hosted servers to reduce their overhead if companies truly loved their fanbase; might even be feasible to follow that model from the start for f2p games so the official servers are more capable for tourneys and the like. Either way the goal is end user satisfaction, so if those means are preservation or archival like with Yu-Gi-Oh! Cross Duel, then so be it the fanbase does what they want ultimately, but we just ask companies to offer their olive branch so that all their precious arts don’t drown in the ever expanding sea of data.
Am not a gamer, and am not informed about your little battle. So i asked a quesion, not made an argument. From the responses to my questions it is obvious how spoiled and toxic your community is. Good luck 🩷
Just click the link and inform yourself. Could have answered the question yourself within minutes.
It’s clear you do not actually want answers at all. I hate your pretentious attitude.
I clicked, and saw an incoherent wall of text. It is not that important for me to understand what you’re whining about, and you fail to deliver your point in a manner which will result in any sympathy.
You are treating silliy video games as if it’s a matter of life and death. Why would anybody take you seriously? You make ot so easy for them to milk you for money. I suggest grow up.
“Oh no, it isn’t a 20s TikTok video!1! How could anyone understand such gibberish neatly organized text with detailed explaination of why preserving games is important!11!1”
But seriously, you are on a community about games, define yourself as not being a gamer, and clearly show you have no idea of the topic at hand, why do you even bother engaging in this conversation?
Just leave us, silly gamers, try to protect the medium we share and love, and continue on your way.
I doubt anything here is of any worth to you.
This is a public forum, and you are acting like spoiled children. I’ll comment as I please.
Take all that superior knowledge you have about infrastructure and engineering and build your own games that conforms to your world view instead of gaming all day while complaining and consuming colorful energy drinks.
If it was important to you as you claim, you wouldn’t have supported the game publishers from the get go, but you do. It is just easier and funner to shit post instead of doing anything productive, right?
Have fun in your little echo chamber of pathetic nonsense, no one will take you seriously.
FAQ page has your exact question answered - saved you one click from the link above. Clearly a lot of effort has been put into the site because online spaces we’ve enjoyed can’t be enjoyed any further even if we were interested in maintaining them ourselves as volunteers.
Gamers are by and large toxic and ignorant. The ask isn’t as straightforward as they make it seem. It would require changes to the binaries and client code beforehand. This doesn’t come for free. All the examples of ‘how it used to work in the past’ are predicated on the specific choices of development to go that route. If an application and server are not architected that way then releasing the server binaries do nothing for the community.
I’d agree for an MMO, which can be quite complex server-wise. But most “online single player” would be quite easy to modify.
I’m a software developer who worked with asynchronous online systems.
A simple disk caching system could replace any uploaded data, and any online call can be written to work with cached data with a few line of code. Heck, on some frameworks you could write a simple middleware to make it work without changing a line of the original code.
I could do it on such game in less than a week on a language I don’t know, and probably a day or two on one I know about.
Releasing the server code as binary is how it used to work, and there’s no reason it can’t work that way again. It’s one of several ways to satisfy the petition.
Q. Aren’t you asking companies to support games forever? Isn’t that unrealistic?
A: No, we are not asking that at all. We are in favor of publishers ending support for a game whenever they choose. What we are asking for is that they implement an end-of-life plan to modify or patch the game so that it can run on customer systems with no further support from the company being necessary. We agree that it is unrealistic to expect companies to support games indefinitely and do not advocate for that in any way.
As you are not a gamer, I’ll try to make it simple.
If a game ask for an online connection, is usually for three reasons:
multiplayer, or some kind of social interaction
drm, to make it harder to cheat, or redistribute cracked versions of said game
telemetry, either to know how players plays their game, or to sell you as an ad target
When the publisher decide to stop the online component, to save a buck, it often mean the game stops working altogether because of the DRM part, as it basically refuses to start without the proper authorization from the now defunct server.
The petition do not ask them to keep running the server indefinitely, but rather to
make it possible to bypass the DRM always online part to be able to play the single player part, if there is one. In most case, it is a simple change to do, a function to modify in order to always return “true” (game can be played)
allow the end user to self host the server. It doesn’t mean open-sourcing it, just to release the server software and allow to point to another server than the defunct ones
In both case, the code already exist, and the changes required are minimal, so why not do it? It costs barely anything to the devs/publisher, and gives the game a second life, even without official support.
But they don’t. Mostly out of greed, to push people to buy the newest, micro-transaction infused game they wish to sell, sometimes even the same game with half the content replaced by micro-transaction (Overwatch 2 being the perfect example).
They don’t want an older, maybe better game to overshadow their new shiny cash grab.
If you don’t like their approach, stop buying their games.
Servers today are much more complex than what they were 25 years ago, and making them in such a way to any idiot could run on their laptop requires substantial effort. I can see how it might not be financially feasible for every company to do. Relaaing the server software will introduce a whole new category of issues that the company will need to face. Shipping a stack of 20 independent services that are orchestrated together is not a single binary, and is not meant to run on any platform.
Well, I don’t. It doesn’t void my freedom to express my opinion on the matter.
I also maintain server (my own, sometime other people server when asked to), and even worked with an open sourced MMO server (Ryzom). Those don’t need to be hard to maintain, except if the architect is a idiot that followed the tend of “microservices”, which does’t make much sense for an MMO.
If they aren’t good enough to make software that makes sense, we’ll find a way to make them work. Don’t underestimate a band of hyperfocussed nerd.
Some guy already programmed a whole unofficial MMO server from scratch, which ended up to be even better than the official one. Unfortunately is wasn’t ever released for obvious copyright infringement reasons, but still.
1.indeed you do. Still it is advised to think before speaking. 2.I said nothing about “micro”. It sounds like you have great expertise in this area and clearly know how it all works so kudos you won 🥳
You won’t be able to do none of that, cause none of it is yours. If anything, I feel like I’m overestimating you just by having this discussion. Not clear to me why you feel so entitled to the products of others. You are a gamer, it is barly a hobby.
Games, like movie, are a way to make art. It allows ways of expression that other medias cannot.
Of course not all games are made with the artistic value in mind, like not all movies are, but those are nontheless pieces of our collective culture, be it something like a racing game, or a little platformer.
All thoses are the result of hundred, if not thousands of hours of work, from programmers, to musician, with all others support tasks in between.
For a movie, imagine if you had to constantly be connected to a server, and that suddenly, for nobother reason than saving a buck for the company owning the movie, no one could watch it anymore. Countless masterpieces would be lost to time, not because the original band was lost in a fire like many did through time, but because of someone greed and refusal to make them readable without that punny server.
That petition ask just that same treatment for video games, nothing more. We are not asking for remaster, nor a continued support on new consoles, just a way to preserve the shared memories we hold dear.
Memories of friends who played with us, friends that may not be of this world anymore. Memories of stories told and lived.
To not forget what was, what could have been, and what can be.
Even if it doesn’t work, I’d at least want to let people try and get practice doing something about a problem (even if that’s just leaving a comment on social media to direct others to sign a petition that will eventually get lawmakers’ attention with enough signatures based on that country’s laws, because that still has more chance for good than yet another comment about X Thing Bad. Even though I agree with a lot of Lemmy’s X Thing Bad takes), makes them more likely to do something in the future. At least they can walk away saying “I tried”. Some people might see no guarantee of results for their time and think of it as time wasted, and that is their choice, but I don’t really see a reason to say “that’ll never work” without any offer of alternative. Most charitably, you are trying to save them time and disappointment, trying to prevent a “it didn’t work, activism does not work, I’ll never do anything like that again” attitude if it fails, but I think a lot of people are just seeing the comment as pointless negativity.
It worked for USB C? And y’all have alternate app stores over there too. I don’t believe it’s unrealistic to guarantee that a product you sell will remain functional after support ends.
Eh, we’ll see. USB C and other app stores made Apple gain less money, whereas this petition would make it cost more to implement such a thing, and could be a sizeable problem for specific games which heavily relies on proprietary algorithms or just the game itself, such as mmorpg, small companies…
It’s honestly very little work to implement a way for a game to be offline… Basically just remove the method that checks for a server and that’s it…
What could be a bit more costly would be releasing server implementations so people can host their own game servers, but it should still be expected… Actually it wouldn’t be that hard IF it’s taking into account from the get go coz you can just release the last release before being shut down and that’s it
The reason that games are even hosted on “official” servers like these is to ensure the company can take the game down once the devs run out of time o the contract they made for all the IP’s they use in said game. Otherwise its possible AND has been done before to let the players machines spin up a server each match.
That could be one reason, at least in a game such as MultiVersus with different IPs being used.
But they still lock down servers to their own shit when they own it all anyway and it’s because they also sell you crap to have in the game. If you had your own server, you could just give yourself the stuff they sell since all those things are still in the game somewhere and the only barrier between you and the content is their servers checking to see if you paid for them.
Spicy take: I hope they dump 2077’s engine and go Unreal.
I recently followed this guide to try and set up “optimized” path tracing (no raster lighting, with everything raytraced) in 2077, and on my lowly RTX 3090 it runs like cold molasses. Not a chance. Raster + RT reflections is all I can manage, and it looks… good.
Meanwhile, I’ve also been playing Satisfactory (an Unreal Engine game from a comparatively microscopic studio), and holy moly. Unreal Engine’s dynamic lighting looks scary good. Like, I get light bounces and reflections and everything, and it runs at like quadruple the FPS in hilariously complex areas, again, with a fraction of the dev effort.
Cryengine in KCD2 is rather sick as well, though probably less tuned for urban landscapes.
…So why don’t they save a few years and many millions, and just go with one of those instead of poorly reinventing the wheel?
This game leaves behind a legacy of extremely funny poor decisions and mistakes, culminating in becoming one of the few games that got to be shut down twice.
Games as a Service wasn’t even the fatal flaw here. Brawlhalla is another platform fighter that is doing just fine off that model. The dev team for MultiVersus just couldn’t handle the project, for one reason or another.
A lot of speculation on the specifics of what went wrong, plenty of players looking for who to blame, but there will probably never be any reliable or concrete info on what exactly happened.
This game could have easily been another Marvel Rivals. An absolute success using its strong IPs in a game type that is underrepresented. There's no other big name doing Smash Bros style combat, and definitely not outside of Nintendo's platform. The elements were all there to make this a successful game, but they completely blew the execution.
Another problem is the game director overhyping and saying “any character is possibile” and he wasn’t limiting it to warner bros’s IPs but if you’re going to do that, then they honestly should have made the game launch with at least one 3rd party character.
videogameschronicle.com
Gorące