From 179803a4c00bc46b18de6a3069cc3ed2c0623c79 Mon Sep 17 00:00:00 2001 From: Troy Date: Thu, 7 Aug 2025 13:16:27 +0100 Subject: [PATCH] fix: change alan wake ii project title --- .../{cauldron-lake => the-heart}/3-day.jpg | Bin .../{cauldron-lake => the-heart}/3.jpg | Bin .../{cauldron-lake => the-heart}/index.mdx | 21 +++++++++--------- .../{cauldron-lake => the-heart}/night.jpg | Bin .../{cauldron-lake => the-heart}/sunrise.jpg | Bin .../titlecard.jpg | Bin .../{cauldron-lake => the-heart}/trunk.jpg | Bin 7 files changed, 11 insertions(+), 10 deletions(-) rename src/content/projects/{cauldron-lake => the-heart}/3-day.jpg (100%) rename src/content/projects/{cauldron-lake => the-heart}/3.jpg (100%) rename src/content/projects/{cauldron-lake => the-heart}/index.mdx (58%) rename src/content/projects/{cauldron-lake => the-heart}/night.jpg (100%) rename src/content/projects/{cauldron-lake => the-heart}/sunrise.jpg (100%) rename src/content/projects/{cauldron-lake => the-heart}/titlecard.jpg (100%) rename src/content/projects/{cauldron-lake => the-heart}/trunk.jpg (100%) diff --git a/src/content/projects/cauldron-lake/3-day.jpg b/src/content/projects/the-heart/3-day.jpg similarity index 100% rename from src/content/projects/cauldron-lake/3-day.jpg rename to src/content/projects/the-heart/3-day.jpg diff --git a/src/content/projects/cauldron-lake/3.jpg b/src/content/projects/the-heart/3.jpg similarity index 100% rename from src/content/projects/cauldron-lake/3.jpg rename to src/content/projects/the-heart/3.jpg diff --git a/src/content/projects/cauldron-lake/index.mdx b/src/content/projects/the-heart/index.mdx similarity index 58% rename from src/content/projects/cauldron-lake/index.mdx rename to src/content/projects/the-heart/index.mdx index e22d4f3..b587277 100644 --- a/src/content/projects/cauldron-lake/index.mdx +++ b/src/content/projects/the-heart/index.mdx @@ -1,38 +1,39 @@ --- -title: "Cauldron Lake" -description: "Lighting exercise inspired by Alan Wake II." +title: "The Heart" +description: "Lighting exercise inspired by Alan Wake II's \"The Heart\" chapter." date: 2025-07-26 featured: true -image: { url: "titlecard.jpg", alt: "Alan Wake II The Heart" } +image: { url: "titlecard.jpg", alt: "Alan Wake II's \"The Heart\" inspired environment with titlecard" } tags: ["blender", "gimp"] categories: ["personal"] highlight: true rank: 9 --- -![Alan Wake II Sunrise](titlecard.jpg) +![Alan Wake II's "The Heart" inspired environment with titlecard](titlecard.jpg) I felt inspired to begin an environment lighting project after restarting playing Alan Wake II but was unable to find a suitable forest environment that fit what I was looking for. Therefore this turned into a slightly larger task than imagined as I needed to create that too, I am however pleased with the final result and how I overcame issues like these whilst working. I wanted to create something that whilst not a direct copy from the game, its inclusion would be plausible alongside other sections. -![Alan Wake II Sunrise](sunrise.jpg) +![Alan Wake II sunrise lighting](sunrise.jpg) _Sunrise_ -![Alan Wake II](night.jpg) +![Alan Wake II night lighting](night.jpg) _Night_ ### Early progress and tests -![Alan Wake II](trunk.jpg) +![Alan Wake II tree trunk lighting test](trunk.jpg) _Uprooted tree lighting test_ -![Alan Wake II](3.jpg) +![Alan Wake II initial lighting](3.jpg) _Initial lighting_ -![Alan Wake II](3-day.jpg) +![Alan Wake II daylight test](3-day.jpg) _Daylight test_ ### Third-party assets - [Uprooted Tree](https://sketchfab.com/3d-models/uprooted-tree-47faa896d56c40e2a2ace97086cb4791) - [Fallen Tree](https://sketchfab.com/3d-models/fallen-tree-df1d3b45dd84443abc74e3ced6cd2336) -- [Geo-Scatter](https://superhivemarket.com/products/scatter) + foliage packs +- [Geo-Scatter](https://superhivemarket.com/products/scatter) with additional foliage packs +- [Aktiv Grotesk Condensed](https://fonts.adobe.com/fonts/aktiv-grotesk-condensed) diff --git a/src/content/projects/cauldron-lake/night.jpg b/src/content/projects/the-heart/night.jpg similarity index 100% rename from src/content/projects/cauldron-lake/night.jpg rename to src/content/projects/the-heart/night.jpg diff --git a/src/content/projects/cauldron-lake/sunrise.jpg b/src/content/projects/the-heart/sunrise.jpg similarity index 100% rename from src/content/projects/cauldron-lake/sunrise.jpg rename to src/content/projects/the-heart/sunrise.jpg diff --git a/src/content/projects/cauldron-lake/titlecard.jpg b/src/content/projects/the-heart/titlecard.jpg similarity index 100% rename from src/content/projects/cauldron-lake/titlecard.jpg rename to src/content/projects/the-heart/titlecard.jpg diff --git a/src/content/projects/cauldron-lake/trunk.jpg b/src/content/projects/the-heart/trunk.jpg similarity index 100% rename from src/content/projects/cauldron-lake/trunk.jpg rename to src/content/projects/the-heart/trunk.jpg