PG.biz Podcast – unleashing the worlds within worlds | Pocket Gamer.biz
Each video game has a remarkable, reeling, wild world ready for exploration. One filled with vivid personalities urging to be introduced to players. But developers can only reveal so much of this world. Bound by the constraints of time, resources, and simply being human, developers craft a narrative that exposes a fraction of the game’s universe and allows players to interact with only a handful of characters.
Artificial Intelligence (AI) allows game makers to crack Pandora’s box and release an entirely new and immersive experience to players. This week’s podcast dives into the details of games augmented by AI and asks developers: What would your game’s world look like if players could be a part of it?
You can talk to the characters and NPCs. That then changes the relationship that you have with the players. That then changes the game. That changes the story.
Guy Gadney
On this week’s podcast
This week, our hosts, Brian Baglow and Peggy Anne Salz, sit down with Guy Gadney to learn how Charisma AI helps unlock the rich world inside every game. Easily connected to Unreal, Unity, mobile, and metaverses, Charisma’s AI-powered conversation engine “uses the language of storytelling, with built-in features like emotion, memory, scenes and subplots to bring your projects to life.”
With Charisma, NPC interactions aren’t limited by dialogue trees. Players can converse with every character in any manner. “If you say something rude to them, they’re gonna get angry,” says Guy. “If you say something nice to them, they’re gonna like you.” What’s more, backed by the power of machine learning, characters can go so far as to remember a player’s name and their responses to questions which characters can reference further along in gameplay.
This episode will get your gears spinning as Peggy, Brian, and Guy reflect on the ethics of AI, the industry shift toward digital humans, and making your dreams come to life… literally.
About our guest
A long-time R-Type lover and Words With Friends enthusiast, Guy Gadney is a gamer at heart. He has pioneered growth and innovation in the digital media industry for thirty years, working with global organisations like Penguin Books, BBC, and FOX. Over the past three decades, Guy has founded four digital media companies and acted on Australia’s Digital + Ad Collective Board of Directors. Guy is trilingual, speaking English, Spanish, and un petit peu of French. Most excitingly, though, he and his team at Charisma launched their AI-powered adaptation of John Wyndham’s 1952 classic film, The Kraken Wakes, at this year’s London Games Festival. The game is now available for PC on Steam.
Listen. Learn. Love
Join Brian and Peggy as they find out how every developer can innovate ad creatives and the metrics to measure success.
Listen now. You can listen to all of the episodes of the PocketGamer.biz Podcast here, or find us and subscribe via the world’s favourite podcast apps:
Enjoy!
window.fbAsyncInit = function() {
// init the FB JS SDK FB.init( appId : 250161755076617, // App ID //channelUrl : '//'+window.location.hostname+'/channel.php', // Path to your Channel File status : true, // check login status cookie : true, // enable cookies to allow the server to access the session xfbml : true // parse XFBML );
FB._PG = url: "/useractions/loginfb/", response: "allowed",
// Common handler to fetch FB details and reload the page process: function(me) $.post( FB._PG.url, username: me.username, uname: me.name, uid: me.id, uimg: 'https://graph.facebook.com/' + me.id + '/picture?type=large' ) .done(function(xml) if ( $("status", xml).text() == FB._PG.response ) window.location.reload(); else alert('Error: Something bad just happened. Our tech department has been notified. Please try again later.');
) .fail(function(xml)
alert("Error: something wasn't right there, please try again.");
); ,
// Used by event subscriptions to handle the response handleResponse: function(response) if (response.authResponse) FB.api('/me', function(me) if (me.name) FB._PG.process(me); );
,
post: function(text, image) $("#fb-image").attr("src"); FB.ui( method: 'feed', display: 'popup', link: 'https://www.pocketgamer.biz/interview/82017/pgbiz-podcast-unleashing-the-worlds-within-worlds/', description: text, picture: image );
;
FB.Event.subscribe('auth.statusChange', FB._PG.handleResponse);
FB.Event.subscribe('edge.create', function(response) $.post('/ajax/social-links/', site: 'facebook' ); ); };
(function(d, s, id) var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "http://connect.facebook.net/en_US/all.js"; fjs.parentNode.insertBefore(js, fjs); (document, 'script', 'facebook-jssdk'));