Sadowdark

Conversation Conqueror
Mar 4, 2020
7,184
10,311
You know, putting a ton of emojis in your post doesn't make it any clearer. If you don't want Anna to have sex with Benjamin, then why are you even playing that content at all? You could have just avoided it, by not having him rescue her in the police station. That's the choice you say isn't available.

If you don't want that kind of content with Benjamin, you have to opt out completely. And not expect the Dev to waste time, creating additional content for the tiny number of people who want to play Benjamin but not have sex with him.
I did as you said. I didn't help Anna in custody. And still having sex with Benjamin? maybe there must be something else? . A good Dev should be listening to all the pages. And use the idea from both sides. Then everyone wins and the game only gains.
 
Last edited:
  • Like
Reactions: Ass Fan

tomkeos

Newbie
Mar 30, 2020
52
24
While running game code:
SyntaxError: invalid syntax (game/scripts/events/GeneralEvents/AnnaOfficeEvents/annaofficeeventtwo.rpy, line 475)

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

Full traceback:
File "scripts/hospital/hospitalone.rpyc", line 70, in script call
File "scripts/hospital/hospitalone.rpyc", line 70, in script call
File "scripts/map/map.rpyc", line 14, in script call
File "scripts/streets/streets.rpyc", line 12, in script call
File "scripts/office/office.rpyc", line 22, in script call
File "scripts/streets/streets.rpyc", line 12, in script call
File "scripts/streets/streets.rpyc", line 12, in script call
File "scripts/hospital/hospitalone.rpyc", line 70, in script call
File "scripts/streets/streets.rpyc", line 27, in script call
File "scripts/map/map.rpyc", line 14, in script call
File "scripts/streets/streets.rpyc", line 12, in script call
File "scripts/home_screens/corridor/corridor.rpyc", line 32, in script call
File "scripts/streets/streets.rpyc", line 27, in script call
File "scripts/streets/streets.rpyc", line 42, in script call
File "scripts/office/office.rpyc", line 46, in script call
File "scripts/office/office.rpyc", line 22, in script call
File "scripts/map/map.rpyc", line 14, in script call
File "scripts/streets/streets.rpyc", line 42, in script call
File "scripts/home_screens/corridor/corridor.rpyc", line 32, in script call
File "scripts/hospital/hospitalone.rpyc", line 70, in script call
File "scripts/hospital/hospitalone.rpyc", line 70, in script call
File "scripts/streets/streets.rpyc", line 42, in script call
File "scripts/home_screens/corridor/corridor.rpyc", line 32, in script call
File "scripts/hospital/hospitalone.rpyc", line 70, in script call
File "scripts/phone/phoneevents.rpyc", line 85, in script call
File "scripts/streets/streets.rpyc", line 42, in script call
File "scripts/home_screens/corridor/corridor.rpyc", line 32, in script call
File "scripts/streets/streets.rpyc", line 57, in script call
File "scripts/events/GeneralEvents/AnnaOfficeEvents/annaofficeeventtwo.rpyc", line 475, in script
File "G:\games\AnnaExcitingAffectionSandbox-Ch2-0.95\renpy\ast.py", line 2115, in execute
if renpy.python.py_eval(condition):
File "G:\games\AnnaExcitingAffectionSandbox-Ch2-0.95\renpy\python.py", line 1090, in py_eval
code = py_compile(code, 'eval')
File "G:\games\AnnaExcitingAffectionSandbox-Ch2-0.95\renpy\python.py", line 1027, in py_compile
raise e
File "G:\games\AnnaExcitingAffectionSandbox-Ch2-0.95\renpy\python.py", line 979, in py_compile
raise orig_e
File "G:\games\AnnaExcitingAffectionSandbox-Ch2-0.95\renpy\python.py", line 972, in py_compile
tree = compile(source, filename, py_mode, ast.PyCF_ONLY_AST | flags, 1)
SyntaxError: invalid syntax (game/scripts/events/GeneralEvents/AnnaOfficeEvents/annaofficeeventtwo.rpy, line 475)

Any fix ?
 

OvidiusLian

Member
Jan 28, 2018
124
143
While running game code:
SyntaxError: invalid syntax (game/scripts/events/GeneralEvents/AnnaOfficeEvents/annaofficeeventtwo.rpy, line 475)

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

Full traceback:
File "scripts/hospital/hospitalone.rpyc", line 70, in script call
File "scripts/hospital/hospitalone.rpyc", line 70, in script call
File "scripts/map/map.rpyc", line 14, in script call
File "scripts/streets/streets.rpyc", line 12, in script call
File "scripts/office/office.rpyc", line 22, in script call
File "scripts/streets/streets.rpyc", line 12, in script call
File "scripts/streets/streets.rpyc", line 12, in script call
File "scripts/hospital/hospitalone.rpyc", line 70, in script call
File "scripts/streets/streets.rpyc", line 27, in script call
File "scripts/map/map.rpyc", line 14, in script call
File "scripts/streets/streets.rpyc", line 12, in script call
File "scripts/home_screens/corridor/corridor.rpyc", line 32, in script call
File "scripts/streets/streets.rpyc", line 27, in script call
File "scripts/streets/streets.rpyc", line 42, in script call
File "scripts/office/office.rpyc", line 46, in script call
File "scripts/office/office.rpyc", line 22, in script call
File "scripts/map/map.rpyc", line 14, in script call
File "scripts/streets/streets.rpyc", line 42, in script call
File "scripts/home_screens/corridor/corridor.rpyc", line 32, in script call
File "scripts/hospital/hospitalone.rpyc", line 70, in script call
File "scripts/hospital/hospitalone.rpyc", line 70, in script call
File "scripts/streets/streets.rpyc", line 42, in script call
File "scripts/home_screens/corridor/corridor.rpyc", line 32, in script call
File "scripts/hospital/hospitalone.rpyc", line 70, in script call
File "scripts/phone/phoneevents.rpyc", line 85, in script call
File "scripts/streets/streets.rpyc", line 42, in script call
File "scripts/home_screens/corridor/corridor.rpyc", line 32, in script call
File "scripts/streets/streets.rpyc", line 57, in script call
File "scripts/events/GeneralEvents/AnnaOfficeEvents/annaofficeeventtwo.rpyc", line 475, in script
File "G:\games\AnnaExcitingAffectionSandbox-Ch2-0.95\renpy\ast.py", line 2115, in execute
if renpy.python.py_eval(condition):
File "G:\games\AnnaExcitingAffectionSandbox-Ch2-0.95\renpy\python.py", line 1090, in py_eval
code = py_compile(code, 'eval')
File "G:\games\AnnaExcitingAffectionSandbox-Ch2-0.95\renpy\python.py", line 1027, in py_compile
raise e
File "G:\games\AnnaExcitingAffectionSandbox-Ch2-0.95\renpy\python.py", line 979, in py_compile
raise orig_e
File "G:\games\AnnaExcitingAffectionSandbox-Ch2-0.95\renpy\python.py", line 972, in py_compile
tree = compile(source, filename, py_mode, ast.PyCF_ONLY_AST | flags, 1)
SyntaxError: invalid syntax (game/scripts/events/GeneralEvents/AnnaOfficeEvents/annaofficeeventtwo.rpy, line 475)

Any fix ?
That is only one of the bugs and a easy fix (a missing `AND` on line 475), the others, the logical ones aren't easy to fix, waiting for the stable release.
 

FMag

Active Member
Aug 1, 2019
959
6,199
Anna is exposing/letting a lot of people taking pictures of her, especially Benjamin, who usually says people don't believe him when he says Anna is her friend. I presume that at certain point some of these pictures will end in the wrong hands. What I hope is that the two hobos, who were beating Ben will find some pics and blackmail Anna a little bit :devilish:
 

Pogo123

Engaged Member
Mar 25, 2019
3,581
4,964
This dev don't listen to his audience i remember long ago back in 1.0 version of this game he posted a question about possible futa or les content in a gym scene then decided he did not wanna do it even after the vote passed
futa... YIKES why! pet bestiality and futa are things i will never understand... even furry is more understandable... BUT HEY its okay you have your extraordinary kinks but please don't influence games i chose to support and play since years with such stuff... there are already PLENTY of other games and especially comics and 3D art with this stuff... if you want creator names (cause you get ALWAYS in contact with this stuff if you search for 3D porn...) i can even get you some names of creators as long as you guys stop pushing THIS game in such directions... amen
 

Vigeous

Member
May 3, 2021
485
829
Guys does the game still have Bugs on it, I want to play this update but I don't want to encounter any errors. I will happily wait for a version that has no Bugs than play now
 

Zara Scarlet

Engaged Member
Apr 3, 2022
2,369
3,153
I did as you said. I didn't help Anna in custody. And still having sex with Benjamin? maybe there must be something else? . A good Dev should be listening to all the pages. And use the idea from both sides. Then everyone wins and the game only gains.
That's impossible. Because if Benjamin doesn't help Anna, you shouldn't have any more content with him at all. On my playthrough when I did that, there's no option for Anna to visit Benjamin in the alley on Thursday night, or meet up with him a few days later in the shop.

Did you download the update from this site?

And if you did, how did you get past the bugged office content?

I just checked and from an earlier post it looks like you used someone else's save to get past that block. Which means if they chose to play Benjamin's content earlier in the game, then so did you. It also explains why you now have 40 corruption as well. Because whoever provided the save had 40 corruption.

If you want to play your own game with your own choices, then using someone elses saves is not a good idea, because you end up with all the choices they made earlier in the game. So I suggest you ditch that and wait till the game is updated with the bug fixed version.
 
Last edited:

Zara Scarlet

Engaged Member
Apr 3, 2022
2,369
3,153
Guys does the game still have Bugs on it, I want to play this update but I don't want to encounter any errors. I will happily wait for a version that has no Bugs than play now
The present version on this site is still bugged. The current version on Patreon was bug fixed two days ago.
 
  • Heart
Reactions: pavlogrk

Zara Scarlet

Engaged Member
Apr 3, 2022
2,369
3,153
futa... YIKES why! pet bestiality and futa are things i will never understand... even furry is more understandable... BUT HEY its okay you have your extraordinary kinks but please don't influence games i chose to support and play since years with such stuff... there are already PLENTY of other games and especially comics and 3D art with this stuff... if you want creator names (cause you get ALWAYS in contact with this stuff if you search for 3D porn...) i can even get you some names of creators as long as you guys stop pushing THIS game in such directions... amen
The thing is Pogo. This was put to a vote, and a majority voted to include that content. So you may not like it, but it's already been decided. Nobody is pushing anything. It's simply a matter of when, not if it will be added. In any case, it will be entirely optional content, and probably just a one off anyway. So if it's not something you want to see, you won't have to.
 
  • Like
Reactions: pavlogrk
4.00 star(s) 137 Votes