Full Pool Script & Images

Full Pool Script & Images
This commit is contained in:
Ben987 2018-09-27 00:07:37 -04:00
parent 5635ed40f8
commit ea7625d5a8
13 changed files with 12 additions and 7 deletions

Binary file not shown.

After

(image error) Size: 109 KiB

Binary file not shown.

After

(image error) Size: 101 KiB

View file

@ -10,7 +10,7 @@ var C012_AfterClass_Pool_SwimTimeWithJennifer = 0;
// Chapter 12 After Class - Check who's in the Pool
function C012_AfterClass_Pool_WhoInIsPool() {
C012_AfterClass_Pool_JenniferAvail = (GameLogQuery(CurrentChapter, "Jennifer", "PoolBullyMet") && !GameLogQuery(CurrentChapter, "Jennifer", "EnterDormFromPub") && (CurrentTime >= 19 * 60 * 60 * 1000) && (CurrentTime < 22 * 60 * 60 * 1000));
C012_AfterClass_Pool_JenniferAvail = (GameLogQuery(CurrentChapter, "Jennifer", "PoolBullyMet") && !GameLogQuery(CurrentChapter, "Jennifer", "EnterDormFromPool") && (CurrentTime >= 19 * 60 * 60 * 1000) && (CurrentTime < 22 * 60 * 60 * 1000));
}
// Chapter 12 After Class - Pool Load
@ -190,14 +190,17 @@ function C012_AfterClass_Pool_SwimTogether() {
// Chapter 12 After Class - Tests if Jennifer wants to go back to the player dorm
function C012_AfterClass_Pool_TestGoDorm() {
if ((ActorGetValue(ActorLove) >= 1) || (ActorGetValue(ActorSubmission) >= 10) || GameLogQuery(CurrentChapter, "Jennifer", "PoolBullyVictory")) {
if ((ActorGetValue(ActorLove) >= 5) || (ActorGetValue(ActorSubmission) >= 10) || GameLogQuery(CurrentChapter, "Jennifer", "PoolBullyVictory")) {
OverridenIntroText = GetText("AcceptDorm");
C012_AfterClass_Library_CurrentStage = 240;
ActorSetCloth("");
C012_AfterClass_Pool_CurrentStage = 240;
}
}
// Chapter 12 After Class - When the player leaves for the dorm with Jennifer
function C012_AfterClass_Pool_LeaveWithJennifer() {
GameLogAdd("EnterDormFromPool");
C012_AfterClass_Pool_JenniferAvail = false;
OverridenIntroImage = "";
C012_AfterClass_Pool_Leave();
}

View file

@ -35,7 +35,8 @@ Stage,LoveReq,SubReq,VarReq,Interaction,Result,NextStage,LoveMod,SubMod,Function
140,0,0,,You can't collar her.|She's my submissive.,(The girl raises her fist at you.)|Oh yeah? You want to fight for her?,150,0,1,FaceFront()
140,0,0,,You're in deep|trouble Jennifer.,(The girl raises her fist at you.)|Get outta here or I'll crush you!,150,-1,0,FaceFront()
140,0,0,,(Stay silent.),(The girl raises her fist at you.)|Now get outta here or I'll crush you!,150,0,-1,FaceFront()
150,0,0,,You wanna fight?|(Fight with her.),TO DO,150,1,1,Fight()
150,0,0,,You wanna fight?|(Fight with her.),,150,1,1,Fight()
150,0,0,,You're fucking dead!|(Fight with her.),,150,0,2,Fight()
150,0,0,,Fine. I'm leaving.|(Go back to the pool.),(You walk back while Jennifer sprints|behind you and jumps in the pool.),0,-1,-1,EnterPool()
150,0,0,,Run Jennifer!|(Run away.),(You both run back to the pool|and Jennifer quickly jumps in.),0,1,-2,EnterPool()
160,0,0,,Fine. I'm leaving.|(Go back to the pool.),(You walk back while Jennifer sprints|behind you and jumps in the pool.),0,-1,-1,EnterPool()
@ -80,9 +81,11 @@ Stage,LoveReq,SubReq,VarReq,Interaction,Result,NextStage,LoveMod,SubMod,Function
231,0,0,,You don't run and|swim with friends?,I don't have many friends.|(She sighs and looks away.),232,0,0,
232,0,0,,Don't stay alone.|Come to my place.,"No, thanks. I want to swim some more.",230,0,0,TestGoDorm()
232,0,0,,We could be friends.|I'm inviting you over.,Not now. I want to swim some more.,230,0,0,TestGoDorm()
232,0,0,,I'm sure you'll|find new friends.,Thank you. I try not to|worry too much about that.,230,0,0,
235,0,0,,You're safe with me.,"Yes, everything is better|when you're around.",236,0,0,
235,0,0,,Together we are safe.,"Yes, everything is better|when you're around.",236,0,0,
235,0,0,,She's gone.|Don't worry.,"Yes, everything is better|when you're around.",236,0,0,
236,0,0,,Come to my place|with me then.,"No, thanks. I want to swim some more.",230,0,0,TestGoDorm()
236,0,0,,I can escort you|back to my place.,"No, thanks. I want to swim some more.",230,0,0,TestGoDorm()
236,0,0,,You will be able|to go back safely.,You think? This is reassuring.,230,0,0,
240,0,0,,Let's go right now!|(Back to your dorm.),,240,0,0,LeaveWithJennifer()

1 Stage LoveReq SubReq VarReq Interaction Result NextStage LoveMod SubMod Function
35 140 0 0 You can't collar her.|She's my submissive. (The girl raises her fist at you.)|Oh yeah? You want to fight for her? 150 0 1 FaceFront()
36 140 0 0 You're in deep|trouble Jennifer. (The girl raises her fist at you.)|Get outta here or I'll crush you! 150 -1 0 FaceFront()
37 140 0 0 (Stay silent.) (The girl raises her fist at you.)|Now get outta here or I'll crush you! 150 0 -1 FaceFront()
38 150 0 0 You wanna fight?|(Fight with her.) TO DO 150 1 1 Fight()
39 150 0 0 You're fucking dead!|(Fight with her.) 150 0 2 Fight()
40 150 0 0 Fine. I'm leaving.|(Go back to the pool.) (You walk back while Jennifer sprints|behind you and jumps in the pool.) 0 -1 -1 EnterPool()
41 150 0 0 Run Jennifer!|(Run away.) (You both run back to the pool|and Jennifer quickly jumps in.) 0 1 -2 EnterPool()
42 160 0 0 Fine. I'm leaving.|(Go back to the pool.) (You walk back while Jennifer sprints|behind you and jumps in the pool.) 0 -1 -1 EnterPool()
81 231 0 0 You don't run and|swim with friends? I don't have many friends.|(She sighs and looks away.) 232 0 0
82 232 0 0 Don't stay alone.|Come to my place. No, thanks. I want to swim some more. 230 0 0 TestGoDorm()
83 232 0 0 We could be friends.|I'm inviting you over. Not now. I want to swim some more. 230 0 0 TestGoDorm()
84 232 0 0 I'm sure you'll|find new friends. Thank you. I try not to|worry too much about that. 230 0 0
85 235 0 0 You're safe with me. Yes, everything is better|when you're around. 236 0 0
86 235 0 0 Together we are safe. Yes, everything is better|when you're around. 236 0 0
87 235 0 0 She's gone.|Don't worry. Yes, everything is better|when you're around. 236 0 0
88 236 0 0 Come to my place|with me then. No, thanks. I want to swim some more. 230 0 0 TestGoDorm()
89 236 0 0 I can escort you|back to my place. No, thanks. I want to swim some more. 230 0 0 TestGoDorm()
90 236 0 0 You will be able|to go back safely. You think? This is reassuring. 230 0 0
91 240 0 0 Let's go right now!|(Back to your dorm.) 240 0 0 LeaveWithJennifer()

Binary file not shown.

Before

(image error) Size: 99 KiB

After

(image error) Size: 128 KiB

Binary file not shown.

Before

(image error) Size: 104 KiB

After

(image error) Size: 127 KiB

Binary file not shown.

Before

(image error) Size: 106 KiB

After

(image error) Size: 126 KiB

Binary file not shown.

Before

(image error) Size: 107 KiB

After

(image error) Size: 124 KiB

Binary file not shown.

Before

(image error) Size: 107 KiB

After

(image error) Size: 128 KiB

Binary file not shown.

Before

(image error) Size: 104 KiB

After

(image error) Size: 131 KiB

Binary file not shown.

Before

(image error) Size: 97 KiB

After

(image error) Size: 126 KiB

Binary file not shown.

Before

(image error) Size: 100 KiB

After

(image error) Size: 119 KiB

View file

@ -20,11 +20,10 @@ function C012_AfterClass_PoolBullyFight_KeyDown() {
// Chapter 12 - Pool Bully Fight End
function C012_AfterClass_PoolBullyFight_FightEnd(Victory) {
LoadActor("Jennifer", "Dorm");
LeaveIcon = "";
C012_AfterClass_Pool_CurrentActor = "Jennifer";
if (Victory) {
PlayerAddSkill("Fighting", 1);
ActorSetPose("Cheerful");
ActorSpecificSetPose("Jennifer", "Cheerful");
C012_AfterClass_Pool_BullyPose = "BullyDefeat";
GameLogSpecificAdd(CurrentChapter, "Jennifer", "PoolBullyVictory");
C012_AfterClass_Pool_CurrentStage = 170;