- Jan 7, 2019
- 536
- 608
Have seen the same behaviour with the x-ray.I suppose none of the following bugs are due to RA but want to make sure:
- When using x-ray, willpower never will be added but only removed.
- Gossip option doesn't give a bonus for the nerd group like for the other two.
update:
- The Gossip bonus for nerds unlocks as soon as all 3 group quests are finished. My sequence for this was nerds > cheerleaders > rebels. Cheerleader and rebel boni were unlocked right after the corresponding quests.
Both of these are base game bugs. Don't know what the deal is exactly with X-Ray as I haven't looked at it closely, but it was getting reported in the main thread before Radioactive was updated. Gossip is a copy-paste bug, where the nerd gossip uses rebel bonus.I suppose none of the following bugs are due to RA but want to make sure:
- When using x-ray, willpower never will be added but only removed.
- Gossip option doesn't give a bonus for the nerd group like for the other two.
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 289, in script call
call interaction_availability (char)
File "game/func_UI.rpy", line 309, in <module>
TypeError: 'bool' object is not callable
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 289, in script call
call interaction_availability (char)
File "func_UI.rpyc", line 309, in script
File "/private/var/folders/yw/wttwlhzn0wn05yshhb47_1_40000gn/T/AppTranslocation/3EB7CAD8-75AB-401E-82BD-8C9DBC9FEA9B/d/SuperPowered_v0.42.01.app/Contents/Resources/autorun/renpy/ast.py", line 1830, in execute
if renpy.python.py_eval(condition):
File "/private/var/folders/yw/wttwlhzn0wn05yshhb47_1_40000gn/T/AppTranslocation/3EB7CAD8-75AB-401E-82BD-8C9DBC9FEA9B/d/SuperPowered_v0.42.01.app/Contents/Resources/autorun/renpy/python.py", line 2035, in py_eval
return py_eval_bytecode(code, globals, locals)
File "/private/var/folders/yw/wttwlhzn0wn05yshhb47_1_40000gn/T/AppTranslocation/3EB7CAD8-75AB-401E-82BD-8C9DBC9FEA9B/d/SuperPowered_v0.42.01.app/Contents/Resources/autorun/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
Darwin-20.1.0-x86_64-i386-64bit
Ren'Py 7.3.2.320
SP 0.42.01
Sun Nov 29 14:41:15 2020
```
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/locations/loc_kitchen.rpy", line 168, in script call
call person_presentcheck
File "game/util/func_images.rpy", line 61, in script call
call person_presentcheck_loop (loop_char)
File "game/util/func_images.rpy", line 71, in script call
call show_char_sprite (char)
File "game/util/func_images.rpy", line 489, in script call
call show_char_spriteL (char)
File "game/util/func_images.rpy", line 412, in script
$ renpy.show(char.ikey + '_sprite', tag='tmp_sprite_' + char.ikey, at_list=)
File "game/util/func_images.rpy", line 412, in <module>
$ renpy.show(char.ikey + '_sprite', tag='tmp_sprite_' + char.ikey, at_list=)
Exception: DynamicImage u'Characters/Mom/[m.outfit]_[m.pose].png': could not find image. (u'Characters/Mom/home_drunk1_4.png')
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/locations/loc_kitchen.rpy", line 168, in script call
call person_presentcheck
File "game/util/func_images.rpy", line 61, in script call
call person_presentcheck_loop (loop_char)
File "game/util/func_images.rpy", line 71, in script call
call show_char_sprite (char)
File "game/util/func_images.rpy", line 489, in script call
call show_char_spriteL (char)
File "game/util/func_images.rpy", line 412, in script
$ renpy.show(char.ikey + '_sprite', tag='tmp_sprite_' + char.ikey, at_list=)
File "/private/var/folders/yw/wttwlhzn0wn05yshhb47_1_40000gn/T/AppTranslocation/3EB7CAD8-75AB-401E-82BD-8C9DBC9FEA9B/d/SuperPowered_v0.42.01.app/Contents/Resources/autorun/renpy/ast.py", line 912, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/private/var/folders/yw/wttwlhzn0wn05yshhb47_1_40000gn/T/AppTranslocation/3EB7CAD8-75AB-401E-82BD-8C9DBC9FEA9B/d/SuperPowered_v0.42.01.app/Contents/Resources/autorun/renpy/python.py", line 2004, in py_exec_bytecode
exec bytecode in globals, locals
File "game/util/func_images.rpy", line 412, in <module>
$ renpy.show(char.ikey + '_sprite', tag='tmp_sprite_' + char.ikey, at_list=)
File "/private/var/folders/yw/wttwlhzn0wn05yshhb47_1_40000gn/T/AppTranslocation/3EB7CAD8-75AB-401E-82BD-8C9DBC9FEA9B/d/SuperPowered_v0.42.01.app/Contents/Resources/autorun/renpy/exports.py", line 717, in show
sls.add(layer, img, key, zorder, behind, at_list=at_list, name=name, atl=atl, default_transform=default_transform, transient=transient)
File "/private/var/folders/yw/wttwlhzn0wn05yshhb47_1_40000gn/T/AppTranslocation/3EB7CAD8-75AB-401E-82BD-8C9DBC9FEA9B/d/SuperPowered_v0.42.01.app/Contents/Resources/autorun/renpy/display/core.py", line 1077, in add
thing.set_transform_event("show")
File "/private/var/folders/yw/wttwlhzn0wn05yshhb47_1_40000gn/T/AppTranslocation/3EB7CAD8-75AB-401E-82BD-8C9DBC9FEA9B/d/SuperPowered_v0.42.01.app/Contents/Resources/autorun/renpy/display/transform.py", line 677, in set_transform_event
self.child.set_transform_event(event)
File "/private/var/folders/yw/wttwlhzn0wn05yshhb47_1_40000gn/T/AppTranslocation/3EB7CAD8-75AB-401E-82BD-8C9DBC9FEA9B/d/SuperPowered_v0.42.01.app/Contents/Resources/autorun/renpy/display/image.py", line 488, in set_transform_event
return self.target.set_transform_event(event)
File "/private/var/folders/yw/wttwlhzn0wn05yshhb47_1_40000gn/T/AppTranslocation/3EB7CAD8-75AB-401E-82BD-8C9DBC9FEA9B/d/SuperPowered_v0.42.01.app/Contents/Resources/autorun/renpy/display/image.py", line 705, in set_transform_event
self.find_target()
File "/private/var/folders/yw/wttwlhzn0wn05yshhb47_1_40000gn/T/AppTranslocation/3EB7CAD8-75AB-401E-82BD-8C9DBC9FEA9B/d/SuperPowered_v0.42.01.app/Contents/Resources/autorun/renpy/display/image.py", line 640, in find_target
raise Exception(error)
Exception: DynamicImage u'Characters/Mom/[m.outfit]_[m.pose].png': could not find image. (u'Characters/Mom/home_drunk1_4.png')
Darwin-20.1.0-x86_64-i386-64bit
Ren'Py 7.3.2.320
SP 0.42.01
Sun Nov 29 14:44:26 2020
```
Try opening the console (Shit+O) then type "del xxx.brainwashed", where xxx is the girl console identifieranyone know how to fix this?
This is a base game error. Baal changed how brainwashed is determined, but not all of the code is up to date.TypeError: 'bool' object is not callable
I was not able to reproduce this, but it is probably a base game bug. Aura checks are done in a loop for all characters considered to be present. Normally, this would only be the characters you see. But in this case, there is probably a scene involving Steph that flags her as present and then doesn't clean it up afterwards. (It isn't the shower scene.) This should be cleaned up when going to school anyway, but I didn't try to debug or trace that.the +1 corruption for sis was the last effect message
Unless a game is all visual novel, you should avoid upgrading versions in the middle of a scene. RenPy determines where to continue by finding code that it recognizes (script mostly). Considering how many changes were done in this version, there are probably a lot of broken saves.every save from the last version I load kicks me back to main menu instantly or as soon as the scene ends I saved in
that mean we can use it with 42.00 or must be 42.02 ?Version update for SuperPowered 0.42.02.
0.42.02-RA1 (2020.12.01)
- Version update
The archive should contain everything you need. You probably do not need either hotfix.
Baal fixed:
- Nerd gossip.
- Mom Mind Control (bool error).
- Steph had an extra bookkeeping call in coerced blowjob.
- X-Ray stats.
Any version of 0.42 should be fine.that mean we can use it with 42.00 or must be 42.02 ?
Well, I check F95 every day or two and I'm also a subscriber to NCP. If I even so much as bother to check my email, I know when an update comes out.Damn, you're fast.
Quests kill a lot of things. Have you completed all of those?Since the last patch I have the feeling nympho scenes don't trigger anymore. Chance is set to 20x but no scene for weeks. Girls have still high inhibition though.
Only quests I finished after the update were the club quests.Quests kill a lot of things. Have you completed all of those?
Specifically, I'm referring to the clique quests. I think if you even qualify for them, they stop almost all extra activity at school.Only quests I finished after the update were the club quests.
Well, that sucks, should I tell this bug to Baal?Specifically, I'm referring to the clique quests. I think if you even qualify for them, they stop almost all extra activity at school.
I am pretty sure its intentional. At the very least, its been around since the first clique quest.Well, that sucks, should I tell this bug to Baal?