loqex

Well-Known Member
Aug 5, 2016
1,010
517
Uh.. hmm.. under change log I read That's it? More twerking in the background...:LOL:

Think dev's should replace tweaking with twerking.. more twerking is always appreciated. (y)
 

Paapi

Engaged Member
Jan 21, 2020
3,321
1,831
maybe if it's better to go to sleep, don't be curious about the noise MOM make
Lol. If if is happening in background, the choice mc make is useless.
By the by, if ntr is un avoidable in that way, this is a b.s game & i am done with this b.s!!
Pabot420
 

anne O'nymous

I'm not grumpy, I'm just coded that way.
Modder
Donor
Respected User
Jun 10, 2017
10,382
15,290
Thanks...I'll put out a hotfix
Sorry to bother you again, haven't seen them before :
In char_anne.rpy, line 1606 you used sn as sayer, in place of an, what throw an error. And in line 1012 and 1333 it's t that you used in place of an.
 

Aleks Mark

Member
Aug 25, 2020
344
369
Interestingly, someone came across in the new version with the fact that it is not possible to leave the day of the last save of the previous version, events occur but the time does not change, the time loop)))). Such an interesting effect. Endless morning or day))))
 

Jyk

Newbie
Oct 27, 2019
71
60
Just figured it out myself, for those who are trying to use the console commands and it's not working - for some reason in the newest update it is disabled and you will need to change the "False" to "True" yourself. Not sure for other platforms, but for a windows PC you can do this by going to the game file, going into the Renpy folder, going into Common folder, opening up the 00.console.rpy file with notepad and changing line 108 where it talks about console being enabled from "False" to "True". After that, open the game press Shift 0 and it should work - at least that worked out for me.

EDIT:
Not sure if this might be a issue, but when you close and open the console again the previous commands are not deleted and are still there - this might be a issue as I have never seen this before when using Console, but not sure how to fix this part.
 
Last edited:

Dipz92

New Member
Aug 7, 2019
5
1
Please help. I have used console cheats to get powers lvl 3 but all the time the power icon is crossed out saying " Powers: you don't have any or you are out of energy." although my energy is full. is there any flag I can edit to make powers work?
 

TFurguson69

Active Member
Sep 9, 2019
915
1,125
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/util/func_images.rpy", line 83, in <module>
TypeError: 'bool' object is not callable

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

Full traceback:
File "func_action_processing.rpyc", line 18, in script call
File "func_action_processing.rpyc", line 289, in script call
File "func_action_processing.rpyc", line 757, in script call
File "util/func_images.rpyc", line 68, in script call
File "util/func_images.rpyc", line 83, in script
File "C:\Users\WINDSONG\Desktop\SuperPowered_v0.42.00-pc\renpy\ast.py", line 1830, in execute
if renpy.python.py_eval(condition):
File "C:\Users\WINDSONG\Desktop\SuperPowered_v0.42.00-pc\renpy\python.py", line 2035, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\WINDSONG\Desktop\SuperPowered_v0.42.00-pc\renpy\python.py", line 2028, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/util/func_images.rpy", line 83, in <module>
TypeError: 'bool' object is not callable

Windows-8-6.2.9200
Ren'Py 7.3.2.320
SP 0.42.00
Fri Nov 27 20:39:49 2020


This error occur while I try to dominate Terri or Maggie in this update.


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

While running game code:
ScriptError: could not find label 'softblock_skipping'.

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

Full traceback:
  File "locations/loc_kitchen.rpyc", line 219, in script call
  File "chars/char_Mom.rpyc", line 3133, in script call
  File "U:\Games\SuperPowered_v0.42.00-pc\SuperPowered_v0.42.00-pc\renpy\ast.py", line 1434, in execute
    rv = renpy.game.context().call(label, return_site=self.next.name)
  File "locations/loc_kitchen.rpyc", line 219, in script call
  File "chars/char_Mom.rpyc", line 3133, in script call
  File "U:\Games\SuperPowered_v0.42.00-pc\SuperPowered_v0.42.00-pc\renpy\script.py", line 894, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'softblock_skipping'.

Windows-8-6.2.9200
Ren'Py 7.3.2.320
SP 0.42.00
Fri Nov 27 13:52:56 2020
 

anne O'nymous

I'm not grumpy, I'm just coded that way.
Modder
Donor
Respected User
Jun 10, 2017
10,382
15,290
Please help. I have used console cheats to get powers lvl 3 but [...]
The game mechanisms are way more complicated than that. You can't add a power this easily, you need one of the mods for this.


Code:
While running game code:
ScriptError: could not find label 'softblock_skipping'.
You forgot to remove the call to softblock_skipping, in char/char_mom.rpy, line 3133, what break all nymphomaniac scenes for the mom.
Thanks...I'll put out a hotfix
 
  • Like
Reactions: danial74

Urruah

Member
Jun 20, 2017
468
293
I haven't really played in a few updates. Is recruiting Tamara still required to make that one mission not bug out? I would like to try the other paths this time.
 

danial74

Member
Jun 11, 2018
176
109
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/func_UI.rpy", line 309, in <module>
TypeError: 'bool' object is not callable

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

Full traceback:
File "func_action_processing.rpyc", line 18, in script call
File "func_action_processing.rpyc", line 245, in script call
File "func_UI.rpyc", line 309, in script
File "G:\specialGames\SuperPowered_v0.42.00-pc\renpy\ast.py", line 1830, in execute
if renpy.python.py_eval(condition):
File "G:\specialGames\SuperPowered_v0.42.00-pc\renpy\python.py", line 2035, in py_eval
return py_eval_bytecode(code, globals, locals)
File "G:\specialGames\SuperPowered_v0.42.00-pc\renpy\python.py", line 2028, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/func_UI.rpy", line 309, in <module>
TypeError: 'bool' object is not callable

Windows-8-6.2.9200
Ren'Py 7.3.2.320
SP 0.42.00
Sat Nov 28 00:12:51 2020
```
 

Sanito

Member
Jul 15, 2017
250
128
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/func_UI.rpy", line 309, in <module>
TypeError: 'bool' object is not callable

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

Full traceback:
File "func_action_processing.rpyc", line 18, in script call
File "func_action_processing.rpyc", line 245, in script call
File "func_UI.rpyc", line 309, in script
File "G:\specialGames\SuperPowered_v0.42.00-pc\renpy\ast.py", line 1830, in execute
if renpy.python.py_eval(condition):
File "G:\specialGames\SuperPowered_v0.42.00-pc\renpy\python.py", line 2035, in py_eval
return py_eval_bytecode(code, globals, locals)
File "G:\specialGames\SuperPowered_v0.42.00-pc\renpy\python.py", line 2028, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/func_UI.rpy", line 309, in <module>
TypeError: 'bool' object is not callable

Windows-8-6.2.9200
Ren'Py 7.3.2.320
SP 0.42.00
Sat Nov 28 00:12:51 2020
```
Let me guess - Used mind control on mom? I encountered the same thing on a new file
 

TFurguson69

Active Member
Sep 9, 2019
915
1,125
I did not mod my stats through the console. I used the better experience mod. And it crashes like crazy. Where is this hot fix?
 

anne O'nymous

I'm not grumpy, I'm just coded that way.
Modder
Donor
Respected User
Jun 10, 2017
10,382
15,290
Let me guess - Used mind control on mom? I encountered the same thing on a new file
Thanks to you, I found it. At first I thought about an error when initializing the character, but in fact it's something else.

Baal7734 yet another bug :
char_mom.rpy lines 1683, 1713 and 1715, you still treat brainwashed as a bool, which as the many traceback show, break the game for many people.
 
3.20 star(s) 140 Votes