Alpha Update v0.3.6: Gameplay Improvements & Optimization (Part 1)
I went over the UI's design to adjust it a bit since I wasn't happy with the previous one's color scheme and big pixels. I was torn between changing to a more "post-apocalyptic" style or keeping the futuristic computer interface style; but I decided to go for the latter since that fits to the story of the game as well.
While working on the UI, I've also changed how some of the windows' functions as well. The biggest change is merging the party, gear and deck windows. All the functionality of managing your party, editing decks and equipping gear is now under a single window. It's now much faster to switch between party members, see their decks and make quick changes. There are also the new "!" indicators to notify you that there is something new! For example, when you get cards during the run, the character edit button will have this icon, as well as the new card, once you open the deck window. Same thing applies for newly acquired gear, booster packs, notes in the library, achievents etc.
With the switch to 3D in the exploration phase, I started feeling like the styles for the 2D encounters and 3D exploration did not match anymore. After a test I've put together, I liked the 3D encounter style more and decided to keep it. I've added a transition animation to the encounter phase. Also, the camera rotates in a similar manner to "Darkest Dungeon" for entity turns, which enhances the 3D perspective.
Characters now have attack, hurt and death animations during the encounters. This was a task I was dreading to work on since it was a lot of work to make separate attack animations for each weapon type and hand. New animations are definitely an improvement over the "slightly slide towards enemy" animation they were doing before. I've also added blood (and poison) decals, meaning the blood will splatter onto the floor and stay there. This adds some juice (literally) to the combat and makes shooting zombie rats a lot more satisfying. Also there is a twist: if you kill an enemy with a critical hit, you will see a special effect! (Works only on streets area enemies for now.)
With the new 3D exploration, the "Detector" item had been removed from the game. That item was the main way to find your way in the "dungeons" of the game. I've originally aimed to give player a more organic way to explore the map, by seeing something they want to explore rather than an arrow pointing to things. But with the Detector's removal, keeping track of where everything is in the map got harder. To solve this, I've added a mini-map that can also be expanded to see the whole level. It shows where the events are and you can see the parts of the floor you haven't explored yet. And it was easy to implement for me since it's actually mostly reused code from the old 2D exploration. That's always a plus!
Something I've noticed with people playing the game is that, the movement in the exploration phase felt very wonky to them; as if the character is getting their input in a delayed manner. This is very apparent with people that are not very familiar with the true movement mechanics of the roguelike genre. Since players don't see the "tiles" while they move, they expect to have free control over the character's movement. As a possible solution for this issue, I've added a grid that shows the tiles during exploration. This is hidden by default, and can be enabled by pressing a key or in the options menu. This grid also highlights tiles that will trigger an encounter, in other words, tiles that are next to enemies. This might be useful for players that prefer to have clear vision on the mechanics instead of trying to immerse themselves in the game's atmosphere. I personally prefer playing with the grid off, but I won't hold it against you if you enable it!
If you're in our Discord server and have read my recent devlog messages, you're probably aware that I've recently lost my precious GPU. As grim as it is, this technical issue actually turned out good for the game. I've been literally forced to optimize the game to be able to continue development on my Intel onboard GPU. I'm happy to announce that the game now works on Intel integrated GPU on 60 FPS on low settings! I don't want to go into technical details but I've made many changes to what the preset quality settings actually do. For example, "Low" setting now completely removes shadows, which brings huge performance boost. There are also separate options to disable taxing post processing effects like "ambient occlusion", "color bleed" etc. Other than these options, I've also worked on dynamically merging game objects after generating the level. Since static batching is out of the picture for the fully procedurally generated levels of Draft of Darkness, this method of merging meshes on the fly was a huge improvement for a big performance increase.
We are not done yet, but since there are a lot of changes, I split the blog into two parts. If you want to see all the changes yourself, you can play the game for FREE in our Discord server. Draft of Darkness is in the last stretch of the Alpha phase of development and will soon evolve into it's Private Beta phase. So catch it while it's available by joining our Discord server! See you on the next one...
[ 2020-12-23 18:17:08 CET ] [ Original post ]
It's been a while since I could get a chance to write a blog, but rest assured that there has been a lot of improvements to Draft of Darkness in the last months. In fact, there has been so many that I decided to split the blog into two parts! These changes and the ones in part 2 are already in the Alpha version, so join our Discord and try them out!
Let's not waste any more time and get right into part one!
Renewed UI
I went over the UI's design to adjust it a bit since I wasn't happy with the previous one's color scheme and big pixels. I was torn between changing to a more "post-apocalyptic" style or keeping the futuristic computer interface style; but I decided to go for the latter since that fits to the story of the game as well.
While working on the UI, I've also changed how some of the windows' functions as well. The biggest change is merging the party, gear and deck windows. All the functionality of managing your party, editing decks and equipping gear is now under a single window. It's now much faster to switch between party members, see their decks and make quick changes. There are also the new "!" indicators to notify you that there is something new! For example, when you get cards during the run, the character edit button will have this icon, as well as the new card, once you open the deck window. Same thing applies for newly acquired gear, booster packs, notes in the library, achievents etc.
3D Encounters
With the switch to 3D in the exploration phase, I started feeling like the styles for the 2D encounters and 3D exploration did not match anymore. After a test I've put together, I liked the 3D encounter style more and decided to keep it. I've added a transition animation to the encounter phase. Also, the camera rotates in a similar manner to "Darkest Dungeon" for entity turns, which enhances the 3D perspective.
Encounter Animations
Characters now have attack, hurt and death animations during the encounters. This was a task I was dreading to work on since it was a lot of work to make separate attack animations for each weapon type and hand. New animations are definitely an improvement over the "slightly slide towards enemy" animation they were doing before. I've also added blood (and poison) decals, meaning the blood will splatter onto the floor and stay there. This adds some juice (literally) to the combat and makes shooting zombie rats a lot more satisfying. Also there is a twist: if you kill an enemy with a critical hit, you will see a special effect! (Works only on streets area enemies for now.)
Map System
With the new 3D exploration, the "Detector" item had been removed from the game. That item was the main way to find your way in the "dungeons" of the game. I've originally aimed to give player a more organic way to explore the map, by seeing something they want to explore rather than an arrow pointing to things. But with the Detector's removal, keeping track of where everything is in the map got harder. To solve this, I've added a mini-map that can also be expanded to see the whole level. It shows where the events are and you can see the parts of the floor you haven't explored yet. And it was easy to implement for me since it's actually mostly reused code from the old 2D exploration. That's always a plus!
Tile Grid
Something I've noticed with people playing the game is that, the movement in the exploration phase felt very wonky to them; as if the character is getting their input in a delayed manner. This is very apparent with people that are not very familiar with the true movement mechanics of the roguelike genre. Since players don't see the "tiles" while they move, they expect to have free control over the character's movement. As a possible solution for this issue, I've added a grid that shows the tiles during exploration. This is hidden by default, and can be enabled by pressing a key or in the options menu. This grid also highlights tiles that will trigger an encounter, in other words, tiles that are next to enemies. This might be useful for players that prefer to have clear vision on the mechanics instead of trying to immerse themselves in the game's atmosphere. I personally prefer playing with the grid off, but I won't hold it against you if you enable it!
Huge Performance Boost
If you're in our Discord server and have read my recent devlog messages, you're probably aware that I've recently lost my precious GPU. As grim as it is, this technical issue actually turned out good for the game. I've been literally forced to optimize the game to be able to continue development on my Intel onboard GPU. I'm happy to announce that the game now works on Intel integrated GPU on 60 FPS on low settings! I don't want to go into technical details but I've made many changes to what the preset quality settings actually do. For example, "Low" setting now completely removes shadows, which brings huge performance boost. There are also separate options to disable taxing post processing effects like "ambient occlusion", "color bleed" etc. Other than these options, I've also worked on dynamically merging game objects after generating the level. Since static batching is out of the picture for the fully procedurally generated levels of Draft of Darkness, this method of merging meshes on the fly was a huge improvement for a big performance increase.
Are We Done?
We are not done yet, but since there are a lot of changes, I split the blog into two parts. If you want to see all the changes yourself, you can play the game for FREE in our Discord server. Draft of Darkness is in the last stretch of the Alpha phase of development and will soon evolve into it's Private Beta phase. So catch it while it's available by joining our Discord server! See you on the next one...
Draft of Darkness
Crawly Games
Crawly Games
2021-07-30
Strategy RPG Singleplayer EA
Game News Posts 86
🎹🖱️Keyboard + Mouse
Very Positive
(226 reviews)
https://crawlygames.com/draft-of-darkness
https://store.steampowered.com/app/1380650 
Draft of Darkness Linux [897.36 M]
Draft of Darkness is a roguelike deckbuilder in a post-apocalyptic setting with survival horror and resource management mechanics. Select a hero, build your starting deck and start your adventure!
During your journey:
During your journey:
- Fight with infected creatures, government robots and other survivors in a turn-based battle system.
- Explore a post-apocalyptic city consumed by darkness. Each map is procedurally generated and unique for every run.
- Build a party of survivors to help you on your journey. Each has their own deck of abilities!
- Trade to collect better equipment and cards, which you can use to strengthen your companions.
- Make important decisions. Your choices are key to progress the story forward.
Unique Weapon Based Combat System
Each card in Draft of Darkness can be used by equipping a type of weapon. Determine your strategy by building unique decks combining cards from different weapon types. Each weapon has unique mechanics that can be mixed and matched for insane combos!Explore Procedurally Generated Maps
Find friends and foes lurking deep within the dark corners of the Residence, Streets and Hospital areas. Manage the status of your party, avoid radiation and infection at all costs!Every Run Matters
At the end of every run, even if you fail, you will receive credits that can be used to open booster packs to unlock new starting cards for your next run. Every death is a chance to try out new strategies!Every Choice Matters
Draft of Darkness has a unique "meta story progression" system, where every decision can alter the outcome of the story and allow for new ways to progress. You might try different choices on your next run, but that won't always be possible.MINIMAL SETUP
- Processor: Core i5Memory: 4 GB RAM
- Memory: 4 GB RAM
- Graphics: Graphics Card with 2GB RAM
- Storage: 1 GB available space
- Processor: Core i7Memory: 4 GB RAM
- Memory: 4 GB RAM
- Graphics: Graphics Card with 4GB RAM
- Storage: 1 GB available space
GAMEBILLET
[ 5949 ]
GAMERSGATE
[ 3154 ]
FANATICAL BUNDLES
HUMBLE BUNDLES
by buying games/dlcs from affiliate links you are supporting tuxDB