Ohrskun, Adjatha

Ohrskun, Adjatha

Everybody has been distracted and in their own little worlds for the last couple of weeks for some mysterious reason; I can’t really speak specifically for what has kept everybody else busy, but I took the opportunity to cleanup and rework the Imagepack download process for the Electron Backer build. A couple people have been having issues with it, and a few gaps in how I built it came to light so I took the opportunity to really comb through it and handle as many of the missing bits as I possibly could over the holidays. Very much a case of “fix one thing, find two more problems” all the way down until it finally came together. With it handled though, it opens the door for some more image-based things that I need to get onto sorting out over the next couple of weeks; we’ve got a stash of assets that have built up over the last couple of years that we never previously had the capability to easily squish into the game, but we’re finally at a point that we can.

Plenty of other bugfixes have rolled into the repo since the last build, and I don’t want to sit on them whilst I keep plugging new content together, so you’re getting a bugfix patch, and hopefully another one soon™ with some steamy fresh content.

0.9.030 Changelog:

  • The imagepack download process has been heavily reworked behind the scenes and should be more reliable. There is now also an additional option under the Graphics settings menu to delete the imagepack if it is installed. (Gedan)
  • Tweaked how bulk descriptions for multifoe fights overwrite individual combat descs to be more standardized and efficient. Previously it was converting the character’s class name into a string and checking against a list of strings. Now it’s just a boolean slapped on a character object. This was done for working on the unreleased zaika gang encounter. (Fen)
  • Standardized stun immunity checks to check a function in the creature object instead only checking for a specific status (which the function now checks). (Fen)
  • Fixed a possible error with Bhakar’s vaginal fuck scene where it could try to route him into your ass, which the scene didn’t support. (Fen)
  • Allow players to win ties with Roo. Remove some text that had her sneaking into basic blackjack. (lowercase_donkey)
  • Players can no longer bet negative amounts of money in blackjack and throw the game. Honestly, who cheats at cards?! (lowercase_donkey)
  • Fix Nykke’s missing pregnant bust (lowercase_donkey)
  • Fix Rats Raider busts being attached to the wrong raiders (lowercase_donkey)
  • Siegwulf item fix. Item stats will now correctly display on the item. Stats also changed slightly. The new stats are:
    Normal: 3 evasion, Bimbo, not Dom: 2 evasion, 5 sexiness, Bimbo Dom: 2 resolve, 4 sexiness (lowercase_donkey)
  • Fix CyberneticExoskeleton to actually allow you to carry heavy weapons (lowercase_donkey)
  • Fix some items softlocking player when inspected (lowercase_donkey)
  • Fix for LionOS not showing options. (lowercase_donkey)
  • Crash fix: Sera “sex party.” (lowercase_donkey)
  • Crash fixes: Gianna sex and Mirin sex. (lowercase_donkey)
  • Crash fix: majinUpdate() not found. (lowercase_donkey)
  • Sophora fixes: isHard() crash; intro showing wrong text based on players experiences; `legOrLegsNoun` error. (lowercase_donkey)
  • FIRST-14 tutorial fixes: players will no longer get mail before they have an email set up, stop Krissy and possibly others from appearing. (lowercase_donkey)
  • Improve the hints for players looking for Una bad end. (lowercase_donkey)
  • Update character data on a few NPCs so it includes their canonical heights. (lowercase_donkey)
  • Fix Myrna and Mirin scenes warping players back to ship. This warping is a fallback when the game can’t find the place a scene is looking for; it’s helpful when you report these. (lowercase_donkey)
  • Fix for quest log not showing Dhaal dungeon as complete (lowercase_donkey)
  • Stop Kane from hurting himself in confusion when he is supposed to be interrupting the player (lowercase_donkey)
  • Porno hacked drones will no longer attack their original target in the same turn they are teasing the player. (lowercase_donkey)
  • Syri’s idle crew text now has the correct line breaks. (lowercase_donkey)
  • Many spelling fixes. Did you know it’s “gabilani” and not “gabiliani”? (lowercase_donkey)
  • Added some autofiltering to the equipment screen that should autofilter available items when selecting an item slot. (Jacques) (I believe this still needs a little work to polish it, but I ran out of time before getting to it tonight…)
  • Added and fixed a few more completed cards to the set. (Jacques00)
  • Cleaned up a lot of stat change displays across the game. (Jacques00)
  • Fixed a bunch of Sylvie typos. (Jacques00)
  • Tweaked item card renders in the equipment screen. (Jacques00)
  • Minor tweaks to gooArmor text display when handled during item collection. (Jacques00)
  • Tweaked item rarity colours. (Jacques00)
  • Consistency for showName() capitalization. (Jacques00)