Mod Ren'Py SuperPowered: Radioactive [v0.45.03-RA12] [T.Geiger]

5.00 star(s) 3 Votes

IdarksoulsI

Well-Known Member
Jun 26, 2017
1,343
1,684
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.
 
Last edited:

terirheken

Member
Jan 7, 2019
459
481
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.
Have seen the same behaviour with the x-ray.
Text says +3 willpower but instead it deducts willpower.
Haven't tested with vanilla yet, only started new game after I installed the mod.
 

T.Geiger

Active Member
Modder
Nov 29, 2017
839
1,139
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.
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.
 
  • Like
Reactions: IdarksoulsI

IdarksoulsI

Well-Known Member
Jun 26, 2017
1,343
1,684
Just realized, 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. Not a huge problem though as I can go on at least.

edit:
This seems like a tough nut to crack:

new morning > bathroom > let sis take a shower first(+10 favor) > school > turned on "Aura Insanity" > used gossip on Nikki (this triggers the aura effect)
the +1 corruption for sis was the last effect message

edit 2:
I can't repro this but I forgot to add that Nikki got obsessed because of the aura and her "obsessive monologue" instantly triggered because she was the one I used for the gossip talk.
 
Last edited:

jamesjamesjames1101

New Member
Mar 2, 2019
2
0
anyone know how to fix this?
```
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
```
 

jamesjamesjames1101

New Member
Mar 2, 2019
2
0
seems to be centered around mind control changes with mom?
```
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
```

 

T.Geiger

Active Member
Modder
Nov 29, 2017
839
1,139
TypeError: 'bool' object is not callable
This is a base game error. Baal changed how brainwashed is determined, but not all of the code is up to date.

the +1 corruption for sis was the last effect message
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.

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
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.
 
Last edited:
  • Like
Reactions: IdarksoulsI

T.Geiger

Active Member
Modder
Nov 29, 2017
839
1,139
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.
 
  • Like
Reactions: IdarksoulsI

bbnn

Member
Mar 22, 2018
352
107
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.
that mean we can use it with 42.00 or must be 42.02 ?
 

IdarksoulsI

Well-Known Member
Jun 26, 2017
1,343
1,684
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.
 

T.Geiger

Active Member
Modder
Nov 29, 2017
839
1,139
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.
Quests kill a lot of things. Have you completed all of those?
 
5.00 star(s) 3 Votes