mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-25 17:59:34 +00:00
commit
aa5247e172
31 changed files with 221 additions and 80 deletions
C101_KinbakuClub
BlindMansBuff
ClubRoom1
ClubRoom4
CR4LucyTied.pngCR4LucyTiedBallGag.pngCR4LucyTiedClothGag.pngCR4LucyTiedTapeGag.pngRough layout.pngScript.js
Erica
JennaIntro
RopeGroup
SlaveTwin
Intro_EN.csvKidnapTwin.jpgScript.jsStage_EN.csvText_EN.csvTwinRope.jpgTwinRopeBallGag.pngTwinRopeClothGag.pngTwinRopeTapeGag.png
Slaves
C999_Common/Collar
index.html
|
@ -17,7 +17,7 @@ Stage,LoveReq,SubReq,VarReq,Interaction,Result,NextStage,LoveMod,SubMod,Function
|
|||
10,0,0,PlayerIsCuffed,"Hey, someone uncuff|me right now.","Make us, if you can pin a member down or|against something the rest of us will help you.",10,0,0,SomeoneUncuff()
|
||||
10,0,0,PlayerRobbed,Give me my stuff back.,Only if you win. We will make sure you receive|necessary items for any capture.,10,0,0,Complain()
|
||||
10,0,0,PlayerIsGagged,@Mmmmmmp,Come on you can do this. Pin a member down or|against something and the rest of us will help you.,10,0,0,
|
||||
10,0,0,TouchSomebody,(Try to capture them.),"(You nearly had them, but they wriggled out of your grasp and run out of reach.)",10,0,0,Capture()
|
||||
10,0,0,TouchSomebody,(Try to capture them.),"(You nearly had them, but they wriggled out|of your grasp and run out of reach.)",10,0,0,Capture()
|
||||
10,0,0,FeelSomebody,(Try to pin them.),"(You thrust into them, but with nothing to be pinned|against they just move back away from you.)",10,0,0,Capture()
|
||||
20,0,0,,(Stand up.),,10,0,0,LifeLost()
|
||||
20,0,0,,(Sit there stunned.),Are you giving up already?,25,0,0,
|
||||
|
|
|
|
@ -22,7 +22,7 @@ Forwards2,"(You glance a chair as you walk forwards. To you|left someone exclaim
|
|||
Forwards3,(There is nothing there as you walk forwards.)
|
||||
Backwards0,"(Creeping steadily backwards, you find nothing there.)"
|
||||
Backwards1,"(Hearing a sound, you spin round quickly,|but find only empty space.)"
|
||||
Backwards2,"(A table gets in your way, creaking loudly as you feel your way around it.)"
|
||||
Backwards2,"(A table gets in your way, creaking|loudly as you feel your way around it.)"
|
||||
Backwards3,"Shh, she'll hear us. (Was that a couple of|girls to you left or more in front of you?)"
|
||||
Lost0,(You tumble over a chair and fall down.)|Another one bites the dust. Give her a penalty.
|
||||
Lost1,"(You are shoved backwards and over another person|crouching behind you.) She's down, that's a penalty."
|
||||
|
|
|
|
@ -37,7 +37,7 @@ function C101_KinbakuClub_ClubRoom1_Click() {
|
|||
if ((MouseX >= 1085) && (MouseX <= 1185) && (MouseY >= 520) && (MouseY <= 580)) SetScene(CurrentChapter, "ClubRoom2");
|
||||
if ((MouseX >= 0) && (MouseX <= 215) && (MouseY >= 45) && (MouseY <= 350)) SetScene(CurrentChapter, "Door");
|
||||
if ((MouseX >= 235) && (MouseX <= 650) && (MouseY >= 140) && (MouseY <= 510)) SetScene(CurrentChapter, "Lauren");
|
||||
if ((MouseX >= 690) && (MouseX <= 1190) && (MouseY >= 100) && (MouseY <= 520)) SetScene(CurrentChapter, "RopeGroup");
|
||||
// if ((MouseX >= 690) && (MouseX <= 1190) && (MouseY >= 100) && (MouseY <= 520)) SetScene(CurrentChapter, "RopeGroup");
|
||||
|
||||
// Checks if the user clicks on any regular item
|
||||
InventoryClick(GetClickedInventory(), "C101_KinbakuClub", "ClubRoom1");
|
||||
|
|
BIN
C101_KinbakuClub/ClubRoom4/CR4LucyTied.png
Normal file
BIN
C101_KinbakuClub/ClubRoom4/CR4LucyTied.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 86 KiB |
BIN
C101_KinbakuClub/ClubRoom4/CR4LucyTiedBallGag.png
Normal file
BIN
C101_KinbakuClub/ClubRoom4/CR4LucyTiedBallGag.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 6.1 KiB |
BIN
C101_KinbakuClub/ClubRoom4/CR4LucyTiedClothGag.png
Normal file
BIN
C101_KinbakuClub/ClubRoom4/CR4LucyTiedClothGag.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 3.4 KiB |
BIN
C101_KinbakuClub/ClubRoom4/CR4LucyTiedTapeGag.png
Normal file
BIN
C101_KinbakuClub/ClubRoom4/CR4LucyTiedTapeGag.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 1.5 KiB |
BIN
C101_KinbakuClub/ClubRoom4/Rough layout.png
Normal file
BIN
C101_KinbakuClub/ClubRoom4/Rough layout.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 365 KiB |
|
@ -28,6 +28,20 @@ function C101_KinbakuClub_ClubRoom4_Run() {
|
|||
// Draw Chloe when she is a slave
|
||||
|
||||
// Draw a twin when she is a slave
|
||||
if (C101_KinbakuClub_SlaveTwin_KidnappedTwin) {
|
||||
if (ActorSpecificHasInventory(C101_KinbakuClub_RopeGroup_RightTwin, "Rope")) {
|
||||
DrawImage(CurrentChapter + "/" + CurrentScreen + "/CR4LucyTied.png", 680, 40);
|
||||
if (ActorSpecificHasInventory(C101_KinbakuClub_RopeGroup_RightTwin, "BallGag")) DrawImage(CurrentChapter + "/" + CurrentScreen + "/CR4LucyTiedBallGag.png", 730, 75);
|
||||
if (ActorSpecificHasInventory(C101_KinbakuClub_RopeGroup_RightTwin, "ClothGag")) DrawImage(CurrentChapter + "/" + CurrentScreen + "/CR4LucyTiedClothGag.png", 712, 111);
|
||||
if (ActorSpecificHasInventory(C101_KinbakuClub_RopeGroup_RightTwin, "TapeGag")) DrawImage(CurrentChapter + "/" + CurrentScreen + "/CR4LucyTiedTapeGag.png", 735, 121);
|
||||
}
|
||||
if (ActorSpecificHasInventory(C101_KinbakuClub_RopeGroup_RightTwin, "Manacles")) {
|
||||
DrawImage(CurrentChapter + "/" + CurrentScreen + "/TwinManacles.png", 680, 180);
|
||||
if (ActorSpecificHasInventory(C101_KinbakuClub_RopeGroup_RightTwin, "BallGag")) DrawImage(CurrentChapter + "/" + CurrentScreen + "/TwinManaclesBallGag.png", 680, 180);
|
||||
if (ActorSpecificHasInventory(C101_KinbakuClub_RopeGroup_RightTwin, "ClothGag")) DrawImage(CurrentChapter + "/" + CurrentScreen + "/TwinManaclesClothGag.png", 680, 180);
|
||||
if (ActorSpecificHasInventory(C101_KinbakuClub_RopeGroup_RightTwin, "TapeGag")) DrawImage(CurrentChapter + "/" + CurrentScreen + "/TwinManaclesTapeGag.png", 680, 180);
|
||||
}
|
||||
}
|
||||
|
||||
// Draw Erica's mistory slave when she is the player's slave
|
||||
|
||||
|
@ -50,9 +64,8 @@ function C101_KinbakuClub_ClubRoom4_Click() {
|
|||
}
|
||||
}
|
||||
|
||||
// When the player is manacled and
|
||||
// When the player is manacled and clicks on themself
|
||||
if (PlayerHasLockedInventory("Manacles")) {
|
||||
// Clicks on themself
|
||||
if ((MouseX >= 280) && (MouseX <= 425) && (MouseY >= 180) && (MouseY <= 599)) {
|
||||
SetScene(CurrentChapter, "Slaves");
|
||||
C101_KinbakuClub_Slaves_CurrentStage = 120;
|
||||
|
@ -62,6 +75,12 @@ function C101_KinbakuClub_ClubRoom4_Click() {
|
|||
// When Chloe is a slave and the user clicks on her
|
||||
|
||||
// When a twin is a slave and the user clicks on her
|
||||
if (C101_KinbakuClub_SlaveTwin_KidnappedTwin) {
|
||||
if ((MouseX >= 680) && (MouseX <= 830) && (MouseY >= 40) && (MouseY <= 590)) {
|
||||
SetScene(CurrentChapter, "SlaveTwin");
|
||||
C101_KinbakuClub_Slaves2_CurrentStage = 0;
|
||||
}
|
||||
}
|
||||
|
||||
// When Erica's mystery slave is the player's and the user clicks on her
|
||||
|
||||
|
|
|
@ -26,6 +26,8 @@ Stage,LoveReq,SubReq,VarReq,Interaction,Result,NextStage,LoveMod,SubMod,Function
|
|||
50,0,0,,(Turn and leave.),"(She snatches you from behind.) You should never|turn your back on a slaver, foolish damsel.",150,0,0,NoLeave()
|
||||
55,0,0,,What does she|have manacles for?,"Jenna is fair, but very firm on club discipline.|Be careful, I think Jenna has the keys for them with her.",60,0,0,TryKidnapping()
|
||||
55,0,0,,How many manacles|are there?,"I don't know, quite a few I think. I think Jenna still has|the keys, so anyone put in them will be stuck there.",60,0,0,TryKidnapping()
|
||||
60,0,0,,Who should I|try kidnapping?,I'll let you work that out for yourself.|I need to get back to choreographing a slave.,60,0,0,
|
||||
60,0,0,,(Turn and leave.),"(She snatches you from behind.) You should never|turn your back on a slaver, foolish damsel.",150,0,0,NoLeave()
|
||||
60,0,0,,You are my slave.|(Try kidnapping Erica.),"Nice try, but you're not getting me without a fight.",60,1,0,Fight()
|
||||
100,0,0,,(Try to get out of there.),(She grabs you and fastens the collar around your neck|before you can get away.) You're mine now.,110,0,0,CollarLocked()
|
||||
100,0,0,PlayerNotBound,(Fight here off.),Wow you're a feisty one. Come back when you're|ready for a collar and chain.,90,0,0,ResistedSlavery()
|
||||
|
|
|
|
@ -80,6 +80,7 @@ function C101_KinbakuClub_JennaIntro_ShortCut() {
|
|||
PlayerAddSkill("Sports", 1);
|
||||
PlayerAddSkill("Seduction", 1);
|
||||
C101_KinbakuClub_Erica_Kidnapper = true;
|
||||
C101_KinbakuClub_Slaves_ReadyForSlaves = true;
|
||||
}
|
||||
|
||||
// Chapter 101 - Player skips club explanation
|
||||
|
|
|
@ -3,7 +3,7 @@ Stage,LoveReq,SubReq,VarReq,Interaction,Result,NextStage,LoveMod,SubMod,Function
|
|||
0,0,0,,I already know about the|birds and the bees.,"We'll see about that, I meant the club and also Natalie.",10,-1,0,
|
||||
0,0,0,,"Don't bother explaining,|it's all pretty obvious.",I'll let you work it out for yourself then.,70,-1,0,SkipExplanation()
|
||||
5,0,0,,"Hello, what's|happening here?",This is the college's Kinbaku Club.|Your welcome to stay for the evening.,15,0,0,
|
||||
5,0,0,,(Short cut to clubroom.),,80,0,0,ShortCut()
|
||||
500,0,0,,(Short cut to clubroom.),,80,0,0,ShortCut()
|
||||
10,0,0,,Is there an issue|with the club?,"No issue, but I don't think Natalie|explained much about the club to you.",30,0,0,
|
||||
10,0,0,,"Is Natalie here, I would|like to see here again?","Not at the moment. She lost a bet with|another member, but should be here later.",20,1,0,Asked()
|
||||
15,0,0,,"Sounds interesting,|yeah I'll stay.",That's great. I'm Jenna.,25,1,0,
|
||||
|
|
|
|
@ -2,7 +2,7 @@ Stage,LoveReq,SubReq,VarReq,IntroText,Image
|
|||
0,0,0,,Hello. Are you another new girl?,Amelia.jpg
|
||||
10,0,0,,So what is your name?,Amelia.jpg
|
||||
50,0,0,,"Hello, what have we here?",Amelia.jpg
|
||||
100,0,0,,(Amelia and Charlotte are discussing Kinbaku.),RopeGroup.jpg
|
||||
100,0,0,,(Amelia is telling Charlotte about Kinbaku.),RopeGroup.jpg
|
||||
200,0,0,,,Amelia.jpg
|
||||
210,0,0,,,Amelia.jpg
|
||||
215,0,0,,,Amelia.jpg
|
||||
|
|
|
|
@ -1,9 +1,14 @@
|
|||
var C101_KinbakuClub_RopeGroup_CurrentStage = 0;
|
||||
var C101_KinbakuClub_RopeGroup_Random = 0;
|
||||
var C101_KinbakuClub_RopeGroup_SetTwins = false;
|
||||
var C101_KinbakuClub_RopeGroup_LucyOnRight = true;
|
||||
var C101_KinbakuClub_RopeGroup_Kidnapper = false;
|
||||
var C101_KinbakuClub_RopeGroup_DoubleKidnap = false;
|
||||
var C101_KinbakuClub_RopeGroup_PlayerIsGagged = false;
|
||||
var C101_KinbakuClub_RopeGroup_IntroDone = false;
|
||||
var C101_KinbakuClub_RopeGroup_RightTwin = "";
|
||||
var C101_KinbakuClub_RopeGroup_LeftTwin = "";
|
||||
var C101_KinbakuClub_RopeGroup_TwinsRevealed = false;
|
||||
var C101_KinbakuClub_RopeGroup_LeftTwinReleased = false;
|
||||
var C101_KinbakuClub_RopeGroup_RightTwinReleased = false;
|
||||
var C101_KinbakuClub_RopeGroup_RightTwinKidnapped = false;
|
||||
|
@ -15,7 +20,8 @@ var C101_KinbakuClub_RopeGroup_LucyFree = false;
|
|||
// Calculates the scene parameters
|
||||
function C101_KinbakuClub_RopeGroup_CalcParams() {
|
||||
C101_KinbakuClub_RopeGroup_PlayerIsGagged = Common_PlayerGagged;
|
||||
C101_KinbakuClub_RopeGroup_Kidnapper = C101_KinbakuClub_Erica_Kidnapper;
|
||||
C101_KinbakuClub_RopeGroup_Kidnapper = C101_KinbakuClub_Slaves_ReadyForSlaves && !C101_KinbakuClub_RopeGroup_RightTwinKidnapped;
|
||||
C101_KinbakuClub_RopeGroup_DoubleKidnap = C101_KinbakuClub_RopeGroup_RightTwinKidnapped;
|
||||
}
|
||||
|
||||
|
||||
|
@ -44,9 +50,20 @@ function C101_KinbakuClub_RopeGroup_Load() {
|
|||
}
|
||||
|
||||
// Determine which twin is Lucy
|
||||
C101_KinbakuClub_RopeGroup_Random = Math.floor(Math.random() * 2);
|
||||
if (C101_KinbakuClub_RopeGroup_Random == 0) C101_KinbakuClub_RopeGroup_LucyOnRight = false;
|
||||
|
||||
if (!C101_KinbakuClub_RopeGroup_SetTwins) {
|
||||
C101_KinbakuClub_RopeGroup_Random = Math.floor(Math.random() * 2);
|
||||
if (C101_KinbakuClub_RopeGroup_Random == 0) {
|
||||
C101_KinbakuClub_RopeGroup_LucyOnRight = false;
|
||||
C101_KinbakuClub_RopeGroup_RightTwin = "Lucy";
|
||||
C101_KinbakuClub_RopeGroup_LeftTwin = "Heather";
|
||||
}
|
||||
if (C101_KinbakuClub_RopeGroup_Random != 0) {
|
||||
C101_KinbakuClub_RopeGroup_LucyOnRight = true;
|
||||
C101_KinbakuClub_RopeGroup_RightTwin = "Heather";
|
||||
C101_KinbakuClub_RopeGroup_LeftTwin = "Lucy";
|
||||
}
|
||||
C101_KinbakuClub_RopeGroup_SetTwins = true;
|
||||
}
|
||||
}
|
||||
|
||||
// Chapter 101 - RopeGroup Run
|
||||
|
@ -106,11 +123,11 @@ function C101_KinbakuClub_RopeGroup_Lucy() {
|
|||
}
|
||||
|
||||
|
||||
|
||||
|
||||
// Chapter 101 - RopeGroup - kidnap the nearest twin
|
||||
// Chapter 101 - RopeGroup - Grabs the nearest twin
|
||||
function C101_KinbakuClub_RopeGroup_Kidnap() {
|
||||
C101_KinbakuClub_RopeGroup_RightTwinKidnapped = true;
|
||||
C101_KinbakuClub_RopeGroup_2Twins = false;
|
||||
SetScene(CurrentChapter, "SlaveTwin");
|
||||
}
|
||||
|
||||
// Chapter 101 - RopeGroup - Release the twin on the left
|
||||
|
|
|
@ -13,7 +13,8 @@ Stage,LoveReq,SubReq,VarReq,Interaction,Result,NextStage,LoveMod,SubMod,Function
|
|||
100,0,0,2Twins,(Go to Heather and Lucy.),(What do you want to do with Heather and Lucy?),400,0,0,NoActor()
|
||||
100,0,0,!2Twins,(Go to the remaining twin.),(What will you do with this one?),400,0,0,
|
||||
100,0,0,LucyFree,(Talk to Lucy.),(What do you want to talk to Amelia about?),500,0,0,Lucy()
|
||||
100,0,0,Kidnapper,(Kidnap one of the twins.),(You grab the nearest one and drag here away|before Amelia and Charlotte can react.),100,0,0,Kidnap()
|
||||
100,0,0,Kidnapper,(Kidnap one of the twins.),(You grab the nearest one. She struggles as you drag|here away before Amelia and Charlotte can react.),100,0,0,Kidnap()
|
||||
100,0,0,DoubleKidnap,(Kidnap the remaing twin.),To Do.,100,0,0,
|
||||
200,0,0,KnowKinbakuNotDone,Do you know a|lot about Kinbaku?,I know enough to keep anyone helplessly tied up.,210,0,0,KnowKinbakuDone()
|
||||
200,0,0,,Have you tied|Charlotte up yet?,She was a nervious wreck when I tried earlier and only|calmed down after I made her help tie up the twins.,220,,,
|
||||
200,0,0,,"So which do you prefer,|boxtie or elbows touching?",Both have thier advantages.|I prefer how elbows toching really shows off a sub.,230,0,0,
|
||||
|
|
|
7
C101_KinbakuClub/SlaveTwin/Intro_EN.csv
Normal file
7
C101_KinbakuClub/SlaveTwin/Intro_EN.csv
Normal file
|
@ -0,0 +1,7 @@
|
|||
Stage,LoveReq,SubReq,VarReq,IntroText,Image
|
||||
0,0,0,,(You grab the nearest one. She struggles as you drag|here away before Amelia and Charlotte can react.),KidnapTwin.jpg
|
||||
10,0,0,,She is all of a quiver and struggling in panic.,TwinRope.jpg
|
||||
20,0,0,,Please you have got to help me.,TwinRope.jpg
|
||||
30,,,,,
|
||||
40,,,,,
|
||||
50,,,,,
|
|
BIN
C101_KinbakuClub/SlaveTwin/KidnapTwin.jpg
Normal file
BIN
C101_KinbakuClub/SlaveTwin/KidnapTwin.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 88 KiB |
64
C101_KinbakuClub/SlaveTwin/Script.js
Normal file
64
C101_KinbakuClub/SlaveTwin/Script.js
Normal file
|
@ -0,0 +1,64 @@
|
|||
var C101_KinbakuClub_SlaveTwin_CurrentStage = 0;
|
||||
var C101_KinbakuClub_SlaveTwin_KidnappedTwin = false; // The Right Twin has been kidnapped and chained.
|
||||
|
||||
// Calculates the scene parameters
|
||||
function C101_KinbakuClub_SlaveTwin_CalcParams() {
|
||||
}
|
||||
|
||||
// Chapter 101 - SlaveTwin Load
|
||||
function C101_KinbakuClub_SlaveTwin_Load() {
|
||||
ActorLoad(C101_KinbakuClub_RopeGroup_RightTwin, "ClubRoom4");
|
||||
LoadInteractions();
|
||||
|
||||
if (C101_KinbakuClub_RopeGroup_RightTwinKidnapped && !C101_KinbakuClub_SlaveTwin_KidnappedTwin) {
|
||||
C101_KinbakuClub_SlaveTwin_KidnappedTwin = true;
|
||||
ActorAddInventory("Rope");
|
||||
ActorAddInventory("BallGag");
|
||||
}
|
||||
C101_KinbakuClub_SlaveTwin_CalcParams();
|
||||
}
|
||||
|
||||
// Chapter 101 - SlaveTwin Run
|
||||
function C101_KinbakuClub_SlaveTwin_Run() {
|
||||
BuildInteraction(C101_KinbakuClub_SlaveTwin_CurrentStage);
|
||||
|
||||
// images overlays when slave is tied with aysmetric kinbaku
|
||||
if (C101_KinbakuClub_SlaveTwin_CurrentStage >= 10 && C101_KinbakuClub_SlaveTwin_CurrentStage <= 99) {
|
||||
if (ActorHasInventory("BallGag")) DrawImage(CurrentChapter + "/" + CurrentScreen + "/TwinRopeBallGag.png", 852, 59);
|
||||
if (ActorHasInventory("ClothGag")) DrawImage(CurrentChapter + "/" + CurrentScreen + "/TwinRopeClothGag.png", 830, 135);
|
||||
if (ActorHasInventory("TapeGag")) DrawImage(CurrentChapter + "/" + CurrentScreen + "/TwinRopeTapeGag.png", 865, 150);
|
||||
}
|
||||
}
|
||||
|
||||
// Chapter 101 - SlaveTwin Click
|
||||
function C101_KinbakuClub_SlaveTwin_Click() {
|
||||
|
||||
// Regular and inventory interactions
|
||||
ClickInteraction(C101_KinbakuClub_SlaveTwin_CurrentStage);
|
||||
var ClickInv = GetClickedInventory();
|
||||
|
||||
|
||||
ActorApplyRestrain(ClickInv);
|
||||
if (ActorIsGagged() && C101_KinbakuClub_SlaveTwin_CurrentStage == 20) C101_KinbakuClub_SlaveTwin_CurrentStage = 10;
|
||||
|
||||
|
||||
C101_KinbakuClub_SlaveTwin_CalcParams();
|
||||
}
|
||||
|
||||
// Chapter 101 - SlaveTwin - Draw the images for the kidnapped twin
|
||||
function C101_KinbakuClub_SlaveTwin_DrawTwin() {
|
||||
|
||||
}
|
||||
|
||||
// Chapter 101 - SlaveTwin - remove the current slaves gag
|
||||
function C101_KinbakuClub_SlaveTwin_RemoveGag() {
|
||||
ActorUngag();
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// Chapter 101 - SlaveTwin -
|
||||
function C101_KinbakuClub_SlaveTwin_template() {
|
||||
}
|
16
C101_KinbakuClub/SlaveTwin/Stage_EN.csv
Normal file
16
C101_KinbakuClub/SlaveTwin/Stage_EN.csv
Normal file
|
@ -0,0 +1,16 @@
|
|||
Stage,LoveReq,SubReq,VarReq,Interaction,Result,NextStage,LoveMod,SubMod,Function
|
||||
0,0,0,,You're my slave now.,"(She tries to escape in vain as you take her across|the room and lock a collar on her, chained to the wall.",10,0,0,
|
||||
0,0,0,,We are going to|have some fun.,(She snorts and tries to resit you hoplessly.|You lock the collar on her ensuring your fun.,10,0,0,
|
||||
0,0,0,,I'm her to save|you from them.,"(She calms down as you take here away, but then|struggles again as you lock the collar on her.)",10,0,0,
|
||||
10,0,0,,ToDo,,10,0,0,
|
||||
10,0,0,,(Remove her gag.),"(You remove the gag and she immediately blurts out.)|Get me out of this collar before Jenna returns, please!",20,0,0,RemoveGag()
|
||||
10,,,,,,,,,
|
||||
10,,,,,,,,,
|
||||
10,,,,,,,,,
|
||||
20,0,0,,Talk to her.,Can you atleast untie my legs.|I can bearly stand up like this.,20,0,0,
|
||||
20,,,,,If you untie me I could help,,,,
|
||||
,,,,,,,,,
|
||||
20,,,,,"The cute good girl style is for my boyfriend,|knowing it hides a minx underneith teases him.",,,,
|
||||
,,,,Does he tie|you up?,"No, but he lets me practice Kinbaku on him from time|to time, if I wear something cute and tease him.",,,,
|
||||
,,,,,,,,,
|
||||
20,,,,,"A previous boyfriend was into tying me up,|but I don't enjoy being tied up.",,,,
|
|
10
C101_KinbakuClub/SlaveTwin/Text_EN.csv
Normal file
10
C101_KinbakuClub/SlaveTwin/Text_EN.csv
Normal file
|
@ -0,0 +1,10 @@
|
|||
Tag,Content
|
||||
Collar,
|
||||
Crop,
|
||||
Rope,
|
||||
Cuffs,
|
||||
BallGag,"(She pleads with you, but strapping a the ball into|her mouth soon reduces her to just whimpers.)"
|
||||
ClothGag,"(She pleads with you, but a big wad of cloth|filling her mouth limits her her to whimpering.)"
|
||||
TapeGag,"(She pleads with you, but a strip of tape|sticking her lips together stops that.)"
|
||||
VibratingEgg,
|
||||
Blindfold,
|
|
BIN
C101_KinbakuClub/SlaveTwin/TwinRope.jpg
Normal file
BIN
C101_KinbakuClub/SlaveTwin/TwinRope.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 67 KiB |
BIN
C101_KinbakuClub/SlaveTwin/TwinRopeBallGag.png
Normal file
BIN
C101_KinbakuClub/SlaveTwin/TwinRopeBallGag.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 16 KiB |
BIN
C101_KinbakuClub/SlaveTwin/TwinRopeClothGag.png
Normal file
BIN
C101_KinbakuClub/SlaveTwin/TwinRopeClothGag.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 9.4 KiB |
BIN
C101_KinbakuClub/SlaveTwin/TwinRopeTapeGag.png
Normal file
BIN
C101_KinbakuClub/SlaveTwin/TwinRopeTapeGag.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 3.1 KiB |
Binary file not shown.
Before ![]() (image error) Size: 52 KiB After ![]() (image error) Size: 52 KiB ![]() ![]() |
|
@ -5,7 +5,7 @@ Stage,LoveReq,SubReq,VarReq,IntroText,Image
|
|||
40,0,0,,,Bag.jpg
|
||||
100,0,0,,,UnlockedCollar.jpg
|
||||
110,0,0,,,Halfway.jpg
|
||||
120,0,0,,,PlayerManacles.jpg
|
||||
120,0,0,,(You've got your self into a fine predicament.|What will you do now?),PlayerManacles.jpg
|
||||
130,0,0,,,PlayerManacles.jpg
|
||||
140,0,0,,,PlayerManacles.jpg
|
||||
150,0,0,,,PlayerManacles.jpg
|
||||
|
|
|
|
@ -232,7 +232,7 @@ function C101_KinbakuClub_Slaves_Run() {
|
|||
}
|
||||
|
||||
// Draw the players arousal level
|
||||
if ((C101_KinbakuClub_Slaves_CurrentStage >= 190) && (C101_KinbakuClub_Slaves_CurrentStage <= 310)) {
|
||||
if ((C101_KinbakuClub_Slaves_CurrentStage >= 190 && C101_KinbakuClub_Slaves_CurrentStage <= 310) || (C101_KinbakuClub_Slaves_CurrentStage == 120 && C101_KinbakuClub_Slaves_ShortLeash)) {
|
||||
DrawRect(638, 48, 14, 504, "white");
|
||||
DrawRect(640, 50, 10, (500 - C101_KinbakuClub_Slaves_PlayerArousal), "#66FF66");
|
||||
DrawRect(640, (550 - C101_KinbakuClub_Slaves_PlayerArousal), 10, C101_KinbakuClub_Slaves_PlayerArousal, "red");
|
||||
|
@ -269,7 +269,7 @@ function C101_KinbakuClub_Slaves_Click() {
|
|||
OverridenIntroText = GetText("PlayerTapeGag");
|
||||
CurrentTime = CurrentTime + 60000;
|
||||
}
|
||||
if ((ClickInv == "VibratingEgg") && !PlayerHasLockedInventory("VibratingEgg") && !Common_PlayerChaste) {
|
||||
if ((C101_KinbakuClub_Slaves_CurrentStage == 110) && (ClickInv == "VibratingEgg") && !PlayerHasLockedInventory("VibratingEgg") && !Common_PlayerChaste) {
|
||||
PlayerRemoveInventory("VibratingEgg", 1);
|
||||
PlayerLockInventory("VibratingEgg");
|
||||
OverridenIntroText = GetText("PlayerVibratingEgg");
|
||||
|
@ -448,7 +448,7 @@ function C101_KinbakuClub_Slaves_EndGame() {
|
|||
OverridenIntroText = GetText("DecentTime");
|
||||
if (C101_KinbakuClub_Slaves_GameTime < 500000) {
|
||||
C101_KinbakuClub_Slaves_NotTriedHardEnough = true;
|
||||
OverridenIntroText = GetText("LooseTimeDecentTime")
|
||||
OverridenIntroText = GetText("LooseTime")
|
||||
}
|
||||
if (C101_KinbakuClub_Slaves_GameTime > 1000000) OverridenIntroText = GetText("ImpressiveTime")
|
||||
if (C101_KinbakuClub_Slaves_TimeDone) {
|
||||
|
@ -629,10 +629,10 @@ function C101_KinbakuClub_Slaves_Select8() {
|
|||
C101_KinbakuClub_Slaves_PlayerArousalMod = 10;
|
||||
}
|
||||
// if high arousal and already had/given an orgasm, think of earlier orgasm and varaiable high arousal increase
|
||||
if ((ActorSpecificGetValue(Amanda, ActorOrgasmCount) + ActorSpecificGetValue(Sarah, ActorOrgasmCount) + ActorSpecificGetValue(Sidney, ActorOrgasmCount) + ActorSpecificGetValue(Jennifer, ActorOrgasmCount) + ActorSpecificGetValue(Yuki, ActorOrgasmCount) + ActorSpecificGetValue(Natalie, ActorOrgasmCount) + ActorSpecificGetValue(Erica, ActorOrgasmCount) + ActorSpecificGetValue(Lauren, ActorOrgasmCount)) > 3) {
|
||||
OverridenIntroText = GetText("RememberOrgasms");
|
||||
C101_KinbakuClub_Slaves_PlayerArousalMod = 15;
|
||||
}
|
||||
//if ((ActorSpecificGetValue(Amanda, ActorOrgasmCount) + ActorSpecificGetValue(Sarah, ActorOrgasmCount) + ActorSpecificGetValue(Sidney, ActorOrgasmCount) + ActorSpecificGetValue(Jennifer, ActorOrgasmCount) + ActorSpecificGetValue(Yuki, ActorOrgasmCount) + ActorSpecificGetValue(Natalie, ActorOrgasmCount) + ActorSpecificGetValue(Erica, ActorOrgasmCount) + ActorSpecificGetValue(Lauren, ActorOrgasmCount)) > 3) {
|
||||
// OverridenIntroText = GetText("RememberOrgasms");
|
||||
// C101_KinbakuClub_Slaves_PlayerArousalMod = 15;
|
||||
//}
|
||||
C101_KinbakuClub_Slaves_ArousalVariation();
|
||||
}
|
||||
|
||||
|
|
|
@ -1,40 +1,40 @@
|
|||
Stage,LoveReq,SubReq,VarReq,Interaction,Result,NextStage,LoveMod,SubMod,Function
|
||||
0,0,0,!Common_PlayerRestrained,(Inspect the contents.),"The bag appears to be full of metal manacles,|connected together in sets by chains.",10,0,0,
|
||||
0,0,0,,(Look around the bag.),"You don't find anythig else of interest near bag,|until you notice some metal rings under the blackboard.",20,0,0,
|
||||
0,0,0,,(Look around the bag.),"You don't find anything else of interest near bag,|until you notice some metal rings under the blackboard.",20,0,0,
|
||||
0,0,0,SelfSlaveAvailable,(Try the loose manacles|on yourself.),"You take a set of manacles and try them on,|but without padlocking them, they just fall open.",100,0,0,
|
||||
0,0,0,,(Go back to the club room.),You can now kidnap club members and use these|manacles to keep them as your own slaves.,40,0,0,Leave()
|
||||
10,0,0,,(Inspect the manacles.),"Each set has manacles for neck, wrists and ankles.|There is also a length of chain with nothing at one end.",10,0,0,ManaclesCheck()
|
||||
10,0,0,,(Inspect the rest of|the contents.),Also in the bag are a lot of padlocks for fastening|the manacles. You don't find any keys here.,10,0,0,PadlocksCheck()
|
||||
10,0,0,,(Take the manacles.),"They are rather heavy,|best to leave them here and bring slaves to them.",10,0,0,
|
||||
10,0,0,,(Look around the bag.),"You don't find anythig else of interest near bag,|until you notice some metal rings under the blackboard.",20,0,0,
|
||||
10,0,0,,(Look around the bag.),"You don't find anything else of interest near bag,|until you notice some metal rings under the blackboard.",20,0,0,
|
||||
10,0,0,SelfSlaveAvailable,(Try the loose manacles|on yourself.),"You take a set of manacles and try them on,|but without padlocking them, they just fall open.",100,0,0,
|
||||
10,0,0,,(Go back to|the club room.),You can now kidnap club members and use these|manacles to keep them as your own slaves.,40,0,0,Leave()
|
||||
20,0,0,,(Check out the rings.),"They seem to be firmly attached to the walls,|they must be for use with the manacles.",20,0,0,RingsCheck()
|
||||
20,0,0,,(Go back to the bag.),The bag has a lot of metal items in it.,0,0,0,
|
||||
20,0,0,SelfSlaveAvailable,(Try the loose manacles|on yourself.),"You take a set of manacles and try them on,|but without padlocking them, they just fall open.",100,0,0,
|
||||
20,0,0,,(Go back to|the club room.),You can now kidnap club members and use these|manacles to keep them as your own slaves.,40,0,0,Leave()
|
||||
40,0,0,,(Check the bag again.),The prospect of what you could do|with those manacles is tantalising.,0,0,0,
|
||||
40,0,0,,(Check the bag again.),The prospect of what you could do|with those manacles is tantalizing.,0,0,0,
|
||||
40,0,0,,(Go get some slaves.),Gone slaving.,40,0,0,Leave()
|
||||
100,0,0,,(Padlock the|manacles shut.),"In for a dime, in for a dollar. You remove your uniform,|then lock the manacle set to the wall and to your neck.",110,0,0,NeckManacle()
|
||||
100,0,0,,(Put the manacles|back in the bag.),"Maybe another time, you put the manacles away.",0,0,0,
|
||||
110,0,0,,(Pull on the|wall chain.),"You tug on the chain as hard as you can,|but the ring on the wall is unyeilding.",110,0,0,
|
||||
110,0,0,,(Pull on the|wall chain.),"You tug on the chain as hard as you can,|but the ring on the wall is unyielding.",110,0,0,
|
||||
110,0,0,,(Try to remove|the padlocks.),The large padlocks are firmly locked.|There is no way they will open without a key.,110,0,0,
|
||||
110,0,0,,(Check inside|the bag again.),"You double check the bag, but there is definantly no|keys in there and you can't reach anything else now.",110,0,0,
|
||||
110,0,0,,(Check inside|the bag again.),"You double check the bag, but there is definitely no|keys in there and you can't reach anything else now.",110,0,0,
|
||||
110,0,0,Common_PlayerGagged,(Remove your gag.),You ungag yourself while you still can.,110,0,0,PlayerRemoveGag()
|
||||
110,0,0,,Call for help.,"You shout across the room. A few girls look up, giggle|and then go straight back to what they were doing.",110,0,0,
|
||||
110,0,0,,(Lock the rest of|the manacles on.),"You cannot go anwhere now, but are you ready to|loose all your freedom? Click again to do so.",110,0,0,FullManacle()
|
||||
110,0,0,,(Lock the rest of|the manacles on.),"You cannot go anywhere now, but are you ready to|loose all your freedom? Click again to do so.",110,0,0,FullManacle()
|
||||
120,0,0,,Call for help.,"You shout across the room. A few girls look up, giggle|and then go straight back to what they were doing.",120,0,0,ExploreManacles()
|
||||
120,0,0,Common_PlayerGagged,(Scream into|the gag.),Nobody seems to hear or notice you muffled cries. ,120,0,0,ExploreManacles()
|
||||
120,0,0,,(Struggle against|the manacles.),"You thrash in panic, but the unforgiving hard steel|is far stronger than you are.",120,0,0,ExploreManacles()
|
||||
120,0,0,,(Struggle playfully.),You test the limits of your confinment. It is kind of|fun and someone is bound to take an interest in you.,120,0,0,ExploreManacles()
|
||||
120,0,0,!ShortLeash,(lie down.),The chain to the wall isn't quite long enough.|You have to stay upright to stop the collar choking you.,120,0,0,ExploreManacles()
|
||||
120,0,0,,(Struggle playfully.),You test the limits of your confinement. It is kind of|fun and someone is bound to take an interest in you.,120,0,0,ExploreManacles()
|
||||
120,0,0,!ShortLeash,(Lie down.),The chain to the wall isn't quite long enough.|You have to stay upright to stop the collar choking you.,120,0,0,ExploreManacles()
|
||||
120,0,0,!ShortLeash,(Stand up.),"The chain between the collar and ankles is too short.|You cannot crouch comfortably, so kneel down again.",120,0,0,ExploreManacles()
|
||||
120,0,0,!ShortLeash,(Move away.),"You can hobble about, but only a short distance|before the chain to the wall stops you.",120,0,0,ExploreManacles()
|
||||
120,0,0,,(Check the padlocks.),"You despirately check the padlocks on your wrists,|but they are both aldready firmly locked shut.",120,0,0,ExploreManacles()
|
||||
120,0,0,ShortLeash,(Try to move.),(Jenna shortend the leash chain before she left.|You can hadly at all move now.),120,0,0,
|
||||
120,0,0,,(Check the padlocks.),"You desperately check the padlocks on your wrists,|but they are both already firmly locked shut.",120,0,0,ExploreManacles()
|
||||
120,0,0,ShortLeash,(Try to move.),(Jenna shortened the leash chain before she left.|You can hardly at all move now.),120,0,0,
|
||||
120,0,0,,(Wait patiently.),You wait quietly like a good slave and it feels like|you are also as invisible as a good slave too.,120,0,0,WaitJenna()
|
||||
120,0,0,JennaWillGag,"JENNA, you can't|leave me like this.","You're right, I forgot to gag you.|(Jenna gags you before leaving again.)",120,0,0,PlayerGagged()
|
||||
130,0,0,,Hey Jenna get me|out of these.,"Easy there, I'm not the one who loked you in there.|So who locked you in those?",140,0,1,
|
||||
130,0,0,,Hey Jenna get me|out of these.,"Easy there, I'm not the one who locked you in there.|So who locked you in those?",140,0,1,
|
||||
130,0,0,,Hello Jenna.,"Hello, those manacles really suit you.|So who locked you in those?",140,1,0,
|
||||
130,0,0,,"Jenna, please|help me.","(Jenna smiles sympathetically.) Awww, you poor girl.|So who locked you in those?",140,0,-1,
|
||||
130,0,0,Common_PlayerGagged,(Stare at Jenna.),"(You try hard, but buckle under Jenna's intense gaze.)|Would you like to have that gag removed?",135,0,1,StareJenna()
|
||||
|
@ -48,12 +48,12 @@ Stage,LoveReq,SubReq,VarReq,Interaction,Result,NextStage,LoveMod,SubMod,Function
|
|||
140,0,0,Common_PlayerGagged,(Glance down.),"I know, Cassidy sent me a message.|It doesn't matter, you're my slave now.",150,0,-1,ClaimSelf()
|
||||
140,0,0,Common_PlayerGagged,(Look at Erica.),"I know, Cassidy sent me a message.|It doesn't matter, you're my slave now.",150,0,0,ClaimErica()
|
||||
140,0,0,Common_PlayerGagged,(Look at|all of them.),"I know, Cassidy sent me a message.|It doesn't matter, you're my slave now.",150,0,0,ClaimAll()
|
||||
150,0,0,,What?,"Those manacles belong to me, so anything locked in|them also belongs to me. The whole club knows that.",160,0,0,EricaTrick()
|
||||
150,0,0,,What?,"Those manacles belong to me, so anything locked in|them also belong to me. The whole club knows that.",160,0,0,EricaTrick()
|
||||
150,0,0,,Yes Miss.,That's a good slave.,160,1,-1,
|
||||
150,0,0,,I'm not your slave.,"Your entitled to your opinion,|but in your current predicament it don't mean much.",160,0,0,
|
||||
150,0,0,Common_PlayerGagged,(Nod your head.),That's a good slave.,160,1,-1,
|
||||
150,0,0,Common_PlayerGagged,(Shake your head.),"Your entitled to your opinion,|but in your current predicament it don't mean much.",160,0,0,
|
||||
150,0,0,Common_PlayerGagged,@Whht?,"Those manacles belong to me, so anything locked in|them also belongs to me. The whole club knows that.",160,0,0,
|
||||
150,0,0,Common_PlayerGagged,@Whht?,"Those manacles belong to me, so anything locked in|them also belong to me. The whole club knows that.",160,0,0,
|
||||
155,0,0,ChloeIsSlave,,Jenna releases Chloe and gives her a hug.,160,,,
|
||||
160,0,0,,What are you going|to do with me?,Well for the moment we are going to play|a little game of self control.,170,0,0,
|
||||
160,0,0,,Please don't leave|me like this.,"Don't worry, we are going to play|a little game now, of self control.",170,0,-1,
|
||||
|
@ -78,25 +78,25 @@ Stage,LoveReq,SubReq,VarReq,Interaction,Result,NextStage,LoveMod,SubMod,Function
|
|||
190,0,0,,Okay then.,"Good, now I'll get ready. (Jenna pulls|on some rubber gloves and takes out a brush.)",200,0,0,
|
||||
190,0,0,,Bring it on.|You won't have me.,We will see about that. (Jenna pulls|on some rubber gloves and takes out a brush.),200,0,1,
|
||||
190,0,0,,"No way, I'm not|playing this.",If your that defiant then this game shouldn't be a|problem for you. Are you sure you don't want to play?,195,0,1,
|
||||
190,0,0,,Please no.|I'll be good.,A good slave would obay and play the game.|Are you sure you don't want to play?,195,0,-1,
|
||||
190,0,0,Common_PlayerGagged,(Panic and|struggle.),A good slave would obay and play the game.|Are you sure you don't want to play?,195,0,-1,
|
||||
190,0,0,,Please no.|I'll be good.,A good slave would obey and play the game.|Are you sure you don't want to play?,195,0,-1,
|
||||
190,0,0,Common_PlayerGagged,(Panic and|struggle.),A good slave would obey and play the game.|Are you sure you don't want to play?,195,0,-1,
|
||||
190,0,0,Common_PlayerGagged,(Nod.),"Good, now I'll get ready. (Jenna pulls|on some rubber gloves and takes out a brush.)",200,0,0,
|
||||
195,0,0,,I said no.,"Fine, enjoy yourself.|(Jenna goes off and talks to Cassidy.)",120,0,0,JennaLeaves()
|
||||
195,0,0,,Okay I'll play.,"That is more like it, let's start. (Jenna pulls|on some rubber gloves and takes out a brush.)",200,0,-1,
|
||||
195,0,0,Common_PlayerGagged,(Nod your head.),"Fine, enjoy yourself.|(Jenna goes off and talks to Cassidy.)",120,0,0,JennaLeaves()
|
||||
195,0,0,Common_PlayerGagged,(Shake your head.),"That is more like it, let's start. (Jenna pulls|on some rubber gloves and takes out a brush.)",200,0,-1,
|
||||
200,0,0,,(Brace yourself.),"Good, it was time for you to be quiet.|(Jenna starts gentley tickling you with the brush.)",210,0,0,StartGame()
|
||||
200,0,0,,Wait what are|those for?,You're not the only one playing this game. Now shut up.|(Jenna starts gentley tickling you with the brush.),210,-1,0,StartGame()
|
||||
200,0,0,Common_PlayerGagged,@Whnt whht hrm|thhfm fhr?,You're not the only one playing this game. Now shut up.|(Jenna starts gentley tickling you with the brush.),210,-1,0,StartGame()
|
||||
210,0,0,Option1,(Pinch your arm.),(You dig a finger nail into your arm. The pain|helps distract a you little from Jeanna's teasing.),210,0,0,Select1()
|
||||
200,0,0,,(Brace yourself.),"Good, it was time for you to be quiet.|(Jenna starts gently tickling you with the brush.)",210,0,0,StartGame()
|
||||
200,0,0,,Wait what are|those for?,You're not the only one playing this game. Now shut up.|(Jenna starts gently tickling you with the brush.),210,-1,0,StartGame()
|
||||
200,0,0,Common_PlayerGagged,@Whnt whht hrm|thhfm fhr?,You're not the only one playing this game. Now shut up.|(Jenna starts gently tickling you with the brush.),210,-1,0,StartGame()
|
||||
210,0,0,Option1,(Pinch your arm.),(You dig a finger nail into your arm. The pain|helps distract you a little from Jenna's teasing.),210,0,0,Select1()
|
||||
210,0,0,Option2,(Struggle playfully.),"(Jenna smiles and shares your excitement,|but it certainly doesn't help calm you down.)",210,1,-1,Select2()
|
||||
210,0,0,Option4,(Close your eyes.),"(You shut your eyes and meditate quietly for|a moment, ignoring Jenna's teasing.)",210,0,0,Select4()
|
||||
210,0,0,Option5,(Giggle.),Jenna gives a light slap to stop you from laughing|while she carries on teasing you with the brush.,210,0,0,Select5()
|
||||
210,0,0,Option6,(Laugh.),"(Jenna stops to give you a very firm spank.) I told you,|no laughing. (She then goes back to teasing you.)",210,0,-1,Select6()
|
||||
210,0,0,Option7,(Sit down.),I told you to kneel. (Jenna gives you a quick|spank to kneel up again.) Don't try that again.,210,0,0,Select7()
|
||||
210,0,0,Option8,(Think of your|favourite things.),(You distract yourself thinking unsexy thoughts.),210,0,0,Select8()
|
||||
210,0,0,Option9,"Eeek, no that's|spot is sensitive.","I told you, no talking. (She gives that spot an extra tickle|with the brush before a quick spack and moving on.)",210,0,0,Select9()
|
||||
210,0,0,Option9Gagged,@nh thht|rmhlln tngglmf.,"Unless it's begging, your supposed to keep quiet.|(Jenna finds a sensitive spot and tickles it mercilessly.)",210,0,0,Select9()
|
||||
210,0,0,Option8,(Think of your|favorite things.),(You distract yourself thinking unsexy thoughts.),210,0,0,Select8()
|
||||
210,0,0,Option9,"Eeek, no that|spot is sensitive.","I told you, no talking. (She gives that spot an extra tickle|with the brush before a quick spank and moving on.)",210,0,0,Select9()
|
||||
210,0,0,Option9Gagged,@nh thht|rmhlln tngglmf.,"Unless it's begging, you’re supposed to keep quiet.|(Jenna finds a sensitive spot and tickles it mercilessly.)",210,0,0,Select9()
|
||||
210,0,0,Option10,Aaarrgh|you bitch.,Watch your mouth. Be rude to your mistress again|and I might have to wash it out with soap.,210,-1,1,Select10()
|
||||
210,0,0,Option10Gagged,@Hhhrrgh|nhh bntgh.,Watch your mouth. Be rude to your mistress again|and I might have to wash it out with soap.,210,-1,0,Select10()
|
||||
210,0,0,Option3,(Regulate your breathing.),(You focus on breathing slowly to distract|yourself from Jenna's constant teasing.),210,0,0,Select3()
|
||||
|
@ -106,29 +106,29 @@ Stage,LoveReq,SubReq,VarReq,Interaction,Result,NextStage,LoveMod,SubMod,Function
|
|||
210,0,0,PlayerNotVeryArousedGagged,"@Plmhfm Jmnnh,|N whnt th ghm.",Don't try kidding me. I can tell you are not that aroused|yet. (She continues teasing you with the brush.),210,0,0,NoEnd()
|
||||
210,0,0,PlayerVeryAroused,"Please Jenna, I|really need to cum.",This stage should not display,250,1,-1,EndGame()
|
||||
210,0,0,PlayerVeryArousedGagged,"@Plmhfm Jmnnh, Hm|rmhlln nmmd th ghm.",This stage should not display,250,1,-1,EndGame()
|
||||
210,0,0,NotGaggingForIt,Banana.,(Jenna stops terasing you.) Is this a bit much?,220,0,0,CryWolf()
|
||||
210,0,0,NotGaggedForIt,@Bhnhnh.,(Jenna stops terasing you.) Is this a bit much?,220,0,0,CryWolf()
|
||||
210,0,0,NotGaggingForIt,Banana.,(Jenna stops teasing you.) Is this a bit much?,220,0,0,CryWolf()
|
||||
210,0,0,NotGaggedForIt,@Bhnhnh.,(Jenna stops teasing you.) Is this a bit much?,220,0,0,CryWolf()
|
||||
220,0,0,,Yes.,(Jenna gives you a big hug.)|It's okay. Would you like to stop playing that game?,230,0,0,
|
||||
220,0,0,,"No, I just|wanted a breather.","Naughty slave. (Jenna gags and spanks you,|before resuming the teasing.)",210,-1,-1,FalseBanana()
|
||||
220,0,0,Common_PlayerGagged,(Nod your head.),(Jenna gives you a big hug.)|It's okay. Would you like to stop playing that game?,230,0,0,
|
||||
220,0,0,Common_PlayerGagged,(Shake your head.),"Don't try to waste time.|(Jenna spanks you hard, before teasing you again.)",210,0,-1,FalseBanana()
|
||||
230,0,0,,"Yes, it's|humiliating.","I am sorry, I didn't mean to push you too far.",240,0,0,UnderwearBack()
|
||||
230,0,0,,"No, it's just|that last bit.","Thats fine, we can carry on a little slower.|(Jenna helps you recover a bit before continuing.)",210,0,0,TeaseStageBack()
|
||||
230,0,0,,"No, it's just|that last bit.","That’s fine, we can carry on a little slower.|(Jenna helps you recover a bit before continuing.)",210,0,0,TeaseStageBack()
|
||||
230,0,0,Common_PlayerGagged,(Nod your head.),I didn't mean to push you too far. (Jenna removes your gag.),240,0,0,UnderwearBack()
|
||||
230,0,0,Common_PlayerGagged,(Shake your head.),"Thats fine, we can carry on a little slower.|(Jenna helps you recover a bit before continuing.)",210,0,0,TeaseStageBack()
|
||||
230,0,0,Common_PlayerGagged,(Shake your head.),"That’s fine, we can carry on a little slower.|(Jenna helps you recover a bit before continuing.)",210,0,0,TeaseStageBack()
|
||||
240,0,0,,Can you unlock|me now.,You still need to learn a lesson to be more careful during|club meetings. (She gets up and leaves you there.),120,1,-1,
|
||||
240,0,0,,Can we play|another game.,Not now I have other duties to attend to.|(She gets up and leaves you there.),120,1,0,
|
||||
240,0,0,,I should try|teasing you now.,Maybe later if your good enough.|(She gets up and leaves you there.),120,0,1,
|
||||
240,0,0,,Can I have|a slavemate?,"No, you need some quite time to settle down.|(She gets up and leaves you there.)",120,0,0,
|
||||
250,0,0,,Yes please.,"You beg nicely, but you haven't deserved it this time.|(She smartens you, then leaves you there.)",120,0,0,Relief()
|
||||
240,0,0,,I should try|teasing you now.,Maybe later if you’re good enough.|(She gets up and leaves you there.),120,0,1,
|
||||
240,0,0,,Can I have|a slave mate?,"No, you need some quite time to settle down.|(She gets up and leaves you there.)",120,0,0,
|
||||
250,0,0,,Yes please.,"You beg nicely, but you haven't deserved it this time.|(She smartens you up and then leaves you there.)",120,0,0,Relief()
|
||||
250,0,0,,Leave me alone.,Fine I will.|(She smartens you up and leaves you there.),120,-1,0,LeftSmart()
|
||||
250,0,0,,Only if you|think so?,"Maybe another time if you are really good.|(She smartens you up, then leaves you there.)",120,1,0,Relief()
|
||||
250,0,0,,Only if you|think so?,Maybe another time if you are really good.|(She smartens you up and then leaves you there.),120,1,0,Relief()
|
||||
250,0,0,,I ought to be punished|for this instead.,Now that's an idea.|You have been a very naughty girl haven't you?,260,0,0,
|
||||
250,0,0,Common_PlayerGagged,(Nod your head.),"Well your mistress does not.|(She smartens you up, then leaves you there.)",120,0,0,Relief()
|
||||
250,0,0,Common_PlayerGagged,(Shake your head.),"Good, because your mistress don't.|(She smartens you up, then leaves you there.)",120,1,0,LeftSmart()
|
||||
250,0,0,Common_PlayerGagged,(Nod your head.),Well your mistress does not.|(She smartens you up and then leaves you there.),120,0,0,Relief()
|
||||
250,0,0,Common_PlayerGagged,(Shake your head.),"Good, because your mistress don't.|(She smartens you up and then leaves you there.)",120,1,0,LeftSmart()
|
||||
250,0,0,Common_PlayerGagged,@Ghn nhh rmmhvm|thnf ghg plmhfm,What was that you said?|(Jenna removes your gag.),250,0,0,PlayerRemoveGag()
|
||||
260,0,0,,Yes miss.,(Player gets the bag over head outro.),260,0,0,Discipline()
|
||||
260,0,0,,"No, I was joking.","You should be careful with that attitude.|(She smartens you up, then leaves you there.)",120,0,0,LeftSmart()
|
||||
260,0,0,,"No, I was joking.",You should be careful with that attitude.|(She smartens you up and then leaves you there.),120,0,0,LeftSmart()
|
||||
270,0,0,!Common_PlayerChaste,Just make me cum already.,"Easy there, here let me sooth you.|(She starts masturbating you the wand vibrator.)",280,0,0,
|
||||
270,0,0,!Common_PlayerChaste,"Wow, you have a|wand in college.",You never know when you will need to work magic.|(She starts masturbating you the wand vibrator.),280,0,0,
|
||||
270,0,0,Common_PlayerChaste,Just make me cum already.,"Easy there, here let me sooth you. (The chastity belt|starts to resonate with the powerful vibration.)",280,0,0,
|
||||
|
@ -138,18 +138,18 @@ Stage,LoveReq,SubReq,VarReq,Interaction,Result,NextStage,LoveMod,SubMod,Function
|
|||
270,0,0,GaggedNotChaste,(Shake your head.),This is the only choice you have now.|(She starts masturbating you the wand vibrator.),280,0,0,
|
||||
270,0,0,ChasteGagged,(Nod your head.),"Yes, that's a good slave. (The chastity belt|starts to resonate with the powerful vibration.)",280,1,0,
|
||||
270,0,0,ChasteGagged,(Shake your head.),This is the only choice you have now. (The chastity|belt starts to resonate with the powerful vibration.),280,0,0,
|
||||
280,0,0,,(Grind against|the vibrator.),(Jenna pulls the vibrator away.) Remeber your place|slave and wait for your mistresses gifts graciously.,285,-1,0,
|
||||
280,0,0,,(Enjoy the vibrations.),(Jenna presses the vibrator in harder as you start to|maon with pleasure.) Say my name.,290,1,0,Vibed()
|
||||
280,0,0,,(Grind against|the vibrator.),(Jenna pulls the vibrator away.) Remember your place|slave and wait for your mistresses gifts graciously.,285,-1,0,
|
||||
280,0,0,,(Enjoy the vibrations.),(Jenna presses the vibrator in harder as you start to|moan with pleasure.) Say my name.,290,1,0,Vibed()
|
||||
280,0,0,,(Struggle playfully.),"(Jenna works the vibrator with your struggles, getting|you back on edge again.) Say my name.",290,0,-1,Vibed()
|
||||
280,0,0,,(Struggle in panic.),Sorry is this too intense for you?,286,0,0,
|
||||
285,0,0,,Yes mistress.,That's better. Lets try again.,280,0,-1,Grind()
|
||||
285,0,0,,Stop teasing me.,"Okay then. You shouldn't get anything for loosing anyway.|(She smartens you up, then leaves you there.)",120,0,0,LeftSmart()
|
||||
285,0,0,Common_PlayerGagged,@Nmf mnftrmff.|(Yes mistress.),That's better. Lets try again.,280,0,-1,Grind()
|
||||
285,0,0,Common_PlayerGagged,@Fthp tmhfnng mm.|(Stop teasing me.),"Fine. You shouldn't get anything for loosing anyway.|(She smartens you up, then leaves you there.)",120,0,0,LeftSmart()
|
||||
285,0,0,,Yes mistress.,That's better. Let’s try again.,280,0,-1,Grind()
|
||||
285,0,0,,Stop teasing me.,Okay then. You shouldn't get anything for loosing anyway.|(She smartens you up and then leaves you there.),120,0,0,LeftSmart()
|
||||
285,0,0,Common_PlayerGagged,@Nmf mnftrmff.|(Yes mistress.),That's better. Let’s try again.,280,0,-1,Grind()
|
||||
285,0,0,Common_PlayerGagged,@Fthp tmhfnng mm.|(Stop teasing me.),Fine. You shouldn't get anything for loosing anyway.|(She smartens you up and then leaves you there.),120,0,0,LeftSmart()
|
||||
286,0,0,,"No, it just|startled me.",I'll try and ease it in a little steadier|(She slowly masturbating you the wand vibrator.),280,0,0,
|
||||
286,0,0,,Yes.,"Hey it's okay, I won't force you.|(She smartens you up, then leaves you there.)",120,0,0,LeftSmart()
|
||||
286,0,0,,Yes.,"Hey it's okay, I won't force you.|(She smartens you up and then leaves you there.)",120,0,0,LeftSmart()
|
||||
286,0,0,Common_PlayerGagged,(Shake your head.),I'll try and ease it in a little steadier|(She slowly masturbating you the wand vibrator.),280,0,0,
|
||||
286,0,0,Common_PlayerGagged,(Nod your head.),"Hey it's okay, I won't force you.|(She smartens you up, then leaves you there.)",120,0,0,LeftSmart()
|
||||
286,0,0,Common_PlayerGagged,(Nod your head.),"Hey it's okay, I won't force you.|(She smartens you up and then leaves you there.)",120,0,0,LeftSmart()
|
||||
290,0,0,,Jenna.,(She pushes you over the edge into an orgasm.)|Welcome to heaven.,300,1,0,
|
||||
290,0,-2,,Mistress Jenna.,(She pushes you over the edge into an orgasm.)|Now I control your orgasms.,300,0,-1,MistressJenna()
|
||||
290,0,0,,What?,Say my name.,290,0,0,
|
||||
|
@ -158,22 +158,22 @@ Stage,LoveReq,SubReq,VarReq,Interaction,Result,NextStage,LoveMod,SubMod,Function
|
|||
290,0,-2,Common_PlayerGagged,@Mnftrmff Jmnnh.,(She pushes you over the edge into an orgasm.)|Now I control your orgasms.,300,0,-1,MistressJenna()
|
||||
290,0,0,Common_PlayerGagged,@Whht?,Say my name.,290,0,0,
|
||||
290,0,0,Common_PlayerGagged,@Bntgh.,(She slaps you hard.) You ungrateful wretch.,295,-1,0,
|
||||
295,0,0,,I'm sorry.,"I should think so to.|(She smartens you up, then leaves you there.)",120,0,-1,LeftSmart()
|
||||
295,0,0,,You are still|the bitch.,"That's enough, you can just rot there.|(She gags you and leaves you there exposed.)",120,-1,0,Bitch()
|
||||
295,0,0,Common_PlayerGagged,@N'm fhrrn.,"(She smartens you up, then leaves you there.)",120,0,-1,LeftSmart()
|
||||
295,0,0,,I'm sorry.,I should think so to.|(She smartens you up and then leaves you there.),120,0,-1,LeftSmart()
|
||||
295,0,0,,You're still|a bitch.,"That's enough, you can just rot there.|(She gags you and leaves you there exposed.)",120,-1,0,Bitch()
|
||||
295,0,0,Common_PlayerGagged,@N'm fhrrn.,(She smartens you up and then leaves you there.),120,0,-1,LeftSmart()
|
||||
295,0,0,Common_PlayerGagged,@NNhh hrm ftnll|thm bntgh.,"That's enough, you can just rot there.|(She leaves you there exposed.)",120,-1,0,Bitch()
|
||||
300,0,0,,Thank you.,You're welcome|(Jenna stops and releases you from the manacles.),310,1,0,Relieved()
|
||||
300,0,0,,Just a little|more please.,If you insist. (Jenna keeps masturbating you),300,0,-1,Longer()
|
||||
300,0,0,Common_PlayerGagged,@Thhng nhh.,You're welcome|(Jenna stops and releases you from the manacles.),310,1,0,Relieved()
|
||||
300,0,0,Common_PlayerGagged,@Jhft h lnttlm|mhrm plmhfm.,If you insist. (Jenna keeps masturbating you),300,0,-1,Longer()
|
||||
300,0,0,,(Catch your breath.),(Jenna Stops and releases you as you steadily recover.),310,0,0,Relieved()
|
||||
310,0,0,,That was awsome.,"I'm glad you liked it. This club doesn't run|it's self though, I'll catch you later.",320,1,0,JennaLeaves()
|
||||
310,0,0,,Can I tie you up now?,"Maybe in a bit if you are good enough. This club|doesn't run it's self though, I'll catch you later.",320,0,0,JennaLeaves()
|
||||
310,0,0,,That was awesome.,"I'm glad you liked it. This club doesn't run|it's self though, I'll catch you later.",320,1,0,JennaLeaves()
|
||||
310,0,0,,Can I tie you up now?,"Maybe in a bit, if you are good enough. This club|doesn't run it's self though, I'll catch you later.",320,0,0,JennaLeaves()
|
||||
310,0,0,,Can we do that all again?,"Not now, I might be able give you a private lesson|after the competition. I'll catch you later.",320,0,-1,JennaLeaves()
|
||||
310,0,0,,Was that the best|you could do?,"It didn't sound like you were complaining at the time.|""Oh Jenna ohh.."" (She mocks you as she leaves.)",320,-1,0,JennaLeaves()
|
||||
310,0,0,,Was that the best|you could do?,"It didn't sound like you were complaining at the time.|""Oh Jenna ohh...” (She mocks you as she leaves.)",320,-1,0,JennaLeaves()
|
||||
330,0,0,,(Accept the collar.),(You let Jenna collar you.|She then secures it with a small padlock.),340,0,-1,MistressesCollar()
|
||||
330,0,0,,A present for me?,Yes a gift for my precious new slave.|(She collars you and secures it with a small padlock.),340,1,0,MistressesCollar()
|
||||
330,0,0,,(Resist Jenna.),You did call me mistress. (You are too exhausted to|stop her and she soon has the collar padlocked on you.),340,0,0,MistressesCollar()
|
||||
340,0,0,,Can I have the|key for this?,"No, but you might earn your freedom. This club|doesn't run it's self though, I'll catch you later.",320,0,0,JennaLeaves()
|
||||
340,0,0,,Thank you|mistress Jenna.,"Good girl, now run along. This club doesn't|run it's self though, I'll catch you later.",320,1,0,JennaLeaves()
|
||||
340,0,0,,Thank you|Mistress Jenna.,"Good girl, now run along. This club doesn't|run it's self though, I'll catch you later.",320,1,0,JennaLeaves()
|
||||
340,0,0,,(Stare at Jenna.),"Don't worry you will soon get used to it. This club|doesn't run it's self though, I'll catch you later.",320,0,1,JennaLeaves()
|
||||
|
|
|
|
@ -2,7 +2,7 @@ Tag,Content
|
|||
PlayerBallGag,"You pull the harness over your head,|push the ball in and strap the buckles."
|
||||
PlayerClothGag,"You stuff the wadding in your mouth, then tie|more cloths over your mouth and around your head."
|
||||
PlayerTapeGag,You pull a band of duct tape and|apply it firmly over your mouth.
|
||||
PlayerVibratingEgg,You quickly slip the vibrating egg into your vigina.
|
||||
PlayerVibratingEgg,You quickly slip the vibrating egg into your vagina.
|
||||
PlayerChastityBelt1,Are you sure you want to lock the|belt on yourself? Click again to do so.
|
||||
PlayerChastityBelt2,"You take a deep breath and close the belt|on yourself. It locks with a loud ""click""."
|
||||
LockAllManacles,You kneel down to get your ankles in their manacles.|Once locked on you secure your wrists behind you.
|
||||
|
@ -23,21 +23,21 @@ TeaseStage4,"Jenna gently teases your clitoris,|keeping you on edge."
|
|||
BreastsOut,(Jenna pulls down the cups of your bra and|lifts your breasts out to start teasing them.)
|
||||
PantiesDown,(Jenna pulls your panties down|and starts lightly brushing your crotch.)
|
||||
ClitBrushChaste,(Jenna spreads your lips and starts teasing your clitoris|through the slit in the chastity belt with the brush.)
|
||||
DisruptBreathing,"(Jenna covers your mouth and pinches your nose,|temporaily upsetting your self control technique.)"
|
||||
DisruptBreathing,"(Jenna covers your mouth and pinches your nose,|temporarily upsetting your self control technique.)"
|
||||
IntensifySenses,"(You try to shut it out, but it just seems|to intensify the brushing sensation now. "
|
||||
ShortenLeash,"I warned you. (Jenna uses another padlock to shortern|the leash chain to the wall taught, holding you up.)"
|
||||
ShortenLeash,"I warned you. (Jenna uses another padlock to shorten|the leash chain to the wall taught, holding you up.)"
|
||||
NoSit,(The leash chain holds you up.|You can only kneel now.)
|
||||
SexyThoughts,"(You try to distract yourself, but can't help|yourself from having more arousing errotic thoughts."
|
||||
SexyThoughts,"(You try to distract yourself, but can't help|yourself from having more arousing erotic thoughts."
|
||||
RememberOrgasms,"(All those previous orgasms today,|getting an orgasm is your favorite thing right now.)"
|
||||
BadLanguageGagged,"I don't have any soap to hand, but did I warn you.|(Jenna packs your mouth full with a gag.)"
|
||||
NoAvoid,"(With the short leash chain, you can bearly|move and have no way of avoiding the teasing now.)"
|
||||
NoAvoid,"(With the short leash chain, you can barely|move and have no way of avoiding the teasing now.)"
|
||||
NoBanana,Stop whinging and crying wolf on me.|(Jenna carries on teasing you.)
|
||||
WhatWasThat,What was that? I didn't quite hear you.
|
||||
CoverUp,"I am sorry, I didn't mean to push you too far.|(Jenna rearranges your underwear.)"
|
||||
CoverUpGag,"I am sorry, I didn't mean to push you too far.|(Jenna rearranges your underwear and removes the gag .)"
|
||||
CoverUpGag,"I am sorry, I didn't mean to push you too far.|(Jenna rearranges your underwear and removes the gag.)"
|
||||
Reward,I think you have deserved some relief.|(Jenna produces a large vibrator.)
|
||||
NoReward,"I was tempted to relieve you, but that was too easy.|(She smartens you up, then leaves you there.)"
|
||||
DoubleGrind,"You are too impatient, learn some manners.|(She smartens you up, then leaves you there.)"
|
||||
NoReward,"I was tempted to relieve you, but that was too easy.|(She smartens you up and then leaves you there.)"
|
||||
DoubleGrind,"You are too impatient, learn some manners.|(She smartens you up and then leaves you there.)"
|
||||
DoneFor,You've already cum Sweetie.|(Jenna stops and releases you from the manacles.)
|
||||
Mistress,One more thing we need to do now.|(Jenna holds up a collar.)
|
||||
Collar,
|
||||
|
|
|
|
@ -45,7 +45,10 @@ function C999_Common_Collar_SelfCollar() {
|
|||
|
||||
// Chapter Common - Self Uncollar
|
||||
function C999_Common_Collar_SelfUncollar() {
|
||||
if (C999_Common_Collar_LockedOn) OverridenIntroText = GetText("LockedCollar");
|
||||
if (C999_Common_Collar_LockedOn) {
|
||||
OverridenIntroText = GetText("LockedCollar");
|
||||
C999_Common_Collar_CurrentStage = 10;
|
||||
}
|
||||
else {
|
||||
PlayerUnlockInventory("Collar");
|
||||
PlayerAddInventory("Collar", 1);
|
||||
|
|
|
@ -121,6 +121,7 @@
|
|||
<script src="C101_KinbakuClub/Lauren/Script.js"></script>
|
||||
<script src="C101_KinbakuClub/RopeGroup/Script.js"></script>
|
||||
<script src="C101_KinbakuClub/Slaves/Script.js"></script>
|
||||
<script src="C101_KinbakuClub/SlaveTwin/Script.js"></script>
|
||||
<script src="C101_KinbakuClub/Transition/Script.js"></script>
|
||||
<script src="C101_KinbakuClub/Door/Script.js"></script>
|
||||
<script src="C101_KinbakuClub/Outro/Script.js"></script>
|
||||
|
|
Loading…
Add table
Reference in a new issue