Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(2 edits)

v.02 Changelog

Set Slaves in the Guild to strip upon inspection.
Added Vagina, Asshole, and Lips to Minorus and Majorus Concoction.
Nursery upgrade point cost reduced to 20.

Resolved v.01 Bugs

Job Location Affiliations not displaying due to Locations becoming Arrays for upcoming change > Resolved
Majoris Concoction loops the sizes - Reported by Cobbly > Fixed Loop, checks, and directed to the correct arrays
Wimborn Slaver's Guild breaks dialogue on Elevation - Reported by Cobbly > Resolved in Jobs&Specs
Lisp Trait misnamed to "his" instead of "$his" - Reported by Darkness > Fixed
Talk Menu Consent shows [name2] - Reported by Darkness >  Fixed
Invalid Get Index for Flaw on Street Move, Sweets, and Drinks while in Interaction - Reported by Darkness >The issue was the Flaw variable was moved to person.mind.flaw instead of person.flaw
"You's" instead of "You're" in Sex Interaction - Reported by Darkness > The listed [name1/name2] needed to be changed from 's to [names1/names2] to resolve the correct grammer.
Fetish Encouragement, Restrained Check, and Lactation Storage malfunctioning - Reported and Resolved by Nukas
Daily Update error - Reported by Darkness > Resolved as part of Nukas' fix
Horse/Dog Cocks are randomizing - Reported by Darkness > Dogs are Large Penis, Large Balls, Horses are Massive Penis, Large Balls
Horses/Dogs aren't excluded from end of Sex dialogue - Reported by Darkness > They are now
Lack of Pregnancy Error - Reported by CaptainMajestic > Issue was the max stats increase was pulling father/mother.etc_max instead of father/mother.stats.etc_max
Sebastian Order Error - Reported by Darkness > Another of the Hybrid Races error. Disabled that code attempt for now.
Specialization text is malfunctioning - Reported by Taygardevelyne > Resolved in Jobs&Specs
Fully Upgraded Nursery malfunctioning - Reported by Captain Majestic > It was a = instead of >.

v1.2 Changelog

NEW FEATURES

<Person Expanded>

  • Once Per Day Notifications: Shows a list of once per day notifications at the bottom of the Person Inspection in the Mansion Updated the Consent Criteria to be more intuitive, like not being able to ask about pregnancy until you've gotten consent for sex. This should help with the frustration of trying to optimize your day and feel like you've missed one of your once per day options. (description.gd / statstab.gd)
  • Improved Dialogue: Improved the Fetish checks for better immersion. Reorganized Chat Buttons to be more intuitive. Added a Return to Previous Screen to Sexual Topics. Added the current Sexuality to the Sexuality Talk Options. (statstab.gd)

<Mansion Improvements>

  • Facility Descriptions: Set the Facility Description for the Dimensional Crystal behind a setting called show_facilities_details_in_mansion, default true. If enabled, it will show the familiar Dimensional Crystal mansion text as well as the new Training Grounds. It is set up to easily add text descriptions added for any other facilities in the future for a full, quick detailed glance at your entire mansion's facilities. (mansion.gd)
  • Fixed/Added the Jobs and PlayerGroup Panel for some QOL.
  • Farm Panel Improvements (including in-game help/guide).
  • Made the Farm Start easier by reducing the cost of Vats, shifting most of that to Field, and reducing the starting cost for the first Vat to 0. Improving Vats retains a cost.

<Exploration>

  • Improved Text for the post-combat scene for easier reading. (exploration.gd)

<Fetishes>

  • The game will now automatically update Traits per Fetishes (specifically for Dominance, Submission, Sadism, and Masochism). Discovering, Encouraging, and Discouraging Fetishes can manipulate these traits now.
  • These traits will be hinted at with a trait called "Undiscovered Trait"

<Childbirth>

  • Altered Panel. You now have 3 primary "Raise" options: 500 Gold, 250 Gold and 25 Mana, or 50 Mana. You also have 2 "give away" options, though the second (sacrifice the baby to the dark crystal) is hidden until the relevant ability is researched at the Crystal.
  • Added Mother's Portrait to the Panel. Enabled BBText and added coloration to the Panel for legibility.

BUGFIXES

Several by Ankmairdor (unlisted)

<Slave Inspect>

  • Fixed the duplicated "her breasts are" text. (description.gd)

<Talk>

  • Fixed the duplicated images in the Talk menu by replacing 'pos1' calls with the new 'slave' position. Fixed by Ankmairdor (statstab.gd)

<The Crystal>

  • Fixed Issue with HeadGirls being able to change the pregnancy speed without the ability. - (statstab.gd)

<Mansion Upgrades>

  • Improved Readability of Training Grounds description - (mansionupgrades.gd)

<Quests>

  • Fixed Line 1827 issue of Taurus' reverting to needing up to an exact tit size and not accepting larger. Reported by DKRust, Fixed by Ankmairdor (outside.gd)

<Pregnancy>

  • Fixed Abortion causing CTD. Reported by Chiurra, Fixed by Ankmairdor. (person.gd)

<Other>

  • Removed dating.gd from patch files. Duplicate of the one in mods and had some old, pre-fixed changed remaining. (/patch/files/dating.gd)