Y0GG

Cocaine Cowboy
Game Developer
Jul 11, 2017
122
252
When you have a high enough perception, on the frat party you find a secret entrance where you can make Jimmys gf your slave, for example. (Or a mix of perception and intelligence, I'm not sure.)
It's perception, when you're in the tunnels intelligence gives hints for later in the game.
 
  • Like
Reactions: Durisaz

Draevis

Member
Nov 30, 2019
233
118
I found a small bug in the passage "Sarah Dream Finish", When you wake up Mrs. Thompson, she refers to the MC by a hardcoded instead of using the variable $name.

Also a suggestion. Rather than manually and individually style all the <img> inside the "Image" <div>, why not create a Syle that sets all the images inside the #Image to something like width: 400px; height: auto? The same for any video elements.

Also, Who is the model for Jeanine the MC's twin sister? It's not listed in her phone entry.
 
  • Like
Reactions: Y0GG

Y0GG

Cocaine Cowboy
Game Developer
Jul 11, 2017
122
252
I found a small bug in the passage "Sarah Dream Finish", When you wake up Mrs. Thompson, she refers to the MC by a hardcoded instead of using the variable $name.

Also a suggestion. Rather than manually and individually style all the <img> inside the "Image" <div>, why not create a Syle that sets all the images inside the #Image to something like width: 400px; height: auto? The same for any video elements.

Also, Who is the model for Jeanine the MC's twin sister? It's not listed in her phone entry.
Thank you for pointing that out. Sometimes when I write I just use the default name and forget to use the variable. I'll also make sure to add Jeanine's model name, the model is Kelsi Monroe.

Coding is the not my strongest suit. In the beginning I didn't know how to add CSS to twine so I was just manually adding everything in. I continued out of habit, but I'll use your suggestion to cut down on the work.
 
Last edited:

Y0GG

Cocaine Cowboy
Game Developer
Jul 11, 2017
122
252
ok the game looks good, but i have a request... can you please make sure the files have the same spelling as in the code? because 3/4 of the ones i stumbled across dont show in linux because Stacy.jpg and stacy.jpg are different files here. so i have to duplicate them all,.. then renmane them in case the files are called upon again with another spelling.
So I went back and changed the syntax to be consistent. All the files are coded with lowercase throughout the file name.

Also when I make another public release. I'll have all the files corrected. At this time you can go back and change everything to lower case and download the patch.
 

Zabutnik

Active Member
Dec 31, 2019
802
918
It's all avoidable. You can choose not to go down that path with characters.
But can it happen with every girl in the game? Like are you planning to let the MC have the option to impregnate each girl in the game? I don't want to avoid it, quite the opposite in fact.
 

Immunity

Member
Jul 8, 2017
225
648
Is the Patch file link in the opening post valid and recommended, or is it outdated? People really need start adding dates to those additional links like that. Same with changelogs, they should be dated.
 

Kaos_Theory

Member
Apr 18, 2019
332
538
Thank you for another update Yogg, glad to hear you're back at it, I'm keen to see where this one goes, but I do wonder if we were to stop the enslaving of girls could we then take them (either through corruption/enslavement, mind control etc) for ourselves. I don't mind if they just follow us willingly because we saved them, but after seeing how awful the others are I kind of want to take all the women away from them as punishment ;):ROFLMAO:
 
  • Haha
Reactions: Y0GG

Y0GG

Cocaine Cowboy
Game Developer
Jul 11, 2017
122
252
Is the Patch file link in the opening post valid and recommended, or is it outdated? People really need start adding dates to those additional links like that. Same with changelogs, they should be dated.
The patch file is updated. I make mention of it in the changelog. But if you use the patch you still need to make sure to rename all the files in lowercase.
 

Y0GG

Cocaine Cowboy
Game Developer
Jul 11, 2017
122
252
Thank you for another update Yogg, glad to hear you're back at it, I'm keen to see where this one goes, but I do wonder if we were to stop the enslaving of girls could we then take them (either through corruption/enslavement, mind control etc) for ourselves. I don't mind if they just follow us willingly because we saved them, but after seeing how awful the others are I kind of want to take all the women away from them as punishment ;):ROFLMAO:
I've been going over an idea of implementing a system where you can contact one of your enslaved/corrupted girls. Depending on their stats it would unlock a scene with them. This gives some more replay value and a reason to have multiple saves. But that might be down the road since I need to push out more story content.
 

muschi26

Engaged Member
Jun 22, 2019
2,687
4,034
I've been going over an idea of implementing a system where you can contact one of your enslaved/corrupted girls. Depending on their stats it would unlock a scene with them. This gives some more replay value and a reason to have multiple saves. But that might be down the road since I need to push out more story content.
Rather than thinking about “more or less” replay value, I would suggest asking yourself, “Do I want my players to make multiple saves/do multiple play-throughs, yes or no?” and, if the answer is yes, work on providing enough content like that to justify it. This is because if you have a game which in which the majority of the content can be seen in one play-through, but has “a little” replay value in the sense that there are just a few scenes which require additional play-throughs, it can get tedious to have to replay the whole game for those few scenes. On the other hand, if you fully commit to requiring multiple play-throughs, there should be enough new content each time to keep players invested.
 
  • Like
Reactions: randomguy and Y0GG

Durisaz

Member
Apr 18, 2021
146
287
Sorry for double post.
Can anyone explain me how or when we use runes? Because of how, in my browser, text overlaps with pictures when both side tabs are opened (post above) I played whole thing with Runes tab closed.
 

Y0GG

Cocaine Cowboy
Game Developer
Jul 11, 2017
122
252
0.4 bug

Something is wrong you say the Patch is up to date why I get this old known bug?

Follow Brooks

https://f95zone.to/threads/the-root-of-lust-v-4-yogg.119708/post-8337190
Its was a bug that was fixed, back then you could run out of mana if you performed certain actions before hand. But when I patched it I added extra mana so you could progress the storyline. you can go back to the party and move the story forward with Alexa. It is ambiguous and is in need of a rewrite to not confuse players. But I apparently need to remove some choices so players have a better idea of how to progress the game.

I'll revisit that section of the game and rewrite a few things to streamline it. That was the most complicated part of coding the game since it involved a lot of if variables to gate things.
 

Dole

Well-Known Karen
Apr 28, 2017
2,988
2,489
Its not a bug, you can go back to the party and move the story forward with Alexa. It is ambiguous and is in need of a rewrite to not confuse players. I added extra mana when I patched the fix so you wouldn't be stuck. But I apparently need to remove some choices so players have a better idea of how to progress the game.

I'll revisit that section of the game and rewrite a few things to streamline it. That was the most complicated part of coding the game since it involved a lot of if variables to gate things.
No I have had no girl or action there more because I have done all before so it is a dead end !!!
 
  • Like
Reactions: Y0GG

Y0GG

Cocaine Cowboy
Game Developer
Jul 11, 2017
122
252
Its not a bug, you can go back to the party and move the story forward with Alexa. It is ambiguous and is in need of a rewrite to not confuse players. I added extra mana when I patched the fix so you wouldn't be stuck. But I apparently need to remove some choices so players have a better idea of how to progress the game.

I'll revisit that section of the game and rewrite a few things to streamline it. That was the most complicated part of coding the game since it involved a lot of if variables to gate things.
No I have had no girl or action there more because I have done all before so it is a dead end !!!
I'll check the code and post an update. I might have missed something. Thank you for pointing it out.
 
  • Like
Reactions: Durisaz
4.30 star(s) 3 Votes