Update Beta 2



Beta 2.1 Bugfix Changes:

  • Disabled the Abandon Current Run button in the options menu when not on the title screen.
    • This button (and the delete all save data button) are buggy and probably don't even really need to exist at all. 
  • Fixed the Notes window second page defaulting to the non-information page mode when first opened.
  •  Fixed Finish Line preventing exhaustion gain while moving between rooms when the status effect was not applied. 
  • Fixed the dungeon camera getting stuck in click drag mode when being moved by other things.
  •  Fixed Teleport Glyph having incorrectly set dialogue script names (and thus not loading them). 
  • Fixed ally selectors in Coraline's shop menu not loading ally images properly. 
  • Set event autoplay (both New and All) to do nothing during the tutorial (where events autoplay anyway so having the event list also set to autoplay causes the events to play twice). 
  • Fixed Helping Hand interaction being allowed on allies below 90 Lust.


AAAAAAAAAA It's been way too long

SO! For those who haven't really been keeping up that closely with all my problems, I've been having a strange, unspecified health issue for the past several months. There's a lot of details in there but suffice it to say that it made getting things done rather difficult. I haven't REALLY found the root cause of those issues, nor would I say they are ENTIRELY fixed yet, but I'm feeling somewhat better. At least enough that I can put up a version here with a hefty amount of changes and bugfixes, even if it's still lighter than I would like on the content side. Still better to put up a new version that fixes stuff than not, so here we are.

As was voted on FOREVER ago by supporters on patreon and subscribestar, this update has content around (what seems to be) everyone's favorite character: the Witch. These are only the starts of a set of different event chains that I have planned. Hopefully they give at least a basic idea of where they're heading. In the next update, I'm planning to continue on with these event chains, as well as going back to the previous Experiments events. As that chain was originally started by the Witch, continuing forward with it will eventually reveal more about the cleverly insane spellcaster herself, as well as what she was up to prior to the Inquisitor's arrival on the scene.

For now though, I can only offer up the beginning, as well as thanks to all the people who have continued to be supportive (not just monetarily, but through well-wishes and the like as well) while I've been struggling with whatever the hell my body/brain has been doing. There will probably still be bugs or things I've forgotten to change/fix over the last several months, but I'm really HOPING that this is the start of me getting back into the swing of things, so thanks for sticking around. Enjoy!

Content:

  • Added the first events for a few different event chains featuring the Witch
  • 1 (small) New Trap
  • 7 New Skills
  • 1 New Curse
  • 4 New Spells
  • 1 New Trap Status Effect

Changes:

  • Added AI image generation use disclosure to the credits menu.
  • The dungeon camera's allowed movement bounds will now dynamically shrink to fit the actual size of the map (with enough wiggle room to hopefully not give too much about the map away).
  • The game will now attempt to center itself when opened in windowed mode at a larger resolution.
  • Added an option to skip to the next dialogue choice when the hotkey to skip an event is pressed and the event has dialogue choices.
    • This MAY not have been exhaustively tested. It SHOULD work fine in normal cases but there MAY be some ways to break it and some scenes MAY cause weirdness like backgrounds/music/images not changing to match the state they should be in at the time of the choice (if you went through the dialogue normally). Possibly.
  • Special Skills now clearly label themselves as such in their skill descriptions.
  • Added diminishing returns on healing for monsters and traps past a certain cap. By default, all threats will automatically have any heals cut in half if they have healed 100% of their maximum health in total. At 200% of their maximum health in total, further heals will be reduced by 75%. At 300% (which should PROBABLY never happen), all heal effects will be cancelled.
    • This healing cap can be set for an individual monster/trap via a "healing_cap" variable in their data. The default would be equivalent to this field being equal to 1.0, but if you set it to 1.5 for example the healing decreases would ramp up at 150%, 300%, 450% of max health instead.
  • Improved desire manipulation control forecasting to make it more obvious what difference a given action will make.
    • Also added an option to select no action, in order to return the control bar to its current state without any forecasting happening.
  • Added logic for allies to be more willing to do camp activities socially with other allies if doing so would be more likely to cause an event that has not yet happened this run
    • Because of the complexity of ally decision making in camp, this may not be making as big of an impact as I would like. Will need to be iterated on later.
  • Decreased the size of the portrait on an ally's stat page to show more status effects at a time.
  • Increased the size of the skill and curse lists in an ally's stat page.
  • Moved Desires to their own tab of an ally's stat page.
    • Also added other ally information to that third tab. What is shown there is likely to change when I come up with something better to put in the space, but for now it's just basic information and another place to see some pictures I guess.
  • Increased the stacks of Thorns granted by Get the Point from 3 to 5
  • Re-added the Dissuade spell.
  • Slightly increased ally pathfinding tendency to deprioritize dark rooms.
  • Increased mana cost of Photosynthesis [1 -> 2] and base cost of buying it from the Witch [21 -> 27]
  • Added another rank to Pride, making it a bit better at rank 1 (or when embraced). Also smoothed out the growth of how long the debuff lasts.
  • Buffed the Strike spell's damage as it kinda sucks for 2 mana (especially because the damage is reduced by armor) [5% -> 10%]
  • Added a particle effect for Bestial Pyre hitting. Kinda weird that I didn't have one in the first place actually.
  • Allies can now give text feedback when you click the Move Allies to Stairs button.
  • Added more ally feedback messages when giving orders.
  • These will only really be relevant for modders (of which I wish there were more but hey it is what it is):
    • UI fields which have custom tooltips enabled no longer require manually adding [center] bbcode tags to their data to display correctly
    • This will not break existing mods which DO have [center] tags in the data either
    • The remove_status_on_denounce field in Curse data can now support an array of multiple status effects to remove when denouncing, rather than only a single string ID.

Bugfixes:

  • Fixed dialogue choices getting locked in even if you went backward to before they were made while watching scenes from research notes.
  • Fixed unexpected behavior with the Gluttony and Heat Wave curses due to lacking max_rank fields.
  • Fixed Horn of Battle events not having associated dialogues.
  • Fixed a bug where choices made in dialogue were not jumping to the correct place in the dialogue afterward (though the chosen option WAS still being set on your save).
  • Fixed a bug where allies would always agree with any suggestion the player made for their next activity in camp.
  • Removed the Imp portrait that was just kinda hanging out at 0x0 on the map.
  • Fixed a bug where allies set to wait inside an empty room that then became dark would continue waiting indefinitely rather than moving out of the dark room.
  • Fixed I'll Cover You! skill requirements checking for Health of 25 or higher rather than 28.
  • Fixed a bug where the Drider was failing to find a suitable room to move to during her Cocoon Armor event.
  • Fixed the rank up skill window not showing custom tooltips properly.
  • Fixed Horn of Battle's name having no spaces in it.
  • Fixed the Flytrap spell's wording to specify it does not lower Thorns duration rather than Thorns cooldown.
  • Fixed ally pathfinding slightly deprioritizing monster/trap rooms that were visible but NOT explored.
  • Fixed being able to invite allies to your tent and do desire manipulation things before finishing floor 3.
  • Corrected Dividend's spell description saying the one time cooldown is 30 actions when it is 30 turns.
  • Fixed the Fist Pump skill checking if the character has Grace rather than the listed requirement of Let's GOOOOOO, making it actually impossible to qualify for.
  • Fixed several skills that had requirements stating they required associated Desire Drives to be at a certain level but actually checked that those Drives were at the next level up (asking for High but checking for Intense or asking for Intense but checking for Obsessive)
    • This affects Adventurer's Drive, Capacitor Discharge, Cleave, Fleetest Feet, Get It Together, Helping Hand, Holy Shield, Mad Dash, Rend In Twain, Shield Bash, and Too Rich To Die.
  • Fixed Lore Info notes being visible by default even though the checkbox to show them is unchecked by default.
  • Fixed gaining a curse being able to push an ally's desire drive below 0.
  • Changed Rampaging to not show it's particle effect/message if the ally's special skill is already at 0 cooldown.
  • Fixed Interaction skills appearing in an ally's popup menu while they have Addled.
    • Clicking them in this situation would do nothing other than pass the turn anyway.
  • Fixed Weal and Woe's status effect using its curse icon (diamond shape in a square space).
  • Fixed a bug when attempting to scroll through the ranks of a blank skill scroll 
    • There's no reason to actually do this but if you accidentally clicked on it the game would try to access a null value.

Files

Going Deeper Beta-2.1 Public (win).zip 458 MB
72 days ago
Going Deeper Beta-2.1 Public (lin).zip 460 MB
72 days ago

Get Going Deeper

Download NowName your own price

Leave a comment

Log in with itch.io to leave a comment.