Jump to content

Kidnapped by Rieklings - Quest Resource 20210813


1 Screenshot

About This File

This is a quest resource mod that plays a scene where the player is kidnapped by rieklings and raped in their hive, and adventurers come to rescue the player.

 

Movie

 

https://imgur.com/L6jcLPZ start scene
https://imgur.com/RQFZJfr finish scene

 

How to use (for users)

 

You can start the scene by executing the following command in the console.

 

startquest _kr_kidnapquest

 

To change the appearance of the super strong adventurer to Goblin Slayer as shown in the video, install the following mod and enable "KidnappedByRieklings_GoblinSlayer.esp".

 

How to use (for modders)

 

This is a resource mod. It is supposed to be called from another mod.

 

How to play the kidnapped scene with a script

 

Set the property of the Quest type to _KR_KidnapQuest, and launch the quest, and you can play the scene, as shown in the following code.
 

Quest Property _KR_KidnapQuest Auto

Function SomeFunc()
    ;...some codes

    _KR_KidnapQuest.Start()

    ;...some codes
EndFunction

 

How to replace a rescue scene

 

Script _KR_Kidnap has a Quest Property RescueQuest.

When the player is rescued by adventurers, this quest will start.

By default, RescueQuest is set to _KR_RescueQuest. This quest will play a scene where the player wakes up in a bed in an inn.

If you want to play a different rescue scene, create a quest that plays that scene, set RescueQuest to the quest you created, and then start _KR_KidnapQuest, as in the following code.
 

_KR_Kidnap Property _KR_KidnapQuest Auto
Quest Property your_created_quest Auto

Function SomeFunc()
    ;...some codes

    _KR_KidnapQuest.RescueQuest = your_created_quest
    _KR_KidnapQuest.Start()

    ;...some codes
EndFunction

 

GlobalVariables

 

_KR_RescueChance
Sets the chance [%] that an adventurer will come to the rescue.

At the timing of the Stage End of the SexLab animation, a decision is made as to whether or not the adventurer will come to the rescue.

 

_KR_GangbangChance
Sets the chance [%] of increasing the number of rieklings joining the SexLab animation.

 

Example of use

 

Alternate Start Add-on

https://www.loverslab.com/applications/core/interface/file/attachment.php?id=1238029&key=1a1ca64d78c920769a688519c1582fd0

 

Simple Slavery Plus Plus Add-on

https://www.loverslab.com/applications/core/interface/file/attachment.php?id=1238373&key=e430ddf90ef5742f6afa716bc0b97afa

 

Required Mods

 

  • SexLab Framework

 

Recomended Mods

 

 

Edited by Suzutsuki


Other Files from Suzutsuki


×
×
  • Create New...