Game
The Opera Ghost's Love Story

2 years ago

Devblog 11 June 2023.

The first draft of a 3D scene made out of 2D objects, very rough, very saturated (i was light testing), very much representative of the parallax I wanted to achieve. What do you think?

Read the article for technical details.


My first draft of a fully 3D scene in Godot 4 with only 2D elements. For the background, I'm using a collection of MeshInstances that have a SubViewport as a child, and that SubViewport is the parent of a TileMap that has the tiles you see. MeshInstances then render the viewport as their texture through ViewportTexture.

The character is a CharacterBody3D with Sprite3D rendering a 2D picture, with the camera and a little movement script attached.

The floor tiles will need to be reworked to fit this new perspective shift.

What do you think?



4 comments

Loading...

Next up

Devblog 14th March 2023.

I made character shadows with shaders. However, they intersect with light occluder 2D shadows, creating unrealistic double shadows. I'm not sure if it's even possible to get rid of them. Any Godot 4 gurus out there? 🙏🥺

Hello, Christine.

Devblog 17th June, 2023.

✨ Imported State Machines for animations into Godot 4 for all characters and the player!

✨ Floors and walls in perspective~

✨ Volumetric fog!

✨ Shiny eyes are back! Shinier than ever!

✨ More parallax layers!

✨ SHADOWS!!!

Madeline is the main protagonist of the mountain climbing platformer, Celeste. The game has been praised for its visuals, gameplay, and introspective narrative. The game's creator Maddy Thorson confirmed that Madeline is trans in 2020.

I always loved Springtrap. Easily my favourite character in all of FNAF franchise.

A speedpaint and a PSD file of this illustration can be found on my Boosty page! - https://boosty.to/staminaoverlook

Dive into the cozy post-apocalyptic open world of Critter Cove!

Gentleman Rat Studios (@GR-Rob ) describe it as “a little bit Animal Crossing, a little bit Stardew Valley. Maybe even a little bit Windwaker, too."

Wishlist the game: https://bit.ly/CritterCove

Devblog 11th March, 2023.

I wrote a list of the worst problems with the build which I'm aiming to fix with this remake.

I decided to tackle the Tiling first. It feels different, but easy and precise. I love it a lot.

Further info in the article below.

Now that I'm in Master's degree, I'm considering pitching OGLS as my exam project for the autumn semester. For more info, read the article!

In other news, NPC system finally works in 3D. At least, the planning/moving/stopping parts.

Mae Borowski is the main character of Night in the Woods! It's an adventure game that tells the story of her return to her hometown of Possum Springs. She was confirmed as canonically pan in a social media post by the game's creator Scott Benson.

Devblog, 13th March 2023.

This is partially why I wanted to switch to Tilemaps. They are capable of stuff like THIS. Now I'm able to recreate any sort of lighting, any time of day, within any location that I create.