Weekly update #17 - 禅 GARDENS

Published October 22, 2018
Advertisement

Last week was really productive. There were a lot of changes and refactoring and it was really worthwhile.

Regular rooms

Firstly, regular rooms got a major uplift. 

image.thumb.png.07b465f833cc6280c198281d9a322cf7.pngimage.thumb.png.32e7a33888dc65e221cd0ef42bfa1104.pngimage.thumb.png.f43c8bcd77bc7e415544336de4bb42da.pngimage.thumb.png.167460b3d2bc2c8c60e9f4d0224cf5db.pngimage.thumb.png.f1f71417eef5da0058674c4604c5e8dd.pngimage.thumb.png.acb57e5168be86784192017974a0db17.pngimage.thumb.png.2620c33bd97bac8b55742451124c33e1.pngimage.thumb.png.2e7758e44d0c585795b01c8560587fca.pngimage.thumb.png.2630314e74fc70f03e55e654c4c239bf.png

Before, there were only two types of hardcoded rooms. Neither of which were interactable as they were placeholders.

I've had a blog post on how these work, but in essence, we place several prop formations at anchor point around the room. We then create those props using those and by removing props outside the room.

If you want to learn more, click here!

Props

Secondly, there are now new types of props. Because of the major room refactoring, I need better types of props than just ferns.

Rocks

image.png.a207f9c8e29bdad39ddb48edc1ae7871.png

These are regular rocks. There are three kinds of shape which are selected randomly.

These are solid and cannot be walked over. The player can, however, use a bomb to remove these.

There's also a chance that when a rock breaks common consumable items can drop (things like money, bombs, keys, etc.).

I've also planned to have special types of rocks that can spawn uncommon items (like foods, activated items and whatnot) through it's not implemented yet...

Boxes

image.png.a4b86214f1097a7b8f27161a7abfca98.png

These are solid wooden boxes that the player can break using normal attacks. 

Each box has a certain damage threshold, so the stronger the attack, the quicker the breaking occurs. If the attack isn't strong enough, multiples attacks could be needed. Everything that can deal damage can be used to break those, including bombs and laser beams, although some attacks are better than others.

In the future, there would be a visual indicator that tells how much damage the box took.

Like rocks, a broken box can drop common items. I also think that enemies could sometimes spawn out of these.

I'm not sure however if there could be special boxes that could drop special items... (Rocks DO fill that role anyway...)

Minor Upgrades

  • Some special rooms, such as the Gym, can also spawn with props.
  • Ferns now spawns using the new room layout algorithm, just like rocks and boxes
    image.png.dc052cc3f2e58327c50a73b3cb1f04a6.png
  • Palm trees don't spawn anymore as of now.
    • Not sure if they're gonna be used as background props or actually used inside rooms...
  • Sometimes chrysanthemum plants can be spawn rather than ferns.
    • I don't think that these could fit within a level...
    • These could be used as fallbacks, though...
      image.png.443b052e492b3c1acbd05f32dd4a174e.png
  • Many new types of shaders have been created.
    • There's a serious need of refactoring though...

Next week

I feel that next week will be about refactoring and upgrading UI elements like the pause menu and such.

I really think that it's also about time to add at least a piece of equipment to test, even if it's a placeholder.

After the GUI is done, back to relics and capacities.

Now that regular rooms are nicely generated, about 25% of the game is done. Things are progressing, and bit by bit (literally or not if you would... ?) the whole picture is taking form.

3 likes 0 comments

Comments

Nobody has left a comment. You can be the first!
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement
Advertisement