From 31240a44219829d5abef811ab58c0a881f81e463 Mon Sep 17 00:00:00 2001 From: Kingstom Date: Tue, 31 Dec 2024 11:42:58 +0800 Subject: [PATCH] Update games.toml (#108) - Detroit Become Human - Dying Light --- data/games.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/data/games.toml b/data/games.toml index 706df28..c99ef53 100644 --- a/data/games.toml +++ b/data/games.toml @@ -135,6 +135,7 @@ Analysis = [ ["Anton Schreiner's Blog", "https://aschrein.github.io/2019/08/01/re2_breakdown.html"], ] + ["God of War 4"] Developer = "Santa Monica Studio" Engine = "Internal" @@ -171,6 +172,22 @@ Analysis = [ ["PC Optimization Journey", "https://store.steampowered.com/news/app/2731870/view/4666382742870026335"], ] +["Detroit Become Human"] +Developer = "Quantic Dream" +Engine = "Internal" +Year = "2018" +Analysis = [ + ["Behind the Pretty Frames", "https://mamoniem.com/behind-the-pretty-frames-detroit-become-human/"], +] + +["Dying Light"] +Developer = "Techland" +Engine = "Chrome Engine 6" +Year = "2015" +Analysis = [ + ["Deferred rendering in Dying Light", "https://www.slideshare.net/maciejjamrozik/deferred-rendering-in-dying-light"], +] + ["The Witcher 3"] Developer = "CD Projekt Red" Engine = "RED Engine 3"