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

5.00 star(s) 3 Votes

T.Geiger

Active Member
Modder
Nov 29, 2017
839
1,139
Bugfix release.

0.37.01-RA3 (2019.12.06)
Radioactive
  • Fixed Nympho crash at College



File "game/locations/loc_college.rpy", line 38, in <module>
if char.CoreSuppression == "Wild Oats+": # RA: Core Suppression
AttributeError: 'Person' object has no attribute 'CoreSuppression'
I was using the base-game character type in the code rather than the Radioactive character type.
 

Looney

New Member
Dec 4, 2017
2
0
I am getting an error when asking Su for anything more than grope

Code:
[code]
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 316, in script call
    call process_contact_action (char, param)
  File "game/func_action_processing.rpy", line 575, in script call
    call expression char.ikey + "_hj_script"
  File "game/chars/char_SuLynn.rpy", line 505, in script call
    call pause_scene
  File "game/util/func_utils.rpy", line 275, in script
    pause
  File "renpy/common/000statements.rpy", line 416, in execute_pause
    renpy.pause()
  File "game/radioactive/devcheat.rpy", line 110, in DevPause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
Exception: DynamicImage u'Locations/College/College_[collegeloc].png': could not find image. (u'Locations/College/College_Closet.png')

-- 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 316, in script call
    call process_contact_action (char, param)
  File "game/func_action_processing.rpy", line 575, in script call
    call expression char.ikey + "_hj_script"
  File "game/chars/char_SuLynn.rpy", line 505, in script call
    call pause_scene
  File "game/util/func_utils.rpy", line 275, in script
    pause
  File "C:\Users\conne\Downloads\SuperPowered_v0.37.01-win\renpy\ast.py", line 1947, in execute
    self.call("execute")
  File "C:\Users\conne\Downloads\SuperPowered_v0.37.01-win\renpy\ast.py", line 1935, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\conne\Downloads\SuperPowered_v0.37.01-win\renpy\statements.py", line 277, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 416, in execute_pause
    renpy.pause()
  File "game/radioactive/devcheat.rpy", line 110, in DevPause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
  File "C:\Users\conne\Downloads\SuperPowered_v0.37.01-win\renpy\ui.py", line 295, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\conne\Downloads\SuperPowered_v0.37.01-win\renpy\display\core.py", line 2699, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\conne\Downloads\SuperPowered_v0.37.01-win\renpy\display\core.py", line 3091, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\conne\Downloads\SuperPowered_v0.37.01-win\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\conne\Downloads\SuperPowered_v0.37.01-win\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\conne\Downloads\SuperPowered_v0.37.01-win\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\conne\Downloads\SuperPowered_v0.37.01-win\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\conne\Downloads\SuperPowered_v0.37.01-win\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\conne\Downloads\SuperPowered_v0.37.01-win\renpy\display\core.py", line 543, in visit_all
    callback(self)
  File "C:\Users\conne\Downloads\SuperPowered_v0.37.01-win\renpy\display\core.py", line 3091, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\conne\Downloads\SuperPowered_v0.37.01-win\renpy\display\image.py", line 738, in per_interact
    self.find_target()
  File "C:\Users\conne\Downloads\SuperPowered_v0.37.01-win\renpy\display\image.py", line 640, in find_target
    raise Exception(error)
Exception: DynamicImage u'Locations/College/College_[collegeloc].png': could not find image. (u'Locations/College/College_Closet.png')

Windows-8-6.2.9200
Ren'Py 7.3.2.320
SP 0.37.01
Thu Dec 12 21:40:14 2019
[/CODE]
 

mynameisholly

Newbie
Mar 25, 2018
90
61
Is there anyone here who happens to have a save file for like 0.35? I can't get them to work with 0.37 and don't want to start from scratch to be honest.
 

31nat

New Member
May 6, 2017
2
0
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/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 "D:\d\SuperPoweredv03701-win\SuperPowered_v0.37.01-win\renpy\ast.py", line 1947, in execute
self.call("execute")
File "D:\d\SuperPoweredv03701-win\SuperPowered_v0.37.01-win\renpy\ast.py", line 1935, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "D:\d\SuperPoweredv03701-win\SuperPowered_v0.37.01-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 "D:\d\SuperPoweredv03701-win\SuperPowered_v0.37.01-win\renpy\exports.py", line 2896, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "D:\d\SuperPoweredv03701-win\SuperPowered_v0.37.01-win\renpy\ui.py", line 295, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\d\SuperPoweredv03701-win\SuperPowered_v0.37.01-win\renpy\display\core.py", line 2699, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\d\SuperPoweredv03701-win\SuperPowered_v0.37.01-win\renpy\display\core.py", line 3091, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "D:\d\SuperPoweredv03701-win\SuperPowered_v0.37.01-win\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "D:\d\SuperPoweredv03701-win\SuperPowered_v0.37.01-win\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "D:\d\SuperPoweredv03701-win\SuperPowered_v0.37.01-win\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "D:\d\SuperPoweredv03701-win\SuperPowered_v0.37.01-win\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "D:\d\SuperPoweredv03701-win\SuperPowered_v0.37.01-win\renpy\display\core.py", line 3091, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "D:\d\SuperPoweredv03701-win\SuperPowered_v0.37.01-win\renpy\display\screen.py", line 440, in per_interact
self.update()
File "D:\d\SuperPoweredv03701-win\SuperPowered_v0.37.01-win\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
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.37.01
Thu Jan 02 02:19:36 2020
 

T.Geiger

Active Member
Modder
Nov 29, 2017
839
1,139
Basic release for SuperPowered 0.38.00.

0.38.00-RA1 (2020.01.22)
  • Partial version update. (Most new scenes missing hints, etc)
  • Released so people can get going if they don't care about hints, tracking, etc. RA2 will have the full update.

I apologize for the delay for a full release. I have been fighting insomnia for the past three weeks. Brainpower is in short supply, and updating this mod does require a little.

I have done some basic testing to make sure it runs after install, but I have not gotten too deep into it. If things go seriously haywire, let me know and I will pull the archive from the OP.
 
5.00 star(s) 3 Votes