Loradeon

Member
Oct 28, 2018
370
119
mods.zip contains the latest version of the following:

variable_edit.html: the game with a variable editor on the character pages
full_mod.html: variable editor plus time travel mod

script.zip: if applying botnet's mod onto variable_edit.html or full_mod.html, unzip and overwrite botnet's script.js file with this
I cant get this to work with the other mod. I replace botnets scripts and change the name of full_mod to College Daze. Then i noticed you updated this mod way more recently so im wondering if that has anything to do with it.
 

TGafy

Active Member
May 14, 2020
881
1,010
How many pieces of your soul the succubus owns, there is some mention of it, like if you have negative corruption the game mentions how its almost like your glowing.
A dark, corrupt glow? Sounds interesting. I'm gonna have to revisit a corrupt route just to see how this plays out.
 

MoarDakka123

Active Member
Jul 7, 2020
924
1,229
The is a scene where you just walk with Rio rather than make her your girlfriend and you see a girl about to jump. If you talk her down, rather than use lights, you get -5 corruption.
I'm pretty sure I've come across one other scene, but I can't recall without digging through the code.
Oh, cool, I'mma try that now, thanks!
 

orion77

Member
Mar 28, 2017
205
29
How many pieces of your soul the succubus owns, there is some mention of it, like if you have negative corruption the game mentions how its almost like your glowing.
So this something like endgame stat? No story related stuff for now?
 

TGafy

Active Member
May 14, 2020
881
1,010
The is a scene where you just walk with Rio rather than make her your girlfriend and you see a girl about to jump. If you talk her down, rather than use lights, you get -5 corruption.
I'm pretty sure I've come across one other scene, but I can't recall without digging through the code.
Oh that's what you guys meant. The MC can redeem his soul (part of anyway) if he's dabbled with the dark side.
 

Cerebrum

Member
Sep 1, 2019
387
620
A dark, corrupt glow? Sounds interesting. I'm gonna have to revisit a corrupt route just to see how this plays out.
Ok, I know this is a common misconception but please try to understand corruption is not an evilness stat. It's how many peices of your soul the succubus owns. The MC essentially doesn't yet understand how to use dark lights without sacrificing himself (in the books, the old light casters sacrificed slaves not their own souls to use the dark lights.)
So this something like endgame stat? No story related stuff for now?
There is mention of it, like I think there is one where you forget your favorite flavor of ice cream when getting corrupted. But no major storyline changing event other than the option to
You don't have permission to view the spoiler content. Log in or register now.
The is a scene where you just walk with Rio rather than make her your girlfriend and you see a girl about to jump. If you talk her down, rather than use lights, you get -5 corruption.
I'm pretty sure I've come across one other scene, but I can't recall without digging through the code.
Saving the girl can't take you negative from what I remember. But
You don't have permission to view the spoiler content. Log in or register now.
 
  • Like
Reactions: Dysphorika

Prinplup

Member
Aug 6, 2016
154
299
I cant get this to work with the other mod. I replace botnets scripts and change the name of full_mod to College Daze. Then i noticed you updated this mod way more recently so im wondering if that has anything to do with it.
I was able to patch 'successfully' but only got the botnet checkpoint stuff (and time travel) working in that somehow, but the variable edit is broken. Thanks for drawing my attention to it, I'll take a look.

e: I think I've pinned down the cause; botnet could you take a look? The script.zip contains my modified version of your script.js to work with my twine2 files while the mods.zip contains the .html for my mod with and without your botnet mod.

I think the reason variable edit is broken is in the useFlexbox function, which appears to be interfering with img-container1, which is where I stowed the variable updater in.

The path of least resistance might be for me to define script-container to store my variable edit stuff, although I'm not that familiar with the .css/twine.
 
Last edited:

orion77

Member
Mar 28, 2017
205
29
Question about assistance. I had a conversation about studying some books but no matter what i do, study in dorm or in library numbers on Rio page wont go up.
 

1tomadeira

Engaged Member
May 25, 2017
3,034
8,789
didn't g28 say end of june? did you even read that?
He mentioned 2nd half of June before. Personally I don't care, I much rather prefer a polished and fun game over a rushed one. Although some teasers would be nice.

As long there is a continuation of the events of the dream of fucking the mom and sis in front of dad but in real life until the end of the game I will be happy. What can I do, while I hate netorare I love netori lmao.
 
  • Like
Reactions: Dysphorika

botnet

Newbie
Dec 9, 2019
15
198
I was able to patch 'successfully' but only got the botnet checkpoint stuff (and time travel) working in that somehow, but the variable edit is broken. Thanks for drawing my attention to it, I'll take a look.

e: I think I've pinned down the cause; botnet could you take a look? The script.zip contains my modified version of your script.js to work with my twine2 files while the mods.zip contains the .html for my mod with and without your botnet mod.

I think the reason variable edit is broken is in the useFlexbox function, which appears to be interfering with img-container1, which is where I stowed the variable updater in.

The path of least resistance might be for me to define script-container to store my variable edit stuff, although I'm not that familiar with the .css/twine.
useFlexbox temporarily removes the code inside of .img-container1, does some layout changes on the page, then puts the code back. Unfortunately, this removed the click event listener from the Update button. The vanilla game only has images inside img-container1, so I didn't expect event listeners to be set up in there. I changed the code a bit, and everything should work now with the variable editor.

1. Download Prinplup's mod, and open it.
2. Copy all the HTML files to your College Daze folder.
3. Download and open Prinplup Combo.zip which is attached below.
4. Copy the mods folder to your College Daze folder. It will look like this:

example.png

5. Open full_mod_botnet.html.
6. Play the game.
 
Last edited:
4.60 star(s) 129 Votes