Monday 26 April 2021

V23.6a Change Log


Remember to update your save in town.

    

Balancing

-Elly will no longer try to stun Venefica if she's immune to stuns.

-Restraining Venefica now also removes the curse.


QoL

-Added some clarity to the curse stages about how to remove it.

-Hopefully made it a bit more clear that you can't explore Venefica's house from the cell if you're too horny.


Modding

-Added StopBGMHard function to ensure music stops entirely for certain points. Good for when you want to pause music before calling the same song again, allowing the music to start even if the fade out isn't done yet from a normal call. Or if you want top just hard stop music.


Fixes  

-Slightly renamed the following songs to fix linux crashes due to ascii stuff: 03 illegal invasion.mp3, 07 After the act.mp3, Causing pain.mp3.

-Slightly tweaked the church bg so it should line up better with the UI, and moved the hp/spirit/energy over by like, half a pixel. 

-Venefica should no longer use her anti-elly skill in the solo fight where she holds back. This will also stop returning to church in this fight having elly tag along if Venefica 'took out' Elly with it.

-Fixed a bug that would cause NoEllyLoss to appear on loss, and also ensured the Elly/Lillian scene would always play even if you werent fighting with Elly.

-Surrendering in Venefica's fight now makes all the stat checks get bypassed into failures. I should really look into setting this up as a global feature that doesnt need to be done manually... to a point at least.

-Fixed SemenHeal, SemenAttackBoost, OrgasmEnergyDrain, and SemenEnergyDrain from stacking incorrectly when activated. 

-Fixed OrgasmEnergyDrain and SemenEnergyDrain from never refreshing their numbers correctly, causing certain perks like Sexual Momentum to possibly recover more energy than intended.

-Fixed OrgasmEnergyDrain being triggered even if the target didn't cum, usually through checks via CallMonsterEncounterOrgasmCheck in combat events, this fixes the abnormal amount of energy being regened against Venefica in her fight.

-Fixed Venefica being able to put you into sex, anal, and making out all at once.

-Fixed a number of crashes involving the character menu.

-Umbral Rune now properly gives a 10% magic damage increase instead of 20%. 

-The curse effect should now be properly removed if you lose to Venefica no matter what. I think.

-Fixed LossExp type perks not stacking correctly, using only the last perk of that type instead of adding their power together.

-Fixed Adventurer Meals not barring you from eating more food due to being full of food like a simple meal.

-Fixed Venefica battle music ending at the half way point if you go through the text too fast.

-Counters are no longer called on a skill if the player was rendered unable to use the skill due to a stance change or being out of energy. Eg using make out to break Venefica's lollipop skill but ending up in breast smother no longer removes the lollipop.

-Timed notification like food wearing off should now be reliably triggered shortly after being delayed, such as after a bar shift, or while moving about in an adventure.

-For future updates onwards, provided you get this update or another update after, set up a system to make sure adding new events wont ALWAYS break your position in an event (i think). Mostly a fix for me, but should help modders and game stability if you load out of town, or even IN town.

-Assorted typo and editing fixes.

Tuesday 20 April 2021

V23.6 Change Log - Finally

 


Remember to update your save in town.



Content


-The Venefica/Elly questline now has a confrontation and conclusion that is unlocked by getting enough evidence for Elly.


-A new Venefica focused dream has been added, written by Valentin Cognito. Becomes available with high affection with Venefica, and having completed at least one of 3 specific conditions with her.



Art


-Amber's revised art is now in game, by Applehead. While yet to be used she now also has these new expressions for later: SmileRelaxed, Shy, Sad, Pleasure Struck, Orgasm, Needy, Excited, Dominant, and Bashful.


-Added the Town Church background to the game. By Houpo.


-Added Sofia's Room Background to the game. By Jiffic.


-Added the basic Bag art into the game. By ADOPOLICH.



Audio


-Changed the store music in 'Bon Bon Bun' to something less bombastic.


-Vili's sex scenes when visiting now have background music calls.



Balancing


-Breast Nuzzle's status effect no longer scales like freaking madness.


-Tweaked sleep and restraint bonuses to applying status effects, and immunity effects, so you can't still apply a status effect despite an immunity being in place.


-Tweaked random loot drops to be a bit more certain to be at least 1, while making 2-3 in one run less likely.



Android


-Long presses on the store buttons to confirm you want to click it no longer makes the phone or device vibrate for no good reason.


-Slightly tweaked some android button sizes to be more clickable.



Modding


-Menu addition info in the mod manual has been corrected for clarity, and the addition example in the game files has been split in two.


-Added EmptySpiritCounter function for specific uses when looping orgasm text and displaying spirit lost so it doesn't stack itself in the display.


-Added RemovableEffect perk type that allows the effect to be cleared on use of a panacea(currently just this), or on combat end like NonPersistentEffect.


-Added IfHasPerk option to ChangeStatCheckDifficulty function.


-Added DamageMonsterFromMonster function.



Fixes


-Fixed hitting monsters with a skill not changing their expression when they use their response line.


-Fixed the Android version crashing when you press a text button on the character stats menu. At least it's fixed on my end now.


-Fixed rare instances where monster name tool tips could stick around after combat.


-Fixed random loot not spawning AT ALL during exploration.


-Fixed Pin (GiveSkillThatWasTemporarilyRemoved/RemoveSkillFromPlayerTemporarily functions) not properly saving data if you saved the game then loaded, removing the skill, this is fixed once you return to town square.


-Quicksaves now go up to 12 like the slots suggest.


-Fixed Sofia defaulting to her first fight even if you beat her on your first visit.


-Fixed one of the temptation scenes in the oni fight scaling with ass instead of breasts.


-StartOfRound and StartOfTurn calls for both monster and events respectively are now called at the very start of combat before the player's turn, this fixes instances like with Rosaura's edging element not functioning properly on the first turn of combat.


-Orgasm event cards are now called right before in combat ejaculation lines, similar to how it works in events, this is for consistency, and to stop some specific calls from not working correctly like PlaySoundEffect in said OrgasmEvent calls.


-Fixed a bug where changing a character's image set wouldn't take into account their image overlays, breaking some images.


-Fixed ApplyStatusEffect and ApplyStatusEffectToMonster function not applying crit buffs or debuffs to the target.


-Assorted typo and editing fixes.