Mod Cheat Mod Ren'Py Superheroes Suck [1.826 Public] Multi-Mod [ShaddyModda]

5.00 star(s) 2 Votes

ShaddyGames

Engaged Member
Modder
Donor
Game Developer
Jan 19, 2020
2,372
11,553
1600722037884.png

As always if you like the game please show your support for the Dev.
If you like my work please consider supporting me on my , or .

Game/Creator: Superheroes Suck / Solace -
Modder: ShaddyModda - - - -
Game /Mod Version: 1.826 Public
Language: English
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.

DOWNLOAD
Win/Linux: -


OTHER
Unofficial android port incl. my mod. HERE by Wills747 -


Masterlist of Mods

screenshot0004.png screenshot0012.png screenshot0015.png screenshot0016.png screenshot0017.png screenshot0018.png screenshot0006.png screenshot0008.png screenshot0009.png screenshot0010.png screenshot0011.png quick menu.png screenshot0003.png
 
Last edited:

callmemaximous

Newbie
Donor
Oct 13, 2018
30
25
I can load up the game by itself, but when I add in the mod, it gives me this error

File "game/chrys.rpy", line 1090: Tab characters are not allowed in Ren'Py scripts.
 

ShaddyGames

Engaged Member
Modder
Donor
Game Developer
Jan 19, 2020
2,372
11,553
I can load up the game by itself, but when I add in the mod, it gives me this error

File "game/chrys.rpy", line 1090: Tab characters are not allowed in Ren'Py scripts.
k thanks give me a minute to fix it
 

ShaddyGames

Engaged Member
Modder
Donor
Game Developer
Jan 19, 2020
2,372
11,553
I can load up the game by itself, but when I add in the mod, it gives me this error

File "game/chrys.rpy", line 1090: Tab characters are not allowed in Ren'Py scripts.
Just fixed it and tried it. Should be be fine now. worked for me. Here's the new link.
 
  • Like
Reactions: Miguelone15

lordfridge9

Emperor of Universe 7
Donor
Aug 24, 2017
3,259
3,840
Is there any indication of what obedience does? I see it pop up and sometimes gotta make a choice between it and affection and not sure with which to go
 
  • Like
Reactions: UrsusDerpus

ShaddyGames

Engaged Member
Modder
Donor
Game Developer
Jan 19, 2020
2,372
11,553
Is there any indication of what obedience does? I see it pop up and sometimes gotta make a choice between it and affection and not sure with which to go
I don't believe it's actually being used yet. At least I haven't noticed a use for it in the files, but I'll take another look at it tomorrow and let you know.
 
  • Like
Reactions: UrsusDerpus

ShaddyGames

Engaged Member
Modder
Donor
Game Developer
Jan 19, 2020
2,372
11,553
For now id say go ahead and take the Obedience points, cause the affection points still accumulate with the replay able scenes. And you can always cheat the points with console commands. I intended to add an in-game points cheat in the future. Just need to lock down the coding for it. Hopefully by the next update.
 

ShaddyGames

Engaged Member
Modder
Donor
Game Developer
Jan 19, 2020
2,372
11,553
Here are the console commands and steps to enable console. Lust does not currently seem to have a use in-game.
Go into the games \renpy\common folder and find 00console.rpy

Edit with notepad/Notepad++
Do CTRL+F and search config.console = False
alter config.console = False to config.console = True


Codes
p_fitness = 0
# this is the measure of physical ability. It is raised by spending time in the gym

p_aptitude = 0
# this is the measure of cunning. It is raised by studying in the library

p_power = 0
# this is the measure of the protagonist's superpowers. It is raised by progressing the story

p_confidence = 0
# this is the spendable stat raised through self-training and spent for special events.


Missus Powell
ep_affection = 0

Harper
hp_affection = 0
hp_lust = 0
hp_obedience = 0

Chrys
cs_affection = 0
cs_lust = 0
cs_obedience = 0

Riley
rb_affection = 0
rb_lust = 0
rb_obedience = 0

Valentina
ve_affection = 0
ve_lust = 0
ve_obedience = 0

Victoria
vp_affection = 0
vp_lust = 0
vp_obedience = 0
 

ShaddyGames

Engaged Member
Modder
Donor
Game Developer
Jan 19, 2020
2,372
11,553
  • Like
Reactions: lordfridge9

Wills747

Engaged Member
Dec 14, 2018
2,291
4,713
Hi all, My compressed unofficial Android port of Superheroes suck 1.826 with ShaddyModda MULTI mod.
Usual gestures, save name,delete etc.
Alternative persistent save/log location.

**Special Instructions:**

Install apk.
Grant storage permissions on first run!
On first run you will get a prompt to copy the archive.rpa file to documents/Wills747/superheroes.suck/game folder.
(game will quit now)
Copy the archive.rpa file to the directory indicated in game.
Restart the game.
Keep in mind if your default install location is an actual SD card and slow speed this may slow the launch.

Also, keep archive.rpa. I'll use it for future updates to minimise the apk size.

archive.rpa:


v1.826 APK file:
 
Last edited:

Madking2

Newbie
Mar 15, 2018
16
26
Found a couple errors:
when the menu has a "words(test)[mods]"
there were a couple [mods] that came back "name not defined"


While running game code:
File "game/harper.rpy", line 3964, in script
menu:
File "game/screens.rpy", line 207, in execute
screen choice(items):
File "game/screens.rpy", line 207, in execute
screen choice(items):
File "game/screens.rpy", line 210, in execute
vbox:
File "game/screens.rpy", line 211, in execute
for i in items:
File "game/screens.rpy", line 212, in execute
textbutton i.caption action i.action
NameError: Name '+2 Confidence' is not defined.

I got the same error for line 2759:
NameError: Name '+1 Confidence & +1 Harper Affection & Obedience' is not defined.
 

ShaddyGames

Engaged Member
Modder
Donor
Game Developer
Jan 19, 2020
2,372
11,553
Found a couple errors:
when the menu has a "words(test)[mods]"
there were a couple [mods] that came back "name not defined"


While running game code:
File "game/harper.rpy", line 3964, in script
menu:
File "game/screens.rpy", line 207, in execute
screen choice(items):
File "game/screens.rpy", line 207, in execute
screen choice(items):
File "game/screens.rpy", line 210, in execute
vbox:
File "game/screens.rpy", line 211, in execute
for i in items:
File "game/screens.rpy", line 212, in execute
textbutton i.caption action i.action
NameError: Name '+2 Confidence' is not defined.

I got the same error for line 2759:
NameError: Name '+1 Confidence & +1 Harper Affection & Obedience' is not defined.
Android or PC/MAC
 

ThatFeelTemp

Newbie
Feb 22, 2019
37
30
Wait, this was updated 3 days after the game went to version 0.60 but the mod itself says it is version 0.55. Is this up to date?
 
5.00 star(s) 2 Votes