this post was submitted on 25 Oct 2025
233 points (98.3% liked)

Games

21823 readers
254 users here now

Video game news oriented community. No NanoUFO is not a bot :)

Posts.

  1. News oriented content (general reviews, previews or retrospectives allowed).
  2. Broad discussion posts (preferably not only about a specific game).
  3. No humor/memes etc..
  4. No affiliate links
  5. No advertising.
  6. No clickbait, editorialized, sensational titles. State the game in question in the title. No all caps.
  7. No self promotion.
  8. No duplicate posts, newer post will be deleted unless there is more discussion in one of the posts.
  9. No politics.

Comments.

  1. No personal attacks.
  2. Obey instance rules.
  3. No low effort comments(one or two words, emoji etc..)
  4. 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] mohab@piefed.social 31 points 1 day ago* (last edited 1 day ago) (3 children)

"Making games with AI" sounds like hell… like this is what hell must be.

Sitting there prompting AI, getting shitty ass results, prompting it again and again until you eventually settle for slightly less shitty results. The frustration and the loss of agency… oh God, someone should make a psychological horror about this: a frustrated artist forced to ditch their skills and tools and use AI to bring their unique vision to life, and throughout the film you watch them descend deeper and deeper into madness and depression until they burn down a data center and laugh manically as it disintegrates around them.

[–] mindbleach@sh.itjust.works 2 points 1 day ago

Text generation is the least you can do. You can still fire up Photoshop and feed in a half-finished image. Diffusion turns whatever you have into whatever you describe. If it does decent scratches on metal, but won't put them exactly where you want, then select them and move them, and the robot will smooth it over.

The very first article I read about Stable Diffusion, three years ago, had the author doodling mountains and flipping a spaceship. All the image-to-video stuff demands you provide art, as an input. Prompts alone are just a tech demo gone feral.

[–] FaceDeer@fedia.io 6 points 1 day ago (4 children)

I don't make computer games with AI, but I do create tabletop roleplaying adventures on a regular basis. I use AI for a lot of it. You have no idea what the workflow is. It's not hell, it's an enormous boon.

[–] EncryptKeeper@lemmy.world 13 points 1 day ago* (last edited 1 day ago) (1 children)
[–] FaceDeer@fedia.io -2 points 1 day ago (1 children)

They have every opportunity to tell me they're not liking what I run. Turns out I know them better than you do.

[–] EncryptKeeper@lemmy.world 0 points 1 day ago (1 children)

He who has never tasted bread would be contented by porridge.

[–] FaceDeer@fedia.io 2 points 1 day ago (1 children)

We've been playing together for ~20 years, since long before there were any AI tools.

Once again you're making some wildly inaccurate assumptions.

[–] EncryptKeeper@lemmy.world -1 points 1 day ago (1 children)
[–] FaceDeer@fedia.io 2 points 1 day ago

You think I have them captive somehow? Your assumptions are getting weirder and weirder.

We all have other groups we play with too, this is just the "core" group that's been together longest.

[–] overload@sopuli.xyz 8 points 1 day ago* (last edited 1 day ago) (1 children)

You are going to get downvoted, but you're right. AI doesn't need to be used for every part of the entire development process for it to be "made with the help of AI". There are certain parts of the workflow that I'm sure is already being done regularly with AI, for example commenting code.

Mindlessly feeding prompts into chatgpt for the entirety of the core code or art would be terrible.

[–] FaceDeer@fedia.io -1 points 1 day ago (1 children)

I haven't been getting downvoted as much as I used to these days, at least. I think more people have started to actually experiment with AI and see what it's good at, and are finding it to be not the Great Satan that popular opinion paints it as.

[–] overload@sopuli.xyz 2 points 1 day ago* (last edited 1 day ago) (1 children)

For sure, the popular opinion on reddit/Lemmy skews towards absolutely self-hosting everything they can, and multi-trillion dollar tech companies controlling AI skews the opinions of the technology negative. I have a BIL who runs self-hosted AI though (requiring 2 x 4090s in series for his use-case), so it can be done. The tech is only as shit as the user allows it to be (environmental concerns, obviously its pretty objectively shit)

[–] FaceDeer@fedia.io 1 points 1 day ago

I do much of my image work with local models, at least when it comes to trying to get something specific. All audio transcription is done with a local model, and a lot of the summarization and categorization of those transcripts is also local models.

The comment where I explained this all got downvoted too, though, so yeah. Still a lot of "AI=bad" regardless of self-hosted or not.

[–] beetus@lemmy.world 4 points 1 day ago (1 children)

So what's your process and how is it a boon?

[–] FaceDeer@fedia.io 8 points 1 day ago (3 children)

Major applications I use AI for:

  • Art, obviously. I generate lots of illustrations of the characters and other things they encounter. These days image generators have become good enough that I usually just have to describe things well in the prompt and get usable results, but if I need to edit the images to get them closer to what I need I run ComfyUI locally and have lots of models for that as well.
  • I use producer.ai to generate custom music. Sometimes it's diagetic - in the previous campaign the party encountered an NPC that loved to sing about important plot developments in-universe - but mostly it's either background soundscape or supplementary songs (consider them like "theme music" that plays during the intro or credits). Producer.ai closed down new subscriptions a while back but I've also used Udio and Suno and they're both good too.
  • I record the sessions and transcribe them using WhisperX. I feed the transcripts into NotebookLM and have it generate summaries and notes about the events of each session. It can also generate "overview" videos that work great as a 5-minute catch-up players can watch before the session if they've forgotten what happened last time.
  • Since NotebookLM has all my campaign notes in it as source documents, as well as PDFs of the rulebooks, it's great for quickly whipping up stats for creatures when the players do something unexpected. It's also been a good brainstorming assistant, and it "knows" the names of every random little NPC or village we've seen along the way.

I've been experimenting with the Wan2.2 video model lately. It's not quite up to snuff for generating videos of meaningful length, but it's still pretty neat to be able to put a character portrait in and have a 5-second snippet of them just "being alive." I think it'll be a neat addition to having static portraits.

Aside from producer.ai, all of these tools are free. Though the WhisperX transcription program I use is a custom Python script, I'm not sure what would be a good solution for a non-programmer to spin up.

Edit: Downvoting me isn't making any of these tools less useful.

[–] oxideseven@lemmy.ca 2 points 19 hours ago

I need this more taking thing! No one in my group takes notes really and I can't while dealing with everything else.

I need to look into this I guess

[–] mindbleach@sh.itjust.works 2 points 1 day ago

The haters are so mad you got the robot to do some of the things it's for. Anything beyond 'I click the button and it draws a pretty lady! I'm a artist!' really fucks with their absolutism. That's a threat to ingroup solidarity for the ones who've made opposition part of their identity.

[–] booinky@piefed.world 3 points 1 day ago

Whoa this is the next level DMing. Before, to get the same result, you better have a whole team writing and producing content. You have recaps, illustrations and music for a TTRPG, yes it's still a ton of manual work but looking at how fast things are moving, it wouldn't surprise me if this is an app in a few years and everyone gets this amazing experience.