🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Weekly update #15 - 【Enlightened】

Published October 08, 2018
Advertisement

Like last week, the room development is still in progress. While there are two new rooms I've also had time to tweak the lighting a bit here and there.

New Lights

Basically, I've tried to change the lighting of most rooms.

First thing first, In order to properly shade the inside rooms I've used invisible shadow casters. At the time, it was the cheapest and quickest way to deal with it when I've started. 

I did find out that another quick way to do this was with layers and light culling masks. Basically, every game objects that are inside sealed rooms is given a specific layer.

image.png.18a94787fb1b5fc574ac09ff11d7c8f0.png

That layer, in particular, was made to ignore the global directional light altogether.

image.png.62e63df910c6d6c1877e2040df143476.png

This means that there were no more need of these shadow casters (except on some opened rooms like the temple; the directional light can actually illuminate the room if the angle is good enough)

I've also tried to fix the lighting in most rooms. Although not completely finished, it is getting prettier:

image.thumb.png.600853216a146b42cace79216842e3ee.pngimage.thumb.png.85f4e076c431ce6a4e01200fe78cd456.pngimage.thumb.png.70336073657a519ba25df2a1306ef041.png

The VIRTUAL Clinical Research Center

image.thumb.png.98bc7a8f6a2147b81c6e943ff6c94cb6.png

As one of the newest rooms, this one represents a fictional clinical research facility named VIRTUAL Clinical Research.

image.thumb.png.d8d409b521d0f04623245503e1450593.pngimage.thumb.png.323e3264907744540db5e812e01e0c9b.png

While in this room, the player can actually take part in a dodgy clinical trial involving either a strange cream, pills of unknown content and glowing fluids inside syringes.

large.cinicalProducts.png.a97e51c010846ad6fb076008ef155316.png

Each test takes away part of the player's health in exchange for cold hard cash. The ratio of health and cash is actually one to one as of yet.

Taking the cream gives 5% of damage, the pills are 10% and the syringes are 25%.

This room is quite useful if you're in dire need of cash, just like in real life. (except you don't get hurt as often in real life...)

The Restroom

image.thumb.png.7c9c86964ec0accb6bd386ca2e128cfc.png

This room is quite special. It a rather small room that is actually a normal public restroom, complete with a toilet, a sink, a real-time working mirror, a hand dryer, etc. 

image.thumb.png.5be8a21a09951925befea6ec83050b62.png

Although not functional right now, the idea is that the player can flush down one of its piece of equipment down the drain. You can only flush one piece of equipment per restroom because, well, toilets aren't really made to be able to flush down metal armours really...

image.thumb.png.f9c2a011dbd8ca21aec2a9f81d7e2d89.png

For those who don't know, a piece of equipment acts like a relic but is actually set to a specific equipment slot. You can only have one piece of equipment of a specific slot (for example, the player can have only one pair of gloves because it would be overpowered otherwise). 

Like most RPG, different pieces of equipment have different types of stats bonuses. Each piece of equipment also has a focus alignment. This means that while the player is wearing those, its focus will progressively be drawn to whatever alignment the equipped piece is. There will also be additional stats bonuses that are applied if the player's focus matches a worn piece of equipment.

But anyways, the reason the restroom isn't functional is quite simple: there's no piece of equipment yet. So it's something I'll have to get back to once there's at least one piece of equipment in the game...

Next week

The game is progressively coming together. Especially when it comes to rooms.

There's still a lot of relics and capacities to add. There are also some rooms to add an maybe add different types of enemies and whatnot.

I still want to work on rooms as of right now. The thing is that those rooms are really modelling heavy, and I really want to get those out of the way as soon as possible. The rest won't be as heavy as those, but once they're out of the way it will be a pretty big chunk of modelling that will be done.

If there's time, maybe I'll work on capacities and relics...

2 likes 0 comments

Comments

Awoken

So I just read about the Vapour Maker.  I can put any song I want into the vapour maker and it'll vaporise the sound?  That's pretty cool.   You also mention attacking enemies to get to the goal, what is the goal exactly?

October 08, 2018 07:58 PM
jb-dev
1 minute ago, Awoken said:

So I just read about the Vapour Maker.  I can put any song I want into the vapour maker and it'll vaporise the sound?  That's pretty cool.   You also mention attacking enemies to get to the goal, what is the goal exactly?

Right now the goal is a big Ethernet port at the end of the level. It'll eventually lead to a boss fight.

And yes, the Vapor Maker can take any .mp3 file and make vaporwave out of it: Vaporwave is known first for its music, and I know that it have a whole lot of different sub-genera... I don't want to lock the soundtrack to a particular genera, so that my way to please everybody. 

October 08, 2018 08:05 PM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement
Advertisement