Changelog
### 0.4.11.3 Hotfix
- v0.4.11.3 Hotfix
- Bugfixes
### 0.4.11.3
- v0.4.11.3
- 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 sue 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.
### 0.4.11
- v0.4.11
- Contributors:
- 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.
### 0.4.10.7 Hotfix
- v0.4.10.7 Hotfix
- This is just a small hotfix to address two annoying bugs; one where the 'sleeping' status effect would often get stuck on you after sleeping, and one where demons were affected by menopause. It also includes a few pull request merges from github, including a new type of potion made by CognitiveMist.
### 0.4.10.7 Patch Notes
- v0.4.10.7 Patch Notes
- Contributors:
- Enhancement: Add sybaritic potion (refractory potion), which increases the drinker's desired orgasms by 3-5 when consumed during sex, otherwise applies a temporary status effect. (PR#1829 by CognitiveMist)
- Fixed a bug where a dildo would be treated like a real penis and cause clothing to get dirty when orgasming. (PR#1820 by alfadorfox)
- Filled in some missing parsing. (PR#1780 by MintyChip)
- Engine/Modding:
- Moved the 'hyena' colour from the base res folder to the mod folder to conform with the location of the rest of the hyena-related files.
- Gameplay:
- If you have bad ends turned off in your content settings, you will no longer encounter a bad end in the new side quest content.
- Slaves:
- Slaves who have permission to clean themselves will now only do so if they're not at work, or at a work type which allows cleaning (the jobs which do not allow cleaning are 'test subject', 'statue', 'public fucktoy', and 'dairy cow').
- Added a new cleanliness permission, 'Remove Odours', which will make the slave remove musky odours when they wash themselves.
- Sex:
- Added three new sadistic sex actions: 'Slap pussy', 'Pinch clit', and 'Slap cock'. (These actions are only available to characters with the 'sadist' fetish.)
- Virginity loss scenes now take into account whether your partner is asleep.
- When having sleep sex, you can no longer tell your partner to grow a cock, offer/request different areas, nor grant/revoke permissions.
- Added check for sleeping partner in the 'Deny' action.
- Added a new 'locked in stocks' immobilisation type, which is applied to the character being locked into stocks in all stocks-based sex scenes.
- Penetration-on-penetration ongoing sex actions (such as handjob reactions) are now available during immobilisation sex.
- Added more checks for a mute character in orgasm actions.
- Added description variation for resisting characters who request their partner to pull out.
- In the 'Orgasms' status effect tooltip, you can now see how many orgasms your character requires in sex to be satisfied. While this doesn't have an impact after sex, your consensual partners will want to satisfy you before ending sex, so the information is relevant for that.
- Other:
- Properly centre-aligned the icons for the 'elemental striker' and 'elemental defender' perks and significantly increased their effects.
- When viewing the tooltip for interacting with a missing slave, it will now say if they're in a slave lounge instead of erroneously saying that they're out at work.
- Improved tooltip description for racial books.
- When you free the slaves in the stocks in Slaver Alley, a new group of slaves will appear after ~6 hours have passed, instead of at midnight.
- Ingesting fluids in the milking room now passes 5 minutes of time instead of 1 hour.
- Bugs:
- Typo, parsing, and formatting fixes.
- Fixed issue where demons were being affected by menopause.
- If you have anal/foot/armpit content disabled, the associated fetish preferences are no longer displayed during character creation.
- Fixed bug where your character could sometimes end up with the 'sleeping' or 'heavily sleeping' status effects stuck on you after sleeping.
- Fixed bug where starting double penetration would first stop the other ongoing penis-vagina action, resulting in a simple swap of who was penetrating the vagina (and throwing some parsing errors) instead of resulting in a double penetration.
- The 'Spawn attacker' function of the debug menu now correctly spawns the NPC as the race stage you select, instead of always spawning them as the 'lesser' stage.
- You can no longer equip sex toys during Rose's domination scene (while you're locked in stocks).
- Fixed bug in slaves' job management, where the 'Office' job had all of its hourly spots grayed out when it reached capacity, unlike all other jobs which kept the slots visible.
- Fixed bug in feral sex scenes where NPCs could generate sex preferences that involved breasts or fingers even if the feral target had no breasts nor fingers.
- Fixed bug where all pierced areas would be reset when using the debug menu's 'race resets' or choosing to transform into a horse-girl for Sterope.
- Fixed bug where if a weapon had all 5 damage types available, then it would break the formatting when viewing the weapons page in the encyclopedia.
- If getting transformed into a doll as a demon, you no longer keep your wings/tail/horns.
- Fixed issue where when you leaded a saved game, all characters regained all of their default modifiers for all penetration and orifice types (penis, vagina, urethra, clit, anus, spinneret, nipples, crotch-nipples, mouth, tongue) instead of only the ones they had when the game was saved.
- After being transformed into a demon by Lyssieth, she will now be listed as your mother in her character details page, and in Elizabeth's details she will now be listed as your half-sister.
- Fixed minor issue with tooltip formatting for some items.
### 0.4.10.6
- v0.4.10.6
- Emergency bug fix from 0.4.10.5:
- Fixed bug where interacting with any demonic taurs would often freeze the game.
- Contributors:
- Fixed an erroneous error message in the Util.getClosestStringMatch() function. (by AceXP)
- Improved error.log information to include build type. (by CognitiveMist)
- Improved Maven Compatibility Across JDK Versions. (PR#1745 by NoHornyOnMain)
- Fixed game crashing on leap days. (PR#1814 by Miigon)
- Cached compiled Javascript objects for improved performance (PR#1802 by tarbh-uisge) (Also thanks to CognitiveMist for PR#1442 which implemented the bulk of the original code which this PR uses.)
- Documentation: Specify svgo version compatible with svgoConfig.yml (PR#1813 by CognitiveMist)
- Implemented a few minor bug fixes (which could cause background errors or softlocks). (PR#1821 by CognitiveMist)
- Sanitized quicksave file name to prevent loading issues when playing as a character whose name contains a space or period. (PR#1781 by SightglassCat)
- Enhancement: Store minimap zoom level in the game properties (so your zoom level will be remembered when restarting the game). (PR#1832 by CognitiveMist)
- Added 'Chinese characters tally' as new tattoo counter type. (PR#1805 by CKRainbow)
- Bugfix: pressing enter when naming enchant or tattoo undoes the last character. (PR#1834 by CognitiveMist)
- Engine/Modding:
- Improved the debug menu's 'Spawn attacker' action so that you can choose the gender of the spawned attacker.
- When debug mode is turned on, the time it takes to end each turn is displayed in the title of the window.
- Added 'DUPLICATE_WHEN_EQUIP' as an ItemTag, which is used for the new electrical tape clothing item.
- Added 'countDuplicates' attribute to the 'numberRequiredForCompleteSet' value in SetBonus files, allowing you to define whether or not you want duplicates of clothing or weapon types to count towards the required number of items to activate the set bonus. (See 'res/mods/innoxia/setBonuses/template.xml' for more info.)
- Clothing:
- Added 'square nipple rings' (androgynous, nipple piercing slot, sold by Kate).
- Added 'electrical tape' (androgynous, mouth/nipple/vagina/anus slots, sold by Ralph).
- Removed 'tape crosses' as they're now a part of the new 'electrical tape' clothing item. Any existing 'tape crosses' in your save file will be converted into 'electrical tape' when loading into this version.
- Added 'duct tape' (androgynous, wrist/ankle/mouth slots, sold by Ralph).
- Added more recolouring options to the sun and snowflake themed accessories.
- Slaves:
- Added 4 new job permissions to the prostitute job, allowing your slaves to act as dominant partners while working as a prostitute.
- When working as a prostitute, slaves can now perform cunnilingus as well as blowjobs when the oral permission is activated.
- Improved the formatting of prostitute events in the occupancy manager.
- Prostitute and public fucktoy slaves will no longer engage in anal sex if your anal content setting is disabled.
- Job settings for slaves now respect your content options (e.g. if you have anal content turned off, you won't see the 'Allow anal' setting for the prostitute or public fucktoy jobs.)
- If your slaves are given the 'Silence' permission, they are now treated as though they're mute, and cannot speak during sex. (They will continue to talk during non-sex interactions as I still need to add mute behaviour for most slave scenes...)
- When interacting with one of your owned dolls, if either you or the doll has a D.E.C.K. in your inventories, then you can now use the 'Transformations' action instead of accessing the inventory and manually using the D.E.C.K. on them.
- Sex:
- Further improved the 'Grow cock' sex action, so if a character has a penis, and then that penis is removed, the 'Grow cock' action in sex will restore that character's previous penis instead of generating a generic new one for them.
- The 'Grow cock' action when performed on a partner is now no longer available if your partner is resisting.
- Other:
- When in a feral form, you can no longer get pregnant (this is a temporary change to fix some issues with Sterope's content, but I will soon re-enable feral pregnancies and fix her content properly).
- The DECK can now transform dolls' wings, horns, antennae, and tails.
- Split the item view in the encyclopedia into three separate screens to make navigation a little easier.
- NPCs with the bondage applier fetish will no longer spawn with enslavement clothing in their inventory (such as the metal collar), as they are not able to enslave others.
- Character height is now limited to 200cm during character creation, and the UI for height selection has been slightly improved.
- Updated the starting jewellery for piercing slots in the character creation based on femininity.
- Increased Rose's starting age from 18 to 20 (as I felt like she'd need more time to build up her relationship with Lilaya).
- Oglix now has the tribal tattoo and scars which are shown in her artwork.
- Submissive NPCs at the Watering Hole who have the 'unwilling fuck-toy' fetish will now engage in rape-play in the toilets.
- Added a small dialogue variation to the scene with Hammer & Ghost just before the raid, where if you ask them about their weapons while carrying an HLF weapon yourself, Hammer will comment on it.
- You can now take the 'vaginal virginity' fetish during character creation even if you set vaginal sex experience to a non-zero value, allowing you to start the game with the 'broken virgin' debuff if you want to.
- Rabbit and reindeer balls are now covered in their associated fur instead of sharing the same characteristics (such as colour) with their penis.
- Slightly improved the 'Glacial' and 'Radiant' status effect icons.
- In Dominion, the generic population in the 'Characters present' window now changes at night.
- When changing femininity during character creation, your character's body will slightly adjust to reflect these changes (penis and breast sizes are affected, but can always be changed in the following customisation menus).
- When NPCs engage in generic sex (such as when working as a prostitute or as a slave in the stocks), each instance of this sex will be counted as a unique partner for the purposes of tattoo counters.
- Bugs:
- Typo and parsing fixes.
- Fixed issue where you were unable to buy a DECK from Saellatrix, even if you had enough money to do so.
- Prevented game logic parsing commands from executing when typed into an item's name field in the enchantment menu.
- Fixed bug where anthro dolls would never spawn with wings, horns, antennae, or tails.
- Fixed issue where you couldn't interact with dolls who were stationed on staircase tiles.
- Interest on your savings is now correctly calculated for the flames which you store in the bank at Elis.
- Fixed incorrect description in the 'Heavily pregnant' status effect update, where it would only recognise that you lay eggs if you had a harpy vagina, instead of any egg-laying vagina.
- Fixed page title during character creation's tattoo addition showing an incorrect location name.
- NPCs will no longer spawn with birthdays in the future.
- Fixed bug where using the alarm to sleep would not work if the current time was either the same as your alarm's time, or 1 minute past the alarm's time. (Fixed in all locations where you can use your alarm: in your room at Lilaya's mansion, in your room at The Red Dragon, or at Evelyx's dairy.)
- Fixed bug where you'd get to know what Hammer & Ghost looked like naked when they changed into their civilian and fully-geared-up outfits, even though they didn't strip naked.
- You can now transform breast rows in the self-TF menu if your multi-breast settings are set to anything other than 'Disabled', as the setting tooltips imply.
- Fixed issue where body content preferences were not taken into account in a few places (which was affecting skin colour, breast rows, and crotch boobs).
- Fixed bug where the 'Bar' action in The Crossed Blades would always be available, even if you'd already introduced yourself to Golix.
- Using the 'Quick sex' action now correctly results in a character cumming on their partner's breasts if they are engaged in paizuri (or any penis on non-penetrable orifice) for the main sex preference.
- Fixed bug where items of clothing could be mentioned multiple times when being described as being cummed on at the end of quick sex.
- Fixed bug where time was inadvertently passing when selecting options in Helena's slave customisation menu.
- Using a condom while trading with an NPC will no longer softlock the scene and duplicate the condom.
- Fixed issue where using a used condom and then backing out before choosing an orifice would make the condom disappear from your inventory until the scene changed.
- Fixed bug where creampie actions could sometimes result in all sex participants cumming into the targeted character regardless of whether or not they were penetrating them or even if they had a penis (this bug was always encountered when using autofellatio and deepthroating yourself when spectating an ongoing sex scene).
- When in hiding while spectating a sex scene, you can no longer manipulate the participants' clothes or give them items.
- Added missing generic 'shoppers' population for Nyan's store tile (only present when not in storeroom with Nyan).
- Fixed cow ears being described as being high up on your head (as through they were pointed ears like a fox's).
- The generic 'trader' occupation is no longer available as a job suggestion to friendly occupants.
- Fixed bug where random NPCs would never spawn as half-demon taurs, no matter what you'd set your half-demon and taur preferences to be.
- Fixed bug where half-demon taurs would always have their genitals referred to as being those of a 'demonic-horse', instead of a 'demonic-LEG_RACE'.
- Fixed bug where slimes would always spawn as 'human' slimes, instead of representing your subspecies preferences. (i.e. Slimes will now spawn with a body drawn from the full range of subspecies that are enabled in your content settings.)
- When squirting during orgasm, the text now correctly describes the orgasming character as the one whose clothing is being dirtied (instead of a random NPC).
- Fixed multiple parsing errors being displayed when receiving oral sex from Nyan & Leotie.
- In Nyan & Leotie oral threesome, when blowjob or cunnilingus is somehow ended, and they aren't involved in an ongoing oral action, they will now restart the blowjob/cunnilingus.
- In sex, when a character joins in on an ongoing action (double-blowjob, double-cunnilingus, double-penetration), then any other ongoing actions using the associated sex areas are now correctly stopped. (e.g. Nipple kissing into double blowjob would not stop the ongoing nipple kissing.)
- Fixed bug in sex where starting an ongoing action involving the MOUTH area would not stop any ongoing TONGUE actions, and vice versa.
- Fixed bug where using an enslavement item on an NPC who wasn't able to be enslaved would still add them as your slave and teleport them to slaver alley (this bug was present for the two imps who guard each of the fortresses in Submission).
- Fixed issue where the 'Furry tail penetrations' content setting would only allow furry tails to be used in sex if they were prehensile, instead of following the same rules as non-furry tails (which is if they're prehensile OR if they're longer than 50% of the character's height).
- When bidding on a slave at the auction block in slaver alley, the correct opening scene is now displayed, instead of the generic import information text.
- Sex area tooltips will no longer state that non-penis penetrations are swollen due to a knot during the turn when an orgasming character is knotting an orifice.
- Fixed bug where when a character knotted their partner (which requires them to insert their penis as deep as possible) all other ongoing penetrations would also be inserted as deep as possible, even if the orgasming character wouldn't ordinarily want to do that.
- When leaving the Centaur Carriage Depot, only 2 minutes now pass instead of an hour.
- A character now needs both a katana and a wakizashi to complete the 'daisho' set bonus. Wielding two katanas or two wakizashis will no longer work.
- Fixed bug in the doll side quest, where if you're a doll, you were able to reset the perk tree and buy perks, and were therefore able to obtain all of the perks which were meant to be disabled during that quest.
- Fixed bug where after learning a spell upgrade, you could continue to click on the owned upgrade which would keep on deducting your spell points.
- When meeting Fia before starting the main part of the doll quest, the characters present window no longer lists a large nubmer of generic characters as being present.
- Fixed bug where no subspecies were added to the 'storm immune' subspecies list, which resulted in there being no generic characters present during an arcane storm even though demons were described as being in the area.
- Fixed bug in the new side quest's bad end where both your and Fiammetta's serial numbers would be identical.
- Fixed issue with Vronti's blowjob and handjob sex scenes where both of you would start in incorrect positions and background errors would be thrown.
- Feet and toes for characters with tails instead of legs are now correctly referred to as tails/tips instead of feet/toes.
- Added missing 'porcelain' skin colour to the possible varieties which characters can spawn with.
- When starting a new game, your character is no longer influenced by your penis and breast size preferences, so as to keep the starting values for penis and breast sizes within the intended range.
- Fixed bug where trying to get Kate to modify a tattoo which didn't have any writing nor a counter would not work and throw background errors.
### 0.4.10.3
- v0.4.10.3
- Davyn's Artwork
- Added artwork for Wes, including variations for if he's enslaved.
- Added artwork for Elle, including variations for if she's enslaved.
- Engine/Modding:
- Added a new addEffect() method to AbstractClothing, allowing you to add effects to clothing within the parser.
- Added parser hooks for TFModifier ('ENCHANTMENT_MODIFIER_' prefix) and TFPotency ('ENCHANTMENT_POTENCY_' prefix) so that you can use the new addEffect() method.
- Fixed bug where if 'orgasmCumTargets' variable was used in custom sex managers, if the sex scene was initialised it would soft-lock when trying to initialise in repeated scenes.
- Fixed issue where the 'orgasmEncourageBehaviours' variable in custom sex managers wouldn't work if you were trying to define how the performing character should react if they were also the one being penetrated.
- The 'preferredTarget' attribute in sex manager files now works for the player character by setting that defined character as the one that's targeted by the player at the start of sex (but has no effect after that).
- Gameplay:
- Added a new side quest involving Saellatrix and her shop, 'Lovienne's Luxuries'. This quest can be started after obtaining the 'Angelixx's Diary' item in Elis during the main quest by talking to the SWORD Enforcers in Elis. This quest contains a bad end.
- The player's hair now grows at a rate of 1cm per week, which can be changed to 1cm per day or per hour, or disabled entirely, via the setting in 'Content Options', 'Bodies', 'Hair Growth'.
- Added a small amount of content to Dale which ends with making him a heavy sleeper and being able to have sleep sex with him. (Talk to him about his work to see the new dialogue option appear.)
- Added an option to receive a footjob while performing cunnilingus on Vanessa/Ms. Cunningham.
- Clothing & Items:
- Added 'equine dildo' (androgynous, Vagina/Anus/Mouth slots, sold by Saellatrix, flared dildo with 54cm length and 'average' girth, five stickers to choose colour variations).
- Added 'polo shirt' (masculine, torso slot, sold by Nyan).
- Added 'chinos' (masculine, leg slot, sold by Nyan).
- Added 'desaturated pink' and 'dark desaturated pink' colours for clothing.
- Added 'dull' variations of all colours for clothing/weapons/tattoos.
- The 'D.E.C.K.' item is now able to be sold.
- Added more colours to the 'spiked collar' clothing item.
- The 'chemise' is now correctly tagged as being transparent, as its description implies.
- Tattoos:
- Added several new counter types related to orifice penetrations.
- The option for anal and nipple-penetration tattoo counters are now correctly hidden when the associated content toggle is turned off.
- You can now choose to start a tattoo's counter at 0, or instead choose the previous behaviour of starting with the counter showing all previous experiences.
- Slave management:
- Added a 'Rapist' permission for slaves (if non-con is off then this permission is hidden, and the game will act as though it is disabled for all slaves).
- Slaves will now only rape other slaves if they have the rapist permission, do not have a negative desire towards the non-con fetish, and do not like their target or the target has a positive desire towards the non-con victim fetish.
- Slaves who have the 'Use You' permission will now only rape the player under the same set of circumstances as those listed above, otherwise the player is now able to turn down a slave who approaches them for sex.
- Slaves can now ambush you for sex in the corridor tiles in Lilaya's dungeon.
- Sex:
- Using quick sex now correctly applies cumming effects if interactions don't involve an orifice.
- Quick sex now takes into account cum target preferences that are defined in the sex manager, and also applies additional slot dirtying for if the cumming character produces a lot of cum.
- Characters standing beside one another in the 'against wall' position can now interact with one another via kissing and using full appendage interactions.
- Maximum arousal gain per sex turn is now limited to 15, so sex should last a little longer (will be most noticeable in group sex, where the maximum arousal per turn was previously getting quite high and making sex end very quickly).
- Dominant NPCs who don't have the 'giving oral' fetish are now less likely to perform oral on their submissive partners.
- Using the 'Grow cock (self)' action during sex no longer resets your penis modifiers to their default values.
- Other:
- Generic naming for clothing based on enchantments (i.e. the 'of X' postfixes) now prioritise the positive attribute if a negative and positive attribute have the same magnitude.
- Doll orifices now have access to 'flesh' colour as a secondary colour.
- Characters can now be marked by up to five characters' musk at once (instead of just 1).
- Removed the 'All' and 'All clothing' actions in the debug menu's item viewer (as there were too many items to display in one scene) and added a clothing femininity filter action.
- Renamed the 'BDSM' status effect to 'Bound Bitch'.
- Added options to pass time until the next sunrise and next sunset in the loiter menu.
- Added a bar to the UI beneath the current time to give a visual depiction of daylight hours.
- Added dialogue variations for mute slaves in the player-slave and slave-slave random sexual encounters.
- Added 'side-parted' as a hairstyle.
- Ferals with a leg configuration that has 'large genitals' (quadrupeds, arachnids, and avians) will now have larger penises (e.g. feral horses now have ~44cm penises by default instead of the previous ~22cm).
- Reading 'Arcane Arousal' in Lilaya's library no longer increments your 'spell efficiency' attribute by 1 (this was the only place in the entire game where a non-corruption attribute could be increased and so it felt out of place).
- Added a new book to Lilaya's library about the history of ferals.
- Sterope's tavern content fixes:
- Improved dialogue flow, fixed some parsing, and improved some tooltip and action text.
- The first time you meet Sterope in the tavern, a random centaur now always spawns (to more clearly display what kind of content should be expected in her scenes).
- Both dominant and submissive feral sex content is unlocked after convincing Sterope to stay as a greater horse-girl (which can now be done in both post-submissive and post-dominant sex).
- Fixed player's clothing disappearing when transforming.
- Fixed player's feral clothing remaining equipped after feral sex.
- Sterope has her addictions, hypnosis effects, and musk marking removed after her sex scenes have finished (so her scenes at work aren't affected).
- Fixed issue where Sterope would sometimes revert to her partial furry form, even if you'd told her to remain as a greater horse-girl.
- When transforming into a dominant feral, you now grow a penis with which to fuck Sterope.
- Bugs:
- Parsing and typo fixes.
- Dolls can no longer gain fetishes from clothing or tattoos.
- Fixed harpy skin colours using clothing colours instead of covering colours.
- Fixed issue in modded sex managers where sex actions defined within a character's 'uniqueSexActions' element would sometimes be available for all characters in the sex scene, instead of just for the character who has the action within their 'uniqueSexActions' element.
- Fixed bug where immobilisation descriptions for all immobilisation types would be displayed one after the other if immobilised during your partner's body part reveals in sex.
- Dolls can no longer gain the 'Risk of pregnancy' status effect.
- Fixed bug where changes to a character's inventory would affect copies located in Game.savedInventories (which could potentially have been causing bugs in content related to the bank, Murk, and Scarlett).
- Fixed newly created anthropomorphic dolls always having human legs instead of the expected anthropomorphic racial type.
- Fixed bug where at the start of sex scenes, the dialogue would sometimes start partially scrolled down.
- Fluid recolouring now uses an accurate list of fluid colour values instead of the same one that's used for hair & fur.
- Kalahari's tube top is now black, as it's shown in her artwork.
- Fixed minor bug in Nyan's romance quest, where after defeating Wolfgang & Karl in combat, they would disappear before choosing to let them leave.
- Fixed the subspecies requirement for some actions listing an incorrect subspecies (mainly displaying 'half-demon' instead of 'demon').
- In Dale's under-desk blowjob scene, Dale will now restart the blowjob if he pulls out when orgasming.
- You can now stop Dale's blowjob sex scene.
- When choosing to be 'Mated' when working as a cow in Evelyx's Dairy, the NPC will now always creampie you if you aren't visibly pregnant and they're fucking your pussy.
- Fixed issue where you could request a creampie or pullout from a sleeping character.
### 0.4.10
- v0.4.10
- FriendlyAlienFriend's Artwork (
- https://twitter.com/thealienfriend
- ):
- Added Lunexis artwork (with pregnant and crotch-boob variations).
- Pusspuss's Artwork (
- https://twitter.com/PusspussARTZ
- ):
- Added Yui artwork (with pregnant variations).
- Engine/Modding:
- Added support for multiple 'startingImmobilisation' elements per character in modded sex managers.
- In modded combat moves, you can now use 'UNARMED' as a damage type to automatically use the correct damage type based on the attacker's body.
- Added a new 'Outfit' action to the debug menu's 'Item view' tab, allowing you to apply any outfit to a generic doll for testing purposes.
- Added a new 'Combat moves' action to the debug menu's 'Misc.' tab, allowing you to see all combat moves and their IDs.
- Added 'KNOT' as a new OrgasmBehaviour (for use in modded sex managers).
- Added hook for OrificeDepth enum to parsing engine, with 'ORIFICE_DEPTH_' prefixes.
- Gameplay:
- The map for 'Lovienne's Luxuries' needed to be regenerated as part of this update, so it will have been reset to be as though you haven't explored it yet.
- Images:
- Increased the size of the artwork images shown in characters' body overview tooltip.
- Added several new keywords for image file names to help filter images when in-game (keywords and their behaviour can be seen in res/images/characters/modding.txt).
- Clothing:
- Added 'muzzle' (androgynous, BDSM set, mouth slot, blocks mouth, sold by Saellatrix).
- Added 'bar gag' (androgynous, BDSM set, mouth slot, blocks mouth, sold by Saellatrix).
- Updated the 'strapless bodysuit' to use the same blocking logic as 'lowback bodysuit', which should fix some issues with NPCs struggling to displace it (such as when combined with pantyhose).
- The 'Thin bangles' and 'Bangle' can now be worn in the tail slot as well as the wrist slot.
- The 'Bangle' is now androgynous instead of feminine.
- The 'strapless strap-on' now has a base rarity of 'common' instead of 'epic'.
- Added an 'Inserts' sticker option to the 'bunny headband' (thanks to DSG).
- Swapped the primary and secondary colours for the 'heart-shaped barbells' clothing (this will automatically be applied to your old barbells so you don't need to manually fix them when loading into this version).
- Added stickers to the 'breeder collar' to enable you to set the text to 'breeder' (default), 'bimbo', 'bitch', 'slut', 'cum slut', or 'whore', and changed the name to 'ornate collar'.
- Items:
- Saellatrix now sells Silic Oil (this was previously unobtainable unless spawned via debug menu).
- Changed colour of the rejuvenation potion to be light blue.
- Mystery Kink rework:
- 'Mystery Kink' is now called 'Succubus's Kiss', and has a new icon.
- Instead of adding/removing a random fetish, 'Succubus's Kiss' now gives +50 lust (and +50 arousal during sex).
- It retains its old enchantment mechanics (to create fetish potions), and can now also be enchanted with an empty primary and secondary modifier to give it the same 'adding/removing a random fetish' which Mystery Kink used to have by default.
- Combat:
- Many special combat moves which previously did physical damage, or were incorrectly applying 'unarmed' damage, are now correctly using the appropriate damage type based on the attacker's body type or whether they're under the effects of cloak of flames.
- The 'scratch' and 'squirrel scratch' special attacks now critically hit when the defender has no shielding.
- Sex:
- Added tail-to-nipple, tail-to-crotch-nipple, tentacle-to-nipple, and tentacle-to-crotch-nipple sex actions, allowing you to penetrate fuckable nipples with tails and tentacles.
- Characters will no longer desire to perform tail-to-breast or tentacle-to-breast sex types during sex, as those sex types are now covered instead by the newly added tail/tentacle actions.
- Characters will no longer perform deep penetrations on sleeping size queens or masochists.
- Added support for characters to be immobilised in multiple ways during sex (for example, sleeping slaves in a cell with chains will now start sex being both asleep and chained up).
- Sleeping characters no longer lose affection towards partners at the end of sex due to non-con or failure to satisfy.
- Other:
- The 'bonding' slave interaction event will no longer occur between two dolls (as it doesn't make sense for dolls to attempt to bond with one another).
- The 'News' action at Dominion's central plaza now randomly shows each news variation once before being disabled (and is enabled again when leaving and re-entering the tile).
- Lunexis now has two pairs of breasts instead of three.
- Changed the colour and name of the default orifice-interior colour from 'fleshy-pink' to 'flesh'.
- When debug mode is enabled, dying clothing and dying/reforging weapons no longer requires dye brushes or reforge hammers.
- Renamed a few slave jobs to better reflect the job that the slave is performing (such as 'bedroom' -> 'bedroom servant').
- Imp fortresses no longer undergo a complete reset after you've defeated them all plus Meraxis. Instead, they will return to their fortress ~5 days after defeating Meraxis, but their surrounding tunnels will remain pacified. This is retroactively applied when loading into this version.
- Removed pink and dark pink from pig-morphs' natural fur colours, as they seemed to be too pink to be believable as a natural colour.
- Made it slightly more obvious when a character is bald in the overview appearance tooltip (when hovering over a character's race icon by their name).
- Slightly improved tooltip UI for clothing with fetish effects.
- NPCs' relationships with other NPCs will now be displayed in their character information screen, provided that you have met the other NPC.
- Bugs:
- Parsing and typo fixes.
- Fixed bug where guests in the mansion would always stay in their room, even if they had a job.
- If you have an item of clothing which provides vaginal or vaginal urethra cum retention, then creampies in those orifices will be reduced to the maximum of 250mL when becoming pregnant, instead of being expelled entirely.
- Fixed several incorrect descriptions during sex related to sleeping characters.
- Fixed incorrect descriptions for when encouraging creampie/knot/pullout for self-penetrating characters.
- When setting a slave free, their assigned hourly slave jobs are now reset to IDLE (and when loading into this version, guests who have an incompatible slave job assigned to an hour slot will have that job reset to IDLE).
- Fixed issue where using a used condom on an NPC while not in sex would either not work or possibly soft-lock the game.
- Fixed bug where a character's girlcum was being treated as musky only if their cum was musky, instead of whether or not their girlcum had the 'musky' fluid modifier.
- Bimbo sentence parsing no longer inserts bimbo additions around noises denoted by '~' (e.g. ~Mmm!~).
- Fixed background errors being thrown due to missing 'sexBlockedReason' elements in worldType files.
- Fixed issue where the 'pugilist', 'elder lilin's helper', and 'sex doll' jobs were available for guests in the mansion.
- Random NPCs will no longer be sleeping during their encounters with you, nor will your elementals sometimes be asleep.
- Fixed issue where it was possible to have no actions available, causing you to get stuck, in Eisek's 'Confront the mob' scene.
- Damage calculations in combat now correctly take into account the attacker's unarmed damage type.
- Fixed the 'scold' greeting for offspring having the prostitute scene trigger for mugger offspring and vice versa.
- Fixed issue where Submission attackers could spawn with the prostitute occupation, instead of all being muggers as intended.
- Unlocking doll closets before obtaining a slaver license or permission to house friendly occupants now correctly grants you access to room management menus in Lilaya's mansion.
- Fixed bug where 'Anthro Special' dolls would always spawn with no tail, even if their species should have a tail.
- Fixed bug where if you chose to buy an 'Anthro Special' doll and proceeded to select a subspecies, then switched back to the DD or HH option, the purchased doll would be of the subspecies you originally selected instead of a default human.
- Removed races which were incompatible with doll bodies from the list when purchasing an anthro doll from Saellatrix (e.g. snow-leopards require fluffy fur, which is unavailable for dolls).
- Clothing enchanted with the 'cum retention' behaviour now correctly has the generic name postfix of 'plugging' instead of 'transformation'.
- Fixed issue where clothing with the same colour patterns would sometimes not stack with one another, which was due to one or more hidden pattern colours being different.
- Fixed bug where you couldn't rehouse purchased dolls, even if the targeted room had a doll closet upgrade.
- Fixed bug where the action to enter Dominion Express was duplicated when it was meant to be disabled, allowing you to enter the building during closing hours.
- Doll sex events no longer describe a risk of pregnancy (as dolls cannot be impregnated).
- Penile and vaginal urethra status effects during sex will no longer be displayed if the character does not have a penis or vagina, respectively.
- Fixed bug where you could transform an imp into a demon by shrinking them below the minimum height value when transforming their leg configuration from quadrupedal to bipedal.
- When starting a new game, your aura will no longer be stuck at 0 until you sleep.
- When starting a new game, your core health and arcane values will now be correctly set to 1.
- Sleeping characters and immobile dolls will no longer use items during sex scenes.
- When a character is switched from a normal sex slot to a spectator slot, all ongoing actions involving that character are now correctly stopped.
- Hannah will now correctly turn up to work at the gym at 08:00 without needing you to exit and re-enter the gym first.
- Fixed issue where cumming on an armpit or marking it with heavy lipstick would cum on/mark the target's legs instead of their torso.
- Fixed bug where you could get prizes from Moreno in Elis's Farmer's Market even if you had no faire tickets, and also a bug where the metal and wooden bat prizes would not actually give you a bat.
- Random NPCs in the club will no longer spawn wearing a balaclava.
- Fixed a few background errors being thrown when generating some clothing outfits.
- Lunexis now has the correct surname to indicate she's a direct daughter of Lunette.
- Fixed issue where a character could be identified as an aunt/uncle to their own child (even if the child was a result of sibling incest, having the parents tagged as aunts/uncles seemed unnecessary).
- Fixed bug where the dialogue would sometimes be partially scrolled down when starting a sex scene.
- Fixed issue with Sleip and Nir having some incorrect covering colours.
### 0.4.9.9 Patch Notes
- v0.4.9.9 Patch Notes
- Tattoos:
- Added a 'Save/Load' dialogue when customising tattoos, allowing you to save your tattoo presets and then quickly load them into other slots or onto other characters.
- Tattoos can now be enchanted with 'creampie retention' in the same manner as clothing, and enchanted clothing or tattoos with a creampie retention enchantment now have the generic name postfix of 'of plugging' instead of 'of transformation'.
- Added a 'Modify' button to the tattoo addition screen, allowing you to modify your current tattoos instead of having to remove and then add new ones.
- The 'written out' tattoo counter style is now capitalised.
- Improved the images for 'Horse-shoe' and 'Lines' tattoos, renamed 'Paw' tattoo to 'Dog paw' and improved the image, and added 'Detailed flowers' and 'Cat paw' tattoos.
- Other:
- Kate's womb tattoo now tracks current litter size, and she has some minor dialogue related to this when the player reacts to her pregnancy for the first time.
- The 'D.E.C.K' item is now classed as a unique item, and after purchasing one from Saellatrix, you are unable to purchase any more. If you have more than one D.E.C.K., extras will be removed when loading into this version and the cost will be refunded.
- The 'Nymphomaniac' perk now causes the owner to gain the 'Pent-up' and 'Chastity' status effects twice as quickly as normal.
- Bugs:
- Characters who have a negative desire towards the pregnancy or cum addict fetishes will no longer use the 'Finger insemination' sex actions (so Lilaya will no longer use this action and then get mad at you for impregnating her).
- When buying a doll, Saellatrix now correctly says that your doll will be wearing a maid uniform instead of cat lingerie when confirming your choices.
- Fixed bug where Vicky would often repeatedly react to her and the player's pregnancy as though she was seeing it for the first time.
- Fixed incorrect tooltip descriptions and sizing for the 'Add/Remove' buttons in the tattoo management menu.
- The tooltip for the active item in the enchantment load/save screen now works.
- Reduced the chance for demons to have male offspring from 75% to 10%.
- Fixed NPC transformative potion generation setting ass size instead of hip size.
- Fixed issue where multiple characters with the 'object of desire' trait would all increase the orgasms required before satisfied, instead of this effect only being applied once as intended.
- Fixed issue where arm wings were described in a character's body description as being large enough to allow flight when they actually weren't.
### 0.4.9.8 Patch Notes
- v0.4.9.8 Patch Notes
- Engine/Modding:
- Minor improvements to Body.java class xml save formatting.
- Added copy constructors to all body part classes.
- Gameplay:
- If the 'non-con' and 'rape-play allowed by default' content settings are enabled, then random NPCs with the unwilling fuck toy fetish will have 'rape-play' sex actions after defeating them in combat instead of the normal 'sex' ones.
- Items:
- You can now use the arcane makeup set in sex.
- Added a new 'creampie retention' enchantment for clothing, which when used in combination with an orifice modifier, prevents creampies from being lost over time in the associated orifice.
- Sex:
- Mute NPCs will no longer act as though they're trying to talk when reacting to the possible loss of their orifices' virginity.
- Orgasming characters will now only say the 'get pregnant' lines when giving their partner a creampie if their 'impregnation' fetish desire is positive, their partner is fertile, and the orgasming character is virile.
- Re-added 'Finger insemination' action which was temporarily removed from Brax's old sex content some time in v0.2.x. The action is now split into 4, which take the form of: partner-start-fingering, partner-ongoing-fingering, self-start-fingering, and self-ongoing-fingering.
- Added tracking of cum on body parts during sex, which can be seen in the inventory slot tooltips, and which is used to determine the availability and effects of the re-added 'Finger insemination' sex actions.
- Combat:
- 'Feral bite' now critically hits when the target has less than 25% health remaining.
- Other:
- Added a 'Lip lisps' content setting, allowing you to enable or disable the lisp effect gained from having huge lips. (Accessed via 'Content options' -> 'Bodies' -> 'Lip lisps', being enabled by default.)
- Several very minor improvements to UI (transformation menu modifiers buttons, transparent covering icon, piercing inventory tooltips).
- Renamed 'clear' body covering to 'transparent' to make it a little more obvious what the covering was meant to represent.
- Dolls now correctly have doll-specific fluids (milk, cum, girlcum), which all start with 'slimy' and 'mineral oil' fluid modifiers. Doll fluids are worth 1/4 that of normal fluids.
- When a creampie dirties clothing that's covering the creampied orifice, the game is no longer interrupted by a message telling you that that's just happened, and instead a 'Creampie' event is added to the event log (in the bottom-right of the UI).
- Increased the true age of several unique demon characters (Amber, Kate, Natalya, Zaranix, and Lunexis), although their 'age appearance' remains unaffected.
- Bugs:
- Parsing fixes.
- Fixed rare issue where the game would sometimes freeze and crash when an orgasm action caused body parts to get covered in cum.
- Fixed bug where the covering of taurs' asses and hips was linked to their torso covering instead of their leg covering.
- Fixed bug where unique NPCs who are your slaves (i.e. Scarlett and Brax) would never go to sleep.
- The 'barren' and 'firing blanks' perks now correctly stop applying their anti-pregnancy/impregnation effects when removed from your active trait bar.
- Additional speech patterns (such as those in bimbo speech) are no longer applied at the start of sentences. (So weird sentences such as 'Hello., um, I'm a bimbo!' will no longer appear.)
- The gender of offspring is no longer determined solely by gender preferences, and instead now correctly takes into account the 'chanceForMaleOffspring' value from the mother's race.
- Fixed bug where demonic offspring were unaffected by genetics.
- Fixed bug with stored cum (in the milking room and in orifices), where if the cum provider was transformed, their transformation would be reflected in their stored cum. (i.e. A character's stored cum now correctly saves their genetics at the moment of storage.)
- Fixed bug where if you attacked random characters who you've befriended in Elis's alleyways, you'd be presented with a scene which had no actions, preventing you from progressing.
- Made some very minor dialogue improvements to random NPC post-combat dialogue and corrected some minor inconsistencies in some of the scenes.
- Using the debug menu in sex will now correctly return you to the sex scene when exiting from it, instead of putting you in the default dialogue and thereby breaking the game.
### 0.4.9.5 Patch Notes
- v0.4.9.5 Patch Notes
- Engine/Modding:
- Added parser hooks for slave jobs and slave job settings, prefaced SLAVE_JOB_ and SLAVE_JOB_SETTING_.
- Added an optional 'doesNotAge' value to subspecies files to set whether or not members of that subspecies have their age appearance increment as normal.
- Gameplay:
- Added more dialogue to Saellatrix (the succubus in the new sex toy shop).
- Finished implementing doll race mechanics, more details below.
- Added support for 'sleep sex', allowing you to engage in sleep sex with your sleeping slaves or friendly occupants. Your sleeping partner requires the new 'heavy sleeper' perk to be an active trait in order to have sex with them in their sleep.
- Added 'heavy sleeper' perk, as mentioned above, which enables sleep sex and also applies a 10x health and aura regeneration rate. (This addition did not require perk trees to be reset, so all characters' perks are unaffected when loading into this version.)
- Added sleep sex content for Kate (the succubus in 'Succubi's Secrets' in Dominion's shopping arcade).
- If the player has the 'heavy sleeper' trait active, then slave sex when sleeping in your room will now take place as sleep sex instead of being woken for sex by horny slaves. (Slaves require the 'Use you' permission and to be assigned to your room in order to be involved in this scene.)
- Dolls:
- You can now purchase dolls from Saellatrix, with several options available to customise the doll when purchasing it.
- Removed some references implying dolls could get pregnant/impregnate others.
- Dolls will no longer spawn with special perks (such as 'dirty minded', 'health fanatic', etc.).
- Dolls no longer suffer from chastity status effects.
- You now correctly receive no essences post-sex from dolls' orgasms.
- Dolls' perk trees are no longer described as being a work-in-progress.
- Sex:
- Added a new content option for setting how often you want to see full descriptions of revealed body parts during sex. (Accessed via 'Content options' -> 'Sex & Fetishes' -> 'Full exposure descriptions', with 'Always' as the default setting.)
- Minor improvements to some sex action text.
- Immobilised characters can no longer displace or remove clothing.
- Other:
- Added dalmatian subspecies for dog-morphs (to be a dalmatian, be a dog-morph with floppy ears and white fur with black spots).
- Added 'femininity' and 'race' as sorting options for the slave management dialogue.
- The shady dealer will no longer sell Biojuice canisters before you've completed the slime queen side quest (to avoid an issue where the quest would not be available if you were already a slime before encountering a slime in Submission for the first time).
- The 'waiter/waitress' slave job now has a 0.5 hourly obedience increment (up from 0) to bring it in line with similar jobs.
- Demons, slimes, youko, elementals, and dolls no longer have their age appearance increment with the passage of time.
- Bugs:
- Parsing and typo fixes.
- Fixed game freeze error when using the 'Inspect' action under a slaves' 'Management' tab.
- Fixed incorrect tooltip sizes & formatting for slave jobs.
- Characters who are immobilised in sex scenes can no longer use the 'spread legs' or 'pull hair', 'grab horns', etc. actions.
- Fixed incorrect quick sex description when fucking someone's armpits.
- Minor fixes to dialogue flow in a few places (such as the response tab not resetting to the first one when exiting out of the slave management screen).
- Freedom Certificates no longer disappear when examining them in your inventory.
- Fixed bug where quick loading in the main menu was throwing a background error.
- Fixed issue where some positioning actions were available when they shouldn't have been in 'chair sex' and 'toilet stall' sex positions.
### 0.4.9 Patch Notes
- v0.4.9 Patch Notes
- FriendlyAlienFriend's Artwork (
- https://twitter.com/thealienfriend
- ):
- Added Oglix (with pregnant variations) and Golix artwork.
- Pusspuss's Artwork (
- https://twitter.com/PusspussARTZ
- ):
- Added Fae & Silvia artwork (with pregnant and multi-boob variations).
- Engine/Modding:
- Custom parser targets (i.e. the custom parser ID you assign to an NPC when creating them) are now saved and loaded correctly, meaning that custom NPCs can now be accessed via their custom ID after saving and loading. (More of a bugfix than an addition.)
- Added 'IGNORE_HAIR_RESTRICTION' item tag, for use on clothing which should be able to be equipped into the HAIR slot even if the character has no hair.
- Added 'WEAPON_FIREARM' item tag, which should be given to any weapon that should be regarded as being a firearm. (Weapons with this tag are affected by the new 'Firearms Mastery' perk which Ghost and Hammer have.)
- Added a new 'submitBlocked' element to combat responses, allowing you to disable the option to submit during combat scenes.
- Gameplay:
- Added the next section of the main quest, where you get the help from the SWORD Enforcers in Elis. (thanks to DSG for assistance with Enforcer lore)
- At the nightclub, 'The Watering Hole', if you are a demon you can now skip the queue, and if you've sucked Jules's cock, you now can have sex with him in his office.
- Added a new sex toy shop location in Dominion; 'Lovienne's Luxuries'. Sex toys and fetish gear is now sold here instead of by Finch.
- Added new 'doll' race. This race only appears in Lovienne's Luxuries at the moment, and dolls will be available to purchase as a type of slave in the next version.
- Clothing/Weapons/Tattoos:
- Added 'cuff choker necklace' (androgynous, neck slot, sold by Nyan).
- Added 'triple cuff choker necklace' (feminine, neck slot, sold by Nyan).
- Added 'balaclava' (androgynous, hair slot (so that it can be equipped with hats, eyewear, and mouth items), sold by Nyan). Muggers will now sometimes spawn wearing a balaclava instead of a bandana.
- Added 'SWORD dagger' (melee, one-handed, 25 base damage with high variance, all damage types, not sold by anyone as it's a special reward).
- Added 'leg warmers' (feminine, calves slot, sold by Nyan).
- Added 'arcane slegehammer' (melee, two-handed, 25 base damage with low variance, all damage types, sold by Vicky).
- Standardised the angle of two-handed melee weapons' icons (battle axe, sledgehamme, and zweihander) to be opposite to that of one-handed weapons.
- Added 'barcode' tattoo.
- Other:
- Characters now need to be visibly pregnant (i.e. progressed past the 'risk of pregnancy' stage) in order to lay eggs via ovipositor. (Remember that characters can use mother's milk to progress past this stage if you want to impregnate & lay eggs in the same sex scene.)
- Added the 'Highly illegal' tag to the arcane revolver.
- Friendly occupants now earn experience by working slave jobs (25% chance per hour to earn 5xp).
- NPCs' elementals now show in the 'Characters Present' panel on the right of the screen, even when not active.
- Catherine (the slime queen) now has barbell nipple piercings and a triple cuff choker necklace, as her artwork depicts.
- You can no longer loiter in 'The Crossed Blades' tavern, as doing so could leave you in there during closing hours.
- Added 'light purple' as a skin colour.
- The default fetish preferences for the 'Bimbo' and 'Cross dressing' fetishes has been lowered. (This won't have any effect unless a new 'properties.xml' file is generated, i.e. only on a completely new game start.)
- Changed the masculine/female race names for dobermanns from simply 'dobermann/dobermann' to 'dobermann-boy/dobermann-girl' to make them more consistent with other race names.
- Changed the name postfix of ground floor maps from 'GF' to 'F0', and that of first floor maps from '1F' to 'F1'.
- Added 'flavourless' as a new fluid flavouring.
- Changed default feminine gender names for lacking genitals from 'doll' to 'mannequin'.
- Bugs:
- Parsing and typo fixes.
- The awning poles, green cloth, and embroidered sign are now correctly removed from the player's inventory when completing Eisek's stall quest (these items are also removed from your inventory when loading into this version if you've already completed the quest).
- The 'Clean her' option on Nizhoni is now correctly disabled after activating it.
- Fixed issue where the next scene after going downstairs in Elis's town hall would be the scene at the top of the stairs instead of the bottom.
- Fixed some dialogue bugs in Pix's gym where it would describe you as not being a member of the gym when you were and vice versa.
- You will no longer obtain condoms used by NPCs in sex if either the player or the NPC is a spectator of the sex scene and the other one isn't.
- The 'Trickster's Mask' is no longer sold by Nyan (the whole set will be added as a quest reward at a different location in a future version).
- Fixed issue where Nyan was described as saying goodbye to you when you left her store while she wasn't there.
- In double-penetration sex, penises no longer have their race prefix added to their name to prevent illogical parsing (e.g. 'wolf-cocks' was used for when a wolf and a non-wolf were penetrating).
- The vagina and anus orifices for characters with a cloaca are now correctly treated as being blocked for the purpose of sex action availability when clothing is equipped into them.
- Fixed issue with the 'Apple Pie à la Mode' item sometimes having incorrect colouring.
- The 'Balls focus' sex action now requires the performing character to have a real penis (so this action won't be available for strap-ons anymore).
- Fixed issue where half-demons could load full demon transformation presets but not half-demon ones.
- NPCs which spawn at the bar in 'Lights Out' no longer have their genitals and all other concealed body parts revealed to you right from the start.
- Fixed bug where you could get stuck in Desryth's apartment after rejecting him, then returning to meet him and rejecting him again.
- Fixed bug where if you reloaded a game which was saved during the day, NPCs which had spawned in Elis's alleyway tiles at night would often despawn and disappear.
- Fixed issue in sex actions involving urethral penetration of a penis where a pussy was being incorrectly referenced.
- Condoms now correctly block access to the wearer's penile urethra.
- The quick load feature should now work correctly for characters with a space in their name.
- Fixed bug where if you enchanted an item which had been renamed, the item's name would be reset back to its default name.
- Using the 'Quick sex' sex action now correctly increments your sex stats.
- Fixed bug where Natalya's TF potion wouldn't work if you were a demonic slime.
- Fixed background error being thrown when trying to delete Sterope's sexual partners (which would also leave random NPCs in the stables in the Centaur's Sword tavern - these excess NPCs will be cleaned up upon loading into this version).
- Fixed bug where the 'lime green' colour for clothing would be shown twice in the dye menu, with the second instance not being responsive.
- Fixed bug where you could knock on the door to Minotallys's office and have a conversation with her while she was asleep in her bedroom.
- If you have more 'Quest' rarity items than your inventory tab can normally display, the UI will now display your extra quest items instead of hiding them from you.
- Fixed bug where tooltips for perks weren't working in some character view windows.
- Fixed bug where setting bod... (truncated due to D1 size limit)