[Ren'Py] SuperPowered

The place to post non-Flash projects such as RPG maker games.
Forum rules
This forum is for posting and collaborating upon third party work. Please do not post request-threads, and avoid posting artwork that is not your own unless it is being used as a reference.
When posting content, please consider including a screenshot to help users to see what a game is like.

Re: [Ren'Py] SuperPowered

Postby rpgfan650 » Fri May 12, 2017 9:08 pm

For those looking for the latest public version which is 13.0, visit Baals patreon page. It came out April 26, 2017. I strongly recommend you watch the completed introduction.

https://www.patreon.com/NightCity
rpgfan650
 
Joined: Thu Aug 21, 2014 9:25 pm

Re: [Ren'Py] SuperPowered

Postby Nikoli » Wed Jun 21, 2017 3:42 pm

Any further news?
Nikoli
 
Joined: Mon Nov 07, 2016 5:42 pm

Re: [Ren'Py] SuperPowered

Postby rpgfan650 » Thu Jun 22, 2017 8:34 am

Latest public one is 0.14.03. The patreon is 0.15.??. The person usually keeping this thread updated hasn't posted anything since this thread was updated with the 0.12.10. version. I suggest checking the patreon page for further news and updates.
rpgfan650
 
Joined: Thu Aug 21, 2014 9:25 pm

Re: [Ren'Py] SuperPowered

Postby Nikoli » Fri Sep 01, 2017 5:02 pm

They just released 16.51 to public
https://www.patreon.com/NightCity
Nikoli
 
Joined: Mon Nov 07, 2016 5:42 pm

Re: [Ren'Py] SuperPowered

Postby Nikoli » Fri Oct 06, 2017 4:52 am

New version folks, same link as above.
Nikoli
 
Joined: Mon Nov 07, 2016 5:42 pm

Re: [Ren'Py] SuperPowered

Postby Nikoli » Fri Oct 06, 2017 4:24 pm

My av is giving me fits about the new version. Listing it as AT4 virus.

Update: Submitted to Bitdefender to check for false positive, confirmed safe to run.
Nikoli
 
Joined: Mon Nov 07, 2016 5:42 pm

Re: [Ren'Py] SuperPowered

Postby lostone2 » Tue Nov 07, 2017 7:02 pm

The new version (18.02) can be download from the Patreon page, or from the download page in the wiki (Release notes are also available).
User avatar
lostone2
 
Joined: Mon Aug 03, 2015 10:03 am

Re: [Ren'Py] SuperPowered

Postby Dracoslicer » Wed Apr 04, 2018 4:39 am

I know this hasn't been updated in a while but version 22.01 came out, it's still at the download page link from above
User avatar
Dracoslicer
 
Joined: Fri Sep 26, 2014 10:24 am
Location: Places

Re: [Ren'Py] SuperPowered

Postby zergius » Sun May 06, 2018 5:10 pm

Found bug. I think it is because I suppress Larson professionalism but later change it to other suppression
Code: Select All Code
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 554, in <module>
  File "game/script.rpy", line 451, in validate_char_records
Exception: Char professional attribute for larson does not match get_professional_chars() list

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

Full traceback:
  File "func_action_processing.rpyc", line 164, in script call
  File "script.rpyc", line 554, in script
  File "G:\temp\SuperPowered_v0.23.00-pc\renpy\ast.py", line 848, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "G:\temp\SuperPowered_v0.23.00-pc\renpy\python.py", line 1812, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/script.rpy", line 554, in <module>
  File "game/script.rpy", line 451, in validate_char_records
Exception: Char professional attribute for larson does not match get_professional_chars() list

Windows-7-6.1.7601-SP1
Ren'Py 6.99.14.1.3218
SP 0.23.00
Sun May 06 19:03:01 2018
User avatar
zergius
 
Joined: Tue Dec 12, 2017 7:37 pm

Re: [Ren'Py] SuperPowered

Postby zergius » Tue May 22, 2018 5:07 pm

Another bug
Code: Select All Code
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 385, in execute_pause
    renpy.pause()
Exception: DynamicImage u'Characters/Nikki/Nympho/[n.pose].png': could not find image. (u'Characters/Nikki/Nympho/scene4_11fem.png')

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

Full traceback:
  File "locations/loc_school.rpyc", line 411, in script call
  File "locations/loc_school.rpyc", line 2769, in script call
  File "chars/char_Nikki.rpyc", line 4078, in script
  File "G:\temp\SuperPowered_v0.23.00-pc\renpy\ast.py", line 1801, in execute
    self.call("execute")
  File "G:\temp\SuperPowered_v0.23.00-pc\renpy\ast.py", line 1789, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "G:\temp\SuperPowered_v0.23.00-pc\renpy\statements.py", line 169, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 385, in execute_pause
    renpy.pause()
  File "G:\temp\SuperPowered_v0.23.00-pc\renpy\exports.py", line 1307, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
  File "G:\temp\SuperPowered_v0.23.00-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "G:\temp\SuperPowered_v0.23.00-pc\renpy\display\core.py", line 2624, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "G:\temp\SuperPowered_v0.23.00-pc\renpy\display\core.py", line 2999, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "G:\temp\SuperPowered_v0.23.00-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "G:\temp\SuperPowered_v0.23.00-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "G:\temp\SuperPowered_v0.23.00-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "G:\temp\SuperPowered_v0.23.00-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "G:\temp\SuperPowered_v0.23.00-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "G:\temp\SuperPowered_v0.23.00-pc\renpy\display\core.py", line 513, in visit_all
    callback(self)
  File "G:\temp\SuperPowered_v0.23.00-pc\renpy\display\core.py", line 2999, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "G:\temp\SuperPowered_v0.23.00-pc\renpy\display\image.py", line 645, in per_interact
    self.find_target()
  File "G:\temp\SuperPowered_v0.23.00-pc\renpy\display\image.py", line 551, in find_target
    raise Exception(error)
Exception: DynamicImage u'Characters/Nikki/Nympho/[n.pose].png': could not find image. (u'Characters/Nikki/Nympho/scene4_11fem.png')

Windows-7-6.1.7601-SP1
Ren'Py 6.99.14.1.3218
SP 0.23.00
Tue May 22 19:05:05 2018
User avatar
zergius
 
Joined: Tue Dec 12, 2017 7:37 pm

Re: [Ren'Py] SuperPowered

Postby lostone2 » Tue May 22, 2018 6:39 pm

I don't think that the creator of this game (Baal) follow this thread. I would suggest that you posted this on the hypnopics thread. But seeing that your issue is with the 0.23 version, it's probably fixed in the patreon version (0.24) which will be public when the new version arrives.
User avatar
lostone2
 
Joined: Mon Aug 03, 2015 10:03 am

Previous

Return to Non-Flash Projects



Who is online

Users browsing this forum: No registered users