MagiLord

Newbie
Aug 25, 2018
48
135
I will be really surprised if he doesn't turn into another creepy. I admit i was curious about his interaction with the homeless guy that asked Lena money before.
I get the feeling the homeless guy was a business partner and/or was affected by Seymour's businesses. He will probably be the prime example of the 'evilness' of Seymour - either by "Corp giant fucks over the regular guy" or the "In business you eat those around you and rise to the top".
 

BloodyMares

Well-Known Member
Dec 4, 2017
1,464
7,032
fortuna95 could you edit your post and provide some additional context? It's hard to tell which moments you're referencing. I need the chapter and at least a day. Also, make sure you're not using JDMOD, because I found out that mod has bugs that were long fixed in the base game.
As comparison, re-download the latest game, and try to replicate those moments. Chances are, most of them were fixed long ago. I don't remember ever encountering the first bug in the actual game build.

date was before Holly's meet
No, actually. When you switch to Lena, you get to play the same day from her perspective. Before Ian chose the place for their date, Lena went to work out with Holly. You could call it a flashback. Our Red String's timeline is a bit confusing sometimes when you switch protagonists.
 

Dioptres

New Member
Feb 14, 2019
14
11
My prediction for what will happen with Stan and Lena (whenever things progress). After the latest photoshoot where Lena showed everything to Stan, he said, "I'll go to my room now and... work on the pictures...". This leads me to believe he goes straight to wanking when he gets back to his room. I think Lena will go to Stan's room to ask him how the photos are coming along and find him jerking it to said photos. This will trigger a moment where Lena decides whether she finds this flattering or disgusting. If she's flattered, she'll ask him if he needs a hand or rather the real thing. Just what's cooking in my head. I know a lot of people see him as a lame ass nerd, but this route is the one I'm most excited about. Anyone else have thoughts?
Is the Stan photoshoot any different to the one you can have with the photographer in this chapter?
 

OrangePeel

Newbie
Oct 27, 2017
73
229
Bug report for v0.5, Ren'Py version 7.1.3.1092, running on Darwin-19.6.0 Mac (version 10.15.6)
`ian_mayor_agenda` is not defined when opening the agenda.
Seems like the game application comes with its own version of renpy and python so version incompatibility shouldn't be problem.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "game/custom_screens.rpy", line 256, in execute
  File "game/custom_screens.rpy", line 256, in execute
  File "game/custom_screens.rpy", line 258, in execute
  File "game/custom_screens.rpy", line 263, in execute
  File "game/custom_screens.rpy", line 287, in execute
NameError: name 'ian_mayor_agenda' is not defined

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "/private/var/folders/_v/cl09cjp11z7dtlz37zv9nqyw0000gn/T/AppTranslocation/C1F4BAF7-280A-4556-B2D7-8AF1CB0DCC5D/d/OurRedString.app/Contents/Resources/autorun/renpy/ast.py", line 881, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/private/var/folders/_v/cl09cjp11z7dtlz37zv9nqyw0000gn/T/AppTranslocation/C1F4BAF7-280A-4556-B2D7-8AF1CB0DCC5D/d/OurRedString.app/Contents/Resources/autorun/renpy/python.py", line 1913, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "/private/var/folders/_v/cl09cjp11z7dtlz37zv9nqyw0000gn/T/AppTranslocation/C1F4BAF7-280A-4556-B2D7-8AF1CB0DCC5D/d/OurRedString.app/Contents/Resources/autorun/renpy/ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/private/var/folders/_v/cl09cjp11z7dtlz37zv9nqyw0000gn/T/AppTranslocation/C1F4BAF7-280A-4556-B2D7-8AF1CB0DCC5D/d/OurRedString.app/Contents/Resources/autorun/renpy/display/core.py", line 2672, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "/private/var/folders/_v/cl09cjp11z7dtlz37zv9nqyw0000gn/T/AppTranslocation/C1F4BAF7-280A-4556-B2D7-8AF1CB0DCC5D/d/OurRedString.app/Contents/Resources/autorun/renpy/display/core.py", line 3059, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "/private/var/folders/_v/cl09cjp11z7dtlz37zv9nqyw0000gn/T/AppTranslocation/C1F4BAF7-280A-4556-B2D7-8AF1CB0DCC5D/d/OurRedString.app/Contents/Resources/autorun/renpy/display/core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "/private/var/folders/_v/cl09cjp11z7dtlz37zv9nqyw0000gn/T/AppTranslocation/C1F4BAF7-280A-4556-B2D7-8AF1CB0DCC5D/d/OurRedString.app/Contents/Resources/autorun/renpy/display/core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "/private/var/folders/_v/cl09cjp11z7dtlz37zv9nqyw0000gn/T/AppTranslocation/C1F4BAF7-280A-4556-B2D7-8AF1CB0DCC5D/d/OurRedString.app/Contents/Resources/autorun/renpy/display/core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "/private/var/folders/_v/cl09cjp11z7dtlz37zv9nqyw0000gn/T/AppTranslocation/C1F4BAF7-280A-4556-B2D7-8AF1CB0DCC5D/d/OurRedString.app/Contents/Resources/autorun/renpy/display/core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "/private/var/folders/_v/cl09cjp11z7dtlz37zv9nqyw0000gn/T/AppTranslocation/C1F4BAF7-280A-4556-B2D7-8AF1CB0DCC5D/d/OurRedString.app/Contents/Resources/autorun/renpy/display/screen.py", line 424, in visit_all
    callback(self)
  File "/private/var/folders/_v/cl09cjp11z7dtlz37zv9nqyw0000gn/T/AppTranslocation/C1F4BAF7-280A-4556-B2D7-8AF1CB0DCC5D/d/OurRedString.app/Contents/Resources/autorun/renpy/display/core.py", line 3059, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "/private/var/folders/_v/cl09cjp11z7dtlz37zv9nqyw0000gn/T/AppTranslocation/C1F4BAF7-280A-4556-B2D7-8AF1CB0DCC5D/d/OurRedString.app/Contents/Resources/autorun/renpy/display/screen.py", line 434, in per_interact
    self.update()
  File "/private/var/folders/_v/cl09cjp11z7dtlz37zv9nqyw0000gn/T/AppTranslocation/C1F4BAF7-280A-4556-B2D7-8AF1CB0DCC5D/d/OurRedString.app/Contents/Resources/autorun/renpy/display/screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/custom_screens.rpy", line 256, in execute
  File "game/custom_screens.rpy", line 256, in execute
  File "game/custom_screens.rpy", line 258, in execute
  File "game/custom_screens.rpy", line 263, in execute
  File "game/custom_screens.rpy", line 287, in execute
  File "<screen language>", line 287, in <module>
NameError: name 'ian_mayor_agenda' is not defined

Darwin-19.6.0-x86_64-i386-64bit
Ren'Py 7.1.3.1092
Our Red String v0.5
Sun Sep 27 12:26:42 2020
 

ThePresident451

Yuno Gasai NEVER EVER follows you back
Donor
Apr 22, 2020
56
1,799
Please Place Trash Here 27092020233605.jpg

The next chapter is going to suck, Robert is back from holidays:cautious:
But seriously who likes this character lmao:LUL:

Someone from this thread once called him "the Cringe Lord" perfect definiton indeed, I couldn't have done better myself:LUL:

Still waiting for content with Ivy tho:love:
Funny that the apparently most sexually open girl is one of the last to receive 'good' content. Hopefully in the next chapter we'll finally see her in action:p
 
4.60 star(s) 337 Votes