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

March 22, 2024
2024-03-22 19:00
March 22, 2024
Development
March Devlog | Week #3 | No. 268
Last week in Depths of Erendorn was filled with creative energy and focused development across various teams. The 3D Modelling team refined the sculpt for the menacing Revenant enemy, adding intricate details such as horns, chains, and protective gear to enhance its formidable presence.
March 15, 2024
2024-03-15 19:00
March 15, 2024
Development
March Devlog | Week #2 | No. 267
Last week, Depths of Erendorn saw significant progress across teams. The 3D Modelling team revised the Revenant character, while Set Piece Design focused on crafting high-poly items for the forge. The Client-side team worked on acquiring more logs for new abilities and addressed bug fixes.
March 9, 2024
2024-03-09 17:00
March 9, 2024
Development
March Devlog | Week #1 | No. 266
In the latest week at Depths of Erendorn, teams achieved key milestones. The 3D Modelling team refitted past equipment for the Centaur, creating four distinct classes. The Client-Side Programming team optimised combat elements in the new Navigation System.
March 7, 2024
2024-03-07 19:00
March 7, 2024
Development
Monthly Devlog | February 2023 | No. 61
In February, the Depths of Erendorn development teams showcased significant strides across various facets of the game. The 3D Modelling team brought the Centaur to life, precisely crafting textures, completing variations, and adding distinctive details like eyebrows and eyelashes.
VIEW MORE..