Friday 21 January 2022

Version 0.4.3.1 Public Release

Hello once again,

As you'll see from the patch notes, this update includes the content to replace Penelope's placeholders, but it mainly adds a lot of contributor content. There are several pull requests which I've merged into this version, which are primarily focused on fixing bugs. There's also some new content from the contributors AceXP and Nnxx, the addition of which is what led to me pushing this version's release date back to today.

From AceXP, there's a new scene in Lilaya's lab, where you can sneak inside once per day to watch a small sex scene between Lilaya and Rose. AceXP has also added some new content for Angel, which becomes available after purchasing a prostitution license from her and then returning to her office afterwards.

From Nnxx, a bakery has been added in the north-west of Dominion. The horse-girl who runs this bakery has some sex content, and also sells doughnuts (which provide an HP recovery effect).

Now that I've got this release out, the next update will be a preview again, and will likely be out in a week or so from now. I'll make a post in a couple of days to give you my detailed plan for the next few versions, but in brief I'm planning on merging some more pull requests and adding some more content from AceXP for the preview version, as well as potentially adding some main quest content.

Thank you all so much once again for your support, and I'll see you again in a couple of days when I make my detailed plan post! See you soon!

P.S. This version is 0.4.3.1 instead of 0.4.3 as I used 0.4.3 as a temporary version when pushing to github, so I needed to iterate it one more step to differentiate this public release from that work-in-progress version.


As always, you can also build these releases yourself from the public github's dev branch (which is always kept up to date with the very latest version):
https://github.com/Innoxia/liliths-throne-public/tree/dev
(There's a build tutorial here.)

IMPORTANT: If you're building through github, you'll now need to place the 'liliths-throne-public/res' folder in the same directory as the exported .jar!


v0.4.3.1 Download Links

This is still an alpha, and contains bugs and half-finished content!

.jar:

Pre-zipped: Mega

Pre-zipped: Google Drive

.exe:

Pre-zipped: Mega

Pre-zipped: Google Drive

32-bit .exe (For 32-bit Windows):

Pre-zipped: Mega

Pre-zipped: Google Drive


v0.4.3.1 Patch Notes

AceXP's content contributions:

  • Added a scene for watching Lilaya and Rose have sex in Lilaya's lab.
  • Added repeatable sex content for Angel, which is unlocked after visiting her after purchasing a prostitution license.

Nnxx's content contribution:

  • Added a bakery in the north-west of Dominion, called 'The Creamy Bakey'.
  • Added a new horse-girl character, Callie, who runs this shop, and added some sex content for her.
  • Added three new doughnut food items which can be purchased from Callie.

Contributors:

  • Fixed issue where newly generated offspring would be of a random subspecies if they were meant to be a half-demon. (by AceXP)
  • Fixed issue where sometimes starting lust would be zero for newly spawned encounters instead of at their resting lust level. (by AceXP)
  • Fixed bug where if a character was immobilised then no orgasm options would be available for them to choose from, which led to a blank action grid being displayed to the immobilised player when a character reached orgasm. (PR#1638 by miome)
  • Added support for instantiating all NPC classes via the addNPC(String npcGenerationId, String parserTarget) method by using predefined names (like FieldsBandit) or qualified names (like dominion.DominionAlleywayAttacker). Also updated the default (no parameter) NPC constructors to make use of gender preferences. (PR#1615 by AceXP)
  • Fixed issue where offspring subspecies names weren't being generated correctly, fixed issue where offspring between demons and non-demons were not being generated as the correct subspecies, and added previously unused dialogue for all calendar months in the player's room. (PR#1634 by AceXP)
  • Fixed issue where a player wearing the correct patrol uniform would auto-fail the uniform check during Enforcer alleyway encounters. (PR#1635 by DSG)
  • Maxis010's bugfix PR#1630:
  • Default penis and vagina values should now always respect the default values drawn from the character's race upon generation.
  • Event log entries are now capped at 50 to address a potential memory leak issue.
  • Stopped gear resealing onto the character upon loading if it had already been unsealed.
  • Multiple dialog & tooltip fixes (with contribution from Phlarx).
  • Moved QUEST rarity clothing checks to banishNPC method as previously calling it in the unequipClothingIntoVoid method was causing a duplication bug.
  • Changed all removeNPC method calls to banishNPC method calls so that all NPC removal checks are applied.
  • If the player's offspring are being incubated in an NPC which is removed, then the offspring are no longer deleted.

Engine/Modding:

  • Filled in all placeholder dialogue in Penelope's spa, 'Woolly Heaven'.

Clothing:

  • The succubus/incubus attackers in Dominion's alleyways now draw on your gender preferences to generate their gender, instead of always being either male or female.

Bugs:

  • Parsing fixes.
  • Corrected imp lore description incorrectly stating that imps could not self-transform.
  • Fixed issue where externally-defined sex managers would throw errors if a preference returned an empty String.