Jump to content

Lovers Calm Consensual


Recommended Posts

Posted

What would I have to change to make Lovers calm count as consensual instead of rape? These are the only 2 scripts with the word rape in them

 

 

 

scn xxxLCStartHQuestScript
;;Delay
ref r0
short rape
short control
float fQuestDelayTime
 
Begin GameMode
if control == -1
set control to 0
StopQuest zLCHQuest
return
 
elseif control == 0
if ISFormValid r0 == 0
Set control to -1
return
endif
Set control to 1
return
 
elseif control == 1
 
call xxxLCStartH r0 rape
 
Set r0 to 0
Set rape to 0
Set control to -1
return
endif
end

 

 

 

 

 

scn xxxLCStartH
ref r0
ref r1 ;;PlyerRef
short flag
 
Begin Function{r0 flag}
Set r1 to player
if 0 == call xLoversCmnIsReady r0
return
endif 
  if 0 == call xLoversCmnIsReady r1
return
endif
 
Call xLoversCmnInitQuestInterface
set xLoversQuest.offence to r0
set xLoversQuest.defence to r1 
set xLoversQuest.SPos to 1
;;Rape”»’è
if flag
@ Set xLoversQuest.OffNudeFlag to 128
Set xLoversQuest.DefNudeFlag to 128
endif
call xLoversCmnCallbackEntry 2 xxxLCCalmTarget r0 r1 ;;Finish
Call xLoversMainSafeStart 
End

 

 

 

Thanks in advance for any help.  :)

Posted

only 

Set xLoversQuest.DefNudeFlag , i think...remove the line in general, or to undress in the other ...

Posted

apply effects hit shader: 128 is nothing more. well accoring to your own script is r0 is what is rape section.

 

 

 

Set r0 to 0

Set rape to 0

Posted

In addition to TDA advice:

Set the nudeflags to 0 will do what you are wanting.

Notes from WappyOne on OffNudeFlag/DefNudeFlag


OffNudeFlag / DefNudeFlag values are listed below. Added up all the numbers for what you want. Slot flags will have no effect unless flag 1024 or 2048 is also present.

1 - Upper body slot.
2 - Lower body slot.
4 - Hands slot.
8 - Feet slot.
16 - Head slot.
32 - Shield slot.
64 - Weapon slot.
128 - This is a rape, offender is raping defender. **
256 - Reverse the animations positions so that offender is in the female position and defender is in the male position. **
512 - This sex does not cause nearby NPCs to come over and watch. **
1024 - Equipment slots flagged are stripped in addition to normal Lovers settings.
2048 - Equipment slots not flagged will not be stripped.
4096 - Causes the flag on the Callback initialization (trg = 1) to be 1 instead of 0. **
8192 - Torch slot.
16384 - Tail slot.
** - This flag is effective if added to either OffNudeFlag or DefNudeFlag, but is usually added to both for clarity.

Quick notes about 1024 & 2048. 1024 alone lets you specify additional slots to strip. 2048 alone restricts Lovers stripping to the slots flagged, but does not force it to strip them. Using both together tells Lovers to strip all flagged equipment slots.

An example:
set xLoversQuest.OffNudeFlag to 1+2+128+256+1024
set xLoversQuest.DefNudeFlag to 2+128+256+1024+2048

The offender in this case will have upper & lower body slots stripped in addition to whatever else the Lover's settings are, and is raping the defender while in the animation's defensive/receiving position.
The defender will have ONLY lower body stripped not caring about Lover's settings, and is being raped by the offender while in the animation's offensive/giving position.



Mem

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...