Saturday 15 January 2022

Version 0.4.2.9 Public Release

Hello once again,

As you've no doubt noticed from the title of this post, I've decided to call this release version 0.4.2.9 instead of 0.4.3. This is because there's still some placeholder dialogue in Penelope's content, and also because I ran out of time in which to thoroughly test this version, and so I'm worried that there might be some bugs in it which I haven't found. I'm planning on releasing a mini public update towards the start of next week to address these issues and push the version to 0.4.3.

Anyway, with that out of the way, this version is mainly focused on adding content to Penelope's spa, and additionally improves condom behaviour, adds an arctic-wolf subspecies, and fixes some bugs. I'll be posting my detailed plan for the next few versions when I release the mini update of 0.4.3, which will be (hopefully) in around 4-5 days time.

Thank you all for your continued interest in Lilith's Throne, and I'll see you again in the next post!


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.2.9 Download Links

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

.jar:

Pre-zipped: Mega

Full folder: Google Drive

.exe:

Pre-zipped: Mega

Full folder: Google Drive

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

Pre-zipped: Mega

Full folder: Google Drive


v0.4.2.9 Patch Notes

Contributors:

  • Fixed issue where offspring from demons and non-demons were being generated as the wrong subspecies. (by AceXP)
  • Added 'equipClothingFromOutfitId()' method to CharacterUtils.java, making it easier to equip outfits on npcs in xml files via calls to game.getCharacterUtils().equipClothingFromOutfitId(). (by AceXP)

Engine/Modding:

  • Converted all hard-coded BDSM-set, stomach-slot, and 'women's fashionable leather jacket' clothing files to external xml files.
  • Fixed incorrect documentation for the 'sexClothingEquippable' attribute in the commented sex manager, 'meraxis/duel/masturbation.xml'. (This variable defines whether or not the character can equip sex toys on others, while the old, incorrect documentation stated that it defined whether the character could have toys equipped on them.)
  • Added 'clothing' and 'npc' parsing targets for the 'sexClothingEquippable' attribute in xml-defined sex managers.
  • Added 'ROPE' and 'CHAINS' as new immobilisation types (in ImmobilisationType.enum) for use during sex, along with associated status effects.

Gameplay:

  • Added sex content for Penelope's spa 'Woolly Heaven', which can be found in Elis's shopping precinct. (There's still some placeholder dialogue in Penelope's scenes, which will be filled in for the next update.)
  • Added 'arctic-wolf-morph' as a subspecies of the wolf-morph race. (To be classified as an arctic-wolf-morph, be detected as a wolf-morph and have white fur.)

Clothing:

  • The 'wrist restraints' clothing item from the BDSM set can now be equipped to the ankle slot in addition to the wrists slot.
  • Added stickers to the 'tagged choker' BDSM clothing item to allow you to customise the text on the tag.
  • Added secondary dye colours to 'overbust corset' and 'underbust corset', and secondary and tertiary dye colours to 'fashionable women's leather jacket'.

Sex:

  • You can now equip condoms onto unique NPCs in most of their sex scenes. (A few special sex scenes prevent this behaviour, such as Lyssieth's demon TF sex scenes.)
  • Condoms can now be equipped onto a character's penis even if their penis is involved in an ongoing action, so you no longer need to stop ongoing action, apply condom, then restart the action.
  • NPCs now remove condoms that were equipped during sex when sex ends.
  • All speech actions are now available while being immobilised in sex scenes for both the player and NPCs.

Other:

  • The 'Random race transformation' potion effect (added via enchanting food with 'core' + 'transformative I' modifiers) no longer tries to apply transformations which have already been applied to the target, so potions with 16 of these effects will now always fully transform a target into the potion's race.
  • 'Woolly heaven' is no longer closed during weekends.
  • Standardised hyphenations in the names of several subspecies.

Bugs:

  • Added missing sex actions for the 'humping' sex slot while in the 'over desk' sex position.
  • Fixed issue where you could have vaginal sex with Kazik even if you had no vagina.
  • Fixed issue where in some sex scenes you could swap positions with a character who should have been blocked from accessing your position.
  • Fixed the 'orgasmCumTarget' element in sex managers not working correctly and throwing background errors.