v0.4.3.1
AceXP's content contributions:
- Added a scene for watching Lilaya and Rose have sex in Lilaya's lab.
- Added repeatable sex content for Angel, which is unlocked after visiting her after purchasing a prostitution license.
Nnxx's content contribution:
- Added a bakery in the north-west of Dominion, called 'The Creamy Bakey'.
- Added a new horse-girl character, Callie, who runs this shop, and added some sex content for her.
- Added three new doughnut food items which can be purchased from Callie.
Contributors:
- Fixed issue where newly generated offspring would be of a random subspecies if they were meant to be a half-demon. (by AceXP)
- Fixed issue where sometimes starting lust would be zero for newly spawned encounters instead of at their resting lust level. (by AceXP)
- Fixed bug where if a character was immobilised then no orgasm options would be available for them to choose from, which led to a blank action grid being displayed to the immobilised player when a character reached orgasm. (PR#1638 by miome)
- Added support for instantiating all NPC classes via the addNPC(String npcGenerationId, String parserTarget) method by using predefined names (like FieldsBandit) or qualified names (like dominion.DominionAlleywayAttacker). Also updated the default (no parameter) NPC constructors to make use of gender preferences. (PR#1615 by AceXP)
- Fixed issue where offspring subspecies names weren't being generated correctly, fixed issue where offspring between demons and non-demons were not being generated as the correct subspecies, and added previously unused dialogue for all calendar months in the player's room. (PR#1634 by AceXP)
- Fixed issue where a player wearing the correct patrol uniform would auto-fail the uniform check during Enforcer alleyway encounters. (PR#1635 by DSG)
- Maxis010's bugfix PR#1630:
- Default penis and vagina values should now always respect the default values drawn from the character's race upon generation.
- Event log entries are now capped at 50 to address a potential memory leak issue.
- Stopped gear resealing onto the character upon loading if it had already been unsealed.
- Multiple dialog & tooltip fixes (with contribution from Phlarx).
- Moved QUEST rarity clothing checks to banishNPC method as previously calling it in the unequipClothingIntoVoid method was causing a duplication bug.
- Changed all removeNPC method calls to banishNPC method calls so that all NPC removal checks are applied.
- If the player's offspring are being incubated in an NPC which is removed, then the offspring are no longer deleted.
Engine/Modding:
- Filled in all placeholder dialogue in Penelope's spa, 'Woolly Heaven'.
Clothing:
- The succubus/incubus attackers in Dominion's alleyways now draw on your gender preferences to generate their gender, instead of always being either male or female.
Bugs:
- Parsing fixes.
- Corrected imp lore description incorrectly stating that imps could not self-transform.
- Fixed issue where externally-defined sex managers would throw errors if a preference returned an empty String.