TheMohawkNinja wrote:
I've was a bit surprised by the lack of clit stimulation as well. It might be possible with the scripting, since you can check if your penis is in a girl, but whether or not the clitoris is a separately designated object in the game is beyond me.
Should not be hard to have them do. Already checks like this in code. They need define area on mesh as clit then response can be script for vibrator / hand / ice / etc. One issue needing way for vibe not auto penetrate.
Code:
state.dyn.me.coll.armsup_touch
state.dyn.me.coll.armslow_touch
state.dyn.me.coll.legsup_touch
state.dyn.me.coll.legslow_touch
state.dyn.me.coll.skin0_touch
state.dyn.me.coll.skin1_touch
state.dyn.me.coll.pussy_touch
state.dyn.me.coll.mouth_pen
state.dyn.me.coll.anus_pen
state.dyn.me.coll.vag_pen
state.dyn.me.coll.clamp1v0_clamp
state.dyn.me.coll.clamp1v1_clamp
state.dyn.me.coll.clamp2_clamp
state.dyn.me.coll.clamp3_clamp
state.dyn.me.coll.body_fluid1
state.dyn.me.coll.body_fluid2
^ Some collision "events" check in current public version. Think touch event only happen for player touch, not object.