Tuesday 30 January 2018

Alpha v10.2a

The elf threesome scene no longer says the elves are mimics in the name bar.
Event Speakers can now be numbered or given titles after their names.
Enemy AI will now use charming moves even if the player is charmed. Some monster moves now individually restricted.

Save Integrity: Good. If you remember to go to options and click the update save button. I recommend being in town square for it.
Mod Integrity: Goodish.

                “postName”: “” must be added to all Event Speakers in any events you have made.

Sunday 28 January 2018

Alpha v10.2 changelog

Bug Fixing, Balancing and some other stuff
-Nicci can no longer start having sex with you while you’re fucking her ass.
-Sofia will no longer do nothing once you’re almost asleep.
-Both the player and enemies can no longer cum if not hit by an attack. Eg if the player defends.
-Fixed skills being usable against a single target when they shouldn’t be usable.
-Returning to town square will now always fully heal you.
-Insomnia potion actually removes the sleep effect now.
-Enemies are now properly affected by aphrodisiacs.
-Buffed Lewd Bottle skill.
-You can now access a forest inn scene easier.
-You can now choose which oni scene you get in the brothel, provided you have the stats.
-Slightly Tweaked the character creator/level up ui.
-Other assorted fixes

Typo fixing and other assorted things
-Numerous typos, grammar errors and other assorted sentence structuary things fixed.
-Thanks to Williamtheshatner on the ULMF forums for sending me a very substantial list.

Modding and Systems
-Skills can now be added to the player from events.
-NPCs and enemies now use an ID system. When calling them use their IDname instead of their name.
                -So named duplicates can exist.

Save Integrity: Good. If you remember to go to options and click the update save button. I recommend being in town square for it.
Mod Integrity: Goodish.

                “IDname”: “nameHere” must be added to all NPCs and monsters you have made.

Tuesday 23 January 2018

Alpha v10.1 change log

Bug Fixing and Balancing.
-Using items from the inventory menu no longer crashes the game.
-Leveling up issues should now be fixed, if anyone still experiences issues please let me know.
-Multiple skill fixes.
-Enemy using skill dialogue now displays again.
-Fixed a glitch that occurred if you had multiple pages of skills.
-Being a higher level gives less base damage to skills.
-Lowered the damage of arouse and arousara.
-Dildo has more stance restrictions on it.
-Lowered chance of finding break spots in normal exploration.
-Buffed Nicci to be closer in line with her level.
-Items now correctly apply status resistances.
-Goddess statue won’t purge your starting fetishes anymore. If you have a new save or have a pre v10 save.
-Lowered starting eros back down to 500, I forgot to change it back after testing. Oops.

Modding/Systems
-NPCs now have a requires field for requirements to appear. Thought I already had this, but I apparently forgot to add it.
-A few new event/NPC functions.

Save Integrity: Good. If you remember to go to options and click the update save button. I recommend being in town square for it.
Mod Integrity: Good going from v10.

                If you add “requires”:”” to NPCs you made.

Friday 19 January 2018

Alpha v10 changelog

Gameplay and Content
-A new mimic has been added to the mimic event, only available after the forest dungeon.
-Skills can now have specific text for restraint struggling, the new mimic uses this and other enemies will as well in v11. Currently only displayed when the player struggles.
-Raised starting player nipple sensitivity and lowered cock sensitivity now costs 2 points.
-Trying to get out of stances normally is more difficult, Power now has an increased effect on if you escape a stance.
-Monsters now suffer the same problems the player does on the turn of getting restrained or put in a stance. Aka, they won’t be able to immediately try and get free the turn you put them in it.
-Damage increase from fetishes has been lowered.
-Before it went lvl 0-1 adds no damage, lvl 2 = 2x, lvl 3 = 3x, ext.
-Now it progresses, lvl 0-1 add no damage, lvl 2 = 1.5x, lvl 3 = 2x, lvl 4 = 2.5x ext.
-You can now buy any skill regardless if you have a way to utilize it or not.
-When in multiple stances with a target you can now choose which stance to try and get out of, or all of them.
-14 new skills for the player, including skills to escape from stances and restraints.
-Many early skills have been changed to Core skills, which scale off the highest between Power, Tech or Allure. But scale less effectively than other skills.
-Willpower now slightly lowers how much damage you take.

Systems and Modding
-Fetishes are now more flexible, allowing new ones to easily be added to the game. Additionally:
-2 new fetish options have been added.
-Enemies can now have fetishes.
-Early set up for ‘addictions’ is in place, they work the same as fetishes but are not currently displayed, or utilized.
-Skills that hit all enemies can now be made and skills that remove stances and restraints.
-Skills can be made unusable if the target has a certain status effect.
-Skill functions for getting pronouns now use simpler terms.
-Separated skills in the folders between monster and player usable skills.
-Got rid of all the extra files that were sitting in the game folder for no reason.
-If a monster is encountered in general exploration but hasn’t been given a combat group, that monster will now be encountered instead of nothing being encountered.
-When modding, if something breaks it should now display the file that caused it with the error msg.
-Updated the modding guide, hopefully I didn’t forget anything!
-Bug fixing.

Save Integrity: Should be good. If you remember to go to options and click the update save button. I recommend being in town square for it.
Mod Integrity: Kinda bad. It’s fixable!
Skills need to have their functions updated to the new ones.
                - GenderPronoun to HeOrShe.
                - GenderPronounPossesive to HimOrHer.
                - GenderPossesive to HisOrHer
                - GetGenaricYouOrMonsterName to YouOrMonsterName
Additionally, skills need a few new lines:
    "unusableIfStatusEffect": ["None"],
And
    "restraintStruggleCharmed": "",
    "retraintEscaped": "",
    "retraintEscapedFail": ""

And monsters will need  "Fetishes": [""],added.
Because they can now have fetishes.

Items need the line     "perks": [""],

It’s a pre-emptive change that doesn’t do anything yet.