Saturday 28 April 2018

Alpha v14 changelog


Content
-20 new equipment items. Well 21, but I don’t really count the one that’s only for selling.
-3 new breast targeting skills, one new healing skill, and a skill to analyze enemies.
-7 new perks for the player to get.
-Kyra has received somewhat of a rework, she also now has sex scenes if you beat her once you know her name, or you could talk to her instead.
-The generic alraune has had her skills tweaked and her loss scene extended.
-Elves have a new loss scene if you are having sex with them when you lose. Also dialogue has been added if you cum inside them during anal or sex.

Combat Changes
-Changed damage calculations, again. Now power and willpower now both apply to defence.
-Tech now also helps get out of stances and restraints. But not as effective as power.
-Stances are about 3% easier to get out of over all now, aside from the tech change.
-The turn order equation has been changed to make it more random. Meaning after a certain point the highest tech, with a bit of luck too, won’t always go first.
-Max arousal now starts at 150, up from 100.
-Max Arousal now goes up at the same rate as energy. +5 every other level. Down from 10 every level.
-Enemies have also had their arousal changed.
-Players starting energy increased back up to 50.
-Changed healing skill calculations.
-Teleport and distract now have a small chance to fail.
-Lowered the potency of many aphrodisiacs.
-The sleep status effect has undergone a bit of a rework. It now gets closer to putting you to sleep every turn but reapplications of it don’t increase the sleep counter. You also can not have the effect put back on you until some turns pass after waking up or using an item to remove it.

Other Changes
-Updated the luck stat description in character creation to better describe all the stuff it actually does.
-Updated the allure stat description as well.
-Some items now require you to progress to become available in the store.
-The perk options at level up are now sorted alphabetically.
-Spider gal is now named Camilla. The manticore will get her name implemented in a later update.
-Generic lizard girls have gotten a bit of a tune up to skills and dialogue.
-All enemies should now have anal combat text where applicable.

Art
-Kyra now has character art.

Fixes
-Fixed a perk sneaking into the players skill list and breaking shit.
-You can now actually remove all fetishes with the all button.
-Using skills from the menus out of combat now properly costs for it’s use.
-Possibly some other stuff.

-Numerous typo, grammar fixes, and line tweaks thanks to Williamtheshatner. About the whole game prior to this update now.

Systems and Modding
-All ‘requires’ fields in the game are now arrays, allowing for multiple items to be required.
-Added some perks specific for enemies if you want to make something weird. They stop targeting of specific body parts like spider gals no anus perk. Except for pussy, breasts or mouth. Mostly for weirder more specific monsters you may want to make.
-Monsters can now have scenes when the player defeats them.
-You can now change an events progress from another event, loss scene, or NPC talking.
-New text function, |n| will split the line in half, displaying each half in turn. Can be used multiple times in a line.


Save Integrity: Good But remember to update your save in town to avoid any oddities. It’s in options.
Mod Integrity: Good
All instances of "retraint" must be replaced with "restraint" in any custom skills.

All requires fields need to made arrays. Eg requires: “” to requires: [“”]

"GetEventAndChangeProgress",
"EventNameHere",
"1",

The following must be put into a monsters victoryScenes, an write out a scene if you want.
In any case, without it when you beat the monster the game will crash if you don’t give them this.
{
        "NameOfScene": "",
        "move": "",
        "stance": "",
        "includes": [""],
        "theScene":[""
                  ],
        "picture":""
    }

|n| : Splits the line, displays the everything before |n|, then after that screen will display the second half. Useful for long attack descriptions or long player orgasm lines. Can be used multiple times in a line.

Wednesday 4 April 2018

v13.2a change log



Fixes
-Fixed a minor yet cataclysmic error that made skills impossible to buy.

Save Integrity: Good But remember to update your save in town to avoid any oddities. It’s in options.
Mod Integrity: Good

Tuesday 3 April 2018

Alpha v13.2 change log



Changes
-Added a scene with Vivian talking about Nara.
-Slightly streamlined how new locations are unlocked, making it more obvious when one can be unlocked.
-Lowered sensitivity gains in a bunch of places.
-Generic enemies now have The put in front of their names in skill dialogue. “The” is always capitalized in this case.
-More UI tweaks for text menus.

Fixes
-Fixed a crash when an enemy has no orgasm scene for the player in a specific stance and the player orgasms.
-Fixed extra characters being in some loss scenes.
-Fixed some issues with the database changes.
-More typo fixings and line changes with thanks again to Williamtheshatner.

Save Integrity: Good But remember to update your save in town to avoid any oddities. It’s in options.
Mod Integrity: Good

Sunday 1 April 2018

Alpha v13.1


Reminder – all pre v13 saves will not work

Changes and Fixes
-Enemies will try more often to get out of stances they don’t like.
-Enemies now use the correct equation for escaping stances.
-Everyone has slightly increased stance escape chances.
-The minotaur missing one of her skills no longer crashes the game.
-Fixed an issue with the new anal/sex stance stuff causing some skills to crash the game.


Save Integrity: Good
Mod Integrity: Good