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, 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.

Hello, Christine.

I played #HollowKnight and got a lot of inspiration from it. A great example of how to work with parallaxes. Did you know that they actually used 3D space to build their scenes? I wonder if I can do the same thing in Godot Engine 4 for OGLS!

The Cryptmaster Anniversary Update is here! 

@akuparagames saw that players loved the in-universe card minigame "Whatever." So for this update, they've put more effort to make it its own Roguelike game mode!

Try the FREE DEMO: https://bit.ly/CryptmasterSteam

Devlog 27th July, 2022.

Hosted Development Stream №82. Thank you everyone who attended!

I completed the quick-time event script! The prompt shows up and the press is registered. Also finished the intermission animation. Now to the second half of the song!

Let Them Come: Onslaught by @Tuataragames has come to Game Jolt!

Celebrate by completing our quests!

Play the FREE demo of Let Them Come: Onslaught on Steam: https://bit.ly/LTCOdemo

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? 🙏🥺

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.

After 7 long years, the wait is finally over. Chapters 1-4 of DELTARUNE are out now!

Celebrate the parallel story to Undertale by completing these quests.

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!!!