We'll be updating our schedule with more speakers and talks in the coming weeks!
A drinks reception for our speakers and sponsors to network, test their talks in the venue, and grab their passes prior to the big event!
Description: Computing the position of objects in a game is one of the most frequent features to be carried out: where to stop a movement (to avoid a collision)? Where to hide, protect or start a jump? Where do two zones intersect (which objects will be affected by the zone of effect of my action)?
The goal of this presentation is to suggest that solving the analytical geometry equations resulting from the various game situations is preferable to using the various environment projection queries provided by your favourite game engine: first write the equations to which the coordinates of the game objects must conform, then solve these equations to obtain the numerical values of these coordinates; and don’t forget to get help from a math software. These two steps will be illustrated in the case of projecting a grid onto a navigation surface for the Unreal Engine with the help of Mathematica.
Takeaways: This presentation is intended for AI game developers facing one of the three situations:
Description: A continuation and recontextualization of my 2024 GDC AI Summit talk “How ‘Ara: History Untold’ Transformed AI in 4X Games”, I will summarize Ara: History Untold’s novel system, and dig into details around optimizing its performance, and usability in the final months leading up to ship.
Takeaways:
Description: Avalon is a new method designed to enhance level generation by providing more control over the generation process, while ensuring the creation of more solvable levels. In particular, we generate layouts of match-3 levels where the level designers can select visual features like size and symmetry and gameplay statistics such as difficulty. We will describe how we designed the system, how it compares to other methods and the quantitative and qualitative analysis performed on it. We will finalize with a brief discussion about challenges and opportunities of level generators in production.
Takeaways:
Description: What are the challenges in writing an AI that can generate an interesting settlement adapted to an unseen Minecraft map? What AI techniques work well here? These are just some of the questions the GDMC AI settlement generation challenge set out to answer when it was founded 7 years ago. Adaptive and holistic procedural content generation in games still has many open challenges, and in this talk we will take a look at some selected ideas and AI techniques used to tackle those. I will show a range of colorful and amazing settlement generators, and discuss what worked and what did not. If you feel after the talk that you could do better, I have great news for you, we will be back in 2025 for round 8.
Takeaways:
Description: The complexity of modern tabletop games has been steadily increasing since the mid-1990s. This results in an increase in time spent by designers developing (2-3 years on average from idea to commercialisation) and playtesting (6-24 months) a game, raising the barrier of entry to market for independent designers or small companies which do not have enough resources at their disposal. The effect is also felt by players, who find it harder to play such games due to the steep learning curve. This talk will explore how Tabletop R&D, a spin-out company from Queen Mary University of London, aims to address these issues and democratize the tabletop games market by providing game designers with automatic playtesting tools. Using the latest in Game AI technology and digital twins of tabletop games, we speed up development times, reduce costs and increase efficiency of an otherwise traditionally lengthy analogue process.
Takeaways:
Description: Training RL agents in games requires collecting lots of data from various game states and trajectories. As games grow in complexity, it is easy for some unintended functionality to affect the distribution of data that an RL agent would be trained on. This means an agent’s behaviour may be affected and ultimately be a signal that some property of the game does not match intentions. This matches the criteria for a property based test and is an inspiration for future game testing mechanisms.
Takeaways:
Description: The Battlefield QV department manages an automated issue workflow that handles reports coming from diverse data sources and entities, such as error APIs, automation systems, etc. An important part of this workflow is the interaction with the issue tracking manager Jira, where tickets are created automatically using data retrieved from the reports. The process is not fully automated, as there are still parts that require the hardcoding of rules that may change over time or a manual intervention that can become time consuming when the volume of tickets reaches high peaks. The talk explores the potential of Large Language Models (LLMs) in automated issue management within the Battlefield franchise. It has the goal to address the identification of duplicate issues, replacing the inefficiency of the previous hardcoded rules. We will demonstrate how the same solution based on LLMs could also be reused in all the projects utilizing the same version of Frostbite (our engine). Furthermore, the talk discusses the challenges and best practices of integrating a research project into an established game development workflow, and how to overcome these challenges.
Takeaways: