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

5.00 star(s) 3 Votes

bas

retired
Respected User
Donor
Former Staff
May 6, 2017
3,987
30,351
I know, but if I start supporting custom versions of the game, who knows which versions come out of the woodwork then. So I support one version and that is the original unaltered one. If the mod works on others, good for them.

By the way, technically you don't actually need to unpack the scripts.rpa in the first place. It contains no images.
My smartass reply deleted, with my apologies.
 

DJsona

Member
May 13, 2018
241
483
thank you very much for this great mod ))
i can't find mom drunk and freddy&mom replay in the phone pictures, can i replay them with a console command ?
i already find some variables name for the drunk scene in mom rpy file, i juste need replay command.
(sorry for my english :s )
 

bruv

Newbie
Dec 1, 2017
19
3
Hey¡ Does anybody know how to raise the enhanced bonus stats? ( physical, mental, social) i'm stuck with that
 

DarkPhilosopher

Member
Modder
Jul 27, 2017
230
866
@pierrovic : My mod just unlocks the scenes, at that point which scenes you get all depends on which things you've already done. If you want better control over which scenes you get, use @Passion3D 's mod on top of this.

@bruv : This is a question you should ask in the main thread. But I'll answer it anyway. My mod will raise/lower the Natural values to the maximum allowable by the game (which is 5), similar to the Initiative training sessions. The Enhanced will most likely be altered by powers and/or storyline content and you really shouldn't mess with them. Honestly, it may not even be used yet. But if you want to, the console codes are (case sensitive) player.PP , player.SP & player.MP
And if you're looking for a help with combat, I did implement a hidden combat god-mode in my mod. For that, you'll also need the console. Hidden means I'm not going to tell you if you ask, but there's a pretty clear reference to it on the main post.
If you don't know how to work the console, the main thread is your friend.
 

DJsona

Member
May 13, 2018
241
483
@pierrovic : My mod just unlocks the scenes, at that point which scenes you get all depends on which things you've already done. If you want better control over which scenes you get, use @Passion3D 's mod on top of this.
Thank you for your suport ! i like your mod, it help me al lot for my first play! then i will try other mod : )
have a nice summer ;) !!
 

dword

New Member
Mar 29, 2018
1
0
To everyone who is having trouble with tamara hangup with that giving you a cold shoulder. Bring up console in game "Shift + O"

And type the following:

story1.tamara_suspicious = 0
tam.favor = 100
tam.love = 100
weekday = "Monday"

After that on Mondays you have to flirt with her in the tutoring sessions. She will offer you a ride together with a bus. Don't forget to change from your flying to bus riding.

Here is the logic for tamara cold shoulder
Code:
label storyline1_1_tamara_study:
    $ story1.event="1_7"
    $ quest_flags['tutored_tamara'] = True
    show img_story1
    if story1.tamara_suspicious == 1:
        $ story1.tamara_suspicious = 2
        "You spend the next few hours going over classwork with Tamara."
        "She pays attention to what you have to say, but is very curt with you about anything not pertaining to school work."
    elif story1.tamara_suspicious == 2:
        $ story1.tamara_suspicious = 3
        "You spend the next few hours going over classwork with Tamara."
        "She continues to be cold towards you."
        player "Hey, uh...Why am i getting the cold shoulder?"
        tam "Because I don't like being followed..."
        "She says as she leaves. What the fuck...The bum must have told 'Pretty Lady'...Fuck!"
    elif story1.tamara_suspicious >= 3:
        "You spend the next few hours going over classwork with Tamara."
        "She continues to be cold towards you."
    else:
        "You spend the next few hours going over classwork with Tamara."
        "She listens closely, and even appears appreciative of your efforts."
        if story1.honest_answer:
            call change_attr (tam, 'favor', +(player.MB)) from _call_change_attr_985
        else:
            call change_attr (tam, 'favor', +1) from _call_change_attr_1089
        if tam.favor>=40:
            menu:
                "Be a little playful":
                    $ story1.event="4_3"
                    "You do your best to be playful and charming..."
                    "You got the playful part down well."
                    call change_attr (tam, 'love', +(1)) from _call_change_attr_986
                "Be flirty {color=00dcfd}Personality{/color} skill check":
                    $ skillcheck_roll = renpy.random.randint(1, 20)
                    $ var1 = player.SB + player.personality + (story1.tamara_study_actions//5)
                    if skillcheck_roll<=var1:
                        "{i}Persuasion Skill Check Passed{/i}"
                        $ story1.event="4_4"
                        tam "Boy you are trouble!"
                        player "A little bit."
                        call change_attr (tam, 'lust', +(player.leadership)) from _call_change_attr_987
                        call change_attr (tam, 'love', +(player.SB)) from _call_change_attr_988
                        if tam.love>=25 and weekday == "Monday" and story1.tamara_afterschool_event == 0 and (story1.tamara_freddy_distraction == "Rejected" or story1.tamara_completed_step >= 1):
                            tam "You wanna get in some trouble with me after school?"
                            player "Absolutely!"
                            tam "I gotta run an errand after school, but afterwards..."
                            player "I'll meet you at the bus stop."
                            $ story1.tamara_afterschool_event = 1
                    else:
                        "{i}Persuasion Skill Check Failed{/i}"
    $ story1.tamara_study_actions += 1
    $ classroom="hallway"
    hide img_story1
    return
 

DJsona

Member
May 13, 2018
241
483
unable to run the mod, however i try
parsing error everytime
Hi, mod does not work for me (it can be wine issue) - missing image
IOError: Couldn't find file 'SLDR/time_idle.png'.
Juste install a fresh game, replace the script.rpa from SLDR-0.26.03-GETLUCKY to your game folder.
then menu to activate cheat ON/OFF, and/or GL : felix or kobayachi to trigger the event more often.
if it don't work ask
 
  • Like
Reactions: ForLaX

Blaaaaah

New Member
Jun 13, 2018
4
0
Hi, mod does not work for me (it can be wine issue) - missing image

IOError: Couldn't find file 'SLDR/time_idle.png'.
 

DarkPhilosopher

Member
Modder
Jul 27, 2017
230
866
The mod's been updated. Sorry for the wait, I was actually out in the sun. I know, how dare I!

I've been seeing more and more posts about problems that I can only conclude exist because people are using repacks (@Blaaaaah is a good example, since that image is compiled into the rpa-file I offer). I simply cannot help fix them all. This game is getting more complex as it grows, and with three mods out, I'm slowly figuring out I'm not actually omniscient. It happens. If I believe your issue is because of my edits, I'll investigate and reply.
 

cacalo3

New Member
Jul 26, 2017
11
3
I use this mod mostly for the utility of being able to max stats through clicking buttons, I hate having to go through menus changing everything. The only problem I have is that it never works with the replay customisation mod. I get the page that appears when there is a problem in renpy essentially stating that there are similiar files at "/game/util/func_replay.rpy" and at "util/func_replay.rpyc". However, I can't find any file at the second path. Would anyone be able to help? I'm playing on MacOS if that could be causing it, but the problem only appears when I replace the original scripts.rpa with the scripts.rpa of this mod. Sorry if this is a weird text wall thats hard to read, its 4:45 AM here and my brain is starting to shut down.
 

Passion3D

Well-Known Member
Modder
Nov 10, 2017
1,258
6,854
I use this mod mostly for the utility of being able to max stats through clicking buttons, I hate having to go through menus changing everything. The only problem I have is that it never works with the replay customisation mod. I get the page that appears when there is a problem in renpy essentially stating that there are similiar files at "/game/util/func_replay.rpy" and at "util/func_replay.rpyc". However, I can't find any file at the second path. Would anyone be able to help? I'm playing on MacOS if that could be causing it, but the problem only appears when I replace the original scripts.rpa with the scripts.rpa of this mod. Sorry if this is a weird text wall thats hard to read, its 4:45 AM here and my brain is starting to shut down.
I'm on Mac too, and I did not have this problem. Try to delete the .RPYC, Renpy will recompile the .RPY and it should be possible to solve the problem.
Look in the file script_version.txt, you must have (7.0.0)
 
5.00 star(s) 3 Votes