Mod Abandoned Superpowered - DarkPhilosopher's Corner (Get Lucky here!)

5.00 star(s) 3 Votes

bargian

Member
May 7, 2017
286
50
Sorry to ask a stiupid questin, but in which step should i add update 19.10 to this mod?
It shoudl go like that:
1. unpack 19.00
2. mod as said in 1st post
3. unpack update 19.10 ?

or
2. unpack update 19.10 ?
3. mod as said in 1st post (with delating spripts.rpa)
 

DarkPhilosopher

Member
Modder
Jul 27, 2017
230
866
@bargian :
The 0.19.10 update (which was posted ) contains both a scripts.rpa as well as a Sophie.rpa (which contains Sophie's images, including a shower-scene I hadn't seen yet).

The way I would install the 0.19.10 mod is:
1. Unpack clean 0.19.00 posted in the .
2. Unpack the 0.19.10 update posted . You'll be overwriting 2 files.
3. Delete scripts.rpa.
4. Extract my 0.19.10 patch from .

It's the cleanest and easiest way.

Alternatively, if you use a 0.19.00 modded version:
1. Unpack ONLY Sophie.rpa from the 0.19.10 patch posted . Overwrite the existing one.
2. Extract my 0.19.10 patch from , overwriting as needed.
3. If you extracted scripts.rpa from the patch after all, remove it.
 
  • Like
Reactions: bargian

norbertmc

New Member
Aug 5, 2016
12
8
Think I've found a bug in the 19.10 mod patch. Seems to be related to an image not found.

This occurs in one of the steps in mom's fetish chain.

To replicate, load the save below, select mom, select interactions, select hangout: invite for coffee
(the coffee cup icon, visiting the coffee shop)

I've just redone steps 1-4 (in #62) above starting from a clean 19.00 to confirm the install is ok, same error.

Here's the traceback
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)) from _call_interacts
  File "game/func_action_processing.rpy", line 269, in script call
    call process_interact_action (char, param) from _call_process_interact_action
  File "game/func_action_processing.rpy", line 418, in script call
    call person_engage (char, action) from _call_person_engage
  File "game/func_interactions.rpy", line 370, in script call
    call show_char_sprite (char) from _call_show_char_sprite_2
  File "game/util/func_images.rpy", line 470, in script call
    call show_char_spriteL (char) from _call_show_char_spriteL
  File "game/util/func_images.rpy", line 393, in script
    $ renpy.show(char.ikey + '_sprite', tag='tmp_sprite_' + char.ikey, at_list=[left])
  File "game/util/func_images.rpy", line 393, in <module>
    $ renpy.show(char.ikey + '_sprite', tag='tmp_sprite_' + char.ikey, at_list=[left])
Exception: DynamicImage u'Characters/Mom/[m.outfit]_[m.pose].png': could not find image. (u'Characters/Mom/home_fetish2.png')

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

Full traceback:
  File "game/func_action_processing.rpy", line 18, in script call
    call interacts (get_char_by_ikey(interact_who)) from _call_interacts
  File "game/func_action_processing.rpy", line 269, in script call
    call process_interact_action (char, param) from _call_process_interact_action
  File "game/func_action_processing.rpy", line 418, in script call
    call person_engage (char, action) from _call_person_engage
  File "game/func_interactions.rpy", line 370, in script call
    call show_char_sprite (char) from _call_show_char_sprite_2
  File "game/util/func_images.rpy", line 470, in script call
    call show_char_spriteL (char) from _call_show_char_spriteL
  File "game/util/func_images.rpy", line 393, in script
    $ renpy.show(char.ikey + '_sprite', tag='tmp_sprite_' + char.ikey, at_list=[left])
  File "D:\Bruce\Games\JJAliance\SuperPowered_v0.19.00-pc\renpy\ast.py", line 827, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Bruce\Games\JJAliance\SuperPowered_v0.19.00-pc\renpy\python.py", line 1764, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/util/func_images.rpy", line 393, in <module>
    $ renpy.show(char.ikey + '_sprite', tag='tmp_sprite_' + char.ikey, at_list=[left])
  File "D:\Bruce\Games\JJAliance\SuperPowered_v0.19.00-pc\renpy\exports.py", line 680, in show
    sls.add(layer, img, key, zorder, behind, at_list=at_list, name=name, atl=atl, default_transform=default_transform, transient=transient)
  File "D:\Bruce\Games\JJAliance\SuperPowered_v0.19.00-pc\renpy\display\core.py", line 1012, in add
    thing.set_transform_event("show")
  File "D:\Bruce\Games\JJAliance\SuperPowered_v0.19.00-pc\renpy\display\transform.py", line 672, in set_transform_event
    self.child.set_transform_event(event)
  File "D:\Bruce\Games\JJAliance\SuperPowered_v0.19.00-pc\renpy\display\image.py", line 380, in set_transform_event
    return self.target.set_transform_event(event)
  File "D:\Bruce\Games\JJAliance\SuperPowered_v0.19.00-pc\renpy\display\image.py", line 574, in set_transform_event
    self.find_target()
  File "D:\Bruce\Games\JJAliance\SuperPowered_v0.19.00-pc\renpy\display\image.py", line 519, in find_target
    raise Exception(error)
Exception: DynamicImage u'Characters/Mom/[m.outfit]_[m.pose].png': could not find image. (u'Characters/Mom/home_fetish2.png')

Windows-8-6.2.9200
Ren'Py 6.99.13.2919
SP 0.19.10
Save Attached
 

norbertmc

New Member
Aug 5, 2016
12
8
Think I've found a bug in the 19.10 mod patch. Seems to be related to an image not found.

This occurs in one of the steps in mom's fetish chain.
This is without Get Lucky installed, btw. That appears to have no effect either way on this issue.
 

DarkPhilosopher

Member
Modder
Jul 27, 2017
230
866
@norbertmc : That's not actually a bug in the mod, it's in the original game. The script auto-generates the image's location as game\images\Characters\Mom\home_fetish2.png. The image, however, is in game\images\Characters\Mom\Interactions\home_fetish2.png.

I take great care to never touch the changed content when porting the mod to a new version, so I truly do believe my adaptations didn't cause this. In an effort to prove that, I loaded your save up in my modded version first, intent on loading it on a clean version next. However, when I take mom to get coffee, the scene plays just fine. The only thing that happened was me feeling sorry for the barista (which is why I never unlock Mom's fetish myself).

On your system, try this:
1. Load the save in your modded version.
2. Disable cheats.
3. Save.
4. Load the save in an unmodded 0.19.10 version (the first steps 1 & 2 on ).
5. Try again, see if you get the error.

I recommend against running a modded save on a clean version for too long, but it should be fine for this.
 

norbertmc

New Member
Aug 5, 2016
12
8
Throws the same error even with unmodded game. Oh well. I'll wait until someone does a real 19.1 release I guess.
 

schaapjes

Member
Nov 5, 2017
100
26
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'mouse.png'>:
File "renpy/common/00start.rpy", line 198, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 376, in script
$ __gl_test()
File "renpy/common/00gltest.rpy", line 376, in <module>
$ __gl_test()
File "renpy/common/00gltest.rpy", line 302, in _m1_00gltest__gl_test
_gl_performance_test()
File "renpy/common/00gltest.rpy", line 319, in _gl_performance_test
ui.interact(suppress_underlay=True, suppress_overlay=True)
IOError: Couldn't find file 'mouse.png'.

I get this when I try to start the game
 

DarkPhilosopher

Member
Modder
Jul 27, 2017
230
866
@schaapjes : Sorry Mr. Sheep, but I can see no way for the mod to cause that. Something could be wrong with your install. Looks like your directory structure is messed up.
 

DarkPhilosopher

Member
Modder
Jul 27, 2017
230
866
Given how many times people keep asking for a modded version, how should I rename this thread to make it easier to find? Any suggestions?

I'm asking mostly because it's seriously starting to annoy me that some people don't take the 5 minutes it takes to discover my little corner of paradise. So any suggestions to make this thread easier to find (but not too easy) would be welcome.
 

schaapjes

Member
Nov 5, 2017
100
26
Name it something like: Modded version + Get lucky mod.

It also might help if it is visible in the mod part of the forum. Can't find it there.
 

DarkPhilosopher

Member
Modder
Jul 27, 2017
230
866
1. Get Lucky does not work without SLDR mod.
2. I can guess which playing card you're holding within 52 tries, but I'm not clairvoyant enough to help you with the information you've given me.

However, since I would feel bad for not doing anything, I will leave you with this:


Please tell me what's not working. Be specific. Please and thank you!
 
  • Like
Reactions: GAB

Andy02

Member
Donor
Jul 14, 2017
434
173
I find the get lucky doesn't seam to work Mom shower scenes and others not showing for me played for days. So question can you install both SLDR and Get Lucky asking because I have..
 

DarkPhilosopher

Member
Modder
Jul 27, 2017
230
866
The instructions for Get Lucky state it does not work without the SLDR mod patch. So that's your answer.

I just reloaded several saves and went to the shower in the afternoon. I got the Mom-shower scene every time. Did you turn Get Lucky on?
 

Thatguy

I exist.
Uploader
Respected User
Aug 5, 2016
1,665
4,492
having issues with the new version. I follow the installation guide and pretty much getting rid of scripts.rpa breaks the game and keeping it prevents the mods from working. That was with the Get Lucky mod and without So yes I have the modded version installed as well.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 291, in script
    init -10 python:
  File "game/script.rpy", line 293, in <module>
    from func_definitions import *
ImportError: No module named func_definitions

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

Full traceback:
  File "game/script.rpy", line 291, in script
    init -10 python:
  File "C:\Users\User\APlace\{InsertFolderNameHere\SuperPowered_v0.20.00-pc\renpy\ast.py", line 827, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\User\Place\{InsertFolderNameHere\SuperPowered_v0.20.00-pc\renpy\python.py", line 1764, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/script.rpy", line 293, in <module>
    from func_definitions import *
ImportError: No module named func_definitions

Windows-8-6.2.9200
Ren'Py 6.99.13.2919
 
Last edited:

DarkPhilosopher

Member
Modder
Jul 27, 2017
230
866
@Thatguy : There should be a file called func_definitions.py in your game/python-packages. That's what he's trying to load. It's in the zip file for the mod, so it should be present on your system. Can you see if it's there?

EDIT: Just to be safe, you may want to remove the "{" from your "{new shit" directory name. Script languages don't like that character, it may mess with things.
 

Scorpio1971

Active Member
Jun 23, 2017
511
168
Gyz need some help,Couldn't play the game for the bugs below,did everything as the instruction said :(
1)Downloaded SuperPowered_v0.20.00-pc game
2)Deleted scripts.rpa file.
C
opied & extracted " " file in E:\SuperPowered_v0.20.00-pc\game directory.
3)Then also copied & extracted " " file in E:\SuperPowered_v0.20.00-pc\game directory .

So did i do something wrong?
 

DarkPhilosopher

Member
Modder
Jul 27, 2017
230
866
@Scorpio1971 : Looks like you installed over 0.19.00? You have both a modules-directory AND a module-directory. That wouldn't happen if you did a clean install, only if you copied the 0.20.00 files on top of a modified 0.19.00 install. Since in your steps you never indicated that you actually extracted SuperPowered_v0.20.00-pc, only that you downloaded it, I can't assume anything here. For a quick fix, delete the modules-directory. Personally, I'd start clean though.
 
5.00 star(s) 3 Votes