RalltiirTiger

Newbie
Jul 3, 2023
16
6
I love the game. Played a while ago then decided to come back and have not been disappointed. I don’t usually post, mainly when I have a question. But I’m not sure if I have a question this time, let’s see.



So, as I understand it, the MC has two groups of women. The 9 (I think) love interests that can/will form a harem, and the others that are – for lack of a better work – side girls where there is sex in some form but they have no impact on the LI or I’m guessing the game in general. It doesn’t matter much what happens with them, there is no love just sex and there for the LI don’t care…. or something like that. So, what you do or don’t do with them has no negative impact on the MC or the story. That’s cool and great.



I’ve done a little reading on the subject and I’m a little confused then on why the only way to get the scene with Pippa – a side girl and not a LI – is to NOT be on a path with Jasmine. To me if being with any of the side girls has no impact on the LI or the MC it makes no sense for the MC not to get that scene with Pippa.



Now reading a post by the dev made me thing that the MC will get that scene eventually. Which is fine and I understand that if the reason the MC didn’t get that scene right then is because of the timing…as in the number of hours in the day, or that night, when doing the scene with Jasmine there wouldn’t have been enough hours left in the night for the MC to do also the Pippa scene. I don’t know if I made that clear. Some devs with cram like 5 sex scenes into a 3-hour gap. Yeah, you kind of have to suspend time, but if what I understand from what Daggum said, the MC didn’t have enough time in that one evening to do both Jasmine and Pippa. If so then I’m perfectly fine with that. I would just hate to cut out Pippa, or any side girl, because you are on a path with a certain LI…especially since they side girls are supposed to have no negative impact.



Sorry for the long post.
 

blkcrow20

Engaged Member
Nov 5, 2023
3,282
6,327
I love the game. Played a while ago then decided to come back and have not been disappointed. I don’t usually post, mainly when I have a question. But I’m not sure if I have a question this time, let’s see.



So, as I understand it, the MC has two groups of women. The 9 (I think) love interests that can/will form a harem, and the others that are – for lack of a better work – side girls where there is sex in some form but they have no impact on the LI or I’m guessing the game in general. It doesn’t matter much what happens with them, there is no love just sex and there for the LI don’t care…. or something like that. So, what you do or don’t do with them has no negative impact on the MC or the story. That’s cool and great.



I’ve done a little reading on the subject and I’m a little confused then on why the only way to get the scene with Pippa – a side girl and not a LI – is to NOT be on a path with Jasmine. To me if being with any of the side girls has no impact on the LI or the MC it makes no sense for the MC not to get that scene with Pippa.



Now reading a post by the dev made me thing that the MC will get that scene eventually. Which is fine and I understand that if the reason the MC didn’t get that scene right then is because of the timing…as in the number of hours in the day, or that night, when doing the scene with Jasmine there wouldn’t have been enough hours left in the night for the MC to do also the Pippa scene. I don’t know if I made that clear. Some devs with cram like 5 sex scenes into a 3-hour gap. Yeah, you kind of have to suspend time, but if what I understand from what Daggum said, the MC didn’t have enough time in that one evening to do both Jasmine and Pippa. If so then I’m perfectly fine with that. I would just hate to cut out Pippa, or any side girl, because you are on a path with a certain LI…especially since they side girls are supposed to have no negative impact.



Sorry for the long post.
Happy to hear you enjoyed the game. Thank you for the feedback. And you are correct, the Pippa scene will be in the game in a future update if you are on Jasmine path and didn't get it.

I am not the dev, I just work with Daggum and do proofreading/testing for him. He rarely gets time to come on here.
 

RalltiirTiger

Newbie
Jul 3, 2023
16
6
Happy to hear you enjoyed the game. Thank you for the feedback. And you are correct, the Pippa scene will be in the game in a future update if you are on Jasmine path and didn't get it.

I am not the dev, I just work with Daggum and do proofreading/testing for him. He rarely gets time to come on here.
That's great. Thanks again for all you and Daggum do.
 
  • Like
Reactions: blkcrow20

Skylaroo

Engaged Member
May 28, 2017
2,004
5,288
I just replayed this game because it has been around 6 months since last update, and now I'm pumped for 0.9 whenever it comes out. The calendar shoot would be the main thing, but I'm also wondering if there's still any chance for the other players like Isadora, Lotta, and Lauren to have their time to shine. It would be nice if they could at least participate in the calendar shoot if they don't get their own story arc.

I also wonder if we know who are going to participate in the calendar shoot other than MC, Ivy, Leah, and Orla.
 
Last edited:
  • Like
Reactions: blkcrow20

Crazonian1

Member
Apr 2, 2022
157
217
Well, i just finished up to the latest update and i quite like the story so far. The writing isn't top notch in places but i love the medical/scientific/football jargon, it's all pretty interesting. As for LIs, i think Leah is the best candidate so far, but we'll see when we get to know her better. I turned off Priya and Penny though. I'm not much into milfs, and Penny pissed me off at the start of the story, when she started yelling at MC instead of supporting him in his moment of personal triumph. Like what, is MC the only person to ever free climb a mountain? People do it, get over it. So i'm happy she's staying in that shitty small town (hopefully). Sana needs more spotlight but i love what you're doing dev, keep it up.
 

dreddhead

Newbie
Apr 17, 2021
41
82
I'm getting an error everytime the game tries to play the hint sound:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 301, in execute_play_sound
    renpy.sound.play(_audio_eval(p["file"]),
  File "renpy/common/000statements.rpy", line 33, in _audio_eval
    return eval(expr, locals=store.audio.__dict__)
  File "Game/scripts/chapter_01/ch1v1.rpy", line 856, in <module>
NameError: name 'service' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "scripts/start.rpyc", line 4, in script call
  File "Game/scripts/chapter_01/ch1v1.rpyc", line 11, in script call
  File "Game/scripts/chapter_01/ch1v1.rpyc", line 856, in script
  File "F:\New folder\The_Beautiful_Game-0.8.1-pc\renpy\ast.py", line 1968, in execute
    self.call("execute")
  File "F:\New folder\The_Beautiful_Game-0.8.1-pc\renpy\ast.py", line 1950, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "F:\New folder\The_Beautiful_Game-0.8.1-pc\renpy\statements.py", line 349, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 301, in execute_play_sound
    renpy.sound.play(_audio_eval(p["file"]),
  File "renpy/common/000statements.rpy", line 33, in _audio_eval
    return eval(expr, locals=store.audio.__dict__)
  File "F:\New folder\The_Beautiful_Game-0.8.1-pc\renpy\python.py", line 1209, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "F:\New folder\The_Beautiful_Game-0.8.1-pc\renpy\python.py", line 1202, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "Game/scripts/chapter_01/ch1v1.rpy", line 856, in <module>
NameError: name 'service' is not defined

Windows-10-10.0.22631 AMD64
Ren'Py 8.2.1.24030407
The Beautiful Game - Chapter One 0.8.1
Mon Jun  2 08:48:53 2025
 
  • Thinking Face
Reactions: pitao

dreddhead

Newbie
Apr 17, 2021
41
82
I'm getting an error everytime the game tries to play the hint sound:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 301, in execute_play_sound
    renpy.sound.play(_audio_eval(p["file"]),
  File "renpy/common/000statements.rpy", line 33, in _audio_eval
    return eval(expr, locals=store.audio.__dict__)
  File "Game/scripts/chapter_01/ch1v1.rpy", line 856, in <module>
NameError: name 'service' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "scripts/start.rpyc", line 4, in script call
  File "Game/scripts/chapter_01/ch1v1.rpyc", line 11, in script call
  File "Game/scripts/chapter_01/ch1v1.rpyc", line 856, in script
  File "F:\New folder\The_Beautiful_Game-0.8.1-pc\renpy\ast.py", line 1968, in execute
    self.call("execute")
  File "F:\New folder\The_Beautiful_Game-0.8.1-pc\renpy\ast.py", line 1950, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "F:\New folder\The_Beautiful_Game-0.8.1-pc\renpy\statements.py", line 349, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 301, in execute_play_sound
    renpy.sound.play(_audio_eval(p["file"]),
  File "renpy/common/000statements.rpy", line 33, in _audio_eval
    return eval(expr, locals=store.audio.__dict__)
  File "F:\New folder\The_Beautiful_Game-0.8.1-pc\renpy\python.py", line 1209, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "F:\New folder\The_Beautiful_Game-0.8.1-pc\renpy\python.py", line 1202, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "Game/scripts/chapter_01/ch1v1.rpy", line 856, in <module>
NameError: name 'service' is not defined

Windows-10-10.0.22631 AMD64
Ren'Py 8.2.1.24030407
The Beautiful Game - Chapter One 0.8.1
Mon Jun  2 08:48:53 2025
I think it might be an issue with the Pixeldrain upload. I re-downloaded from Mega and the error didn't happen.
 
  • Like
Reactions: blkcrow20 and pitao

Audi4Rings

Member
Dec 8, 2023
263
157
I am getting some grey screens that will have the name like 1_7_stadium_tour6, you can click through them but you miss alot. Also grey error screen usually at the end/beginning of a chapter. I'm wondering if it's the WT, its for version 0.8
 

dreddhead

Newbie
Apr 17, 2021
41
82
I am getting some grey screens that will have the name like 1_7_stadium_tour6, you can click through them but you miss alot. Also grey error screen usually at the end/beginning of a chapter. I'm wondering if it's the WT, its for version 0.8
I had that problem with the Pixeldrain download, without the external walkthrough installed. It hasn't happened with the Mega version.
 
3.60 star(s) 23 Votes