You must be 18+ to visit this website
The content on this website is AGE RESTRICTED
Please confirm you are at least 18 years old of age. Otherwise leave the website.
Innoxia profile
Innoxia
18+
Innoxia
Creator of the text-based RPG, Lilith's Throne.
Subscribe
Message

Subscription Tiers

$1
USD monthly
Human
  • My thanks for your support!
  • 'Human'-tier role in the LT Discord.
106 subscribers SubscribeStar $1.00 tier
Unlock
$5
USD monthly
Half-demon
  • My thanks for your support!
  • Access to preview builds (available in-between full public releases).
  • One vote in any polls that I make.
  • Early access to artwork commissions and other supplementary content (such as clothing mods or additional writing).
  • 'Half-demon'-tier role in the LT Discord.
802 subscribers SubscribeStar $5.00 tier
Unlock
$10
USD monthly
Demon
  • My thanks for your support!
  • Access to preview builds (available in-between full public releases).
  • Two votes in any polls that I make.
  • Early access to artwork commissions and other supplementary content (such as clothing mods or additional writing).
  • Name in credits.
  • 'Demon'-tier role in the LT Discord.
188 subscribers SubscribeStar $10.00 tier
Unlock

Features

  • Support the creation of Lilith's Throne.
  • Gain access to preview builds and vote in polls.
Innoxia
Public post
Progress News & Plan

Hello again!

As promised, this is just a small post to keep you updated on how things are going. I don't have too much progress to report just yet as I took a couple of days to rest after the last hotfix, but I have been working on planning the main quest content and adding random effect potions into the game. I decided to add these random potions (and implement the recent expansion of the randomised clothing enchantment system) for three main reasons: 

- I wanted there to be another way for players to potentially experience a different character than one they'd normally create themselves (either by drinking a random potion themselves or by being fed one by an NPC).
- It can be fun to use random TFs on NPCs.
- I didn't think it would take much time to add them.

Implementing the random potion has required a little more refactoring of old code than I expected, but I've got it all working now and just need to finish off a couple of small things to get it fully functional. I'm going to get that finished tomorrow, then I'll work on getting bugs fixed, and then on Tuesday or Wednesday I'll be getting on with the writing for the main quest.
 
There are some annoying bugs in the current version, but nothing game-breaking has been reported so I don't plan on releasing another hotfix. I'll make another post at the end of this week to let you know how the writing's going, and I should have lots of progress to report then!

Thank you so much for your support once again, and I'll see you very soon!
Comments (1) loading...
Like(28)
Dislike(0)
Sign Up or Log In to comment on this post
Innoxia
Public post
Version 0.4.11.3 Public Release Hotfix

Hello again, this is another small hotfix to address one game-breaking bug in sex scenes where if a character has an ovipositor penis or clit and starts an ongoing sex action, the game will lock up. I've also fixed quite a few other bugs, made some minor changes, and added a 'prone bone' sex position. I've also further restricted the slime & elemental transformation options by requiring you to unlock advanced knowledge of a race before being able to transform into them. I've made this change so that I can make sure that certain racial transformations are only going to be available by completing certain content. At the moment this only affects dragons, but I'm going to be adding content involving youko soon, and while it should already be impossible to transform into youko via slime TFs, there might be some races which I add alongside the youko whose availability I'd like to limit.

I've also added a new 'visual impairment' perk, and although it takes up a few lines in the patch notes, it is just a very small addition to make the in-game glasses have an actual use instead of being purely cosmetic. Although Lilaya, Saellatrix, and Lyssieth wear glasses, they don't have the 'visual impairment' perk (as demon eyes are immune); the only unique NPCs with visual impairment at the moment are Nizhoni, Vanessa (Ms. Cunningham), and Ziva (Ms. Levine).

I'm going to take a rest tomorrow as I've been feeling a little tired today and yesterday, but on Thursday I'll move on to adding main quest content for the next update (which will be a preview one released here on SubscribeStar). I'll make a post at the weekend to let you know how things are going!

Thank you all once again so much for your support and for playing Lilith's Throne, and I'll see you again very soon! ^^


v0.4.11.3 Download Links
Note: If you're on Windows, it's best to use the .exe version (only use the 32-bit exe if you're using 32-bit Windows). The .jar download is so that players on Linux or MacOS can get the game to run, in which case you'll need to make sure that you have java installed on your machine and that you have JavaFX installed too. You can ask in the #tech-support channel on the LT discord for help if it's not working.
If using the .jar, please make sure to run it with Java version 1.8.0_172, as other versions have issues with the UI.
.exe (Recommended for Windows OS):
Mega
Google Drive
32-bit .exe (For 32-bit Windows OS):
Mega
Google Drive
.jar (For Linux or Mac OS):
Mega
Google Drive


Source Code
You can view the game's source code and 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:
https://github.com/Innoxia/liliths-throne-public/blob/dev/lilithsThroneBuildTutorial.md
(If you decide to build through github, you'll need to place the 'liliths-throne-public/res' folder in the same directory as your exported .jar!)


v0.4.11.3 Patch Notes
Engine/Modding:
- Added 'PRESCRIPTION_GLASSES' as an ItemTag, which grants any wearer a small status effect buff ('enhanced vision'), and also negates the 'impaired vision' effect which affects characers with the 'visual impairment' perk.
- Added 'EYE_PERFECT_VISION' as a BodyPartTag, which makes the character immune to the negative effects of the 'impaired vision' perk. (Demon, angel, dragon, gryphon, and raptor eyes have this tag.)
- Added 'breakOutOfInventory' element to item types, which is false by default, but when true it causes the inventory to close when using the item (commented element in 'res/items/innoxia/pills/fertility.xml').
- Converted money from integer values to longs (in case the player manages to somehow earn more than 2.1 billion flames).
- Added a new TFPotency, 'SPECIAL', which when used as the potency on an item of clothing's sealed item effect will make it impossible to unseal. See the 'game/inventory/enchanting/TFPotency.java' file for comments on this and application details. (This will not be present nor available in a normal game; it's been added for use on special modded clothing.)
- Added support to combat moves for hitting multiple targets and improved the formatting for several elements (the old formatting still works, so there's no need to update moves to the new format); a fully commented example is in 'res/combatMove/innoxia/quadruped_kick.xml'.

UI:
- Improved the appearance of the race page in the encyclopedia and added ability to click on race entries to open their subspecies info page.
- Additional descriptions in clothing tooltips (things like 'sex equip enabled' or 'fits arm-wings') now continue to be shown when the clothing is equipped.
- Improved character's quick overview tooltip (when hovering over your race icon or an NPC's race icon in the 'Characters present' panel) to show femininity, body shape, and height at the top underneath their race's name, and also neatly cut off text overflow with an ellipsis.

Gameplay:
- Slime and elemental transformations now require advanced knowledge of races (obtained from race books) in order to transform into them.
- The subspecies which newly-spawned slimes decide to mimic are now limited to the subspecies found within their region (e.g. slimes spawned in Submission will spawn as subspecies which can ordinarily be found in the region of Dominion, which encompasses all of Dominion and Submission).

Impaired vision:
- Added 'visual impairment' as a new unique perk, which gives a negative status effect while not wearing clothing with the 'PRESCRIPTION_GLASSES' tag (i.e. glasses).
- randomly-spawned NPCs having a 2.5% chance to have it (there is no way for the player to get this perk at the moment but I might add a way to get it later on).
- Nizhoni, Vanessa (Ms. Cunningham), and Ziva (Ms. Levine) now have the 'visual impairment' perk.
- If a character has the 'visual impairment' perk, any clothing with the 'PRESCRIPTION_GLASSES' tag (i.e. glasses), will not be removed at the start of sex if 'Automatic stripping' is enabled, and selecting 'unequip all' in their inventory will also ignore any clothing with the 'PRESCRIPTION_GLASSES' tag.

Items:
- Using the 'bioslime canister' now breaks out of your inventory, making it easier to see the full transformation text.

Sex:
- Added 'lying on front' as an alternative slot to 'lying on back' in the 'Lying down' sex position, which allows partners to perform oral, receive oral, or have sex in the 'prone bone' position.
- The 'beside' slots in the 'Lying down' sex position now have correct interaction availability with characters lying down and those in non-lying-down slots.
- Added the new 'prone bone' position as an option to switch to during sleep sex.
- Improved dirty talk lines and positioning descriptions for when used in sleep sex.
- Removed the Hypermobility perk's non-taur requirement for being able to perform autofellatio & autocunnilingus (so taurs can now perform those actions if they have the hypermobility perk).

Other:
- Added 'Craft x5' and 'Craft all' options to the enchantment menu to make bulk enchanting a little less tedious.
- Increased the threshold for additional inventory slots being dirtied by cum when a character orgasms onto their partner; additional slots being dirtied now starts at 30ml of cum instead of 16ml, and not as many slots are dirtied (but the maximum cum bracket of 1,000-10,000ml is unchanged at 8 slots dirtied).
- Slaves assigned to your bedroom, who are attracted to you, and who have permission to use you, will now engage in sleep sex with you (if you have the heavy sleeper perk) at least once in each block of bedroom work they're assigned to (a block being any number of consecutive hourly slots).
- Increased maximum height in character creation screen from 200cm to 215cm (so you can start as 7 feet tall).

Bugs:
- Parsing and typo fixes.
- Removed the 'Back' button from the initial dialogue when starting a new game, as returning to the main menu and then trying to resume from there would throw errors.
- You can no longer unequip/equip/unseal clothing nor use items in a sex scene in which you are immobilised.
- Fixed bug with frotting, where if you were targeting a different character to the one you were frotting with and selected the 'Frotting orgasm', the cum effects would be applied to the targeted character instead of the one you were frotting with.
- Fixed bug in the encyclopedia, where if the horse shoes were discovered, the 'feet' clothing section would display an error message (if this bug was occurring in other pages, they all should be fixed now).
- Fixed job selection perk tooltips displaying the player's currently selected occupation instead of the perk's associated occupation.
- Fixed bug where you could get stuck in an infinitely-looping menu if you opened your phone while in the Enchantment save/load dialogue.
- Fixed incorrect orgasm description in group sex which occurred when character_A gave character_B a creampie while targeting character_C.
- Fixed game-breaking bug where the game would lock up if any sex actions were started with a character who had an ovipositor penis or an ovipositor clit.
- Fixed bug where NPCs who transform you after sex would alternate between shrinking and growing your breasts and/or crotch-boobs.
- When setting an unemployed friendly occupant to a job within the manor, the occupant/slave overview list will now show the same income information which is in their job dialogue, instead of always showing 0/day.
- Fixed bug where opening a friendly occupant's inventory via the overview menu's inventory button would sometimes cause the inventory to get stuck, soft-lock your game, and throw background errors.
- Fixed clothing tooltips not displaying all of the clothing's extra information.
- Fixed the 'slaves' in Slaver Alley's cafes not actually being set to being slaves, and having incorrect descriptions as a result.
- Corrected multiple inconsistent pregnancy descriptions for if you're a taur.
- Fixed bug where dolls (including the player) would have their aura set to NaN (also fixed the same bug for health values).
- Fixed some formatting bugs in the newly updated tooltips.
- Fixed nipple and crotch-nipple creampie retention enchantments not working.
Comments  loading...
Like(18)
Dislike(0)
Sign Up or Log In to comment on this post
Innoxia
Public post
Hotfix Incoming

This is just a small post to let you know that I'll have another hotfix released within the next day or two (I'm breaking my rule of not giving fixed release dates as the hotfix is already complete, I just need to do some more testing and potentially fix some more bugs, so I can guarantee that it will be released by Tuesday at the latest). This hotfix is needed to fix a game-breaking bug in sex scenes where if a character has an ovipositor penis or clit and starts an ongoing sex action, the game will lock up. I'll also have quite a few other bugs fixed and some other minor things added, but there won't be any new content in it. After this hotfix is released, I'll finally move on to working on the bulk of the content for the next preview update, which will be the next stage of the main quest. So I'll see you again very soon for the hotfix release post!
Comments  loading...
Like(14)
Dislike(0)
Sign Up or Log In to comment on this post
Innoxia
Public post
Version 0.4.11.1 Public Release Hotfix

Hello again!

This is just a small hotfix to address two annoying bugs. The more serious of these two bugs was occurring during sex, where a background error was being thrown and causing the game to soft-lock. The other bug which I felt needed fixing as soon as possible was where the inventory UI would be pushed down and cut off at the bottom of the screen if your enchantment instability attribute was over 99.

There are a few other bug fixes and very small changes in this version. I've also updated the rest of the tooltips to use the new formatting which clothing/items/weapons/tattoos have. Additionally, I've scaled down some of the larger character images, so the download size for this version is a lot smaller than it previously was (the .exe version is reduced from ~486MB to ~197MB). If you want the full resolution images, then you can get them from my github (https://github.com/Innoxia/liliths-throne-public/tree/dev/res/images/characters).

Now that this hotfix is out, I'll move on to working on the content for the next preview version (assuming that there are no major bugs which require a second hotfix...). I'll make another post by the end of this week to let you know what my plans are for that update.

Thank you all so much once again for your support, and I'll see you again soon!


v0.4.11.1 Download Links
Note: If you're on Windows, it's best to use the .exe version (only use the 32-bit exe if you're using 32-bit Windows). The .jar download is so that players on Linux or MacOS can get the game to run, in which case you'll need to make sure that you have java installed on your machine and that you have JavaFX installed too. You can ask in the #tech-support channel on the LT discord for help if it's not working.
If using the .jar, please make sure to run it with Java version 1.8.0_172, as other versions have issues with the UI.
.exe (Recommended for Windows OS):
Mega
Google Drive
32-bit .exe (For 32-bit Windows OS):
Mega
Google Drive
.jar (For Linux or Mac OS):
Mega
Google Drive


Source Code
You can view the game's source code and 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:
https://github.com/Innoxia/liliths-throne-public/blob/dev/lilithsThroneBuildTutorial.md
(If you decide to build through github, you'll need to place the 'liliths-throne-public/res' folder in the same directory as your exported .jar!)


v0.4.11.1 Patch Notes
Additional note:
- The 'res/images/characters' folder has been reduced in size (from ~390MB to ~100MB) by scaling the larger images down to a maximum height of 1080px. If you want the originally-sized images, then you can get them from the github repository.

UI:
- Removed the 'Enchantment instability' text above the inventory UI panel to stop it from wrapping onto a new line if instability was over 99 (the new icon for Enchantment instability should make it clear what the numbers mean anyway).
- Updated the tooltip formatting to align with the new item tooltip formatting for: status effects, perks, combat moves, fetishes, desires, spells, and spell upgrades.
- The 'Items Present' panel is no longer greyed-out when in the inventory screen.

Gameplay:
- Added ability to fuck Vronti's ass (unlocked after having previously given him a blowjob or performed anilingus on him).
- Added ability to continue seeing clients in Yui's dungeon scene instead of having the night skip to the end after the first client, and added a random variation for the client's into scene.

Sex:
- Further refined the condom orgasm behaviour of NPCs, so NPCs wearing condoms will no longer pull out of orifices if the condom is going to break (as they don't know in advance that it's going to break), but if they aren't penetrating an orifice, then they are free to choose an area of their partner to cum onto as the condom breaks.
- Split actions involving tail egg-implanting, so that if a character is penetrating multiple orifices by using multiple ovipositor tails, they now get the option to implant eggs any of the penetrated orifices, instead of the orifice being randomly selected.

Other:
- Applied tagging to character images so that character artwork which was spread across multiple folders is now all located in one folder (applied to Fae, Silvia, Shadow, Silence, Fyrsia, Hyorlyss, Jess, Lyssieth, Meraxis, Nyan, Leotie, and Takahashi).
- Fennec-morphs no longer need dirty blonde, bleach blonde, or tan fur to be identified as a fennec-morph, and instead just require fennec fox ears.
- Changed Rose's cat-fur colour from black to light red (which was her intended colour as can be seen in her artwork; I didn't realise it was black in-game this whole time...).

Bugs:
- Typo and parsing fixes.
- Fixed major bug in sex where sometimes the action buttons would become unresponsive and the game would soft-lock.
- The enchantment instability tooltip should now correctly display when hovering over an NPC's instability count (i.e. the panel directly above their inventory when managing their inventory).
- Fixed parsing errors being thrown if you loaded a save in which slaves had the 'broodmother pills' permission assigned to them.
- Fixed bug where you couldn't use a tail ovipositor to lay your eggs in your own womb (surely the biology works somehow...).
- Fixed cause of parsing errors and background errors being thrown when a pregnant character's litter was checked to see if another character was the father, but the litter's father had been removed from the game.
- Fixed error being thrown during sex when performing this sequence of moves: start sex with sealed clothing, unseal & remove that clothing, re-equip that clothing, and then attempt to unseal it again.
- Fixed a bug where the shared encyclopedia was not being applied correctly, and additionally the shared encyclopedia is now updated whenever loading a game (to make sure that all of your discovered items/clothing/weapons/races are added to it).
- The 'On the pill' status effect which Alexandria (the woman in the prologue) has now correctly makes it so that she's unable to get pregnant.
- Scarlett's and Brax's slave collars will no longer have duplicate sealing enchantments.
- Fixed bug where NPCs who transform you after sex would constantly try to shrink your breasts and/or crotch-boobs even if your breasts/crotch-boobs were as small as possible.
- Kate will no longer stop you from putting on a condom if she's asleep.
- Added missing tooltip to the 'bar' upgrade for the spa (which was missing only after it was built).
Comments (1) loading...
Like(11)
Dislike(0)
Sign Up or Log In to comment on this post
Innoxia
Public post
Version 0.4.11 Public Release

Hello again!

For this update, I've been mainly working on merging some pull requests from github, fixing bugs, adding a new random enchantment system (to make randomly-enchanted clothing found in alleyways more exciting), improving item tooltips (with other tooltips in the game to be updated to the new format soon), and adding/tweaking/fixing a few other small things. As part of the pull requests merged from github, there are now frotting actions in sex (thanks to Sightglass) and many bugs and typos fixed (thanks to Maxis and the several other contributors credited in the patch notes). I still have quite a lot of bug reports to work through, so if there's a bug in this version which has been reported in a previous version, then I should have it fixed for the next update.

Unless I need to make a hotfix, the next release will be a preview release. I'll make a post here on SubscribeStar and on my blog detailing my plans within a few days after this version's release, but at the moment I'm planning on getting more bugs fixed, updating the rest of the tooltips, getting some more small additions into the game, and (finally) adding the next stage of the main quest.

I'm also aware of the recent increase in file size for these versions, which is due to the file size of the recently-added artwork. I'm going to go through all of the images and scale the larger ones down for the next release, which should cut the file size down significantly. When I do this, I'll also provide a download for all of the images in their original resolutions (i.e. as they are in the current version) for those of you who want them.

Thank you all so much once again for your support and for playing Lilith's Throne! I'll see you again in the next post very soon!

P.S. The winner of the FriendlyAlienFriend artwork poll was Evelyx, so she'll be the next character to get artwork from FAF. ^^


v0.4.11 Download Links
Note: If you're on Windows, it's best to use the .exe version (only use the 32-bit exe if you're using 32-bit Windows). The .jar download is so that players on Linux or MacOS can get the game to run, in which case you'll need to make sure that you have java installed on your machine and that you have JavaFX installed too. You can ask in the #tech-support channel on the LT discord for help if it's not working.
If using the .jar, please make sure to run it with Java version 1.8.0_172, as other versions have issues with the UI.
.exe (Recommended for Windows OS):
Mega
Google Drive
32-bit .exe (For 32-bit Windows OS):
Mega
Google Drive
.jar (For Linux or Mac OS):
Mega
Google Drive


Source Code
You can view the game's source code and 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:
https://github.com/Innoxia/liliths-throne-public/blob/dev/lilithsThroneBuildTutorial.md
(If you decide to build through github, you'll need to place the 'liliths-throne-public/res' folder in the same directory as your exported .jar!)


v0.4.11 Patch Notes
Contributions:

- Consolidated the TF race methods and layout dialogues in the BodyChanging class. (PR#1808 by Maxis010)
- Fixed a lot of typos and parsing errors. (PR#1799 by CKRainbow)
- Fixed a lot of typos and parsing errors. (PR#1789 by Simones112)
- Added ability to directly parse an item within its own description. (PR#1438 by CognitiveMist)
- Fixed bug where modded combat moves were not implementing the blockAmount tag. (PR#1851 by miome)
- Fixed some races being incorrectly named 'winged-race'. (PR#1839 by Stadler76)
- Improved handling of RESTING_LUST attribute calculation, so any effects which lower resting lust should now have the correct effect. (PR#1788 by SightglassCat)

Multiple fixes from #PR1778 (by Maxis010):
- Added +/- 100 buttons to sex experience for character creation. (Innoxia: I also made some changes to the formatting of the sex experience dialogue.)
- Fixed bug where characters could sometimes exceed the intended level cap.
- Added some checks to prevent Integer overflows.
- Nerfed level drain so the character draining experience now receives an experience amount of 5x the target's true level.
- Slightly increased the amount of flames generated from milking slaves, by rounding the number of flames earned per hour up to the nearest integer instead of down.
- Added a null check to subspecies loading to fix a potential softlock when loading a subspecies that had incorrectly-defined attributes for its associated status effect.
- Added a warning to the main menu if the game detects that you're running it from within a temporary directory (which indicates that you haven't unpacked the .zip file). (Innoxia: I also made a slight change to the 'Last Save' formatting on the main menu.)
- Fixed some typos and made a few descriptions in the options screen a little clearer.
- Added a small java version warning to the main menu if the game is being run in a java version other than 1.8.0_172.
- Bondage fetishists can now spawn with items from the Latex set (and won't spawn with slave collars anymore).
- Added a confirmation check to the action to restore default values in the options menu for gender pronouns and gender, orientation, age, furry, and fetish preferences.
- Fixed bug where it could be possible to alter furry and spawn preferences for races which are meant to be unalterable.
- Fixed bug where submission attackers were spawning as a slime or an imp more often than was intended.
- Fixed bug where the affection changes applied from a slave interaction 'molest' scene didn't match the dialogue.
- Fixed bug where brothel visitors would not leave.
- Fixed bug where tails could be incorrectly marked as Suitable for Penetration in the transformation menu (which was affecting raptor and pig tails).
- Consolidated repeating code in alleyway encounters into a single method, and added the ability to use the offspring map directly from an action (always on the second action button) while on tiles which support the offspring map. (Innoxia: Fixed a bug where the offspring map was sometimes not able to be used when it should have been available.)

Frotting actions (PR#1782 by Sightglass):
- Added frotting as a new type of ongoing action for penis-to-penis interations.
- Added an associated frotting orgasm, special actions for sheath-docking and prehensile-penis interactions, a couple of sadistic actions for SPH, and a speech action to compliment your partner's cock.
- Added cloacal penetration while engaged in ongoing frotting.

Engine/Modding:
- Added a 'REMOVE_FROM_DRESSING_ROOM_OUTFITS' item tag to prevent weapons or clothing from being available in the dressing room outfit creator.
- Added temporary boolean, String, and int variables to the DialogueFlags class, which can be accessed via the 'flags' parsing target, and used via getter/setter methods getBool(String id), setBool(String id, boolean value), getString(String id), setString(String id, String value), getInt(String id), setInt(String id, int value). The temporary variables which you set via these methods are forgotten whenever a game is loaded; they're intended for use across multiple conditional checks within a game's instance, not for saving data to the game's file.
- As part of PR#1438, clothing, weapon, and item mods can now parse a reference to themselves in their descriptions by using the 'thisItem' parsing target, and can also parse the owner of the item with the 'npc' target (which should use a null check to be used) - comments have been added to the example XML files to describe this.
- Added 'appendEnchantmentPostfix' as an optional attribute to clothing's name element (defaults to true if omitted), which when set to false will prevent an automatically-generated enchantment naming postfix from being appended to the end of the clothing's name.

UI:
- Reformatted tooltip content for clothing, weapons, items, and tattoos, to fix several issues with readability, content being cut off, and lots of wasted space.
- When your inventory is disabled (such as in most scenes where you also can't move freely), the 'Items Present' UI panel on the right is now visibly disabled.
- Renamed 'enchantment capacity' to 'enchantment instability' to make it clearer that it's a negative aspect when associated with enchanted items.
- Enchantment instability is now shown in the main dialogue panel when displaying details about a selected weapon or clothing.
- Fixed tooltip formatting of modifiers in the enchanting menu, so you can now correctly see the modifier's essence cost when hovering over them.
- Fixed bug where very tall tooltips would cut off content at the bottom.

Gameplay:
- After installing Lyssieth's wardrobe in your dressing room, a short voyeur scene is unlocked on Rose's room tile (available whenever Rose and Lilaya are present there, which is between 22:00-06:00, and can be repeated after 7 days have passed since last viewing it).
- You can now only self-transform slimes and elementals (either yourself or NPCs) into races which you've previously discovered (which takes into account your 'shared encyclopedia' setting).

Random enchantments:
- Random enchantment added to items of clothing found in alleyways have been reworked.
- Negative enchantments will now be either one of 28 new themed enchantments, most of which involve transformations, or they'll be a more impactful generic enchantment (75% chance for them to be one of the uniquely-themed enchantments).
- Positive enchantments can similarily be drawn from one fo 7 new themed enchantments, or be a more generic bonus.
- Instead of negative & positive enchantments both having a 20% chance to spawn, negative enchantments are now 30% and positive are 10% (with a 60% chance for clothing to not be enchanted).
- These custom-made random enchantments are defined in 'res/randomEnchantments', and can be added as mods by using the 'randomEnchantments' directory, with a fully-commented example found in 'mods/innoxia/randomEnchantments/clothing/cow.xml'.

'Filly' reference change:
- All references to 'filly' in Natalya's content have been replaced with 'mule'.
- The 'filly choker' now has two sticker options for the text on the choker; the default is now 'mule', and the alternative is 'filly'.
- If you change the mule choker's sticker from 'mule' to 'filly', all references to 'mule' within the game will revert to 'filly', so if you don't like this 'mule' change, just swap the sticker on your choker to revert to the previous filly references.
- Innoxia's note: I used 'filly' as I wanted a horse-related term which would be demeaning, but I've seen feedback in several places from players saying they were uncomfortable with this term, so I thought 'mule' was an acceptable replacement.

Clothing & tattoos:
- Added 'beanie' clothing (androgynous femininity, head slot, sold by Nyan, can spawn on generic muggers in Dominion, Submission, and Elis).
- Added 'gender glyph' earrings (ear piercing slot) and barbells (navel and vaginal piercing slots), of the 'male', 'female', and 'herm' varieties, each with a 'circle' or 'heart' sticker variation (masculine, feminine, and andgrogynous femininity, respectively. Sold by Kate.).
- Added tattoo types: 'male', 'female', and 'hermaphroditic' glyphs.
- Added tattoo type: 'penetration ruler' (can only be equipped into the 'lower abdomen' slot).
- Added two stickers to the new 'latex hood' clothing item, which allow you to remove the eye and mouth holes.
- When enchanting clothing, the 'Vibration' and 'Orgasm prevention' enchantment modifiers are now accessed via selecting a new 'sexual effects' enchantment modifier as the primary modifier, instead of 'Special effects'. (This change is to make it more obvious when the vibration & orgasm denial effects are available, as they're not available/visible on all clothing items.)
- If clothing has multiple seal enchantments on it, the cost to unseal it will now be the sum of all of them.
- Randomly-spawned clothing of the rarities 'uncommon', 'rare', and 'epic' now also have a chance to spawn with a random enchantment.
- Moved all remaining torso clothing from being hard-coded into xml files (into the 'res/clothing/innoxia/torso' folder).
- The 'cami top' is now correctly marked as leaving the wearer's stomach exposed.
- Increased values of some clothing: skater dress 250 -> 400, virgin killer sweater 100 -> 800, frontal-zip dress 350 -> 500.
- The default enchantment on the 'Mega Milk T-shirt' has been changed from '+3 to physique' to hourly increases to breast, nipple, and areolae size, and to lactation amount and lactation regeneration.

Sex:
- Natalya and Thunder (the centaur involved in her training scenes) no longer allow you to use items or equip condoms on them in their sex scenes.
- If an NPC's condom will break when orgasming, then they can now use all available orgasm actions (before this change, NPCs would not make use of the fact that their condom breaks, and were likely to use a generic orgasm action instead of one drawn from their preferences).
- Sex actions should now have a more consistent ordering, especially for start/stop ongoing actions.

Other:
- You can now only have one dressing room upgrade at a time, and after paying to have Lyssieth's wardrobe re-enchanted, it will be automatically installed if you remove your dressing room and then add it again.
- Added an 'On the pill' status effect to Alexandria (the female NPC in the prologue), as well as a brief line for her to mention it, thereby giving a reason for why you're always told that there's no chance of getting her pregnant if you creampie her.
- You can now find 'epic' rarity clothing in alleyways, at a lower chance than other rarities.
- Increased the cost of identifying clothing from 400 flames (at a shop) or 3 essences (to do it yourself), to 1000 flames or 15 essences.
- You can now identify unidentified clothing when it's on the ground.

Bugs:
- Typo and parsing fixes.
- Fixed incorrect description when ending an ongoing tongue-to-nipple sex action, where the tongue was described as being taken 'out' of the target's nipple even if the nipple was not penetrable.
- Added in a line to give a brief, generic description when changing position in sex via the positioning menu.
- Fixed a bug where Kate was supposed to prevent you from using condoms on yourself during her sex scenes, but the conditional check was always bypassed.
- Fixed bug where Thunder (the centaur involved in Natalya's training scenes) could sometimes spawn with a lisp.
- The title at the top of the UI in sex scenes will now update to display the name of the currently selected sex position, instead of always displaying the initial position's name (unless the sex scene has a unique title, in which case it will continue to display that).
- In Ralph's 'big discount' sex scene, the positions will correctly update to show that you're bent over his desk, instead of always saying you're kneeling under it.
- Fixed postfixes added to default clothing names based on fetish enchantments to read 'of the X' instead of 'of X' (e.g. An enchanted ring now reads 'Silver ring of the submissive' instead of 'Silver ring of submissive').
- Fixed bug where if an arcane storm started on the same turn that you met a random mugger, the option to pay them off would appear available but not actually work.
- Fixed the clothing names in the 'Items Present' panel being displayed as their generic name even if they had a custom name.
- Fixed bug where attempting to enchant an item of clothing with crotch-boob creampie retention would throw background errors and make the enchanting UI break.
- Fixed issue in the new floor inventory UI, where an extra page would be available to be viewed when the previous page was full, even if this new page was empty.
- Fixed a bug where if you had the maximum number of slaves working as dairy cows, the ability to assign their working hour slots would become unavailable.
- When creating outfits in Lyssieth's wardrobe, liquids enchantment limits now correctly increment by 500 instead of 5 when the large limit change button is pressed.
- Fixed bug where the stickers on clothing within saved outfits in Lyssieth's wardrobe were not being initialised correctly, so if you edit an item with stickers, the buttons should no longer all be greyed-out.
- Fixed minor error in sticker definitions within the new latex hood clothing item.
- Fixed parsing error in post-combat loss scene with bandits in the Foloi Fields.
- Fixed buggy comparison function in TattooType.getAllTattooTypes().
- Fixed incorrect sex positioning when giving a blowjob to Vronti.
- In the Vronti handjob scene, you can no longer switch to giving him a blowjob unless the 'blowjob' action has already been unlocked in the previous scene.
- The maximum amount of unique clothing and weapons sold by Vicky are no longer limited by the number of unique items, essences, and spell books which she sells in her 'item' tab.
- Fixed bug where you could not interact with the three demonic leaders of the fortresses in Submission after defeating Meraxis.
- The the character creation process at the start of the game, the colour of your equipped piercings will be preserved if you leave the inventory dialogue and then return to it.
- Fixed bug where if you had clothing equipped which prevented orgasms, then using the 'quick sex' action would cause the game to crash.
- Fixed some parsing errors in the 'mag dump' special moves which would occur if you didn't have enough essences to use the special move.
- Fixed bug where demons and other races which don't age could sometimes spawn with a birthday in the future.
- Fixed bug where when applying outfits to yourself or your slaves, clothing which should be discarded upon unequipping it (such as the tape items) would instead be placed on the floor.
Comments (3) loading...
Like(17)
Dislike(0)
Sign Up or Log In to comment on this post
Innoxia

FriendlyAlienFriend poll and Saellatrix artworkHello again! I've got some artwork back from Frien...

+ 1 attachment
Comments
Like(11)
Dislike(0)
Posted for $5, $10 tiers
Unlock Tier
View next posts (6 / 126)

Creator Stats

882 subscribers
314 posts

Goals

$250.0
THE GOAL
REACHED!
I'll make sure that the blog's 'work schedule' and 'development roadmap' pages are kept up-to-date after every release.
$500.0
THE GOAL
REACHED!
Artwork commissions will be fully funded at this stage.
$1,000.0
THE GOAL
REACHED!
I'll set aside 4 hours every weekend in which to answer questions and respond to suggestions & requests on the discord.
$2,500.0
THE GOAL
REACHED!
Financial security, allowing me to treat development of Lilith's Throne as a full-time job.

Other Creators

WE USE COOKIES

SubscribeStar and its trusted third parties collect browsing information as specified in the Privacy Policy and use cookies or similar technologies for analysis and technical purposes and, with your consent, for functionality, experience, and measurement as specified in the Cookies Policy.

Your Privacy Choices

We understand and respect your privacy concerns. However, some cookies are strictly necessary for proper website's functionality and cannon be denied.

Optional cookies are configurable. Disabling some of those may make related features unavailable.

We do NOT sell any information obtained through cookies to third-party marketing services.