Showing posts with label github. Show all posts
Showing posts with label github. Show all posts

Sunday, 6 September 2020

Version 0.3.9.8 Progress Update

Hello again,

Sorry that this progress update took me a little longer to get finished than I'd originally planned; implementing the new clothing 'sticker' system ended up pushing the work on the new character/quest back a little, and then the writing for that character again took me longer than I expected.

Anyway, this version is mainly focused on getting the aforementioned character and quest released, which was part of my original plan for the previous preview version. I don't want to spoil too much of that content, so I'll just say that it's related to the Enforcers, and by completing it, you'll gain the ability to legitimately purchase some Enforcer gear and weapons. The character(s)/quest was designed by DSG, and has been planned for inclusion for quite some time, which is why I was so keen on getting this done before v0.4. (The conditions for the quest starting are in the patch notes below.)

As well as the new character/quest and the clothing sticker system support, there are a lot of contributor bug fixes and updates to DSG's Enforcer clothing in this version. I've fixed some bugs myself, but there are still a lot of reported bugs from the last couple of versions which I haven't yet had time to fix.

After this release, I'm planning on fixing all of those bugs, implementing race modding support, and then adding some content to the Fields area. That will most likely include the next stage of the main quest, as well as some random encounters for the fields & river tiles.

I will do my very best to have v0.4 out by the 18th of September. I know that that's 10 days later than my previous target, and I'm sorry for having to push it back so far, but I fear that the race modding support may end up being quite complex to implement, and so I really can't see v0.4 being ready sooner than the 18th.

I'll do my very best to make v0.4 worth the wait, and thank you all once again for all of your feedback and bug reports in the comments. I'm aiming to make the next progress post some time around the middle of this next week, so I'll see you all again then!



I package and release these in-between preview builds for backers over on my SubscribeStar, but anyone can play them at any time by building them directly from the public github (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!

ALSO IMPORTANT: Make sure you build from 'dev' branch.


v0.3.9.8 Patch Notes


  • Contributors:
    • Fixed issue where changing content options at the start of new character creation would throw background errors, causing the UI to become unresponsive. (by AceXP)
      Fixed issue where fluid addiction status effect tooltip descriptions would display 'demonic horse fluid' instead of 'demonic fluid'. (by AceXP)
      Fixed bug where the defined horse-morph names in Name.java were never being used. (by Rydelfox)
      Several parsing and typo fixes. (by AceXP)
      Fixed issue where you would return to an incorrect dialogue scene when leaving inventory management in a friendly occupant's apartment. (PR#1394 by AceXP)
      Typo fixes in the Rat Warrens. (Pr#1400 by aDrunkLittleDerp)
      While carrying an arcane makeup set, characters will now reapply heavy lipstick if it was worn off during sex. (PR#1403 by CognitiveMist)
      Fixed parser errors in vagina reveal descriptions. (PR#1404 by AceXP)
      Enable loading of patterns from the res/mods folder. (PR#1405 by AceXP)
      Fixed bug where five minutes passed, instead of twenty-five, when selling yourself as a submissive partner in Angel's Kiss. (PR#1406 by void-weaver)
      Fixed bug where Sean's fight scene wouldn't initialise correctly. (PR#1407 by void-weaver)
      Fixed bug where if you used an item from an NPC's inventory it would be described as though the NPC was using the item. (PR#1408)
  • DSG's Enforcer Uniform Update:
    • Added sticker system support, consolidated all extant variants of the Enforcer stabvest, coat, waistcoat, beret, peaked cap, and bowler hat into their respective items.
      Added the following sticker assets that did not already exist in some form in the game: Combat Diver Badge, Commissioner Cap Badge, Commissioner/Deputy Commissioner Visor/Crown Oak Leaves, Commissioner Aiguillette, Elis Cap Badge, Thinis Cap Badge, Itza'aak Cap Badge, Lyonesse Cap Badge.
      Detailed buttons added to the Enforcer coat and waistcoat.
      Fixes and standardization of ribbon racks and name plates.
      Hand optimization of almost all vectorized text.
      Added the 'Contractor's' variant to the stab vest and plate carrier.
  • DSG's Enforcer outfit update:
    • Added sticker and pattern support.
      Renamed conditionals to be more reader friendly.
      Changed comments to be more clear.
      Removed berets from the Patrol Service Uniform.
      Possibly fixed bugs related to headgear spawning on Enforcers with the wrong colors and no headgear spawning on Enforcers entirely.
  • Engine:
    • Added ItemTags for defining items, clothing, and weapons as being restricted or illegal, causing them to be unable to be sold to merchants and confiscated by Enforcers.
      Added mod support for defining clothing 'stickers', which apply cosmetic changes to clothing items. (See 'res/mods/innoxia/items/clothing/rentalMommy/rental_mommy.xml' for a fully documented example of how to define them.)
  • Gameplay:
    • Added two new Enforcer characters and a new quest involving them, all of which has been designed by DSG. The start of this quest will randomly trigger in Dominion's street tiles under the following conditions: no arcane storm; main quest is past Brax's section; over 5 days have passed since completing the 'Angry Harpies' quest; time is 17:00-21:00.
      Enforcers in the 'alleyway Enforcer encounters' will now confiscate illegal items, and arrest you if they find that you're carrying highly illegal items.
  • Items:
    • Added sticker support to the 'rental mommy' and 'rental daddy' T-shirts.
      'Biojuice Canisters' and 'Glowing Mushrooms' are now tagged as restricted items.
      'Demon's Dagger' (no longer sold by Vicky) and all of the Enforcer weapons are now tagged as either illegal (Enforcers will confiscate them) or highly illegal (Enforcers will arrest you).
      All Enforcer clothing is now tagged as illegal (Enforcers will confiscate them).
  • Other:
    • Slightly altered description of 'cynical' personality trait to differentiate it from 'selfish'.
      Items and weapons will now correctly display ItemTag descriptions in their tooltips.
      Roxy now buys weapons as well as items and clothing. Her buy modifier has been reduced from 0.4 to 0.3 (meaning she will now only give you 30% of an item's value).
      Sean now correctly wears an Enforcer patrol uniform instead of a dress uniform.
  • Bugs:
    • Parsing fixes.
      Updated example links in xml modding files to point to the correct files.
      Fixed bug where you could get stuck in Brax's office after resolving the part of the main quest which involves him.
      Fixed issue with the cheat guns' 'mag dump' combat move being automatically removed after selecting it.
      Fixed descriptions of putting kitty panties on/off being inverted.
      Fixed bug where weapons could show incorrect image previews in the dye screen. (The 'Demon's Dagger' was suffering from this.)

    Wednesday, 26 August 2020

    Version 0.3.9.4 Progress Update

    Hello again,

    As mentioned in the previous post, I've managed to get the vast majority of bugs reported in v0.3.9.1 fixed for this preview version, and have also (finally) finished off the last placeholders related to the Rat Warrens content. I feel as though there are still some parts of that which could do with some polish, but I think I'll leave that until a later version.

    I've also added support for (basic) item modding in this version, and I've got a lot of background work done for the character which I'm planning on adding as the last piece of Dominion content before v0.4. I haven't quite got that into a state that's ready for full inclusion into the game, so I've decided to call this release v0.3.9.4, and will release the content for this new character by the end of the week as part of an updated preview version of v0.3.9.5.

    I'm also planning on getting a few more small things finished off for that updated preview version, which will leave me with just Shadow/Silence content as the one thing that I haven't managed to get added in time. I'll most likely push that back to a later version instead of delaying the release any further, as I know that the vast majority of you are eager to finally move on to the Fields content.

    Anyway, this extra time I'm taking to get v0.3.9.5 finished off won't hold the public version of v0.4 back by much, as I'm still planning on getting that released within a couple of weeks from now (hopefully around the 8th September). I'll make another post here when I push the updated version of v0.3.9.5 to the github, which will definitely be done by Sunday.



    I package and release these in-between preview builds for backers over on my SubscribeStar, but anyone can play them at any time by building them directly from the public github (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!

    ALSO IMPORTANT: Make sure you build from 'dev' branch.


    v0.3.9.4 Patch Notes


  • Contributors:
    • Added an encounter in Dominion's alleyways and Lilaya's home's corridors where you stumble upon two of your slaves having sex with one another. To trigger, you need your slaves to have the appropriate outside/house freedom and sex permissions, and the one initiating sex needs to have not had sex for at least 4 hours and to be attracted to the other. (by PoyntFury)
      Improved String-matching utility methods and dynamically generated ColorListPreset classes. (PR#1368 by CognitiveMist)
      Fixed bug where sometimes multiple-partner sex would break upon orgasm. (by CognitiveMist)
      Added 'broodmother pill', which doubles offspring conceived during its effect. (Usage dialogue written by PoyntFury)
      Fixed a bug where having multiple arm pairs allowed an all-out strike with a 2-handed weapons. (PR#1384 by AceXP)
      Added average penis girth in the Encyclopedia information on races. (PR#1385 by AceXP)
      Prevented any succubus/incubus alleyway attackers from spawning with the 'Prude' trait, as it doesn't fit them. (PR#1386 by AceXP)
      Fixed issue where 'Arcane impotence' was being applied when arcane was lower than 15, instead of lower than 10 as it should have been. (PR#1388 by AceXP)
      Standardized all encounters to override getDialogues() instead of accepting Util.newHashMapOfValues() as a parameter. (PR#1389 by DSG)
      Added a new 'limited' option for the bypass sex action content setting, which allows you to perform sex actions of one corruption level higher than your current corruption. (PR#1391 by AceXP)
      Added 'wet wipes' item, which cleans the target's dirty inventory slots when used. (by DSG)
      Added 'peach' as a silly-mode item, sold by Ralph. (Adapted from PR#339 by Rfpnj)
      Added variation of what your starter spell is based on your character's birth month (fireball, slam, ice shard, or poison cloud). (PR#966 by Rfpnj)
  • Engine:
    • Added modding support for items. You can find a fully-documented example in 'res/items/innoxia/pills/fertility.xml'. Item modding will be expanded at a later date to support enchantments, but for now, the modding framework should be enough for most uses.
      Converted Combat from an Enum to a class, which can now be accessed via the parser using the command 'combat'.
  • Rat Warrens:
    • Fixed bug where Murk would always use the 'normal' dom pace instead of being rough.
      Fixed several instances of Murk's sex scenes ending with an action named 'Milking room' with no tooltip description.
      Fixed bug where Murk would fuck you without first taking out your pussy pump.
      Fixed issue with missing dialogue node when having sex with Murk in the Gambling Den.
      THe 'Free captives' action in the milking room is now correctly disabled once you've discovered that the milkers cannot be freed.
      Filled in all placeholder dialogue for both Vengar's and Murk's post-quest-completion scenes in the Gambling Den.
      Murk's name now remains as 'Murk' after feminising him in the post-quest gambling den content.
  • Items:
    • Reduced rarity of crafted 'Fetish Endowment' potions from legendary to epic.
  • Sex:
    • NPCs will no longer feel the urgent need to expose masculine characters' nipples during sex.
      You can no longer deny your partner's orgasm in the 'glory hole' sex position.
      Fixed bug where your sealed clothing wouldn't be displaced at the start of the Enforcer's 'strip search' sex scene.
      Added positioning requests to the 'glory hole' sex position for when you're dominantly using it, so you can ask the person on the other side to push their pussy or ass up against the hole to be fucked.
      Blocked 'Offer X' and 'Request X' actions in the 'glory hole' sex position (as they didn't really work due to the position's limitations).
      NPCs will now only self-use an item type once in sex (so you no longer have to repeatedly use pills on an NPC who wants to use the opposite type of pill).
      Added an 'Automatic stripping' content option (in the 'sex' property category), which makes it so that all characters start naked in each sex scene. This is disabled by default.
      Sex scenes in which characters automatically start naked no longer remove their piercings.
      Fixed issue with NPCs self-using breeder pills in illogical situations.
      Lowered corruption requirements for most positioning actions.
  • Slavery:
    • Added 'Save Virginity' as a generic permission for slaves, which is enabled by default.
      Slightly improved wording of slave sex interactions in the log.
      Reduced the chance for slaves to have the 'bonding' event with one another.
      Added filtering options for the 'Occupancy ledger' in the Office room. You can filter events by their type and by slaves involved.
  • Other:
    • Enforcer encounters now have a cooldown of four hours before they can be randomly encountered again.
      Characters in the 'lying down' sex slot can now kiss/suckle a character's breasts if they are in the 'cowgirl' sex slot.
      The 'American tourist' occupation now only parses the main dialogue screen when converting spelling to American English (as it was causing some lag when trying to parse everything).
      Elementals are now always treated as having all their body parts pierced (due to their transformative abilities).
      Split up Elemental dialogue into 'Interactions' and 'Management' tabs, and added a management option 'Self-clean' to set whether or not your elemental automatically cleans dirty fluids from their body/clothes (enabled by default).
      Elementals now spawn at maximum affection towards their summoner (this will be retroactively applied to your Elemental when loading into this version).
      NPCs who do not have the martial artist perk and who have a main weapon equipped and no offhand weapon equipped will now be far less likely to use the 'offhand strike' attack.
      The SWORD Enforcers in the Enforcer Warehouse (in Claire's teleportation quest) now prefer to attack in combat rather than teasing.
      If you have anal content disabled, the 'buttslut' fetish is no longer a requirement for unlocking the 'lusty maiden' fetish.
      You can no longer encounter the same person in the nightclub more than once per night.
      Moved 'Post-sex clothing replacement' property category from 'gameplay' to 'sex'.
      You can no longer give Bunny or Loppy items during sex.
      Added pregnancy reactions for if you manage to impregnate Bunny and Loppy, and slightly improved the flow of dialogue when entering their rooms.
      Added two new upgrades to the 'Soothing Waters' spell, which cause it to clean the target's body & clothing and wash out fluids from their orifices.
      Added 'Head pat' action to Nyan's romance actions.
      Added 'naive' and 'cynical' personality traits. (They are like the other core traits in that they are mostly for roleplaying purposes and will have some limited dialogue variations throughout the game.)
      Updated 'Enforcer HQ' map.
  • Bugs:
    • Numerous parsing and typo fixes.
      Fixed issue with slaves not being correctly identified as being able to ambush you in Dominion even if you gave them the right permissions.
      Fixed issue where slaves would never jump you for sex in alleyways that already had a persistent character present in them.
      Slaves being held in Slavery Administration will no longer generate slave-interaction events with other slaves.
      Silly-mode items are no longer tracked by the Encyclopedia (so that players doing normal playthroughs will not be confused as to why some items are unobtainable).
      Fixed minor issue with the display of clothing and weapon Encyclopedia counts passing their totals.
      Fixed issue where characters with an unknown race would have their body overview tooltip show that they had crotch-boobs, even if they didn't have any.
      Fixed bug where characters' images wouldn't display in their character overview screen if you had the 'American tourist' occupation.
      Fixed issue where you couldn't change your Elemental's surname.
      Fixed bug where attempting to enslave gang members in the Rat Warrens would cause the game to break.
      Fixed issue with pregnancy roulette where sex would end after the character being bred had orgasmed, even if you hadn't orgasmed yet.
      You no longer lose affection with characters in the pregnancy roulette game when sex is automatically ended after orgasming.
      Newly-created characters are no longer considered to have lost their penile virginity if you give them 'handjobs received' experience.
      A character's oral virginity loss description will now correctly be displayed in their body overview screen.
      Fixed issue with Natalya's clothing not being displaced when starting sex with her.
      Fixed issue where sex scenes with pure virgins could sometimes cause the game to lock up and become unresponsive.
      Fixed bug where you could talk to your elemental via the phone action during combat, sex, or other non-neutral scenes.
      Fixed issue where Elementals could use arcane scrolls even though they could not use the upgrade points gained from them.
      Fixed bug where when Lyssieth self-transformed into her human form, her earrings would be unequipped and placed in her inventory.
      Fixed issue with background error being thrown when first entering the Enforcer Warehouse (in Claire's teleportation quest).
      Fixed bug where looking at your item Encyclopedia while trading with an NPC would not show any tooltips and throw numerous background errors.
      Removed ability to contact previous partners in the nightclub if they are no longer attracted to you (if, for example, you've changed your femininity), as it was causing issues with sex immediately ending.
      Fixed issue where maximum limits of testicle size and penis girth were swapped with one another when enchanting clothing with secondary and tertiary size effects.
      Clothing which should be discarded on unequip is no longer placed into the unequipping character's inventory as a result of having body parts transformed (such as unequipping a condom when a character's penis is removed).
      Fixed issue where milking slaves would sometimes not unequip their milking pumps after finishing their work hours in the milking room.
      Fixed issue where opening the 'characters present' screen while managing a slave would result in background errors being thrown and the UI becoming unresponsive.
      Fixed bug where if you ran out of items while enchanting during trading, you'd be able to take all of the shopkeeper's items for free.
      Fixed issue where enslaving your offspring without first beating them in combat would display the interaction interface after enslaving them.
      Fixed issue where slaves generating background sex interaction events would throw background errors if you were in a sex scene at the time they were generated.
      Fixed bug where exiting Dominion locations (such as the City Hall or Enforcer HQ) during an arcane storm would spawn persistent characters on your tile without offering you any interactions with them.
      Upgrading a room into the spa from the Office's 'Occupancy ledger' will no longer place the 'under construction' tile next to the office instead of next to the spa tile.
      Fixed bug where your elemental was being affected by the 'Blinded by Freedom' status effect (from the silly mode's 'American Tourist' background perk).
      Fixed bug where the 'Localised Storm' upgrade for the 'Arcane Cloud' spell would not apply lust damage to the character affected by it.
      Fixed strawberry and blueberry fluid flavour using plural descriptions where all other flavours were singular.
      In her sex scene in Lilaya's room, Rose should no longer have her orifices penetrated during 'quick sex' action generation.

    Sunday, 29 March 2020

    Version 0.3.7 Progress Update/Preview

    Hello again,

    As Helena's quest still isn't finished, I've decided to make this version a github/preview one. The next public release will be out when Helena's content is finished.

    I'll make another post by Friday to let you know how things are going.



    I package and release these in-between preview builds for backers over on my SubscribeStar, but anyone can play them at any time by building them directly from the public github (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!

    ALSO IMPORTANT: Make sure you build from 'dev' branch.


    v0.3.7 Patch Notes


  • Engine:
    • Converted Colour Enum into a 'PresetColour' class, which contains static Colour classes.
      Added parsing commands for toy inserted into character's vagina.
  • Gameplay:
    • Added first section of Helena's romance quest.
      The alleyway tile immediately to the north of Slaver Alley is now a 'safe' alleyway tile. Any NPC which was present in this tile has been moved to one of two new back alley tiles to the south-west of Dominion.
      You can now enter the cafes in Slaver Alley, and the descriptions of the inaccessible slaver stores have been slightly altered.
  • Items:
    • Added: 'Velvet choker' (androgynous, neck slot, sold by Nyan).
      Added: 'Dangle chain earrings' (feminine, ear piercing slot, sold by Kate).
      Added: 'Plunge-neck clubbing dress' (feminine, torso slot, sold by Nyan).
      Added: 'Strapless bra' (feminine, chest slot, sold by Nyan).
      Added: 'Diamond necklace' (feminine, neck slot, sold by Nyan).
      Added item tag 'CHOKER_SNAP', which causes the item worn to snap when the wearer's throat bulges too much during sex. (Applied to the new 'velvet choker' item.)
      'Angel's Tears' now reduces the drinker's lust to their resting lust level.
  • Sex:
    • The capacity of the 'throat' orifice now behaves in the same manner as other orifices, and will stretch/recover based on its plasticity/elasticity. (The references to 'blowjob ability' in character's description screens will be restored later on once I add effects for fetish experience.)
      Characters can now receive paizuri from the character they are sitting on while in the 'cowgirl' position (provided that they aren't riding that person's cock).
      Characters performing oral in missionary position (with their face between their partner's legs) can now force their partner to cum inside them.
      NPCs who are fucking someone (using their penis) will no longer start fingering their own anus/vagina.
      'Orgasm cum lock' actions are no longer available if the sex manager is setting a special pullout condition for the other NPC. (This will only affect a few special sex scenes.)
      The character lying underneath in the 69 position can now perform anilingus on their partner who's on top.
  • Other:
    • Added 'grey-green' as a natural iris colour.
      Randomly-spawned fox-morphs should now correctly have orange-white, tan-white, grey-white, or black fur.
      Added penis diameter to characters' body overview tooltip.
      The 'dirty clothing' and 'dirty body' status effects now give +5 corruption each, instead of -2 arcane.
      Horse-morphs with anthro horse-morph faces now spawn in with 'natural' hair styles (representing a mane) if they are not feminine. If feminine, they have a 50% chance of having a mane.
      Randomly-selected hair styles are now additionally filtered by femininity. (This does not affect anything other than random NPC spawns.)
      Debug menu's '+50 essences' action is now '+1000 essences'.
      Slightly improved formatting of furry preferences screen.
      Reduced values of racial food items.
      Added button to randomise name in slave renaming management screen.
      Added throat capacity, depth, elasticity, and plasticity to self-transformation menu.
      Improved the UI for changing covering colours, as well as for the other options in Kate's shop.
  • Bugs:
    • Parsing fixes.
      Fixed incorrectly displaying 'dense crowds' as being present on Dominion's boulevard tiles during an arcane storm.
      Fixed incorrect name formatting for clothing which had a colour pattern.
      Performing/receiving paizuri will no longer output an error message to the error.log file.
      Fixed UI bug where the inventory overview panel's bottom border would grow when clicking on clothing during combat or sex.
      The ordering of the event log is no longer reversed when loading a game.
      Losing to Sean in his challenge now correctly moves you over to the public stocks tile.
      Fixed bug where knotting descriptions would sometimes incorrectly describe a character's tail as being the penetration type that had a knot instead of their penis.
      Fixed bug where you couldn't offer your ass to Scarlett when she was attracted to you, but you could if she wasn't attracted to you. Also fixed related bug where 'Offer ass' would be displayed in every response slot when it was available.
      Scarlett's sex scene in her nest is no longer treated as being 'public sex', and she will now correctly want to continue fucking your ass once started.
      Characters in unique sex scenes will no longer move into positions in which they can't satisfy their sex desires.
      Fixed minor bug where setting penis/vagina sex experience in character creation, then going back to remove your vagina/penis wouldn't reset the underlying sex experience.
      Fixed bug where some coloured words would not be capitalised as intended.

    Monday, 4 November 2019

    v0.3.5.4 Progress Update

    Hello again,

    Sorry about how long it's been since the last update, and that Axel's quest still isn't fully done. I'll make another preview update (v0.3.5.5) once it's finished, and then start working on v0.3.6 after that's out.


    I package and release these in-between preview builds for backers over on my SubscribeStar, but anyone can play them at any time by building them directly from the public github (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!

    ALSO IMPORTANT: I accidentally updated both 'master' and 'dev' branch of the github to 0.3.5.4, so you can build from either.


    v0.3.5.4


  • Engine:
    • Improved handling of turn updates, which has reduced the amount of lag encountered each turn, especially when the time would pass into a new hour.
      Improved speed of body generation for randomly-generated NPCs.
      Moved more text content into external txt files.
  • Gameplay:
    • Day/night time is now based on real-world sunrise/sunset times for the coordinates 51.4934 N, 0.0000 E, so days are shorter in winter, and longer in summer.
      Added a minor darkening effect to the map when in civil & nautical twilight, and a major darkening effect when in astronomical twilight or night time.
      Added sunrise/sunset info to the clock tooltip.
      Sleeping in your room or a friend's apartment is now to the next sunrise or sunset, instead of to 07:00 or 21:00.
      All shops in the Shopping Arcade are now only open between 06:00 and 22:00.
      Candi's desk is only open between 09:00 and 17:00.
      Zaranix's home is locked up between 22:00 and 06:00.
      The harpy matriarchs go to sleep between 22:00 and 06:00.
      Lilaya and Rose go to bed at 22:00 and return to the lab at 06:00. The 'lab assistant' and 'test subject' slave jobs are no longer available during these times.
      Breastfeeding/Nipple-kissing is now an ongoing action, with the target's milk (if they are lactating) being drunk every turn. Also improved descriptions of these actions to factor in nipple-shape.
      You can now take a bath in your room's ensuite, which cleans your companions and applies a regenerative-boosting status effect. (Descriptions are still a 'TODO')
      Roxy now smokes and has this reflected in her dialogue. She also no longer wears lipstick (which I thought might be weird on a greater rat-morph face).
      Added some unique sex actions in Roxy's facesitting scene: her smoking; her teasing you; a customer briefly interrupting her. Her sex scene now also correctly starts with you eating her out, and her dress pulled up.
  • Items:
    • Added cigarettes as individual items and as packs of 20. Smoking cigarettes provides a status effect which applies +10 aura and -5 health.
      Added 'rat skull' tattoo.
      Slightly improved the short sleeve shirt icon and added dye colours for the buttons & label.
      Added 'Kerambit' weapon (one handed, sold by Vicky).
      Added 'Gemstone ring' (finger slot, sold by Nyan).
      Added 'Demonstone necklace' (neck slot, sold by Nyan).
      Moved internal finger and neck clothing into the res folder.
      Added secondary colours to heart and ankh necklaces, and you can now equip these necklaces (as well as sun and snowflake necklaces) into the wrist slot.
      Improved bell collar and added secondary and tertiary dye colours for metal parts.
  • Other:
    • You can now equip unique clothing & weapons onto NPCs. If these NPCs are removed from the game at any point, the unique clothing/weapons which they have equipped are returned to your inventory.
      Reduced the arcane lightning globe's base damage from 25 to 15, and reduced its value from 500,000 to 250,000.
      If you have an alligator-morph vagina, you now get the egg-laying birthing variation.
      Changed the 'rose' gift item into an item of clothing, which can now be worn in the 'hair' slot. Any roses already in your game will be automatically converted into their clothing counterpart when you load into this version.
      Added 'pitch black' for eye colours.
      Added 'bun' and 'chignon' hair styles, and reduced the chance of NPCs spawning with 'unusual' hair styles (from 20% to 10%).
      Added a debug consumable item which turns the drinker into a youko, and adds a tail to drinkers who are already a youko.
      Added 'footjobs' to the sex stats screen (only displayed if you have foot content turned on). Anal, nipple-penetration, and urethral sex stats are now hidden if you have the associated content disabled.
      Added personality setting tab to debug menu.
      Clothing & weapons enchanted to remove corruption now cost enchantment stability, equal to the value of corruption removed.
      NPCs who have a positive desire towards the 'cum stud' or 'impregnation' fetishes, and are either selfish or in the rough pace, will now refuse to wear condoms in sex.
      Added a 'fast travel' tab which is available everywhere within the shopping arcade.
      You can now suggest a job (or change of job) to any of the friendly occupants either living with you or in their own apartment.
      Added an indication that the main quest currently ends at the 'Finding the youko' quest in the quest log.
      Added more slave greeting and sleeping dialogue variations for when they are assigned to your room. Also added slave-related quick/thorough wash descriptions.
      Added office tile to gambling den map.
      Reduced 'vaccuum' spell's 'secondary voids' effects from -20 to -5 energy shielding, and -25 to -15 critical damage.
  • Forced-transformation content:
    • NPCs now have a gender, subspecies, and race-stage preference, instead of a fully pre-generated body preference. This should help to cut down on save file size.
      NPCs will no longer try to transform you if you are a demon, nor try to transform you into a demon or imp (although they will still force non-racial transformations onto you). Youko tail addition/removal transformations have also been disabled.
      Fixed issues with forced TF potions not applying genital changes correctly, and the NPC getting stuck on trying to change your genitals even when you had the genitals they wanted.
      Fixed issue with NPCs trying to transform away any strap-on that you were wearing.
      Improved NPCs transformation selection for the potions they force on you.
      Added more dialogue for each part that an NPC transforms.
      Forced transformation content availability is no longer linked to the non-con content toggle.
      NPCs who want to transform you into a slime will now be able to do so without getting stuck.
      Demons in the dark alleyway tiles have had forced transformation behaviour added to them. (They usually end up preferring demons, however, in which case they will only attempt to transform your gender.)
      Added penis girth, ball size, body size, muscle, vagina capacity, ass capacity, and ass wetness to forced transformation variations.
      Increased non-racial TF amounts in a single forced-TF (such as ass size or height being increased/reduced by larger amounts).
      NPCs will now transform both you and your companion.
      NPCs will now apply fetish changes as well as body transformations in the same scene.
      NPCs will no longer TF if mouth blocked.
  • Random encounters:
    • Changed and expanded dialogue for post-defeat transformations and sex for: Dominion alleyway; Harpy nest; Submission tunnels; Demon alleyway; Cavern attacker/slime/bat.
      Added quick TF options (in the combat's post-victory actions) to all these scenes.
      NPCs will now choose whether to have sex with you, your companion, or both of you after defeating you.
      NPCs who dislike raping will no longer rape.
  • Bugs:
    • Typo and parsing fixes.
      Fixed issue with the Office's 'Occupancy ledger' sometimes causing a background error to be thrown, which was sometimes breaking the game.
      Fixed similar issue where accessing inventories through the slave list would sometimes result in not being able to close the inventory, leading to numerous background errors being thrown.
      Fixed another issue with the 'Occupancy Ledger', where inspecting a friendly occupant would cause the game to throw several background errors.
      Fixed bug where slaves assigned to sex-related jobs would have their virginity loss descriptions reset.
      Jules no longer wears socks on his hoofs.
      Fixed bug where previously-creampied orifices would not be recognised as being lubricated by cum at the start of sex.
      Fixed bug where room upgrades were not affecting obedience & affection gains for slaves working there.
      Any weapons that are unequipped during sex are now correctly re-equipped when sex ends.
      Fixed bug where backing out of the inventory screen during sex would sometimes return you to the scene you were in before sex, while not correctly ending sex, causing the game to break.
      Fixed yet more bugs in stuttering characters' speech effects.
      Fixed minor issue where checking imp gang inventories defaulted the response tab to the empty 'selected item' one, rather than the 'overview' one.
      Fixed bug where breast/nipple interactions would be disabled when receiving a blowjob in the sixty-nine position.
      Fixed bug where clothing tooltips would display the rarity of unidentified items, letting you know if they were jinxed or not without first identifying them.
      Fixed 'Mystery Kink' not being recognised as a fetish-giving item, and 'Glowing Mushrooms' not being recognised as transformative, which was allowing some unique NPCs to consume them during sex.
      Fixed issue where offspring could sometimes spawn with 'heterochromatic' eyes that both had the same colour.
      Fixed bug causing incorrect descriptions when removing horns.
      Fixed incorrect action labels in debug's race reset screen.
      Fixed bug where buying items from Vicky would clear the entire stack of that item from her inventory the next time you opened her trade menu.
      Fixed Takahashi not having 3 youko tails as intended.
      Fixed Fury offspring (half-demon harpies) spawning in Dominion (they now only spawn in the harpy nests). Also fixed offspring of non-Submission half-demon subspecies spawning in Submission's tunnels.
      Fixed equipped piercings displaying a 'No tattoo' tooltip when hovering over them in tattoo view mode.
      Fixed tertiary dye colours not displaying for several items of clothing.
      If, in a previous version, Brax has somehow bugged out after completing the side quest to obtain him, he will correctly have his ownership transferred to you when you load into this version.
      Fixed item and clothing encyclopedia entries not being added if you used an item from an NPC's inventory, or equipped clothing onto an NPC.
      Fixed incorrectly describing Kate's breasts as E-cup.
      Fixed footjob climax tattoo counter not working.
      Fixed bug where footjob sex stats were not being saved/loaded correctly.
      Fixed sex bug where characters couldn't start oral actions while they were receiving a footjob.
      Fixed bug where performing/receiving foot-related actions would result in a huge lust drain per turn if neither participant had a positive desire towards foot fetishes. This will not affect NPCs' decision to use foot actions (which they prefer to avoid unless they have an associated fetish).
      Fixed bug where the 'Localised Storm' upgrade for the Arcane Cloud spell would affect enemies of the target, instead of all their allies.
      Fixed bug where clothing was able to be equipped in sex into slots which were not supposed to be available.
      You can no longer equip clothing during sex into inventory slots that are involved in an ongoing action.
      Fixed Rose's handholding sex scene missing the mouth-finger interactions which were present in older versions.
      Fixed 'Suck clit' sex action having arousal increment values reversed for the performer/target.
      Fixed enslavement collars not spawning with the enslavement enchantment.
      Fixed dates before 0CE being displayed as a negative value, and are now correctly displayed as 'xxxx BCE'.
      Fixed bug in the flow of dialogue when talking to Candi for the first time about Brax.
      Fixed clothing enchantments which reduce corruption being regarded as 'bad' enchantments.
      Fixed broken condom equip behaviour for cultists, dark alleyway demon attackers, Kate, and Ralph.
      Fixed bug where slaves who were given the permission to use you would only do so when they were supposed to be at work, instead of when they had free time (set to 'idle').
      Actions using a parnter's clit are no longer displayed as greyed-out actions, until you know that the partner has a vagina.
      Fixed another cause of the bug where slaves jumping you when sleeping would not work correctly.
      Fixed some issues with the lactation fetish special tease attack, and made it available to characters who have crotch boobs which are lactating.
      When starting sex, the active response tab should no longer start on one that has no actions available in it.
      Fixed some incorrect descriptions of the 'choke' action in multiple-character sex scenes.
      Fixed bug where character home icons would not be shown on any tiles that bordered the map's lower or left edges.
      Fixed some references to Jhortrax fathering imps instead of half-demons.
      Girlcum fluid modifiers are now described in a character's appearance page.
      Characters performing oral on a vagina will now correctly ingest girlcum (once the vagina is lubricated by girlcum).
      Fixed bug where incorrect dialogue would be displayed when slaves jumped you for sex after sleeping.
      Fixed some issues with half-demon subspecies detection, which should have resolved the unusual self-transformation behaviour encountered after turning yourself into a half-demon through the debug menu.
      Fixed alligator hair-scales and slime hair being called by the wrong name.
      Fixed branching quests not correctly saving/loading the quest route you selected (was just affecting the slime queen quest, but wasn't having any impact on gameplay).
      Blaze and Crystal (the Slime Queen's guards) are now correctly identified in the code as being siblings (but only if you have incest content turned on).
      Fixed bug where post-sex dialogue after beating and then submitting to the imps in the Dark Siren's fortress would be the 'defeated' variant instead of the correct 'victory' variant.

    Saturday, 8 June 2019

    Version 0.3.3.6 Progress Update

    Hello!

    Sorry once again about the delay; as part of the combat update, there turned out to be a lot more things that needed altering than I first thought. Anyway, this v0.3.3.6 is the preview version for the merging of Irbynx's combat update PR into the main game, which I've just now pushed to the public github.

    If you decide to download and build it, please keep in mind that it isn't completely finished yet, and for the public release next Friday (14th), I'm planning on making some further tweaks and adjustments to several areas, as well as doing a balance of the damage numbers.


    Although I build these preview versions for supporters over on my SubscribeStar page, you can still build and play these previews yourself from the public github (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!

    ALSO IMPORTANT: Only the 'dev' branch of the github is updated to 0.3.3.6. Make sure you build from dev!



    v0.3.3.5


  • Combat update (PR#916 by Irbynx):
    • Completely overhauled combat loop.
      The old turn based system has been modified into an action-point based turn system.
      Added blocking/shielding system, along with a few basic attack moves.
      You are now able to see intents of enemies and allies in combat.
      Abilities available to any character in combat are limited to maximum of 8 - respective menu added to phone to assign abilities, and to companion/slave management to manage theirs.
      Combat AI is a little smarter now, although improvements can be made.
      HP formula changed to avoid physique playing a major role in it.
      Mana formula changed to overally bring the amount of mana to 100-120 average values.
      An overhaul to unarmed damage calculation.
      'Defence modifier' has been added as an attribute, and applies a boost or drain to damage shielding for the character at the start of each combat turn.
      'Dodge chance' and 'Miss chance' have been removed from the game. Spells and other effects that modified 'Dodge chance' or 'Miss chance' have been converted into a positive or negative 'Defence modifier' value, respectively.
      The extra effect of the spell 'Rain Cloud', 'Cloud burst', is now triggered by being hit by a critical attack, instead of being triggered by missing an attack.
      Special tease attacks now do limited damage vs enemies who dislike the associated fetish. (i.e. Doing a 'virility tease' on someone who dislikes the 'pregnancy' fetish will only do 1 damage.)
      You can now set an allied and enemy target, so you don't have to keep on switching target to cast friendly spells/abilities.
      Beneficial spells & abilities will now automatically be applied to your allied target, whereas detrimental spells, abilities, and attacks will be applied to your enemy target.
      The main three stat bars (physique/arcane/corruption) are now hidden during combat, so that it's easier to see multiple combatant's stats.
  • Bugs:
    • Typo/parsing fixes.
      Fixed issue with incorrect names being parsed in speech.
      Fixed an issue with names sometimes being parsed as though they were within speech when they weren't.


    v0.3.3.6


  • Engine:
    • Moved Perk Enums into classes.
  • Gameplay:
    • All permanent attribute boosts for all characters will be reset upon loading into the game.
      All characters' perk trees will be reset upon loading into the game.
      You can no longer gain permanent increases to your attributes through potions. The only way to increase attributes now is through clothing, status effects, perks, or unique events.
      Removed base attribute increases for races, and instead put attribute bonuses in subspecies' unique status effects.
      The perk trees for all non-elementals (including that of the player) have been modified. Added several new traits and perks, and the 'root' lust perk is now unlocked by default.
      You can no longer go 'back up' the perk tree to unlock perks. All unlock progress must now always be down or on the same level.
      All NPCs no longer have attributes assigned to them upon creation, and instead select perks based on their subspecies's preferences.
      Characters who are enslaved no longer have their job-related trait converted into the slave trait. Characters who spawn into the game as slaves will have the slave trait, however.
      Altered aura calculation to rely more on the value of your arcane attribute.
      Resistance attributes no longer provide a percentage damage reduction, and instead provide shielding equal to their value in each turn in combat.
      Clothing now provides 10% of the physical resistance it used to. (For any modders, please continue to use integer values of 1 and over - the reduction to 10% is done in the code.)
  • Other:
    • You can now see NPCs' perk trees at the bottom of their character description pages.
      Amber now has two demonstones equipped as weapons.
      Added several unique occupational perks for both unique and non-unique NPCs.
      Brax/Bree/Brandi no longer wears shoes.
      Adjusted the levels of several unique NPCs.
      Reduced clothing attribute modifiers from -5/-3/-1/1/3/5 to -3/-2/-1/1/2/3.
  • More combat changes:
    • Added status effect application indication in combat moves tooltips.
      Changed spell's critical hit requirement to being the only action used that turn.
      Changed the colour of the 'lust' attribute from scarlet to light pink, and 'physical damage' from red to grey-brown.
      Removed 'critical chance' and 'bonus lust shielding' attributes. Altered status effects, subspecies bonues, and clothing enchantments which used these attributes. Enchanted clothing/weapons which had critical chance modifiers have been converted to critical damage.
      Renamed 'critical hit damage' to 'critical power'.
      Added shielding for energy damage as a separate shielding type from physical.
      Block now blocks all energy damage, not just physical.
      Racial resistances have been removed. Instead of increasing your stats, race books now give you a unique perk which boosts damage vs that race. (You can get the lilin and elder lilin unique perks by returning to Lyssieth and asking about 'Recap' and 'Family', respectively.)
      (If you have defeated the imps in the Imp Citadel, you should have your imp racial damage replaced by a special perk, 'imp slayer', when you load in.)
  • Bugs:
    • Tease damage done to a target who is immune to the 'instant-loss at 100 lust' effect will now correctly start to damage their health.
      Restored Rose's virginity for if it was accidentally taken in a version where her sex actions weren't working properly.
      Fixed issue with player's prediction moves in combat not being cleared each turn.
      Fixed move cooldowns not being reset when you used the 'Reset' action in combat.
      Fixed combat prediction text not correctly identifying when the move would be a critical.
      Fixed issue with characters getting a huge amount of perk points.
      Fixed issue in characters' information screens, where relationships sometimes included an 'Unknown'.
      Fixed some parsing errors.

    Thursday, 11 April 2019

    Packaged release tomorrow

    I ended up getting stuck on a couple of bugs tonight, and have only just finished fixing them. I've pushed v0.3.2.2 to github, and will get it packaged and posted here on the blog tomorrow. I'll probably take a couple of hours to get pull requests merged first, but as soon as that's done, I'll get it released.

    See you again tomorrow.

    Saturday, 6 April 2019

    It's very buggy

    Hello again,

    I've pushed v0.3.2.1 to the dev branch on github, but it's still quite buggy, and the new content is very much in a half-finished state. I'm going to need a few more days to get it polished into a state that's suitable for a fully packaged public release. I hope to have that ready by this next Tuesday or Wednesday.

    If you want to take a look at the current patch notes (which don't yet reference the new city hall content being added), then you can see them here.

    Sorry again that it's taking me so long to get a packaged release out; I've been a little overwhelmed by bugs recently.

    Thursday, 14 March 2019

    Wednesday, 13 March 2019

    v0.3.1.5 pushed to github

    Hello again!

    This is just a short post to say that I've pushed v0.3.1.5 to the dev branch on github. It mostly contains bug fixes and other minor things, with the content portion of v0.3.2 being planned for this next stage of v0.3.1.5->v0.3.2. You can see the patch notes here: https://github.com/Innoxia/liliths-throne-public/blob/dev/src/com/lilithsthrone/res/doc/todo_list.txt#L126

    I'll do some final testing and get it packaged for a 'preview' release tomorrow (Wednesday) evening/night. As there's no Patreon, it'll be a public release here on the blog.

    Monday, 11 February 2019

    v0.3.0.7 mini-hotfix/github update

    Hello once again!

    I've pushed a very small hotfix to github to address some issues in yesterday's update (v0.3.0.6). There was a bug where NPC pregnancies would never end, as well as one which caused the inventory to freeze/break when identifying clothing by spending essences.

    As I said in the previous post, I'll make a post tomorrow outlining my plan for this week.


    Please consult the build instructions in the previous post for details on how to compile this from github.


    Version 0.3.0.7 patch notes:


  • Gameplay:
    • There is now a small chance for unidentified clothing to have a stronger sealing enchantment. (Chances for unidentified clothing are now: 50% it's a good item, 30% it's bad with a 5 essence removal cost, 12% bad with 25 cost, 6% bad with 100 cost, and 2% bad with 500 cost.)
      When crotch-boobs are set to 'off' in the content settings, you will no longer see the crotch boob button in the self-TF menu, nor 'crotch-boob' or 'crotch-boob milk' TF modifiers in the enchantment menu when enchanting a food item.
      Added 'remove' secondary modifier to crotch-boob transformation potions.
  • Other:
    • Standardised the positioning of the 'stretched from' and 'stretched to' values in the 'recovering orifices' status effect tooltip. (They were being reversed in sex, which was a little confusing.)
  • Bugs:
    • Fixed issue with the game's turn taking longer than usual when passing over midnight.
      Fixed stretched orifices continuously expanding over time, instead of contracting.
      Fixed the overview tab in the inventory not working.
      Fixed issue where NPCs would never give birth.
      Fixed the identify clothing action breaking inventory management.
      Fixed incorrect fluid regeneration rate values (for milk and cum) being shown in your stats menu.
      Fluids should now regenerate during sex (probably by a very small amount, considering it's only 10 seconds per sex action, unless you have boosted your regen).
      Corrected some instances of 'kitsune' to 'youko', and changed the plural form from 'youkos' to 'youko'.
      Fixed instances of youko's names not being displayed correctly (as they use their surname as a first name).
      Fixed issue where random NPCs were spawning with jewellery for body slots they don't have pierced in their inventory.
      You can now set your base desire for a fetish to 'love' even while you have that fetish.
      Restored the 'black-with-black-stripes' colour for tiger-morphs (as a rare variation).
      Fixed incorrect breast & crotch-boob type transformation descriptions.
      Fixed being able to change a biped's crotch-boob type when you had that setting turned off.
      Fixed bug where you sometimes couldn't teleport back to Lilaya's lab when she was pregnant as a full demon.
      Fixed the 'Step outside' button not working when transforming Meraxis into a full demon.
      Fixed NPCs using non-penis-related 'giving anal' options, even if they did not like the 'giving anal' fetish. (This was most noticeably resulting in NPCs suddenly fingering or tail-fucking your ass...)
      Fixed Rose's sex preferences bugging out in her dominant scene (where she punished you in Lilaya's room).
      Fixed issue where interacting with a friend in their apartment during an arcane storm would start spawning random NPCs on the tile, which you'd then start interacting with.
      Lilaya should no longer lock out all of her options when starting a game with an imported demonic character. (Her dialogue will not react to you being a demon until after meeting Lyssieth.)
      Fixed a potential cause of clothing not being stocked in some shops. (Although I think this will still keep on happening - this bug is very hard to track down.)

    Sunday, 10 February 2019

    v0.3.0.6 Hotfix (Full release next week)

    Hello again!

    I have pushed v0.3.0.6 to the dev branch on github. The full, public release of v0.3.1 will be out in roughly 7 days from this post.

    v0.3.0.6 was supposed to be a quick hotfix to address the few major issues in v0.3.0.5 (such as Scarlett's quest being bugged, the major game-breaking bug that would occur when loading older saves, and the fetish menu not working), but after starting a new game so that I could progress to Scarlett's quest to test the bug fix, I discovered several other bugs. Fixing these bugs then led to more minor issues that I'd been meaning to address for a long time, so I ended up doing those as well.

    All of these extra issues took up all of my time this week, and what should have been a small one-day fix turned into this rather large "hotfix"...

    Now that this hotfix has been finished, I'll concentrate on getting the full version of 0.3.1 completed over the week ahead, with a target of getting it out in the timeframe of Friday-Sunday. I'll make a post on Monday outlining what will be in it. Sorry that there was no post this week - I got caught up in the bad habit of saying to myself "the hotfix should be ready tomorrow, so I'll make a post then" every day...


    P.S. I will also review my release schedule after v0.3.1, and will either drastically cut back the tasks (so that I can get the public updates out every fortnight, like before), or give myself fixed weekly release dates again.


    As always, I build these previews for backers on Patreon, but if you're not a patron, you can also build these previews yourself from the public github (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.)

    If you do build the game through github, please remember that these are preview releases, and there is a lot of half-finished content (and most likely bugs)!

    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!

    ALSO IMPORTANT: Only the 'dev' branch of the github is updated to 0.3.0.5, with 'master' kept at 0.3. Make sure you build from dev!


    Version 0.3.0.6 patch notes:


  • Gameplay:
    • You can now spend 3 arcane essences to identify clothing in your possession.
      The cost for having a vendor identify your clothing has increased from 10 to 400.
  • Contributors:
    • Added clothing: 'Bunny Headband' (head slot, androgynous, sold by Nyan). (created by dsg)
      Fixed bug where adding fetishes/changing desires from phone fetish menu would not work. (PR#1034 by BDPMP)
      Fixed bug in the main quest, where purchasing Scarlett from Alexa would not work. (PR#1038 by BDPMP)
      Fixed a Lilaya Condom Breaking reaction then/else error. (PR#1039 by EPSIL0N)
      Correction from previous patch notes: GynoidDoesGames was the author of PR#989 (the increase in name variety).
  • Clothing:
    • Added: Outfit generation framework, which enables the game to apply a preset list of clothing rules to characters of various sorts. At the moment, it's only applied to muggers, but I will add all other NPCs to it soon. The outfit generation is defined in xml files, so you can make mods for outfits. The 'mods/innoxia/outfits/casualDress/dress_toys.xml' file is annotated to explain how it works.
      Changed & added colours, altered icons, and moved out to res/clothing/innoxia the follow clothing items: 'suit jacket', 'anklet', 'shin guards', 'elbow-length gloves'.
      Added metallic effect to metal colours in clothing & weapon dye screens.
      'Heart barbells' are now considered feminine.
  • Other:
    • Moved multi-breast and udder settings from furry preferences to content options. Both of these options now disable/enable all relevant descriptions & interactions if you set them to off/on, instead of preventing/allowing NPCs to spawn with them.
      The game now starts at 20:34, so that by the time you get to your room (after 21:00), you can sleep until morning in one button press (instead of sleeping until 21:00 and then again until morning). Time now also passes in the character creation scenes.
      Improved formatting of the post-sex descriptions for orifices being stretched.
      Changed smallest time-unit that the game was tracking from minutes to seconds. Travel through some tiles now takes less than a minute (such as moving in Lilaya's home now taking 10 seconds per tile, and sex actions taking 20 seconds instead of 60).
      After waiting in the queue or giving Jules a blowjob at the nightclub, you will now be moved one tile north, into the club itself, instead of remaining on the entrance tile.
      Made the calendar and time button-areas larger (above the minimap), and added more information to the time tooltip (to include seconds).
      Creampies no longer drain during sex scenes.
      Reduced Brax's Physique, increased his corruption, stopped him from using 'Savage attack' in combat, and fixed issue where he would have just a single chaos feather as a weapon.
      Gave Alexa 15 base arcane, as well as the Slam spell, to explain how she's able to use arcane force in her punishment scenes.
      Improved 'recovering orifice' status effect description and icon.
      Improved status effect 'time remaining' tooltip display.
      Glory hole participants are now almost completely hidden from view - the only information available about them is their genitals and status effects.
      Increased 'Swamp Water' intoxication effect from +50% to +75% intoxication.
      The stretched orifices status effect is now shown in sex, so you can easily see how much everything is stretched by via the tooltip.
      Added auburn as a possible colour for fur and feathers.
      Added slime body hair as a new covering, so it can now have a separate colour to the rest of the body's slime.
      Added a short alternate ending to Lilaya's sex scenes for if you didn't get her to orgasm.
  • Sex (bugs and improvements):
    • Added handling of unusual scenario (which I couldn't replicate) where an NPC would have no available actions from which to select during sex.
      Fixed issue with NPCs performing redundant displacements (such as pulling down trousers, then unzipping them).
      Fixed issue where NPCs would continuously switch position in sex. They can still switch position if they have 'full' control (usually when they are the dom or if it's fully consensual sex), but will now only do it once in foreplay and once in main sex.
      Improved NPC preference generation methods, so NPCs' sex action preferences should now be a little more reasonable. (i.e. They will still take their fetishes into account, but are now more likely to want to perform actual penetration in sex.)
      Fixed issue with the 'request/offer oral' actions, where any form of tongue action was not being registered as being a viable oral option for the NPC to perform.
      You now earn essences for the first five orgasms each character has in sex, at a rate of 2/2/2/1/1 (4/4/4/2/2 with the Nymphomaniac trait). 0 essences are earned if the character has the 'recovering aura' effect. Updated orgasm tooltip to show this.
      Added 'cowgirl (bottom)' positioning action.
      Added more indication that positioning actions are requests when you are not the dom or a full-control sub.
      NPCs who do not dislike the 'cum stud' fetish now prefer to cum on body parts where available, instead of the floor.
      NPCs will now refuse your requests (offering/requesting body parts) if they are being rough, you are the sub, and you don't have full control in the scene.
      Improved the sex AI to reduce the instances of NPCs doing the annoying 'start/stop' action cycle. (After doing this, I saw no more instances of this annoying cycling of actions, but I can't be sure that it's been fixed entirely.)
      Fixed NPCs not using positioning actions in taur sex scenes.
      NPCs now take into account more than one fetish at a time when deciding upon what actions they want to perform, so now, for example, if they have oral+anal fetishes, anilingus is far more likely to be chosen than it was in previous versions.
      Added 'none' option to self-transform menu for crotch-boobs, and slightly improved the formatting of the breasts & crotch-boobs windows.
      NPCs' ability to perform actions based on their fetishes/desires has been improved.
  • Bugs:
    • Fixed major bug where walking in Dominion's boulevard tiles during an arcane storm would cause a game-breaking background bug. (Related to the tile's population not being generated correctly.)
      Fixed post-sex oral experience gain description for NPCs referencing your ability to perform oral, not theirs.
      Vaginal urethra and crotch nipples are now tracked correctly in the 'recovering orifices' status effect, and thus they now actually return to their natural capacity over time.
      Fixed background issue where orifices' post-stretched recover rate was being based on their elasticity, not plasticity.
      Fixed issue where taur land speed movement reduction (-50% time) wasn't being applied.
      Fixed decimal formatting in creampie status effects.
      Typo & parsing fixes.
      Fixed post-sex scene in the nightclub's toilets appending dialogue as though you were back out in the streets of Dominion.
      Fixed background error related to NPCs not having a body preference set when loading into this version from an old save.
      Randomly generated capacity descriptors (tight, loose, etc.) are now correctly generated based on the orifice's current capacity, taking into account any stretching.
      Intercrural is no longer available in the mating press position.
      Body parts' appearances affected by psychedelic fluids no longer always say that they are virgin.
      Glory hole users will no longer spawn in as taurs (as it would be quite difficult using the stalls, let alone the holes themselves, as a taur).
      Fixed glory hole user's full inventory being visible when they switched to fucking you.
      Fixed the 'too loose' sex status effect persisting after the penetration was removed.
      Fixed parsing errors in the taur positioning action tooltips, as well as some incorrect descriptions related to the starting scene text.
      Fixed issue with alitaur, unitaur, alicorn-morph, and unicorn-morph not being detected correctly (they were always detected as a pegataur or pegasus-morph).
      Fixed issues with some dialogues returning incorrect text in sex and transformations.
      Fixed udders being described as 'a pair'. Also fixed transformation text related to this issue.
      Fixed crotch-boob transformation screen from generating random names (crotch-boobs, crotch-tits, crotch-breasts, etc.) each time you selected an option, which was causing the screen's elements to resize.
      Fixed broken horn transformation text.
      Fixed issue where all races, including demons and humans, were spawning with crotch-boobs. Now only furry races will spawn with them. All crotch boobs on bipeds will be reset to default values when you load into this version.
      Races that do not normally have crotch boobs are no longer described as not having any in the appearance screen (as that is to be assumed).
      Fixed incorrect crotch nipple descriptors being generated (that were being based on breasts, not crotch-boobs).
      Fixed cases where crotch-boobs were being incorrectly treated as though they had penetrable nipples, both in descriptions and sex actions.
      Stopped excessive lube information (including slime parts and urethra info) from being displayed at the start of sex.
      Removed duplicate 'deepthroat' orgasm action from the kneeling oral position.
      Fixed post-sex scene in Lilaya's geisha scene returning an error.
      Fixed the 'Limit--' button in enchantment screen not working correctly.
      Wolfgang and Karl now correctly drop dog-related items after beating them, instead of wolf-related ones.
      Fixed issue where tigers could spawn as 'black with black stripes'. They now have a small chance to have their primary colour as auburn, amber, or tan instead of orange.
      Human parts are no longer ever described as being animal-like (for if you TF parts on a taur body to human).
      Lilaya and Meraxis now gain a significant amount of affection towards Lyssieth as part of their demon transformation. Lilaya now also gains a lot of affection towards you for agreeing to help her. This is all applied retroactively to your save when you load into this version.
      Fixed the body hair (beard, underarm, pubic, ass) options in the self-transformation menu showing a cost, even though it's free to change.
      Fixed pubic hair options in the self-transformation menu being locked out by having 'ass hair' disabled, instead of 'pubic hair'.
      Fixed debug menu's self-transform menu not having eye colours as an option.
      Fixed penetration/orifice type status effects (the 'ass status', 'vagina status', etc. ones) being applied to characters not in sex, which was sometimes causing a background error to be thrown.
      Fixed several issues with Lilaya's pregnancy-related dialogue after she's become a full demon.
      Blocked Lilaya from switching her position in her 'testing' chair sex scene, as she was being a little too aggressive with it.
      Fixed partner's lust dropping to 0 during the last turn of sex. (It is now correctly set to 0 after sex, so long as they orgasmed at least once.)
      Fixed the 'Arcane Pregnancy Tester' item not removing you as a potential father from the pregnancy stats page (so long as you were not the father). This was most notable after losing the pregnancy roulette game, where in the pregnancy stats screen, it would still show you as a potential father.
      Fixed bug where Roxy would not stock condoms.
      Fixed regular chastity cage being called 'ornate chastity cage'.
      Fixed lilin offspring not being generated with the correct surname.
      Fixed issue where dying clothing would sometimes not work and throw a background error.
      Fixed potential cause of an issue where slime colourings would sometimes reset.
      Added handling of game-breaking error that could sometimes occur when displacing clothing that was accidentally configured to block one another's displacements.

    Monday, 3 December 2018

    Slight delay on 0.2.12.6

    Hello!

    Sorry to be the bearer of bad news, but while I've almost managed it, I'm still a few hours away from getting all the citadel dialogue finished for the minor v0.2.12.6 github update. It's getting quite late for me where I am, so I think I'm going to have to delay it until Monday or Tuesday night.

    The full, public version of 0.3 should still be out on Friday. Sorry about this small delay!

    Thursday, 23 August 2018

    Version 0.2.10.5 Progress Update

    Hello again!

    I've got most of version 0.2.11's coding work done for this update (fixing bugs and getting all minor things out of the way), so now I can move on to focusing on writing for the full release next week. I'll start by writing the Imp fortress & encounters, before moving on to focus on expanding the sex actions.

    I want to spend a good amount of time on improving the sex actions & positions, so I think I'll only have time for one of the planned quests. I'd like this quest to be Axel's, but if I'm running low on time, it will have to be one of the others (which are smaller in scope).

    The full release of 0.2.11 will be on the night of 29th-30th August.

    The artwork of Kelly/Katherine (they're identical twins) in this post was done by Jam. (There's a futa version coming soon!) :3
    You can find them over on their blog here (and their NSFW blog here).


    As always, I build these previews for backers on Patreon, but if you're not a patron, you can also build these previews yourself from the public github (which is always kept up to date with the very latest version):
    https://github.com/Innoxia/liliths-throne-public (There's a build tutorial here.)

    If you do build the game through github, please remember that these are preview releases, and there is a lot of half-finished content (and most likely bugs)!

    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!


    Version 0.2.10.5 patch notes:


  • Engine:
    • Added: weapon modding support. It works much the same way as clothing modding, and an example of how to make them can be found in the res/weapons/innoxia/dagger folder.
  • Gameplay:
    • Added: Ability to enchant weapons.
      Added: Demon's Dagger. Sold by Vicky.
      Added feathered demonic wings as a TF option.
      You now have access to the transformation menu in all post-combat scenes with demon or slime NPCs.
      Expanded the recently added 'moving in' actions to be available for demons in alleyways, harpies in the harpy nest, and submission attackers. (Still need to add it for bat caverns and offspring...)
      Slaves with 'Outside Freedom' and 'Use You' permissions enabled can now randomly ambush you in Dominion's streets.
      You can now choose which slot weapons are equipped into, allowing you to dual-wield weapons. Also, functionality for weapons to be classed as two-handed has been added (only affects the zweihander and musket so far).
  • Artwork:
    • Added Jam's artwork for Katherine & Kelly.
  • Other:
    • Went over all unique NPCs' creation methods and made sure that they had the correct starting values for all body parts. Some of these NPCs might have slightly different appearances when you load in.
      You now have management options available for friendly occupants who have moved out into an apartment.
      You can now ask friendly occupants to transform, under the 'Manage' tab (if they are a demon or slime). Also moved the transform option to the 'Manage' tab for slaves.
      Standardised all races' parts names, and removed Latin part names for all but canine, feline, equine, and bovine.
      Changed race discovery tracking to subspecies tracking.
      Debug mode now reveals all NPCs' concealed parts and clothing.
      Slightly refined Angel's, Bunny's, and Loppy's appearance, and changed Bunny and Loppy from being twin sisters to Loppy being slightly older.
      Horns are no longer counted towards calculating your race. (So, for example, you can now have a horned fox-morph that's still counted as 'greater'.)
      Fixed slime subspecies code, so all subspecies are now available for slime NPCs to spawn in as.
      Slightly improved random fetish desire generation, so NPCs with impregnation/pregnancy fetishes will no longer spawn in hating using/receiving cock.
      Added slave dialogue variations for if they like being inspected or spanked.
      Non-androphilic characters will no longer spawn disliking vagina or breasts, and non-gynephilic characters will no longer spawn disliking penises.
  • Bugs:
    • Typo and parsing fixes.
      Fixed storm attackers sometimes being able to be talked to after combat victory.
      Fixed phone's map having white borders on all impassable tiles.
      NPCs with a concealed race no longer have their race shown in the phone map's tooltips.
      Fixed all tattoos being called 'tribal'.
      Rose will now correctly prioritise penetrating your vagina or ass in her sex scene.
      Fixed NPCs commenting on strap-on reveals twice.
      Fixed UI issue in transformation dialogues where selecting buttons would change their size, sometimes making the buttons wrap around onto the next line.
      Fixed Imp Essences not being able to be used by demons.
      Fixed friendly occupants sometimes getting the job 'reindeer overseer'.
      Fixed anal not being available in missionary position.
      Dominant partners in the nightclub will no longer drink enough to pass out.
      Kalahari now correctly returns to the bar after sex, fixing the cause of some errors.
      Cultists and Kate will now correctly use your 'futa internal testicles' setting, instead of always spawning with internal testicles.
      Fixed 'Lick balls' action being able to be performed on characters with internal testicles.
      Fixed bug where sometimes the slave you were sending to Kate incorrectly ended up being the previous one you'd selected.
      Fixed bug where your offspring would be described as being born thousands of days before they were conceived. (Any offspring with birthdays prior to their conception date, or with conception dates over 300 days prior to their birthday, have had their birthdays adjusted to be within two months after conception.)
      Fixed not being able to feed an enslaved Scarlett any potions.
      Fixed issue where virginity loss messages would display incorrect messages.
      Fixed bug where trying to inspect an NPC (such as by clicking on their name) would throw a background error and not show their inspection screen.
      Elementals no longer have a random job's perk in their perk tree.
      Fixed dirty talk always returning the backup single-word lines, instead of penetration-specific ones.
      Fixed steal spell not working if the enemy did not have a weapon and you have only advanced the steal spell to 'Disarm'.
      You now actually escape when the game says 'All of your enemies are stunned, so you're easily able to escape!'.
      Fixed bug where you wouldn't be able to displace underwear through unzipped legwear.
      Alleyway attackers will no longer instantly disappear from canal crossing tiles.
      NPCs will now correctly displace your clothing to get access to your dildo, if they want to use it in sex.
      The 'Calm down' action's arousal loss should no longer be counteracted by your fetishes, which was causing this action to sometimes increase arousal instead of losing it.
      Fixed orgasm denial not working if your partner had the non-con sub fetish in a non-con scene.
      Fixed some issues with alleyway dialogue when you had a companion present.
      Cum and precum no longer lubricates contacting sex areas through condoms.
      Fixed stop kissing action returning incorrect pace-related descriptions.
      Fixed incorrect reactions being returned for genital/breast reveals during sex.
      Added descriptions for if you're wearing a condom in the 'Ass to mouth' orgasm action.
      Sucking Jules's cock to gain quick entry to the nightclub is now correctly counted as public sex.
      Fixed 'Resist kiss' action being duplicated and having incorrect tooltip text.
      Fixed incorrect bow & arrow firing description.
      Fixed Lilaya's first reaction to you being pregnant not being displayed.