Cerebrum

Member
Sep 1, 2019
387
620
If I understand you guys correctly, you are simply wanting to open up a really huge file. There are programs out there that excel at that purpose using very little system resources. Personally I find EditPadLite to be quite excellent and very responsive. It's a text editor, not an editor designed for a twine game or any other special purpose. So you won't get it broken out into all the little dialog boxes and branching story trees of a twine editor. But it will let you open it without problem and do any searches and/or replacing you want.
I dont know if that will work, I can open it in notepad and word pad but it all looks like a jumbled up mess, some things that occur on day one are near the bottom, there is long strings (like pages long) of random letters which I assume is the code for the box and for what to do after that interaction. I can see parts of the story and find things that way but you're choices are coded as they can't be found either. It just doesn't seem possible to code if-then loops and rewrite scenes that apply to your (not) family in that type of format.
 

Niloc

Newbie
Sep 23, 2016
33
14
Hey g28here I know that minor characters are not really important. You do something unique to other types of games by renaming all characters an example being Siri as Monica Wilson. Obviously most devs will take a star like Riley Reid and call her Riley. So I just wondered if you can add next to the pictures of actors in the minor list there in game name next to them as I often forget that no near for it to be clickable and for it to lead to there full profile just a quick in game name.
This is already there. Just goto your phone and the minor characters picture has their pornstar name on it,same as everyone else.
 
Last edited:

G28Here

Active Member
Game Developer
Mar 18, 2019
713
4,449
On a related note, G28Here , are you planning to add custom scene/character/image support?
So you can mod the images right now by just putting in a bunch of 400 width images and renaming them the same thing that's currently in the game. There isn't really anything else I can do (or know how to do lol) to make that process easier. Some people have already done little mods to the game, so it's certainly possible to get in there and mess around with it if you want to add more content. If you need an explanation of what my code does (for instance, the template for the lights) feel free to shoot me a message and I'll help you out.
 
  • Like
Reactions: kaorok

redle

Active Member
Apr 12, 2017
585
980
I dont know if that will work, I can open it in notepad and word pad but it all looks like a jumbled up mess, some things that occur on day one are near the bottom, there is long strings (like pages long) of random letters which I assume is the code for the box and for what to do after that interaction. I can see parts of the story and find things that way but you're choices are coded as they can't be found either. It just doesn't seem possible to code if-then loops and rewrite scenes that apply to your (not) family in that type of format.
The software I mentioned is just another text editor. So, yes, it will look the same there as it does in notepad or another text editor. All it will do is make your system not slow down (or crash) from working in a really large file.

As for all the formatting and document details, that is just how html works. And twine and other special purpose editors are often overly verbose in tagging and could not care less how human-readable their output is in the file. Even opening the file in an html specific editor, you will get a rather hodge-podge ordering. That's how twine saves its files. Not much to do about it.

Open it in twine if you can and like the formatting it provides. Open it in a text editor if you can't. The only other options are to find/create tools to break apart the file into smaller, more workable chunks. Unfortunately I don't look at/use twine frequently enough to follow along with what tools people may have made for it.
 

BadmanBaxter

Well-Known Member
May 28, 2019
1,364
543
This is already there. Just goto your phone and the minor characters picture has their pornstar name on it,same as everyone else.
But the pornstars have different names in this game so that is why I want this added
 

Cerebrum

Member
Sep 1, 2019
387
620
So I was able to open it, wow, this thing is massive. I now fully understand why you never wanted to change the timing of the classes. I never fully understood how big this game was.

Something occurred after opening it in that even before I made any changes to it if I saved it as an html file, it wouldn't play. So I couldn't test it if I did it right but what I did was add 3 new cheats (unrelated, cheatunrelated, and phoneunrelated) which caused "unrelated" to be true. Then I set Monday jake dinner incest option to be true if "unrelated". Then I copied Jake's Tuesday purple and green lights to repeat on Thursday if "hill sexy" and :hill sleep in your bed" were both untrue (I think I remember you saying you would add that on Thursday). Then I set party050blue (cant remember the number) to have threesome option if "unrelated" is true. Then I got stuck as I couldn't find the party050start(1-5) "related" option that caused the threesome. And since I couldn't find the option; that is where I gave up. Again I understand in even greater detail now how big this game is, just wanted to update you if you thought my solution was good enough to pursue or not.
 

G28Here

Active Member
Game Developer
Mar 18, 2019
713
4,449
So I was able to open it, wow, this thing is massive. I now fully understand why you never wanted to change the timing of the classes. I never fully understood how big this game was.

Something occurred after opening it in that even before I made any changes to it if I saved it as an html file, it wouldn't play. So I couldn't test it if I did it right but what I did was add 3 new cheats (unrelated, cheatunrelated, and phoneunrelated) which caused "unrelated" to be true. Then I set Monday jake dinner incest option to be true if "unrelated". Then I copied Jake's Tuesday purple and green lights to repeat on Thursday if "hill sexy" and :hill sleep in your bed" were both untrue (I think I remember you saying you would add that on Thursday). Then I set party050blue (cant remember the number) to have threesome option if "unrelated" is true. Then I got stuck as I couldn't find the party050start(1-5) "related" option that caused the threesome. And since I couldn't find the option; that is where I gave up. Again I understand in even greater detail now how big this game is, just wanted to update you if you thought my solution was good enough to pursue or not.
I'm not going to do it, but if you open it in Twine you have to use the 'build' option to get it to run properly. Hope that helps.
 
Feb 29, 2020
100
56
Did this game change its name midway through development? I recall it had a different title earlier. Could just be me mixing up 2 different html games though.
 

G28Here

Active Member
Game Developer
Mar 18, 2019
713
4,449
Did this game change its name midway through development? I recall it had a different title earlier. Could just be me mixing up 2 different html games though.
Nope, it's always been College Daze. On tfgames I had to give it a subtitle 'Follow the Light' just because there were already several other games on that site called College Daze.
 

Cerebrum

Member
Sep 1, 2019
387
620
I'm not going to do it, but if you open it in Twine you have to use the 'build' option to get it to run properly. Hope that helps.
Thanks for the tip, it partially works now but is still unplayable. Somehow during import of the game some information is lost as the left bar is missing and all text boxes (where you put in your name and cheats) stop working (this is before I made any changes). Anyways I have even more appreciation of what you have done now than before, will be waiting on the next update.
 
  • Like
Reactions: G28Here

Zabutnik

Active Member
Dec 31, 2019
806
922
I want to say I absolutely love this game so far and am very much looking forward to more content in the next update. I love the amount of options, the pics and gifs, the different choices and paths, the amount of women you can impregnate, so good. Can't wait for what's next.
 

Zabutnik

Active Member
Dec 31, 2019
806
922
I want to say I absolutely love this game so far and am very much looking forward to more content in the next update. I love the amount of options, the pics and gifs, the different choices and paths, the amount of women you can impregnate, so good. Can't wait for what's next.
by the by, the pregnancy and mind control stuff is a big thing for me so I'm hoping for more of that in the future.
 

BadmanBaxter

Well-Known Member
May 28, 2019
1,364
543
Hey dev wanted to know if in future if someone who was inpregnated during a freeze time event like Brittany for example if they can phone you in a panic with the news. That would give me a little kick tbh
 

Vincent654

Member
Jul 1, 2018
130
52
sometime I gotta judge that Developer his Beauty judging got problem, When I stare at the image few of the girl are pretty and most is normal fifty-fifty but the developer keep say cute pretty gorgeous for most of them.
 

G28Here

Active Member
Game Developer
Mar 18, 2019
713
4,449
Hey dev wanted to know if in future if someone who was inpregnated during a freeze time event like Brittany for example if they can phone you in a panic with the news. That would give me a little kick tbh
Yes, there are variables in place to keep track of who impregnated a character and whether they know or not (due to a light's effect). The revelations will come soon, but it's still something I have to work some kinks out of.

sometime I gotta judge that Developer his Beauty judging got problem, When I stare at the image few of the girl are pretty and most is normal fifty-fifty but the developer keep say cute pretty gorgeous for most of them.
This is the most useful feedback I've gotten about the game so far. Thank you.
 

cyanspams

Newbie
Nov 5, 2019
47
9
Does the training in the character's profile change anything about the characters themselves? (Not just changing the scenes)
For example, if Jake has high Femininity count, does it make it so that he'd stay a woman eventually after transforming him?
 

G28Here

Active Member
Game Developer
Mar 18, 2019
713
4,449
Does the training in the character's profile change anything about the characters themselves? (Not just changing the scenes)
For example, if Jake has high Femininity count, does it make it so that he'd stay a woman eventually after transforming him?
Yes, the training values will need to be high to unlock the permanent options in the future. So if you want Jake to permanently accept becoming a woman, then you'd want to raise his femininity counter until you're presented with the option to make it permanent (but that won't be introduced for a while). It'll also alter character's epilogues when the end of the game is finished, so raising other training variables can also be useful to get a unique combination.
 
  • Like
Reactions: Rask o' Treve
4.60 star(s) 129 Votes