- April 26, 2025, 15:12
- Welcome, Guest
Show Posts
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
31
Requests For Features / DoomRL 0.9.9.8 BETA 2
« on: January 09, 2024, 09:11 »
Beta 2 is up!
I've reverted the unpopular change for firing out of vision, fixed most of the issues reported in the previous beta topic (see message there), and started implementing some stuff from the compilation topic. However, most important (and biggest) change to test is the invisible stuff - internally I've moved from SDL to SDL2, and from OpenGL 1.2 to OpenGL 3.3 core. Report any weird behaviour! While invisible for now, not only will this fix porting issues (hello OSX) but also will open up to several improvements in the future.
Raw changelog below, comments, reports and requests welcome - join us on the Discord in #doomrl!
DoomRL 0.9.9.8 BETA 2 Windows LQ
If you're not on Windows, you can always compile the development branch from github - find me on the Jupiter Hell discord if you need help with that!
I've reverted the unpopular change for firing out of vision, fixed most of the issues reported in the previous beta topic (see message there), and started implementing some stuff from the compilation topic. However, most important (and biggest) change to test is the invisible stuff - internally I've moved from SDL to SDL2, and from OpenGL 1.2 to OpenGL 3.3 core. Report any weird behaviour! While invisible for now, not only will this fix porting issues (hello OSX) but also will open up to several improvements in the future.
Raw changelog below, comments, reports and requests welcome - join us on the Discord in #doomrl!
DoomRL 0.9.9.8 BETA 2 Windows LQ
If you're not on Windows, you can always compile the development branch from github - find me on the Jupiter Hell discord if you need help with that!
Code: [Select]
0.9.9.8 BETA 2
[mod] -- GH#028: ported the game to SDL2
[mod] -- GH#048: ported the game to OpenGL 3.3 core
[mod] -- GH#062: Marines start with +20% fire/acid/plasma resistance
[mod] -- GH#062: Scout stair-sense works on regular stairs only
[mod] -- GH#062: Tech can single-mod: Cleaver, Mjollnir, Silent, Trigun,
Jackal, Jackhammer, Frag Shotgun, multi-mod Revenant Launcher
[mod] -- GH#064: Ironman adds +10% bullet/shrapnel/melee resistance per level
[mod] -- GH#064: Reloader bonus increased +20% -> +30%
[mod] -- GH#064: Intuition range reduced to Vision + 2
[mod] -- GH#064: Gunrunner - blocks Brute instead of Whizkid
[mod] -- GH#064: Army of Dead - blocks Son of a Gun instead of Finesse
[mod] -- GH#064: Bullet Dance - block Intuition instead of Eagle Eye
[mod] -- GH#067: Backpack and schematics are now indestructible
[mod] -- GH#067: doubled BFG9K and Chainsaw natural generation weight
[mod] -- GH#067: rocket boxes hold 25 rockets (up from 20)
[mod] -- GH#066: Frag Shotgun shotcost 4 -> 2
[mod] -- GH#066: Mega buster ammo consumption 5 -> 3
[mod] -- GH#066: Medical Powerarmor armor 4 -> 6
[mod] -- TR#294: MF_EXACT weapons locked to vision range
( BETA NOTE - this is the vision range REVERT, only MF_EXACT will have this restriction)
[mod] -- TR#---: pick bottom-most stack when reloading
[fix] -- TR#---: improve mouse responsiveness
[fix] -- TR#---: fix current kill spree showing best kill spree
[fix] -- GH#054: fixed error when DS/BA has no room to spawn demons
[fix] -- BETA : fixed post-mortem crash related to kill types (OT Bug #7/#8)
[fix] -- BETA : fixed kill source related crashes (OT Bug #4)
[fix] -- BETA : fixed feet resistance not respected by lava/acid (OT Bug #2)
32
Bug Reports / Re: ascii invulnerabilty screen broken on 0998
« on: January 05, 2024, 09:18 »
Fixed in BETA 2
33
Requests For Features / Re: DoomRL 0.9.9.8 BETA 1
« on: January 05, 2024, 08:44 »
BUG #1 - can't reproduce this! Once BETA 2 drops please try again, and if it still doesn't work, we'll investigate!
BUG #2 - fixed in BETA 2
BUG #3 - I wasn't the author of the AI changes, so I'd need to more closely investigate what happens there, let's leave it as it is for the time being
BUG #4 - fixed in BETA 2
BUG #5 - fixed in BETA 2
BUG #6 - added a task for it https://github.com/chaosforgeorg/doomrl/issues/59
BUG #7/#8 - same bug actually - fixed in BETA 2
BUG #9 - I did some changes here, but I guess it's still slow (especially compared to JH). if the changes didn't help then please be patient - I'm planning a fully non-blocking animation system for the future
BUG #2 - fixed in BETA 2
BUG #3 - I wasn't the author of the AI changes, so I'd need to more closely investigate what happens there, let's leave it as it is for the time being
BUG #4 - fixed in BETA 2
BUG #5 - fixed in BETA 2
BUG #6 - added a task for it https://github.com/chaosforgeorg/doomrl/issues/59
BUG #7/#8 - same bug actually - fixed in BETA 2
BUG #9 - I did some changes here, but I guess it's still slow (especially compared to JH). if the changes didn't help then please be patient - I'm planning a fully non-blocking animation system for the future
34
Bug Reports / Re: SYSOP charges missing
« on: September 01, 2023, 03:11 »
This was fixed, GOG version is behind, I'll try to make them push an update!
35
Bug Reports / Re: Increasing mod capacity of AV item doesn't substract charges
« on: September 01, 2023, 03:11 »
This was fixed, GOG version is behind, I'll try to make them push an update!
36
Requests For Features / DoomRL 0.9.9.8 BETA 1
« on: September 01, 2023, 03:10 »
High time to start working on another release, don't you think?
There are some old changes in the repository that never were publicly tested, so I need a baseline BETA 1 tested to go further. Also this version includes changes to linux curses display (you'll need to compile it yourself to check it out). Changelog below.
DoomRL 0.9.9.8 BETA 1 Windows LQ
If you're not on Windows, you can always compile the development branch from github - find me on the Jupiter Hell discord if you need help with that!
There are some old changes in the repository that never were publicly tested, so I need a baseline BETA 1 tested to go further. Also this version includes changes to linux curses display (you'll need to compile it yourself to check it out). Changelog below.
DoomRL 0.9.9.8 BETA 1 Windows LQ
If you're not on Windows, you can always compile the development branch from github - find me on the Jupiter Hell discord if you need help with that!
Code: [Select]
0.9.9.8 BETA 1
[new] -- TR#307: description for badges and medals in mortem.txt
[new] -- TR#---: event added: darkness
[mod] -- TR#---: Nightmare no longer prevents saving
[mod] -- TR#---: animation engine upgrade
[mod] -- TR#294: targeting ranges use vision calculation and are locked to vision range unless the weapon specifies a different range (shark)
[mod] -- TR#310: character screen (@) shows dodge and knockback modifiers.
[mod] -- TR#---: Ao100 / AAo666 full wins now counted as such.
[mod] -- TR#---: AoOC retooled -- starting inventory changed.
[mod] -- TR#---: separte path support (separate data/score etc, esp on Linux)
[mod] -- TR#---: curses used on Linux instead of FPCVideo
[fix] -- TR#---: melee kills tracked properly AoLT and ArchAoLT now working as intended
[fix] -- TR#---: kills are only assigned to an item if the item was used to kill
[fix] -- TR#---: weapon OnKill is called only if weapon is used to kill the enemy
[fix] -- TR#154: plural items (boots) are now properly described on floor
[fix] -- TR#---: fixed mouse scrolling along map edges (shark)
[fix] -- TR#---: right click won't try to reload weapons that don't use ammo (shark)
[fix] -- TR#290: mouse targeting now respects missile range property and vision range (shark)
[fix] -- TR#290: targeting line has consistent coloring rules between console and graphics mode.
[fix] -- TR#303: SegFault from melee attacking during weapon restricted challenges fixed (shark)
[fix] -- TR#---: better timed explosion animations for weapons firing multiple shots (shark)
[fix] -- TR#---: pump action weapons that self charge or don't use ammo will allow 'r' to pump them (shark)
[fix] -- TR#---: Shottyman no longer move-reloads self charging weapons (shark)
[fix] -- TR#---: BFG10K has better scattering, and scatters at close range (shark)
[fix] -- TR#303: Fixed a crash caused by a weird interaction between the player's death, a nuke, and being OnAction hooks (shark)
[fix] -- TR#---: 'l'ooking no longer overwrites the last line of the message log (shark)
[fix] -- TR#---: Repeat level feeling command added (Shift-L by default) (shark)
[fix] -- TR#---: Hell's Armory/Deimos Lab can now generate a unique as its special item.
[fix] -- TR#311: Armory/Deimos Lab won't pick assemblies created in the current game as a schematic choice.
[fix] -- TR#---: MMB now properly performs both attacks always. (shark)
[fix] -- TR#---: Demons shouldn't freeze up any more.
[fix] -- TR#---: Vaults: Opened spaces no longer marked permanent.
[fix] -- TR#---: Deimos Lab: Schematic generation matches Armory rules.
[fix] -- TR#---: Military Base: Work around for graphics issues.
[fix] -- TR#---: Arch-Viles now take damage from acid/lava.
[fix] -- TR#---: Berserker trigger is based on Nominal HP (Iro/Marine will no longer affect it), still has minimum of 10 damage (for AoHu).
[fix] -- TR#309: AoOC now counts sacrifice and full wins properly.
[fix] -- TR#---: Technicians now get starting tech mod on challenges that were (incorrectly) removing it.
37
Bug Reports / Re: Gog download for Windows is still 1.6
« on: August 07, 2023, 08:38 »
This is a GOG site issue - all I can do is the same as everyone, write to GOG support :/
38
Bug Reports / Re: DRL won't compile with default settings
« on: June 25, 2023, 07:09 »
Hey, use the development branch of both doomrl and fpc valkyrie - should compile both in 32 and 64 bit without issues.
39
Bug Reports / Re: Extremely poor performance
« on: January 21, 2022, 10:16 »
Hey, I don't visit the forge forums as often on steam, but I just wanted to inform you that I did manage to reproduce this state on my home PC (with a 1080 Ti) - unfortunately it happens so only in debug when running from visual studio - but chances are I can figure it out for the next version.
40
Bug Reports / Re: Please don't delete/hide the save while the game is running
« on: January 21, 2022, 10:12 »
There's a huge difference between
a) to savescum you need to prepare by saving the game, copying the save somewhere else, then to restore it you need to copy it back
-and-
b) anytime you wish to return to your old save, even if on a whim just force kill the game
The first one requires you to actively cheat, the second one is a very easy temptation to give into.
That said, when replays are in, I'll add a "safe mode" option, that will constantly save the current replay. This will cost a bit CPU and disk usage, but will basically restore your progress no matter what (including power outages, driver crashes, system crashes, etc). No ETA on it yet, but hopefully this year.
a) to savescum you need to prepare by saving the game, copying the save somewhere else, then to restore it you need to copy it back
-and-
b) anytime you wish to return to your old save, even if on a whim just force kill the game
The first one requires you to actively cheat, the second one is a very easy temptation to give into.
That said, when replays are in, I'll add a "safe mode" option, that will constantly save the current replay. This will cost a bit CPU and disk usage, but will basically restore your progress no matter what (including power outages, driver crashes, system crashes, etc). No ETA on it yet, but hopefully this year.
41
Bug Reports / Re: Crashes in Linux with 1.2
« on: January 21, 2022, 10:06 »
> There's no crash_report_xxx.txt from these.
That means that the driver crashed and didn't even return control to the game :/. Try updating your drivers. If that doesn't help, the least I would need is crash info from the driver, otherwise I'm working with a crash report no more detailed than "game crashes, fix it" :(
That means that the driver crashed and didn't even return control to the game :/. Try updating your drivers. If that doesn't help, the least I would need is crash info from the driver, otherwise I'm working with a crash report no more detailed than "game crashes, fix it" :(
42
Post Mortem / Re: [0.9.9 RC1|N!|AoMr|Ma|YAVP] Test successful (Marksman Diamond)
« on: April 23, 2021, 11:00 »
thelaptop, join us on Discord, that's where the Beta releases are tested :P
43
Bug Reports / Re: Typos and grammatical errors
« on: February 17, 2021, 10:06 »
Fixed the ones noted, will be included in 0.9.7 RC6 and 0.9.7.
44
General Discussion / Jupiter Hell 0.9.4 - Europa - RELEASED!
« on: September 28, 2020, 11:12 »
High time to attempt (no?) landings on Europa! 0.9.4 brings visual improvements to the snow-covered moon, along with revisiting of all it's generators, improvements to lighting and a brand new branch with a new special level! Additionally we added ice fiends and hyperblasters for ultimate splatter - read all about it below!
Asterius Habitat
New Europa branch has been added - similarly to Callisto's branches two out of three will be generated, but for this patch only we made Asterius Habitat guaranteed to appear. As all branches it comes with its own special level, and apart from variations of old Habitat generators it actually has two new generator types that are currently fully unique to the branch.
Ice fiends
Europa specific strain of the fiend has been added, pretty obviously cold-themed. This gives a nice counterpart to everyone's favorite cryoreavers and cryoberi :P
Hyperblaster
The addition of the cell-powered chainfire weapon leaves us with only one basic weapon that still needs to make an appearance (no cookie for guessing which, but it will come ;) ). The hyperblaster correctly works with all chainfire related traits.
Nightmare balance
We're generally pretty happy with how Nightmare turned out, it seems that almost all Diamond badges (apart from two) have already been acquired. However, two slight changes have been added. Respawned exalted will now only give experience on the first respawn (to prevent boring exp farming on level 1). To make the earlier levels more doable and less RNG-dependent, exalted soldiers on levels before Callisto L4 will now have worse equipment. This also applies to early regular game exalted spawns.
Masters and Traits
We buffed two underpowered scout masters - Ghost now reduces Stealth cost to 15 (10 at Level 2) and Assassinate keeps your dodge value after the attack (which makes spamming it much safer). We also are looking to buff Wizard and Fireangel, the former will get stronger with the hack changes coming next patch, the latter will need to wait for Fire related changes in an upcoming status effect related patch.
Marine's Furious now also generates +1/+2 Fury on kills that gib, making it a bit more useful and interesting trait, while Running cost is now 20 Fury independent of difficulty level.
Changelog
Apart from the above we did some more balance and visual changes, full list below:
What's next?
This was a slightly thinner release as we need some time to build up background tech for upcoming releases. Next up in 3-4 weeks we'll have 0.9.5 Terminal which will bring improvements to hacking and terminals in general, stay tuned!
Asterius Habitat
New Europa branch has been added - similarly to Callisto's branches two out of three will be generated, but for this patch only we made Asterius Habitat guaranteed to appear. As all branches it comes with its own special level, and apart from variations of old Habitat generators it actually has two new generator types that are currently fully unique to the branch.
Ice fiends
Europa specific strain of the fiend has been added, pretty obviously cold-themed. This gives a nice counterpart to everyone's favorite cryoreavers and cryoberi :P
Hyperblaster
The addition of the cell-powered chainfire weapon leaves us with only one basic weapon that still needs to make an appearance (no cookie for guessing which, but it will come ;) ). The hyperblaster correctly works with all chainfire related traits.
Nightmare balance
We're generally pretty happy with how Nightmare turned out, it seems that almost all Diamond badges (apart from two) have already been acquired. However, two slight changes have been added. Respawned exalted will now only give experience on the first respawn (to prevent boring exp farming on level 1). To make the earlier levels more doable and less RNG-dependent, exalted soldiers on levels before Callisto L4 will now have worse equipment. This also applies to early regular game exalted spawns.
Masters and Traits
We buffed two underpowered scout masters - Ghost now reduces Stealth cost to 15 (10 at Level 2) and Assassinate keeps your dodge value after the attack (which makes spamming it much safer). We also are looking to buff Wizard and Fireangel, the former will get stronger with the hack changes coming next patch, the latter will need to wait for Fire related changes in an upcoming status effect related patch.
Marine's Furious now also generates +1/+2 Fury on kills that gib, making it a bit more useful and interesting trait, while Running cost is now 20 Fury independent of difficulty level.
Changelog
Apart from the above we did some more balance and visual changes, full list below:
Code: [Select]
Beta 0.9.4 - Europa - September 28, 2020
NEW #1201 - Asterius Habitat branch added to Europa!
NEW #1202 - Asterius Breach special level!
NEW #1200 - ice fiend added!
NEW #1199 - hyperblaster, and ADV hyperblaster! (plasma chain)
CHANGE #1203 - ALL Europa generators revisted, improved visuals
CHANGE #1204 - increased amount of generated lootboxes
CHANGE #1198 - Refueling Base - better (weapon based) reward
CHANGE #1198 - AoNYR - all enemies drop weapons (except respawns)
CHANGE #1198 - weaker exalted soldier weapons pre-CalL4 (N! also)
CHANGE #1198 - Nightmare - only the first respawn gives XP
CHANGE #1198 - Scout - Ghost stealth costs now 15/10
CHANGE #1198 - Scout - Assassinate buffed and keeps dodge
CHANGE #1198 - Marine - Furious now generates +1/2 Fury on gib
CHANGE #1198 - Marine - Running now costs a flat 20 Fury
CHANGE #1198 - Europa L1 - less enemies on all difficulties
CHANGE #1168 - improved Callisto mines caves lighting
FIX #1198 - Limbo - safe zone added for reaver spawn
What's next?
This was a slightly thinner release as we need some time to build up background tech for upcoming releases. Next up in 3-4 weeks we'll have 0.9.5 Terminal which will bring improvements to hacking and terminals in general, stay tuned!
45
General Discussion / Jupiter Hell 0.9.3 - Nightmare - RELEASED!
« on: September 07, 2020, 10:18 »
It's time to face the ultimate challenge in 0.9.3 Nightmare! Apart from the eponymous difficulty level, we have added Platinum and Diamond level badges, level events, gibbing (fun for everyone, life-saving in Nightmare), ADV AMPs and more - read all about it below!
Nightmare!
The borderline unfair and punishing difficulty level from DRL returns! While the balance is close to UV (and there's no accuracy boost for the enemies), each biological enemy that dies leaves a summoning circle. Leave that circle alone and out of sight for a while, and the enemy will respawn... as a progressively-stronger, exalted variant.
This difficulty is not for the faint of heart, but is beatable. Different tactics need to be applied, gibbing enemies becomes a valuable tool, and exploring all of the map might become a death trap. You've been warned!
Platinum and Diamond badges
To make your Nightmare exploits count, we added a fourth and fifth tier of the badge system. While Platinum badges can be achieved on UV difficulty for some challenges, Diamond is all about Nightmare. Platinum badges are all achievable through careful and masterful play; Diamond ones, however... well, let's say that we're interested ourselves in how many of those are actually achievable! ;)
Gibbing
Borrowing the old Doom term, gibbing might happen when, you deal enough damage in a single attack to overkill an enemy. Depending on how much overkill happens, the gibbing chance goes up (damage equal to twice their health guarantees a gib). To quickly enjoy the lovely visuals, walk up to a former human and sell him a shotgun blast into the face. Note that some weapons (explosive ones and melee) have a hidden factor that makes gibbing easier!
Level events
Probably the most interesting addition for people who're afraid of the Nightmare are level events - modifiers that might happen when entering a regular level. There's currently 8 of them, ranging from simple ones (the level has many more barrels...) to ones that expect you to do something within a turn-based time limit to gain extra experience. Not all events generate on every level branch, and we will be adding more of them in further releases of the game!
ADV AMPs
While the initial idea was to ditch the old AMP system altogether, as the first step we're introducing ADV AMPs with random stats for pistols (inlcluding SMGs), auto weapons (rifles and chainguns), and shotguns. The perk pool for them is currently quite shallow; once we improve on it, we will probably remove the old regular AMPs.
Plasma grenade
The ultimate overkill tool, packing a whopping 200 plasma damage in a single grenade. Useful in Nightmare for gibbing, and in all difficulties for making sure that big dude dies. Don't bother saving them for the summoner though (see below).
UI
The seed line below the level name has been changed. It now states the difficulty (by single letter), the challenge abbreviation (if present), and the general seed of the run. Apart from helping streamers not answer the basic questions each time, it will help us have all the needed information in a screenshot when reporting issues with level generation.
Additionally, as requested, we've added head slot durability to the UI, and removed the armor name, as usually you remember what you're wearing and you can always shift-compare with what's on the ground.
Balance changes
Summoner now has a damage gate - if you deal more than 80 damage before he takes his turn, all further damage is negated until that time. If you're faster than him, you might notice his health turning violet - don't bother shooting him then (later we'll add a nice shield effect once shields are in!).
Barrel damage has been increased - this makes for more gibbing fun, but also might prove fatal if you're not careful!
We've increased the amount of loot, too - common chests always drop at least 3 items, with special tier 1 chests and vaults appearing more often.
Finally some more minor changes and the regular supply of bugfixes which all can be summed up in the full changelog below:
Full changelog
What's next?
We're working on a bigger feature, but it's taking more time than anticipated, so in the meantime we'll do a smaller content-focused release next. In hopefully two weeks you'll get 0.9.4 Europa, with various additions to level generation and other new stuff to explore. Until then, try not to fall victim to the Nightmare!
Nightmare!
The borderline unfair and punishing difficulty level from DRL returns! While the balance is close to UV (and there's no accuracy boost for the enemies), each biological enemy that dies leaves a summoning circle. Leave that circle alone and out of sight for a while, and the enemy will respawn... as a progressively-stronger, exalted variant.
This difficulty is not for the faint of heart, but is beatable. Different tactics need to be applied, gibbing enemies becomes a valuable tool, and exploring all of the map might become a death trap. You've been warned!
Platinum and Diamond badges
To make your Nightmare exploits count, we added a fourth and fifth tier of the badge system. While Platinum badges can be achieved on UV difficulty for some challenges, Diamond is all about Nightmare. Platinum badges are all achievable through careful and masterful play; Diamond ones, however... well, let's say that we're interested ourselves in how many of those are actually achievable! ;)
Gibbing
Borrowing the old Doom term, gibbing might happen when, you deal enough damage in a single attack to overkill an enemy. Depending on how much overkill happens, the gibbing chance goes up (damage equal to twice their health guarantees a gib). To quickly enjoy the lovely visuals, walk up to a former human and sell him a shotgun blast into the face. Note that some weapons (explosive ones and melee) have a hidden factor that makes gibbing easier!
Level events
Probably the most interesting addition for people who're afraid of the Nightmare are level events - modifiers that might happen when entering a regular level. There's currently 8 of them, ranging from simple ones (the level has many more barrels...) to ones that expect you to do something within a turn-based time limit to gain extra experience. Not all events generate on every level branch, and we will be adding more of them in further releases of the game!
ADV AMPs
While the initial idea was to ditch the old AMP system altogether, as the first step we're introducing ADV AMPs with random stats for pistols (inlcluding SMGs), auto weapons (rifles and chainguns), and shotguns. The perk pool for them is currently quite shallow; once we improve on it, we will probably remove the old regular AMPs.
Plasma grenade
The ultimate overkill tool, packing a whopping 200 plasma damage in a single grenade. Useful in Nightmare for gibbing, and in all difficulties for making sure that big dude dies. Don't bother saving them for the summoner though (see below).
UI
The seed line below the level name has been changed. It now states the difficulty (by single letter), the challenge abbreviation (if present), and the general seed of the run. Apart from helping streamers not answer the basic questions each time, it will help us have all the needed information in a screenshot when reporting issues with level generation.
Additionally, as requested, we've added head slot durability to the UI, and removed the armor name, as usually you remember what you're wearing and you can always shift-compare with what's on the ground.
Balance changes
Summoner now has a damage gate - if you deal more than 80 damage before he takes his turn, all further damage is negated until that time. If you're faster than him, you might notice his health turning violet - don't bother shooting him then (later we'll add a nice shield effect once shields are in!).
Barrel damage has been increased - this makes for more gibbing fun, but also might prove fatal if you're not careful!
We've increased the amount of loot, too - common chests always drop at least 3 items, with special tier 1 chests and vaults appearing more often.
Finally some more minor changes and the regular supply of bugfixes which all can be summed up in the full changelog below:
Full changelog
Code: [Select]
Beta 0.9.3 - Nightmare - September 7, 2020
NEW #1186 - Nightmare!
NEW #1156 - Level events! 8 initial events, more to come!
NEW #1188 - Gibbing! Overkill destroys corpses (useful in N!)
NEW #1187 - Platinum and Diamond badges - requiring N!/UV
NEW #1191 - plasma grenades - when a krak is not enough
NEW #1192 - ADV AMP's - pistol, auto and shotgun
CHANGE #1194 - HUD - short armor info, added helmet info
CHANGE #1193 - challenge, diff, and world seed under level name
CHANGE #1190 - Summoner damage gate (max 80 damage between turns)
CHANGE #1188 - improved some death animation timing issues
CHANGE #1191 - increased barrel damage values (be careful!)
CHANGE #1191 - ADV helmets always have at least 3 mod capacity
CHANGE #1191 - special tier 1 chests more common
CHANGE #1191 - common chests drop at least 3 items
CHANGE #1191 - increased the frequency of vaults
CHANGE #1156 - player data skill ranks above "Captain"
FIX #1191 - CAL L1 - removed some "not enough chests" cases
FIX #1165 - Tyre Outpost headgear now properly AV3
FIX #1165 - Entrenchment now displays proper resistance values
FIX #1165 - fixed passing 100% kills for some requirements
What's next?
We're working on a bigger feature, but it's taking more time than anticipated, so in the meantime we'll do a smaller content-focused release next. In hopefully two weeks you'll get 0.9.4 Europa, with various additions to level generation and other new stuff to explore. Until then, try not to fall victim to the Nightmare!