NomadMaster

Newbie
Nov 4, 2018
81
16
Just curious, think it might have been mentioned before, but why does Tamara's favor build so slowly while tutoring her? After befriending Derrick his goes up faster. A point a session is kind of painfully slow.
 

NomadMaster

Newbie
Nov 4, 2018
81
16
Just curious, think it might have been mentioned before, but why does Tamara's favor build so slowly while tutoring her? After befriending Derrick his goes up faster. A point a session is kind of painfully slow.
 

sillyrobot

Engaged Member
Apr 22, 2019
2,041
1,809
Just curious, think it might have been mentioned before, but why does Tamara's favor build so slowly while tutoring her? After befriending Derrick his goes up faster. A point a session is kind of painfully slow.

Tamara gains natural mental (effectively what you bought your mental stat to initially) OR 1 point if you claimed you weren't a narc during the orientation.
 

jonata203

Member
Oct 12, 2017
158
36
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/func_action_processing.rpy", line 47, in script
    call screen cellphone()
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/AONmod.rpy", line 65, in execute
    screen AONcellphone():
  File "game/AONmod.rpy", line 65, in execute
    screen AONcellphone():
  File "game/AONmod.rpy", line 66, in execute
    use REALcellphone()
  File "game/screen/screen_cellphone.rpy", line 46, in execute
  File "game/screen/screen_cellphone.rpy", line 46, in execute
  File "game/screen/screen_cellphone.rpy", line 76, in execute
  File "game/screen/screen_cellphone.rpy", line 38, in build_cell_page
KeyError: u'chelsea'

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

Full traceback:
  File "game/func_action_processing.rpy", line 47, in script
    call screen cellphone()
  File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\ast.py", line 1947, in execute
    self.call("execute")
  File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\ast.py", line 1935, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\statements.py", line 277, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\exports.py", line 2896, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\ui.py", line 295, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\display\core.py", line 2699, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\display\core.py", line 3091, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\display\core.py", line 3091, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/AONmod.rpy", line 65, in execute
    screen AONcellphone():
  File "game/AONmod.rpy", line 65, in execute
    screen AONcellphone():
  File "game/AONmod.rpy", line 66, in execute
    use REALcellphone()
  File "game/screen/screen_cellphone.rpy", line 46, in execute
  File "game/screen/screen_cellphone.rpy", line 46, in execute
  File "game/screen/screen_cellphone.rpy", line 76, in execute
  File "<screen language>", line 76, in <module>
  File "game/screen/screen_cellphone.rpy", line 38, in build_cell_page
KeyError: u'chelsea'

Windows-8-6.2.9200
Ren'Py 7.3.2.320
SP 0.36.02
Sat Oct 19 03:18:41 2019

Someone help me i cant play because i cant acess the Phone
 

Potoum

Member
Apr 28, 2018
476
448
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/func_action_processing.rpy", line 47, in script
    call screen cellphone()
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/AONmod.rpy", line 65, in execute
    screen AONcellphone():
  File "game/AONmod.rpy", line 65, in execute
    screen AONcellphone():
  File "game/AONmod.rpy", line 66, in execute
    use REALcellphone()
  File "game/screen/screen_cellphone.rpy", line 46, in execute
  File "game/screen/screen_cellphone.rpy", line 46, in execute
  File "game/screen/screen_cellphone.rpy", line 76, in execute
  File "game/screen/screen_cellphone.rpy", line 38, in build_cell_page
KeyError: u'chelsea'

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

Full traceback:
  File "game/func_action_processing.rpy", line 47, in script
    call screen cellphone()
  File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\ast.py", line 1947, in execute
    self.call("execute")
  File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\ast.py", line 1935, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\statements.py", line 277, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\exports.py", line 2896, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\ui.py", line 295, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\display\core.py", line 2699, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\display\core.py", line 3091, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\display\core.py", line 3091, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/AONmod.rpy", line 65, in execute
    screen AONcellphone():
  File "game/AONmod.rpy", line 65, in execute
    screen AONcellphone():
  File "game/AONmod.rpy", line 66, in execute
    use REALcellphone()
  File "game/screen/screen_cellphone.rpy", line 46, in execute
  File "game/screen/screen_cellphone.rpy", line 46, in execute
  File "game/screen/screen_cellphone.rpy", line 76, in execute
  File "<screen language>", line 76, in <module>
  File "game/screen/screen_cellphone.rpy", line 38, in build_cell_page
KeyError: u'chelsea'

Windows-8-6.2.9200
Ren'Py 7.3.2.320
SP 0.36.02
Sat Oct 19 03:18:41 2019

Someone help me i cant play because i cant acess the Phone
I see you have the better experience mod install.
Have you try posting this code in the mod(AON-Better Experience mod) thread instead of here(game thread)?
Do you have more than 1 mod install? If yes have you check beforehand if they are compatible?
Finally have you try running the game with no mods at all?
/EDIT: P.S. I just try v0.36.02 with SFC mod & Better Experience mod together. It's working fine when I open the phone.
 
Last edited:

BL00D_S33K3R

New Member
May 7, 2018
3
0
Read the walkthrough. That's not how it works.

The game tracks your study actions, but only updates you grade on the profile page at the end of each week (Friday.)
This might make it seem like study actions aren't doing anything, but they are.

I'm going to assume you took the computer science class on friday... but classes only boost your study score on a crit success, so they are not a reliable way to boost your grade.
... Yea that was the problem
 

Birulei

Member
Oct 12, 2018
474
842
Well, as like before, Chelsea's fetish is still bugged when we talk with Mary, her images doesn't trigger like before for me, and i even tried to extracted the images, tried every possible things and nothing happens.
 
Last edited:

Baal7734

Well-Known Member
Game Developer
Sep 21, 2016
1,287
4,077
Well, as like before, Chelsea's fetish is still bugged when we talk with Mary, her images doesn't trigger like before for me, and i even tried to extracted the images, tried every possible things and nothing happens.
Did you add a mod, and if so, was the mod updated to the correct version of the game? Chelsea's fetish scenes work correctly now in an unmodded game.
 

Baal7734

Well-Known Member
Game Developer
Sep 21, 2016
1,287
4,077
You may want to talk with the modders then. Unmodded the game works fine.
 

Potoum

Member
Apr 28, 2018
476
448
Not sure if this is a bug but -Resistance reduces willpower loss. And yet while doing some chores around the house to lower rent by 5$ and I was losing 5 willpower. I get a training(+1 resistance) now i'm cleaning the house/lowering the rent by 6$ and losing 6 willpower. I mean what's up with that? Why am I losing 6 willpower now instead of 5 willpower after having train my resistance? Shouldn't I be lowering rent by 6$ and losing 4 willpower while cleaning the house???
Is it really how it's suppose to be working? If i lower rent by5$=-5 willpower, 6$=-6 willpower, 7$=-7 willpower???

May be a corrupt download. I just started a new game and the tutorial loaded just fine.
I reported the same error. I download the game via mega application that supposedly check(make sure the download is done correctly)
No error while unzipping and I've windows 7; And i've the same problem. Could the file upload on MEGA be corrupted???
/EDIT: I just try downloading it from NOPY(8min dl) and same thing error cause by tutorial!!!!!!!!!
I try unzipping both file(NOPY/MEGA) using 3 different utility 7-zip/winrar/zip&cab extract ship with windows. SAME ERROR!
I install my operating system last week it's fresh and everything is install in WU(security/optional update)
P.S I even try installing oracle/java in case it has something to do with ('Scene/Tutorial/[char_event].png')... Same error!
I try skipping the intro/not skipping the intro, choosing different perk/talent... The error always appear!
 
Last edited:

Doejhn

Member
Aug 6, 2016
208
88
Been trying to use mindcraft to turn characters into drones but I can't seem to get more than 60 control on any char and the wiki says the advanced reprograms require 80. I'm not seeing any advanced reprograms when I go into the mindcraft menu. Anyone know what's up?

Using Radioactive mod.
 
3.20 star(s) 140 Votes