April Devlog | Week #4 | No. 175

Development
April 27, 2022
June 1, 2022

Another busy week for the development team last week! The programming team has worked on creating a party system so players can team up in Erendorn. The sound design team has been creating audio that will give the interiors of buildings some atmosphere. The animation team has updated and finalised the Zentragal model ready for engine and the VFX team has been concepting new ability visual effects and continuing with the list of abilities needed for the spellcasters of Erendorn! As always, join us on Twitter, Instagram, and Reddit for daily updates on Depths of Erendorn - now let’s get into it!

Programming

Client

Last week the client-side team has been focused on adding the concept of player parties (a group of two or more players) that are integral to allowing players to leave settlements and venture out into the world of Erendorn. A number of systems have been added to facilitate the sending, receiving and display of this information from World Sessions. Here is a breakdown of some of the work completed by the client-side team last week.


  • Added the Party and Party Controller classes for handling the state of parties relevant to the connected player.
  • Added the ability to invite other players to your party with a party-invite request.
  • Added context menu interaction for entities, players can now right-click other players in World Sessions and whisper (direct message) or invite them to a party. (This has been added specifically for furthering party implementation but gives us the basis for lots of new player interactions, such as inspecting other player's equipped gear, further down the line.)
  • Added GameLog and StepLog classes for handling Server updates pertaining to the state of a Party. By receiving a snapshot of Party information when something changes we can update each player accordingly.
  • Refactored the Stat Panel to use updated StatIDs when determining their display order in the panel.

Server

Last week the server team has been busy writing up a lot of new code to handle the open world zones. Our open world has a defined number of major 'Zones', (like biomes but far larger), which are populated by 'Subzones', smaller areas divided up by the server. Each Zone has an average XP (Experience Points) amount for the enemies, and each subzone will take this initial number, and alter it faintly based on changes we can make in our game editor. For example, we can paint a large area to be higher XP than the average for the Zone, allowing tougher encounters to happen there. Once a Subzone knows its XP, the team has finished off the code that dictates what kind of enemy/ally/neutral thing spawns, it's preferred spacing from the others in the spawn group it's in, and the group's preferred spacing from other groups spawning in the same Subzone with it, all with a little bit of randomness, of course. Finally, a funky little bug was causing many of our entities to rock up with stats they weren't meant to have, causing some of our enemies to become secretly tougher, even when we checked, their stats in the database were correct. Turns out the map equating stat names to stat ID's was out of sync by one in a couple of places! A breakdown of more work completed by the server-side team can be seen below.

  • Added A Party Service.
  • Integrated the Party service into the settlement server.
  • Added party commands so players can invite/respond/kick/leave and disband parties.
  • Laid the foundations for world zone server code in the instance manager.
  • The zone a Settlement/zone server handles is now a configurable option that can be set in the server config

Sound Design

The sound team has been working on audio that will be used within some of the upcoming interiors, last week focusing on the gambling hall. To create the thriving atmosphere of a popular gambling hall the team has used many sounds layered on top of each other. These sounds include furniture creaks, cards shuffling, glasses & drinks, people chatting, and coins clinking. Using these sounds the team has created an atmosphere that the players will get absorbed in as they enter the gambling hall. The audio for the gambling hall can be heard below.

Environment Art

The environment art team has continued with their work on the castle ruins last week, turning their attention to working on tileable textures and a set of castle stairs. The stairs are currently a work in progress as the team finalises the design and scale. These stairs are currently being created in Substance Painter, a program that has the amazing capability to work with texture and colour on 3D models. The image below shows the scale that the stairs will be in once they are added to the engine.

Work in progress castle stairs

The team has also worked on creating tileable textures that can be used on the walls of the castle ruins. Making a tileable texture involves creating a block of texture that can be placed next to itself multiple times with little to no noticeable breaks in the design. Tileable textures are mainly used when a large space needs a pattern and colour applied to it, instead of having to create a really large and complex pattern to cover it. An example of the tileable texture used for the castle walls can be seen below.

Tileable bricks created for castle turret

Animation

The animation team have been continuing the work on the Zentragal model last week, cleaning and finalising the rig for the newly optimised model. The rig has been updated to add more bones so the Zentragal has more places of articulation. These new bones at the shoulder level and behind the head will be used for the customisation options that players may have for their character. The bones at the back of the head will be used for any type of hair movement and the new shoulder bones will be used for armour or clothing movement as the character moves. This updated rig was then attached to the new lower poly model and exported into engine. An example of this newly updated rig can be seen below.

Zentragal rig update

Visual Effects

The VFX team has been creating some sketches for abilities that will be used by spellcasters within the world of Erendorn. These sketches show the general shape and colour of many of the spells that can be cast by many of the character classes. These spells will all be recognisable once in the game at a moment's notice, this will help players make important decisions almost instantly. Examples of the sketches can be seen below!

A concept for ability visuals

A second sheet of concept visuals

Once the sketches have been completed the artists take the concepts and started to create the visual effects needed to show the spells in-game. These visual effects will be added to the game along with sound effects and character animations to give a full representation of the spell for the player. Last week, the team worked on a multitude of spells including Storm Strike, Astral Ray, Empower Weapon: Frost, Mana Rush, Frost Shield, and Life Spirit. These spells are all very visually unique from one another so players will be able to differentiate between each one at a moment's notice, this is an important feature within gameplay as it could be the meaning of life and death to a player. Examples of these new visual effects can be seen in the video below!

That’s it for this week’s devlog, but have you seen our monthly roundup of March yet?!

LATEST NEWS

May 16, 2024
2024-05-16 19:00
May 16, 2024
Development
May Devlog | Week #2 | No. 275
Throughout the past week, Depths of Erendorn's development teams have made significant strides. The 3D modelling team refined the base avian model and crafted intricate wing feathers, while the set piece design team completed assets like a long table and rustic props.
May 10, 2024
2024-05-10 7:00
May 11, 2024
Development
May Devlog | Week #1 | No. 274
Over the past week, the Depths of Erendorn development teams have made significant strides in enhancing various aspects of the game. The 3D modelling team refined the bird character's wings for improved visual fidelity, while the set piece design team crafted high-poly models.
May 8, 2024
2024-05-08 7:00
May 8, 2024
Development
Monthly Devlog | April 2024 | No. 63
Throughout April, the teams at Depths of Erendorn have made significant progress across various aspects of the game. The 3D modelling team refined character assets, from retopologising the Revenant to completing texturing.
May 6, 2024
2024-05-06 19:00
May 6, 2024
Development
April Devlog | Week #4 | No. 273
This week, our teams have been hard at work across various fronts in Depths of Erendorn's development. The 3D modelling team researched hair shaders and made revisions to bird models. Set piece design completed the rounded Viking shield set.
VIEW MORE..