Bloodguard

Engaged Member
Feb 20, 2021
2,947
4,543
I know this is kind of a stupid question, but I can't really keep playing as Dual protags. It gives me whiplash and takes me right out of the game. Also find pretty much all the dudes' kind of douchey.
Will there ever be the option to just play as one MC or the other through the entire game? Technically this game is much improved over GGGB, but as I put myself in the place of the MC, and am not gender fluid, it's really frustrating for me.
The gender swapping prevents me from really connecting to any of the characters.
Even if the option has to wait until the game is complete, was just wondering if it would ever be possible. I want to enjoy this game, I really do. :cry:
 
Jul 27, 2020
394
1,014
I know this is kind of a stupid question, but I can't really keep playing as Dual protags. It gives me whiplash and takes me right out of the game. Also find pretty much all the dudes' kind of douchey.
Will there ever be the option to just play as one MC or the other through the entire game? Technically this game is much improved over GGGB, but as I put myself in the place of the MC, and am not gender fluid, it's really frustrating for me.
The gender swapping prevents me from really connecting to any of the characters.
Even if the option has to wait until the game is complete, was just wondering if it would ever be possible. I want to enjoy this game, I really do. :cry:
I don't think it's possible. The core mechanic of the game and story base on dual protag.
As of douchey dudes, you can sleep only with Ian, if it's bother you.
 

BloodyMares

Well-Known Member
Dec 4, 2017
1,464
7,032
I know this is kind of a stupid question, but I can't really keep playing as Dual protags. It gives me whiplash and takes me right out of the game. Also find pretty much all the dudes' kind of douchey.
Will there ever be the option to just play as one MC or the other through the entire game? Technically this game is much improved over GGGB, but as I put myself in the place of the MC, and am not gender fluid, it's really frustrating for me.
The gender swapping prevents me from really connecting to any of the characters.
Even if the option has to wait until the game is complete, was just wondering if it would ever be possible. I want to enjoy this game, I really do. :cry:
If it makes things easier for you, pretend that you're playing as a single protagonist Lola, the All-Seeing and All-Knowing Cat, sent there by the Goddess herself (Eva) to guide Ian and Lena on their path of happiness (or destruction). And playing as Lola, it's only natural that your bond with Lena makes you care so much more about her. But Ian is still Lena's other spiritual half, can't really ditch him or skip his scenes and hope that everything still makes sense. His actions will impact Lena, and Lena's actions will impact Ian. They tell a single story. It was never meant as the "Pick your character" type of game.
 

massifteetees

Member
Apr 5, 2020
236
408
Just returned to the game after the last time I played which was like a year ago. Pleasantly surprised with everything so far!

That said, I keep having issues with Louise's sprite. The error says as follows:

While loading <'Image' u'louise.webp'>:
Exception: Could not load image u'louise.webp': error('Unsupported image format',)

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

Full traceback:
File "scripts/story/chapter_7.rpyc", line 7145, in script
File "renpy/ast.py", line 1397, in execute
renpy.exports.with_statement(trans, paired)
File "renpy/exports.py", line 1646, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "renpy/display/core.py", line 2610, in do_with
clear=clear)
File "renpy/display/core.py", line 3101, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3611, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2441, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 777, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/transition.py", line 368, in render
top = render(self.new_widget, width, height, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 777, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 777, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/transform.py", line 933, in render
return transform_render(self, width, height, st, at)
File "accelerator.pyx", line 116, in renpy.display.accelerator.transform_render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/image.py", line 501, in render
return wrap_render(self.target, width, height, st, at)
File "renpy/display/image.py", line 307, in wrap_render
rend = render(child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 777, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 339, in render
surf = render(self.child, width, height, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 339, in render
surf = render(self.child, width, height, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 1360, in render
return renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/im.py", line 607, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 271, in get
surf = image.load()
File "renpy/display/im.py", line 688, in load
raise e
Exception: Could not load image u'louise.webp': error('Unsupported image format',)

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Our Red String v0.9
Fri Dec 10 02:26:14 2021
I could continue but some of her expressions are missing.
 

What'sNew

Active Member
Oct 20, 2021
531
900
Just returned to the game after the last time I played which was like a year ago. Pleasantly surprised with everything so far!

That said, I keep having issues with Louise's sprite. The error says as follows:



I could continue but some of her expressions are missing.
Did you start a new save from the beginning? It's recommended you do that.
 

Bloodguard

Engaged Member
Feb 20, 2021
2,947
4,543
If it makes things easier for you, pretend that you're playing as a single protagonist Lola, the All-Seeing and All-Knowing Cat, sent there by the Goddess herself (Eva) to guide Ian and Lena on their path of happiness (or destruction)
Thanks for the advice, but that's not how my brain works. I blame Autism, but I need structure, and I'm not a schizoid. Also, hard to play as two halves, when you hate one half.
It's fine, you can't make a game that will work for everyone. I'll wait for the next one. I will always have GGGB. :cry:
Nice job on the lewd scenes though, they are much improved. (y)
 
  • Angry
Reactions: White Lamp

What'sNew

Active Member
Oct 20, 2021
531
900
Thanks for the advice, but that's not how my brain works. I blame Autism, but I need structure, and I'm not a schizoid. Also, hard to play as two halves, when you hate one half.
It's fine, you can't make a game that will work for everyone. I'll wait for the next one. I will always have GGGB. :cry:
Nice job on the lewd scenes though, they are much improved. (y)
Just curious, which protagonist do you dislike?
 

Bloodguard

Engaged Member
Feb 20, 2021
2,947
4,543
Just curious, which protagonist do you dislike?
Ian, but I don't like any of the guys in the game much at all. I loved the F/F content in GGGB, and the fact that there could be more than one main LI for that path was also amazing. Did the Daddy/Daughter path also because it was very well written, but for the most part, I loved the game because I could pretty much ignore the dudes, and still have a great time. Also loved Jasmin. :love:
 

Asmodean2

Newbie
Jul 4, 2020
64
199
for me the interaction with minerva is the best in the game; it caught me totally by surprise although it shouldn't have :p . curious where it's gonna lead
 
4.60 star(s) 336 Votes