SakeTami
VersuchDrei
VersuchDrei

patreon


action files

Starting with version 1.8 OpenSex has the new tags and actions in all of its scene files, as those were required for the new facial expression engine to properly work. So it's time to make full use of it: Next on is the stimulation system.
Since actions are really just strings inside the xmls I do not want to hardcode stimulation values into the framework like it is now, as that is limiting it to only the action types that I predefined. Instead there will be a .json file for every type of action, which will define how much this stimulates the actor and target. (the image shows an example file for the "vaginalsex" action)
This allows animators to create their own action types, if necessary due to their animation being something really niche, and then define in their own .json file for this action how much it stimulates the actors involved in it.

The requirements section is just a preparation for future updates in which navigation can be conditioned, so that an animation containing the "vaginalsex" action will not be available if your scene contains two men for example. The OSA engine is not capable of such conditions, but once we have fully replaced it we plan to add such a feature in.

Stripping slots will be used by the modular stripping feature that we plan to implement in the future.

The extra float data is something that could be used by an addon like OEndurance to determine stamina cost of such an action.
I might add more information to these files if more comes to mind.

action files

More Creators