Myrroddin

Member
Jun 15, 2022
221
178
like a pdf or a built in walkthrough?
It's a PDF file. There are too many branching outcomes which result in differing character and story outcomes to make a built-in walkthrough feasible.

Thus far, you only need to buy from Itch one time, and you get the latest PDF and game whenever they are released. You don't need to buy them again each time there is an update.
 
  • Like
Reactions: Turning Tricks

Elduriel

Forum Fanatic
Donor
Mar 28, 2021
5,240
9,831
so I tried a loyal April love run, no side girls, not even Maddie, haven't done anything with her (every 1d flag is false). Yet when they have sex the first time on that route April invites her to join and they have the threesome. I had to play around with some other variables too manually for others to not get on their path. Some coding improvement in the game is recommended.
 

Turning Tricks

Rendering Fantasies
Game Developer
Apr 9, 2022
1,636
3,043
so I tried a loyal April love run, no side girls, not even Maddie, haven't done anything with her (every 1d flag is false). Yet when they have sex the first time on that route April invites her to join and they have the threesome. I had to play around with some other variables too manually for others to not get on their path. Some coding improvement in the game is recommended.

Just copying what I wrote in reply on Discord...


The only way you could get the MFF scene with Maddie is if you had sex with April on the first date night (Day 20 - Saturday) and you were on both Maddie and April's LOVE paths. So if you got that scene, then you probably changed a flag that was not supposed to be set. I can't design a VN that works when people go into the code and fuck with the variables... so... dunno what you are expecting.

As for the paths in general, I already said on multiple occasions that I wished I had done some things different for the first Act of the reboot. When I started this thing, I knew very little about Ren'py coding. I know a lot more now but I can't change the old content without a shit load of work. In any case, this VN was planned around April and Maddie being core to it. I honestly didn't think someone would play only one LI through the whole thing, so that path will be "weak" - I'm not about to go back and change anything now though. Heck, just that date night scene has 7 possible variations alone. Eventually, after this VN is finished, I'll do a rework/director's cut or something, and streamline a lot of the old path choices and upgrade scene renders and animations.

As for the crossover scene with the motorcycle delivery, it was a new bug in the mutli-persistent code that I had added. I posted a hotfix on the previous page for it. With the hotfix, those characters will show default names if you haven't played A Dark Horse Riding yet.
 

Elduriel

Forum Fanatic
Donor
Mar 28, 2021
5,240
9,831
Just copying what I wrote in reply on Discord...


The only way you could get the MFF scene with Maddie is if you had sex with April on the first date night (Day 20 - Saturday) and you were on both Maddie and April's LOVE paths. So if you got that scene, then you probably changed a flag that was not supposed to be set. I can't design a VN that works when people go into the code and fuck with the variables... so... dunno what you are expecting.

As for the paths in general, I already said on multiple occasions that I wished I had done some things different for the first Act of the reboot. When I started this thing, I knew very little about Ren'py coding. I know a lot more now but I can't change the old content without a shit load of work. In any case, this VN was planned around April and Maddie being core to it. I honestly didn't think someone would play only one LI through the whole thing, so that path will be "weak" - I'm not about to go back and change anything now though. Heck, just that date night scene has 7 possible variations alone. Eventually, after this VN is finished, I'll do a rework/director's cut or something, and streamline a lot of the old path choices and upgrade scene renders and animations.

As for the crossover scene with the motorcycle delivery, it was a new bug in the mutli-persistent code that I had added. I posted a hotfix on the previous page for it. With the hotfix, those characters will show default names if you haven't played A Dark Horse Riding yet.
and I'm telling you it's not same as on discord, but whatever, you won't hear from me again in either place, guess a free playtest is not needed :rolleyes:
 

Turning Tricks

Rendering Fantasies
Game Developer
Apr 9, 2022
1,636
3,043
and I'm telling you it's not same as on discord, but whatever, you won't hear from me again in either place, guess a free playtest is not needed :rolleyes:
I posted a detailed response on my Discord.

TL;DR version - show me proof that you got that scene when Maddie's path was False (ten1d_path = False) it's easy to show... just do a short video clip showing the beginning of that scene when Mark arrives for dinner and April and Maddie are there in the dining room.

Start at the black screen render that says "Later that evening, Mark heads up to April's place ..." (or whatever name you chose). Without rolling back or cutting the clip, advance to where Mark enters and says "Hi sweetheart. Am I late?" and then do two things... first, open the DEV console (CTRL + O) and then hit 'D' to call up the Interactive Director. If you are on the MFF scene, it will show 's57.rpy:0039' at the bottom. Then close that (ESC) and call the bio page up for Maddie and show me that her path is OFF.

As for free playtesting, I very much appreciate bug reports. But they need to be detailed with the error message or the steps to reproduce. Also, this update has been downloaded over 100K times and this is the only report I have that a major story path is bugged in that scene. So look at it from my perspective.... 100K people played it and no reports, but you play it... mess with variables to do something the code isn't made to do and then say something doesn't work.
 

perulez

New Member
Jul 20, 2022
11
13
You know what is funny, Turning tricks is making a game, and it is according to his thoughts. Then people gonna mess with the code of the story, and start complaining. That would be the same as I go to a restaurant, order a steak, scraping off all seasoning, but complaining the steak still have some taste of seasoning.
What you see is what you get. I am a happy player and love both games and the cross over things.
 
  • Heart
Reactions: Glass Pike

Turning Tricks

Rendering Fantasies
Game Developer
Apr 9, 2022
1,636
3,043
have this error
That error doesn't match that line in this version. It's missing the last part, which adds the outline and also formats it for NVL display (text in middle of screen instead of below)

Have you modified the game with a mod or tried to change the dialogue text in someway? Perhaps to remove the black outline?

Because the error code you attached said this ...

Character("{size=60}{font=fonts/BibleScript-Regular.ttf}[dd_name]{/font}{/size}", color="#3366ff"])

While the code that is in Act 3 - Part 2 is supposed to be this ...

Character("{size=60}{font=fonts/BibleScript-Regular.ttf}[dd_name]{/font}{/size}", color="#3366ff", who_outlines=[(3, "#000000")], kind=nvl)
 

shamtiiomi

Well-Known Member
May 1, 2021
1,686
1,568
That error doesn't match that line in this version. It's missing the last part, which adds the outline and also formats it for NVL display (text in middle of screen instead of below)

Have you modified the game with a mod or tried to change the dialogue text in someway? Perhaps to remove the black outline?

Because the error code you attached said this ...

Character("{size=60}{font=fonts/BibleScript-Regular.ttf}[dd_name]{/font}{/size}", color="#3366ff"])

While the code that is in Act 3 - Part 2 is supposed to be this ...

Character("{size=60}{font=fonts/BibleScript-Regular.ttf}[dd_name]{/font}{/size}", color="#3366ff", who_outlines=[(3, "#000000")], kind=nvl)
i use koga's mod same version of the game....
 
4.30 star(s) 38 Votes