Tuesday 31 March 2020

V22.3a Change Log


Remember to update your save in town.

Content
-The Alraune now has an optional sex scene when defeated.
-Revised Alraune's Sex Invitation to be a skill check combat event.

Fixes
 -Fixed a crash related to victory events and calling ClearMonsterEncounter. This also fixed the issue sending people back to town.
-Losing to Feng in her room now super for sure clears all status effects including surrender.
-Fixed an issue that could cause a combat variable to stay on when it shouldn't, causing the oni twins duo fight to not start at all due to a nested function in a swap line if triggering something it shouldn't be able to due to that variable being on.
-Assorted typo fixes and editing.

Monday 30 March 2020

V22.3 Change Log

Remember to update your save in town.

Content
-Added a few convos to Beris' content that require you to lewd her multiple times before she'll talk with you.
-Added in a hoof stepping scene for Minoni by Valentin Cognito, requires a lvl 3 foot fetish or lvl 3 monstrous fetish to attempt asking her to do it.

Modding
-EndVictoryEvent function has been removed, as it's now no longer needed.
-Added RequiresFetishLevelEqualOrLess function option to menu requirement checks.
-Menu fetish requirements can now be properly stacked as requirements.
-Load Validator has been updated with special thanks to dfs on hypnopics collective, i'll also be commenting it out in release builds, so if you want to turn it on to check your mod you'll need to scroll to the bottom of LoadDatabase.rpy and uncomment 'validator.printToFile()'
-Removed the incredibly depreciated SetChoice command inside the Menu Function.
-Added a "MaxMenuSlots", function for Menus, that must be called first to work. Can condense menus if descriptions get too long or menu is expect to be long, currently for the nightlife menu in case me or modders add to it. Is not used for the food menu yet because reasons. does not count the final option as a menu option, and that will still always show up with one option if set to 1. Does not go above 6.

QoL
-The healing circles in the temple and before Vili's boss fight now send you back to the option to rest or not when you rest there, when you can't heal fully, this should allow you to heal back up faster after already using the circle.
-You can now meet Mara in the bar at night.
-The sensitivity removal menu now uses arrows if you have more than 4 sensitivities to fix, and if applicable holy and unholy can now appear to be removed.

Fixes
-Fixed fetish page arrows not dissapearing if you lack the money to pay.
-Kaia's at home scenes now have proper orgasm calls.
-Beris' scenes now have proper orgasm calls.
-Fixed Beris' cuddle check not resetting if you meet her at the bar instead of work.
-Fixed Minoni not taking off her clothes for a sex scene.
-PlayImagePulseLoopingRandom and PlayImagePulseLoopingList  no longer use the same variables and can be used at the same time.
-Fixed surrendering to Feng in her room not removing the status effect.
-Amy's alt reaction for kissing when stunned now properly works.
-Assorted typo fixes and editing.

Sunday 22 March 2020

V22.2a Change Log

V22.2a Change Log
Remember to update your save in town.

Fixes
-Post some of Mara's scenes, sleep will no longer potentially break the flow with a dream.
-Fixed menu arrows showing up when they shouldn't due to unavalible options.
-Fixed a line in Beris' conent that mentioned you were working even when you weren't.
-Fixed orgasm calls in victory events potentially derailing into a crash due to the game thinking the orgasm call events being the end of the victory event and jumping back into the prior event before combat, causing all kinds of issues.
-Sofia's ambush scene now properly uses the black out effect instead of saying BlackOut
-Music now changes during Beris' scenes.
-Assorted typo fixes and editing.

Saturday 21 March 2020

V22.2 Change Log


Remember to update your save in town.

Content
-Beris has been added to the game, you can meet her while working at the brothel, or at the bar when it's night.

Art
-Amy's art has been added to the game, art by Plasmid.

Balancing
-Level now gives half as much Virility. Base virility has been increased by 5.
-Shizu, Ancilla, and Amy's counter attacks now only work on offencive moves. Meaning you can heal and such again during these turns.
-Slightly lowered the rate at which Galvi gives you rut.

Quality of Life
-Clicking a non-functioning menu option will now check if it should still not be functioning, eg a menu option needing energy so you drink a potion, but the menu option still doesn't function.
-If a menu goes over 6 options arrows now appear on the sides of that menu to advance pages, it is highly reccomended to use FinalOption to register the option to back out of the menu. The currently used arrows are subject to being changed, and are considered placeholders for their use here.
-The fetish removal menu also uses these arrows now.
-You can now meet up with Galvi at the bar when it's night.

Modding
-Added OffenceCounter counter type for monsters.
-Counters now flow properly and wont ignore multiple different counters. Counters now ALWAYS trigger when applicable, even if the character is stunned/restrained and so on, modders be sure to adjust accordingly if you have counters that make no sense that can trigger during these times.
-MenuAddition's can now be made to add in options to an existing menu, checkthe eventAdditionExample.json for an example. They add in new options to the end of the menu instead of overwriting them.
-Added FinalOption menu function to force a menu option to always be the last avalible option in the list, do not use requirements functions with this. This is soley for back out options.

Fixes
-Fixed some of Mara's content not actually making time advance.
-Added failsafe to level up menus to set the shift multiplyer back to 1. Just in case somehow the game doesnt register your shift key undoing or somthing, leaving the multiply at 5. Yes you can press shift to spend points in increments in five.
-Fixed timed perks not counting down their remaining duration.
-Fixed an issue that would cause auto night background switching to not work with modded image paths.
-Added orgasm calls to Feng's non-combat sex scenes.
-Fixed Minoni holding a book in one of her sex scenes.
-Fixed IfHasSkill, MonsterHasSkill, and MonsterHasPerk functions not resetting correctly after being called once, meaning all other attempts past the first would always pass.
-Not lewding an imp after defeating her no longer advances time forward.
-Fixed an issue where sofia's doom ball scene would reference demon layer even if you didn't have it.
-Amy, 'Awakened Sofia', and the Tengu now have repsonses for their autocounters if they are immobile in some way.
-Increased the size of the combat tooltip pane.
-Menus now use a fake text box which may alleviate some extra clicking? Though I think I'm wrong there, but this was done so the menu side buttons would actually register the first click and not need to pass the text being dissplayed from the last line pointlessly when naviagting.
-Shortened ruts description so it doesn't clip off the screen.
-Himika stays topless during the appropriate loss scene.
-Assorted typo fixes and editing.

Monday 9 March 2020

V22.1b Change Log


Remember to update your save in town.

Fixes
-Fixed Timed perks wearing off destroying your other perks.
-Fixed Timed perks not wearing off if two would wear off and one was at the end of the list, with the other right before it.
-Added some missing orgasm calls in Tabitha's content.
-Paying debt no longer then shows you your affection progress with Elena in the debt feild after she wishes you a good day and the menu pops up for her.
-Assorted typo fixes and editing.

Sunday 8 March 2020

V22.1a Change Log


Remember to update your save in town.

Fixes
-Fixed Speaks2 and onwards not functioning correctly in town.
-Fixed a broken conversation jump in Elena's content.
-Caressing Dynamo from older saves should now be replaced with the correct perk again.
-Minoni no longer has her book out and open when you have sex with her.
-Fixed victory scene breaking and throwing you into a loss scene due to orgasming breaking reality, among other similar issues.
-Timed perks now properly wear off at 0 time during other checks instead of spamming messages that it's wearing off despite not actually wearing off.
-Timed perks now properly display they have 0 time left after a notification delay.
-Revised Minoni's layering so her arm and boobs don't clip into eachother.
-Assorted typo fixes and editing.

Saturday 7 March 2020

V22.1 Change Log


Remember to update your save in town.

Content
-Added 5 new unlockable conversations with Elena, they are unlocked by either talking to her or with other people in town.
-Dreams now have fitting backgrounds, and now store the song used from their current location and resume it after the dream ends.
-You can now spar with Mika in her room. Though she takes it outside.

Art
-Minoni now has art by Jiffic.
-Gave rut a status effect icon and moved it out of the player perk list similar to pent up.

Balancing
-Mika's early combat affection now caps at 25 instead of 15.
-Easy difficulty now restores spirit fully upon level up.
-Easy difficulty now starts with 200 arousal, down with 250. To bring it in line with the starting conditions from normal.
-When you are sent to church by losing via any means you are now fully healed and time moves to the next morning.

Modding and Systems
-Added StoreCurrentBG and UseHeldBG functions so dreams can change backgrounds without fucking up other locations backgrounds.
-Added IfPlayerLevelGreaterThan and IfMonsterLevelGreaterThan that checks the respective character's level and then jumps to scene if greater than the number given.
-Added RemoveSkillFromPlayer and RemoveSkillFromMonster functions to remove a specific skill from the respective character.
-Added TimeBecomesNormal function to clear fake night or day.
-Added ClearPlayerStatusEffects function.
-Added EndCounterChecks, which is needed for characters with multiple seperate counter calls to stop them from overlapping when you dont want to.
-Added AutoCounterSkillTag and AutoCounterSkillFetish to options for monster file counter calls. Which each search the skill for a specific thing.
-All counter calls are now checked through, and their order is decided by which is first in the monsters dialogue lines.
-Consolidated a main junction of three in the dialogue system into one. Hopefully didn't break anything doing this.

Fixes
-Lillian's purification no longer fully restores the player.
-Sleeping now clears status effects.
-Added a small blurb to the tut run intro by elena informing you to sleep after adventuring.
-Moved Virility down on the UI so status effects don't overlap it when you have them.
-Fixed an event break in Amber's conversations.
-Aiko won't get pissed at you until she's out of a stance, if you run out of energy she now also clears all stances with you.
-Fixed perk timers added to a perk after someone has obtained the perk not updating.
-Nicci no longer leaves you with 0 spirit when You lose.
-Fixed Amy not stunning you with her counter move if you used Anal Penetration or Make Out.
-Assorted typo fixes and editing.

Monday 2 March 2020

V22.c Change Log


Important for any pre v21.5 saves: be sure to be in town square when updating. All progress with NPCs,Donations, and Debt for the older saves have been completely reset due to system changes, sorry for any inconvenience this may cause.
Also: Due to a change in town background stuff, if you move out of a location in town npcs will be hidden, move to the adventure map to fix this. Will only happen once.
 
Balancing
-Added an extra rest point to the forest dungeon's inital run.
-Defeating Mika now gains you a small amount of affection until you get past 15 affection.

Fixes
-The status res boosting meal now actually has a time limit and wont last forever.
-The in game time of day now appears on android.
-Fixed a crash with trisha's event at night.
-Fixed a crash in the succubi glory hole event.
-Fixed oni bar scene not using expressions correctly if you don't know their names yet.
-Load Validator for scenes now accomodates for newer functions, thanks to dfs on hypnopics collective.
-Fixed getting a perk after getting pent up then orgasming removing that perk instead of pent up.
-PlayerOrgasm now also registers orgasms properly for pent up, I moved the perk check to a better spot so all orgasms check it properly.
-Added NoSpiritLoss orgasm calls to scenes with Mika and Vili, as well as Orgasm calls to probably all loss scenes to ensure they register even if you super surrender.
-Assorted typo fixes and editing.