Build 3 - Stability
One Knight in the Dungeon » Devlog
Build 3 Changes
Note: I recommend using Itch's app to keep updated. That way, you only have to download a small
delta patch rather than re-downloading the whole thing.
Build 3 is all about stability.
Gameplay:
- No longer play the explosion animation/sound when clicking to move. That was debug code that accidentally went live.
- Alchemy skills are now underneath an Alchemy skill, with everyone starts.
- Moving into a tile occupied by a friendly or neutral does not trigger an attack - instead, you trade places.
Back-end/Engine:
- Fixed a crash that could occur if you were playing *really fast*, and the garbage-collector becomes confused. This was found with automated testing, I hadn't managed to trigger it in actual play.
- Added a critical section to the asset loader; it could under heavy load cause a race condition resulting in a crash. This causes a slight slowdown.
- Added a critical section to the MapLink and CharacterHolder classes, for similar reasons.
- Apply latest UE4 hotfix.
- The rain particle effect is a little smoother (100% GPU).
- Some RAM allocation tweaks (basically more allocating up-front and fewer temporaries); a long automated testing session never exceeds 3.2 Gb now (typically 2-3).
- Fix a division by zero error in the HUD.
- The floating "+1" (or whatever) messages above characters' heads kept causing crashes in automated testing. Temporarily disabled them, and stability improved considerably.
- Identified and - I believe - fixed a crash in the achievement counter code. It was very rarely triggered.
- Included debug information, which bloats the build but gives me better crash reporting.
Files
one-knight-in-the-dungeon-windows-alpha.zip 603 MB
Version 3 Feb 05, 2019
Get One Knight in the Dungeon
Download NowName your own price
One Knight in the Dungeon
A modern 3D turn-based roguelike/dungeon crawler
Status | In development |
Author | Bracket |
Genre | Role Playing, Adventure |
Tags | Dungeon Crawler, Fantasy, Procedural Generation, Roguelike, Turn-based, Turn-Based Combat, Turn-based Strategy, Unreal Engine |
Languages | English |
More posts
- Build 28 - Lots and lots of fixes/improvementsOct 01, 2019
- A tiny updateSep 19, 2019
- Build 26 - More Quality of Life, Fewer CrashesSep 06, 2019
- Build 25 - Post Feedback Friday Fixes Part 1Aug 30, 2019
- Getting ready for releaseAug 06, 2019
- Alpha 5 is live! Mostly quality of life improvementsAug 02, 2019
- Alpha 4 - New Items & BugfixesJul 10, 2019
- Alpha 3: Improved ASCII, Mini-Maps and TooltipsJun 20, 2019
- Alpha 2 - Quality of Life UpdateJun 05, 2019
- One Knight in the Dungeon - Alpha 1May 23, 2019
Leave a comment
Log in with itch.io to leave a comment.