Release 2026.5
Introducing DanceXR Operator
DanceXR Operator is the dedicated local AI backend for DanceXR. It runs as a local server alongside the game, bundling voice synthesis and large language model chat behind a unified API so DanceXR can provide AI conversation, roleplay, and character voice features without depending on a separate cloud service.
In practice, Operator is what powers the new AI chat stack in this release. It is designed to run on your own gaming PC, manage the models and voice pipeline locally, and give DanceXR a more reliable foundation for longer, scene-aware character interaction.
AI chat overhaul
AI chat has been rebuilt around an agentic workflow for character behavior simulation. Using Operator as the dedicated local backend lets it run on a standard gaming setup without requiring a separate server machine or cloud connection.
- Environment awareness: The new chat system reads scene facts earlier and uses them more consistently, so characters can respond to the current location, time of day, lighting, stage setup, and other scene changes instead of talking in a generic vacuum.
- Memory and persistence: Characters now track recent interactions, relationship context, and key events more reliably. Multi-turn history, intent tracking, session persistence, and memory compression all help conversations carry forward instead of falling back into repeated lines.
- Better interaction flow: Prompt handling, speaker turns, startup behavior, and status reporting were refined so longer conversations feel more coherent and less fragile. This also improves empty-message handling and makes Operator launches more dependable.
- High quality TTS: The updated TTS pipeline improves voice quality, expands language support, and still stays fast enough for real-time use. Voice fallback behavior and non-voice language handling were also improved so the system degrades more gracefully when voice output is not available.
Sex motion refinement
This release also continues the refinement of paired procedural sex motion, with a stronger focus on motion that feels connected, readable, and easier to tune. Much of the work here builds on the model-driven contact system described in the Sex Motion 3 feature documentation, where the female side drives the contact frame and the male side binds to it so the pair stays locked together instead of drifting apart.
- Realistic Reaction Motion Reaction behavior now responds more cleanly to thrust extension and body motion. Torso shake, throbbing, damping, and overshoot controls have been refined so the movement reads as reactive rather than exaggerated, and the spine response is easier to shape without losing the sense of physical connection.
- Orgasm Simulation Arousal, climax buildup, and receding behavior were reorganized into clearer model-driven logic. Physical and determined modes now give more predictable control depending on whether you want stimulation-based progression or deliberate rhythmic timing, and the shaking and facial-intensity layer is easier to tune as a complete peak instead of a collection of separate effects.
- Proper Alignment and Contact Solving Contact math has been improved with better contact-frame handling, hip-anchor alignment, custom up vectors, local rotation controls, and stronger body-rotation coupling. This helps the pair maintain alignment in more poses and reduces the visual drift that makes procedural motion feel disconnected.
- More Control Over Motion Parameters Speed, stimulation, progress, receding, and quick motion controls all received cleanup. This makes it easier to tune the pacing of the interaction, automate intensity changes, and move between softer and more forceful motion styles without fighting hidden coupling between settings.
- Refined Pose, Eye and Facial Control Pose exploration is more flexible with random pose updates, body bend, twist, head rotation, forced look-at, and frame stepping controls. Eye-contact logic, look-down behavior, blinking, eyelid control, and facial-intensity coupling were also improved so characters stay expressive without looking overly mechanical.
Bug fixes
- Refined scene saving logic and improved scene update flow.
- Fixed several Operator launch and startup reliability issues.
- Improved empty-message handling, endpoint naming, platform selection, and status or error reporting in the new chat workflow.
- Cleaned up menu details such as indentation and motion icon handling.
- Applied smaller null-safety and cleanup fixes across the codebase.