Warsteel

Active Member
May 26, 2017
696
939
Is there an ETA on this 0.41.1 hotfix? I'm ready to start a new game but feel I should wait because the thing that needs fixing effects early game the most.
 

batanegra

Member
May 8, 2017
383
77
so, there isn't any posibble way to move months yet right? because i think im in october, so to wait until may for those scenes, i will have to jump so much ahead :ROFLMAO:
 

cj1015

Member
Apr 26, 2018
247
117
Hotfix_SP_0.41.01_PC.zip (Honestly didn't see the need since its free to download on the Patreon page)
Was not fixed... still getting same error
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/func_time.rpy", line 319, in script call
    call give_pending_quest_rewards
  File "game/func_time.rpy", line 319, in script call
    call give_pending_quest_rewards
ScriptError: could not find label 'block_skipping'.

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

Full traceback:
  File "game/func_time.rpy", line 319, in script call
    call give_pending_quest_rewards
  File "module/func_goals.rpyc", line 60, in script call
  File "C:\Users\user\Downloads\SuperPowered_v0.41.00-pc\SuperPowered_v0.41.00-pc\renpy\ast.py", line 1434, in execute
    rv = renpy.game.context().call(label, return_site=self.next.name)
  File "game/func_time.rpy", line 319, in script call
    call give_pending_quest_rewards
  File "module/func_goals.rpyc", line 60, in script call
  File "C:\Users\user\Downloads\SuperPowered_v0.41.00-pc\SuperPowered_v0.41.00-pc\renpy\script.py", line 894, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'block_skipping'.

Windows-7-6.1.7601-SP1
Ren'Py 7.3.2.320
SP 0.40.01
Thu Sep 03 15:15:36 2020
 

sillyrobot

Engaged Member
Apr 22, 2019
2,041
1,809
Was not fixed... still getting same error
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/func_time.rpy", line 319, in script call
    call give_pending_quest_rewards
  File "game/func_time.rpy", line 319, in script call
    call give_pending_quest_rewards
ScriptError: could not find label 'block_skipping'.

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

Full traceback:
  File "game/func_time.rpy", line 319, in script call
    call give_pending_quest_rewards
  File "module/func_goals.rpyc", line 60, in script call
  File "C:\Users\user\Downloads\SuperPowered_v0.41.00-pc\SuperPowered_v0.41.00-pc\renpy\ast.py", line 1434, in execute
    rv = renpy.game.context().call(label, return_site=self.next.name)
  File "game/func_time.rpy", line 319, in script call
    call give_pending_quest_rewards
  File "module/func_goals.rpyc", line 60, in script call
  File "C:\Users\user\Downloads\SuperPowered_v0.41.00-pc\SuperPowered_v0.41.00-pc\renpy\script.py", line 894, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'block_skipping'.

Windows-7-6.1.7601-SP1
Ren'Py 7.3.2.320
SP 0.40.01
Thu Sep 03 15:15:36 2020
The hotfix is only meant to repair X-Ray vision depleting rather than restoring willpower when used on unattractive targets like family.
 

Jake Masters

Member
Nov 9, 2018
123
95
The hotfix doesn't fix Sandra not changing between her fetish outfit and her regular outfit, right? So far once I've unlocked her fetish content, she REMAINS in the fetish outfit, no matter what. Telling her to change outfits causes her to disappear for a second, and then reappear exactly like she was before, in her fetish outfit.
 

Thisisfunny

Member
Aug 11, 2020
226
243
How do I get the girls to reveal their fetish? How can I make a girl completely insane where they will sneak into my room at night?
 

T.Geiger

Active Member
Modder
Nov 29, 2017
839
1,139
The hotfix doesn't fix Sandra not changing between her fetish outfit and her regular outfit, right?
No, it is a very small change to the X-Ray vision power.

Sandra is changing her outfit correctly for me. She should reset to her normal outfit at night, at a minimum. Is there anything else going on? Is she perma-mental?
 

Jake Masters

Member
Nov 9, 2018
123
95
No, it is a very small change to the X-Ray vision power.

Sandra is changing her outfit correctly for me. She should reset to her normal outfit at night, at a minimum. Is there anything else going on? Is she perma-mental?
perma-mental? what do you mean by that? if you're asking if she has deep-seated mental issues or or a psychotic break, then yes she does...of course that can easily be fixed. I've always seemed to have her either obsessive, nymphomaniac, or both when her fetish content is unlocked.
 

jholcjholc

New Member
Jan 23, 2019
14
6
anyone else getting this error on club meeting days

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/content/content_storyline1.rpy", line 2579, in <module>
ValueError: list.remove(x): x not in list

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

Full traceback:
File "func_time.rpyc", line 63, in script call
File "locations/loc_school.rpyc", line 5081, in script call
File "content/content_storyline1.rpyc", line 2443, in script call
File "content/content_storyline1.rpyc", line 2579, in script
File "D:\games\superpowered\SuperPowered_v0.41.00-pc\renpy\ast.py", line 912, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\games\superpowered\SuperPowered_v0.41.00-pc\renpy\python.py", line 2004, in py_exec_bytecode
exec bytecode in globals, locals
File "game/content/content_storyline1.rpy", line 2579, in <module>
File "D:\games\superpowered\SuperPowered_v0.41.00-pc\renpy\python.py", line 729, in do_mutation
return method(self, *args, **kwargs)
ValueError: list.remove(x): x not in list

Windows-8-6.2.9200
Ren'Py 7.3.2.320
SP 0.41.01
Thu Sep 03 05:12:55 2020
 

sillyrobot

Engaged Member
Apr 22, 2019
2,041
1,809
anyone else getting this error on club meeting days

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/content/content_storyline1.rpy", line 2579, in <module>
ValueError: list.remove(x): x not in list

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

Full traceback:
File "func_time.rpyc", line 63, in script call
File "locations/loc_school.rpyc", line 5081, in script call
File "content/content_storyline1.rpyc", line 2443, in script call
File "content/content_storyline1.rpyc", line 2579, in script
File "D:\games\superpowered\SuperPowered_v0.41.00-pc\renpy\ast.py", line 912, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\games\superpowered\SuperPowered_v0.41.00-pc\renpy\python.py", line 2004, in py_exec_bytecode
exec bytecode in globals, locals
File "game/content/content_storyline1.rpy", line 2579, in <module>
File "D:\games\superpowered\SuperPowered_v0.41.00-pc\renpy\python.py", line 729, in do_mutation
return method(self, *args, **kwargs)
ValueError: list.remove(x): x not in list

Windows-8-6.2.9200
Ren'Py 7.3.2.320
SP 0.41.01
Thu Sep 03 05:12:55 2020
Did you by chance run Stolen Chemicals without using Tamara as your companion? (Not necessarily recently, just sometime in this save) That's what does that for me.

You can ignore that error (it may take a couple of ignores) and you should start the next section of the NCHDL plot line.
 

jholcjholc

New Member
Jan 23, 2019
14
6
Did you by chance run Stolen Chemicals without using Tamara as your companion? That's what does that for me.

You can ignore that error (it may take a couple of ignores) and you should start the next section of the NCHDL plot line.
hmm yeah i used freddie for that one like i did on every other version previous without that error but ill give it a try
 
3.20 star(s) 140 Votes