Skip to content

Releases: MinLL/MinAI

beta42.2

21 Nov 15:41
Compare
Choose a tag to compare

What's Changed

  • Update to new CHIM plugin page format.
  • Fix issue where NPC's could not remove armbinders.
  • Update util.php to preserve player name case by @id1001-gthb in #89
  • Improve BuildEquipmentContext by @seemycode00 in #88
  • Fix error when generating dialogue target during solo scenes by @Dekana in #90
  • Update command_prompt_custom.php by @id1001-gthb in #91

New Contributors

Full Changelog: beta41.1...beta42.2

beta42

18 Nov 15:16
Compare
Choose a tag to compare

What's Changed

  • Added hotkey and spells for toggling sapience on or off.
  • Small prompt tweaks to radiant dialogue.
  • Small prompt tweaks to devious narrator'js eldritch path.
  • Mod Event fixes and improvements

Contributions

New Contributors

Full Changelog: beta41.1...beta42

beta41.1

11 Nov 19:48
Compare
Choose a tag to compare

What's Changed

  • Fixed sex confirmation dialogue.
  • Added MCM option to prevent NPC's from joining ongoing scenes.
  • Added MCM option to prevent NPC's from changing sex type mid scene.

Full Changelog: beta41...beta41.1

beta41

11 Nov 16:27
Compare
Choose a tag to compare

What's Changed

  • Updated for CHIM release.

Contributions

Full Changelog: beta40.3...beta41

beta40.3

10 Nov 01:12
Compare
Choose a tag to compare

What's Changed

  • Added new dedicated rechat controller for radiant dialogue.
  • Small bugfixes
    Full Changelog: beta40.2...beta40.3

beta40.2

07 Nov 03:28
Compare
Choose a tag to compare

What's Changed

  • Fix spammy follow notification
  • Fix server issue with apostrophes in NPC names
  • Add feature to automatically record diary entry for narrator on sleeping.
  • Minor bug fixes.

Full Changelog: beta40.1...beta40.2

beta40.1

05 Nov 06:43
Compare
Choose a tag to compare

What's Changed

  • Improved device awareness
  • Bug fixes around voice type fallback
  • Improved Orgy Handling
  • Sexlab P+ Support
  • Improved responses to player requests during in-sex dialogue
  • Reenabled Follow / Stop Follow, which is now working smoothly!
  • Disabled narrator name override on the narrator profile. This is not supported, and caused issues if it was changed. Users can still change this, it just won't have any effect.
  • Fixed bug with actors being assigned "fox" race.
  • Added hostile comments if the party is defeated.
  • Assorted bugfixes and optimizations.

Contributions

New Contributors

Full Changelog: beta39-release...beta40.1

beta39-release

27 Oct 15:28
Compare
Choose a tag to compare

This is a major update that adds a new UI, and focuses on polishing the mod to bring it closer to a 1.0 release state. NSFW options / features are now hidden unless the user has either Sexlab or Ostim installed.

After installing the updated server plugin, run the Dwemer Server update file as well. This is the last release that will require the manual installation of the plugin. Future releases should use the updater to update the server plugin. This version requires AIFF 1.0.11 or later!

Update Instructions:

  1. Copy the minai_plugin folder to your HerikaServer plugins folder as normal.
  2. Run the Dwemer Server Updater.
  3. Install the skyrim mod like normal.
  4. Navigate to the new UI (Under the plugins page), and configure the mod to your liking.

What's Changed

  • New Feature: Added User Interface for configuring the mod. Navigate to Server Plugins to access it. The user interface allows you to perform one-click updates to keep the mod up to date, and configure options without having to edit php files.
  • New Feature: In-combat dialogue. You can now talk to enemies or allies in combat. Furthermore, there are new types of radiant dialogue available when in combat, or when the enemy is in a searching state. Now supports dynamic dialogue for Ally <-> Ally, Ally <-> Enemy, Enemy <-> Enemy, and Ally <-> PC, and Enemy <-> PC. For example, enemies will trash-talk, allies will communicate with eachother, etc.
  • NPC Combat State / Hostility are now tracked, and will factor into their dialogue.
  • Improved consistency of Sapience - NPC's are added/removed less frequently.
  • Added several new Mod Events for third-party mods to build more powerful integrations. See the Modder's Guide for more details.
  • Added new factions that modders can add to NPC's to prevent MinAI actions from being exposed to a specified actor. See the Modder's Guide for more details.
  • Config.php is no longer overwritten (And should no longer be edited by hand) when updating.
  • Many significant improvements and bugfixes for the Sex Comments system.
  • Added configurable ambient sex dialogue if no dirtytalk has happened in some time.
  • Added basic Sexlab Defeat handling. The AI will now differentiate inbetween battles that are won and lost. This will be further refined and improved in future releases.
  • Various performance improvements.
  • Fix command backoff for narator.
  • Tweaks to the Devious Narrator.
  • Other assorted bug fixes and tweaks.

Contributions

Full Changelog: beta38.3...beta39-release

beta38.3

19 Oct 18:06
Compare
Choose a tag to compare

What's Changed

  • Improve stability of Sapience system. NPC's should be randomly removed much less, if at all.

  • Fix server errors from new sex comments system

  • fixed error with imported file by @tetherball88 in #56
    Full Changelog: 38.2...beta38.3

beta38

18 Oct 21:13
7bcef5e
Compare
Choose a tag to compare
beta38 Pre-release
Pre-release

This is currently a pre-release because the sex comment system still needs a bit of polish to make it more user friendly. Don't send support requests for this system yet. It works better than the old one out of the box, but a lot of the powerful functionality needs to be made more accessible to the user.

What's Changed

  • Completely overhauled the sex comment / dirty talk system. The new system is much more powerful and flexible. Different NPC's can have different personality types / likes / interests that will influence how they roleplay during sex. This is still WIP, and needs an interface / system to automatically import NPC's.
  • Optimized server performance by more intelligently querying and caching results from the DB.
  • Temporarily disabled follow commands until they can be polished a bit better.
  • Added routine to cleanup follow packages that got stuck on nearby AI's when loading a save.
  • Added logic to synchronize MinAI's disable animations function with AIFF's. This works around an issue in AIFF where the animation setting would reenable itself. If you disable it in minai, it will stay that way.
  • Fixed bug with radiant system that would sometimes cause the AI to think the player called out an NPC's name.
  • Moved Narrator profile to "Narrator Override". If you have an existing "The Narrator" profile (Separate from the default one), delete it.
  • Added toggle to config.php for stripping emotes like smirking from the LLM's response.
  • Added the ability to block certain events from the game from playing (Example: If you didn't want the LLM to react to you leveling up, you could block "rpg_lvlup" in config.php). See the events tab for what a given event's key is after it occurs in game.
  • Removed target requirement from some DD actions to make them work more reliably.
  • Added support for Sexlab Separate Orgasms.

Contributions from the Community

New Contributors

Full Changelog: beta37.2...beta38