Do you think it is likely that we will start to see Large Language Models integrated in to major video games? If so, are there some examples within gaming already?
I think using LLMs to provide the dialog for NPCs in a RPG is a use case that’s just begging to happen. Ie townsfolk that don’t just give the same few replies every time, and who react to things you’ve done in the past beyond just whatever prewritten options the developer thought of.
darthelmet@lemmy.world 4 minutes ago
Do I think it’ll happen? Yes, even if it’s not good, because AAA companies are cheap and have no taste. They thrive on just spewing out more content than a smaller studio could make, quality be damned.
That said, whether or not it COULD be useful in the future I think depends on the context and how well you could tune the models.
I think it has absolutely no place in a narrative game where intentional authorship is what people come for. Even if it’s passable, I want to know that what I’m hearing or reading was something SOMEONE wanted to say.
But I think it could be interesting in more open ended, replayable sim games where you want to be able to try a wide variety of approaches and have different experiences each time, but it would be impractical for a dev to implement all those possibilities to the point where players would feel like the game adequately responds to their actions. However, I don’t think you could just drop a copy of chat gpt in there and call it a day. You want different NPCs to be different and you want some consistent reality that they all exist in and respond to. So you’d probably need to put in some constraints based on some hidden file describing a particular world gen’s state. A basic example would be the NPC knowing that the town you asked about is to their north or perhaps an existing relationship between 2 characters.
Idk how technically feasible this would be, but it’d be a cool tool in the right context if done right. I think the key here is it can be good when it enhances what you want to do and you put in the effort to make it work vs just using it as a lazy shortcut.