Repositories (3)
Illusion-Plugins
2 snippets stored for this repo
{
if (!m_head)
{
// In case the user changed from gangbang -> single mode
m_mode = CameraMode.None;
return;
}
//GameObject.Find("Talk").
}
private void Ejaculate()
{
if (scene.FemaleGage.IsHigh())
{
PlayClubVR
5 snippets stored for this repo
_Scene.Pad.ChangeSpeed(val * 5);
}
private void Ejaculate(bool outside)
{
if (_Scene.FemaleGage.IsHigh())
{
Scene.CrossFadeStart();
}
public void Ejaculate()
{
if (!Scene) return;
{
(VR.Interpreter as PlayClubInterpreter).Ejaculate();
}
//HelpText.Create("Toggle lock", FindAttachPosition("lgrip"), new Vector3(-0.05f, 0.02f, 0)),
HelpText.Create("Ejaculate", FindAttachPosition("lgrip"), new Vector3(0.05f, 0.02f, -0.05f)),
});
new VoiceShortcut(PlayClubVoiceCommand.StopAnimation, delegate { interpreter.TogglePiston(false); }),
new VoiceShortcut(PlayClubVoiceCommand.Faster, delegate { interpreter.IncreaseSpeed(0.6f); }),
new VoiceShortcut(PlayClubVoiceCommand.Slower, delegate { interpreter.IncreaseSpeed(-0.6f); }),
new VoiceShortcut(PlayClubVoiceCommand.Climax, delegate { interpreter.Ejaculate(); }),
new VoiceShortcut(PlayClubVoiceCommand.NextAnimation, delegate { interpreter.ChangePose(1); }),
new VoiceShortcut(PlayClubVoiceCommand.PreviousAnimation, delegate { interpreter.ChangePose(-1); }),
new VoiceShortcut(PlayClubVoiceCommand.DisableClimax, delegate { interpreter.ToggleOrgasmLock(true); }),
IOVR
0 snippets stored for this repo