this post was submitted on 25 Jan 2024
121 points (94.2% liked)
Games
16800 readers
603 users here now
Video game news oriented community. No NanoUFO is not a bot :)
Posts.
- News oriented content (general reviews, previews or retrospectives allowed).
- Broad discussion posts (preferably not only about a specific game).
- No humor/memes etc..
- No affiliate links
- No advertising.
- No clickbait, editorialized, sensational titles. State the game in question in the title. No all caps.
- No self promotion.
- No duplicate posts, newer post will be deleted unless there is more discussion in one of the posts.
- No politics.
Comments.
- No personal attacks.
- Obey instance rules.
- No low effort comments(one or two words, emoji etc..)
- Please use spoiler tags for spoilers.
My goal is just to have a community where people can go and see what new game news is out for the day and comment on it.
Other communities:
Beehaw.org gaming
Lemmy.ml gaming
lemmy.ca pcgaming
founded 1 year ago
MODERATORS
I’ve released a game on PC game pass (and Steam), and I can tell you that it’s painful for the devs too, before the players ever run into these issues.
One thing that was especially frustrating is that there is no way to automate the process of uploading a build. You have to drag and drop giant files (which you first had to get hold of from the build server in a usual setup). And click buttons and stuff. And wait a lot between steps.
When we mentioned the desire to automate this, so we could automatically deploy eg nightly builds, MS sounded like that was an interesting idea they hadn’t heard of before. WTF.
And stuff like that missing will automatically mean that the quality of the build on that platform is worse. No nightly build, but only build on demand requiring human work time and frustration means no frequent testing by QA on the platform, until they absolutely have to.
It's doubly absurd considering Microsoft owns one of the biggest build and deployment automation pipelines as part of their Azure offerings. Most of it is aimed at Azure, but so much of the Xbox backend is just Azure under the hood anyway. Azure Pipelines should have had integrations for this on day one.