It ran great.
Obviously it is better to keep it to a medium to small sized galaxy for his tiny CPU to keep up during endgame, but I was very surprised how well it ran.
I should try one of my enormous galaxy endgame one day, to see how well it will manage 😆
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.
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.
Considering how much time and effort you put on your posts, I’m sure you’d make a good moderator. I’d sure need help in the future, as both moderator are temporary (unless they chose otherwhise), and as such I’d use all the help I can to moderate.
“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.
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.