Game
The Opera Ghost's Love Story

2 years ago

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.


As you might've heard, I entered a Master's degree in Game Development, after graduating my Bachelor's in graphic and educational design this July. I've spent the rest of my summer reworking the OGLS system to work in 3D and learning a whole lot more about other game engines like Unity.

And I just learned the details of our studies this autumn semester - we'll be working on our own private projects, which will be due in December. Guess which project I'm considering to pitch...

There's still uncertainty about whether or not I'll be allowed to work on it as a part of this course. But if this goes through, you'll have a playable build by December, GUARANTEED, because my marks will depend on it. Such a demo would include:

- A part of Erik's lair, a part of the opera's cellars and a few rooms of the Opera House

- A fully functional NPC system, with a dozen or so NPCs wandering around

- A fully functional Christine, with whom you can gain and lose reputation, based on your actions as the Opera Ghost

- A fully functional Raoul with his own quest that you'll be able to complete in different ways to take him out of the picture.

Also the NPC system is working in 3d now, at least the routine planning/walking/stopping/animation playing parts, as demonstrated here on this test maid. Next step for her is tests in multiple locations, more complex routines that also include leaving the premises for a while, and also her character menu.

Please tell me what you think!



3 comments

Loading...

Next up

Devlog 20th September:

Repainted the TV screen. Fixed the code so that the mouse input goes through to the tilemap, then realized I don't need it. Fun days.

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!

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.

Doki Doki Literature Club is celebrating Monika's birthday and the 8th anniversary of DDLC with exclusive stickers, avatar frames and backgrounds on Game Jolt! 

Head over to the shop to collect yours 👉 https://gamejolt.com/#shop

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

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

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.

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.