AL.d

Well-Known Member
Sep 26, 2016
1,621
5,391
When I reach the Rain shooting I get tons of script errors, but I can click ignore on all of them and afterwards the game continues. I suspect that is not intended? Is it a known issue and is there a fix for it?
It does? I exited at around 5-6th error. From what I understood that scene has choices that affect her stats. Do those change at all?
 

toondoo1

Newbie
Aug 13, 2019
68
79
one of the very best games that HAD tremendous potential, shame the updates are very infrequent but atleast it isn't abandoned
 

SonsOfLiberty

Discussion Dynamo
Compressor
Sep 3, 2022
24,978
213,624
Mac users never ever have to wait. You can 1, you can take the PC version and build it yourself (just like developers do) with the SDK, and will take minute to couple of minutes, or 2, play it directly form the SDK.

3, download the compressed version which has Mac.
 

robrize2169

Well-Known Member
Oct 8, 2022
1,931
3,907
just finished the update and will do a few more pt's to get the girls i like. one thing i was wondering about was how the mc doesn't seem to get money from each photoshoot as the game goes on. and no salary from the employers either. so had to make due with the couple of times the mc was paid. i think there about 6 photoshoots and only got paid twice. hope that's a bug and gets fixed in next update or must spend less on items that i didn't actually need. definately liked the added story content though the Maya surprise left me pretty grossed out. there needs to be a warning of some kind that Maya was a dickgirl before having the mc do anything with her. definately will avoid her in future runs. hopefully the next update doesn't take as long to make as this one did. but i do like this game alot. Yoshi is a little pos and loved making fun of him at every opportunity. the ch 4 animations were a little better than the ones earlier in the game too..
 

Requiem131

Member
May 19, 2021
123
878
Ok, I wanted to start this game so I downloaded what shows as season 1, the 1.55 version from Mega. But once I opened it, it's season 2 apparently and starts recounting the events of the previous month, which I guess is season 1. Anyone know what I did wrong or which is the right link for the beginning of the game?
 

Requiem131

Member
May 19, 2021
123
878
Ok, think I figured it out thanks to the explanations on season 2. Seems like season 1 is called Follower and what is labeled here as season 1 is just pre-remake. Probably the main page should be edited with some clarification on that, it's quite confusing as is.
 
  • Like
Reactions: Gunizz

lenny007

Newbie
Jul 22, 2020
77
79
As far as I understand, there are no new images in the game, including this update. The developer just changes the scripts and reuses images from the first season of the game? Am I right?


It's a pity, the game is becoming outdated and can't stand up to competition
 

Pr0GamerJohnny

Conversation Conqueror
Sep 7, 2022
7,168
10,742
As far as I understand, there are no new images in the game, including this update. The developer just changes the scripts and reuses images from the first season of the game? Am I right?


It's a pity, the game is becoming outdated and can't stand up to competition
No, not at all. Have you played 1.55? The characters are certainly the same, but most of the renders are redone.

I ask if you've played 1.55 because for all my gripes about the remake, there's a MARKED difference in image quality. In 1.55, most of the renders are grainy, you can tell immediately.
 

Killer94

Well-Known Member
Feb 4, 2018
1,987
3,539
just an fyi when u start new rebecca's window stays stuck

1723950368855.png
1723950394239.png
1723950513325.png
1723950882761.png

1723951028614.png

honestly the new ui that track scores needs a lot of tuning its not fully ready yet
 
Last edited:

Killer94

Well-Known Member
Feb 4, 2018
1,987
3,539
bruh the tracker got stuck with Rebecca the entire time but when the mc talks with her it switch to David wtf
1723951765520.png
 

samed2014

Newbie
Oct 19, 2017
37
7
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/100 GirlsEvents/118 Rain/118 Rainshooting.rpy", line 5, in script
    rain "Hey, I'm almost ready."
  File "game/charactersscreens.rpy", line 871, in execute
    screen variabilirain1:
  File "game/charactersscreens.rpy", line 871, in execute
    screen variabilirain1:
  File "game/charactersscreens.rpy", line 872, in execute
    frame:
  File "game/charactersscreens.rpy", line 878, in execute
    vbox:
  File "game/charactersscreens.rpy", line 881, in execute
    text "Friendship [ranfriend]" size 15
NameError: Name 'ranfriend' is not defined.

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

Full traceback:
  File "game/100 GirlsEvents/118 Rain/118 Rainshooting.rpy", line 5, in script
    rain "Hey, I'm almost ready."
  File "renpy/ast.py", line 930, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1474, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1352, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "renpy/character.py", line 1006, in do_display
    **display_args)
  File "renpy/character.py", line 693, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3582, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "renpy/display/core.py", line 4055, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "renpy/display/core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 476, in visit_all
    callback(self)
  File "renpy/display/core.py", line 4055, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "renpy/display/screen.py", line 487, in per_interact
    self.update()
  File "renpy/display/screen.py", line 680, in update
    self.screen.function(**self.scope)
  File "game/charactersscreens.rpy", line 871, in execute
    screen variabilirain1:
  File "game/charactersscreens.rpy", line 871, in execute
    screen variabilirain1:
  File "game/charactersscreens.rpy", line 872, in execute
    frame:
  File "game/charactersscreens.rpy", line 878, in execute
    vbox:
  File "game/charactersscreens.rpy", line 881, in execute
    text "Friendship [ranfriend]" size 15
  File "renpy/text/text.py", line 1633, in __init__
    self.set_text(text, scope, substitute) # type: ignore
  File "renpy/text/text.py", line 1763, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute) # type: ignore
  File "renpy/substitutions.py", line 278, in substitute
    s = formatter.vformat(s, (), kwargs) # type: ignore
  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
  File "renpy/substitutions.py", line 168, in get_field
    obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs)
  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
  File "renpy/substitutions.py", line 236, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'ranfriend' is not defined.

can someone helpme with this??
 
  • Like
Reactions: vonwraith
4.10 star(s) 75 Votes