harem.king

Engaged Member
Aug 16, 2023
2,050
3,341
This is serious permagape for a virgin on both holes.
Capture.PNG
Well, she is in college. just because she never fucked a man does not mean she has not been tearing herself up with horse dildos.

but then again... the dialog says otherwise
> Her pussy is impossibly tight. it feels like you're penetrating something pure and chaste. it feels like you're corrupting a good girl

also, the entire sex scene describes the fucking in text. but the PICTURE shows your penis is just sitting at the entrance. its not even just the tip, its just half a tip
Capture.PNG
well... once it is over it finally shows penetration shot. then creampie shot.
overall pretty funny
 
  • Like
Reactions: stever

harem.king

Engaged Member
Aug 16, 2023
2,050
3,341
If you have the autodidact perk and go to sleep the game errors when trying to calculate overnight gains.

You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:
Mar 5, 2018
148
188
If you have the autodidact perk and go to sleep the game errors when trying to calculate overnight gains.

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

While running game code:
  File "game/script.rpy", line 2008, in script call
    call inc_time from _call_inc_time_5
  File "game/script.rpy", line 880, in script call
    call inc_day from _call_inc_day
  File "game/script.rpy", line 1233, in script
    $ player.experience+=10+GetStat(1)+GetStat(2)+getStat(3)
  File "game/script.rpy", line 1233, in <module>
    $ player.experience+=10+GetStat(1)+GetStat(2)+getStat(3)
NameError: name 'getStat' is not defined

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

Full traceback:
  File "game/script.rpy", line 2008, in script call
    call inc_time from _call_inc_time_5
  File "game/script.rpy", line 880, in script call
    call inc_day from _call_inc_day
  File "game/script.rpy", line 1233, in script
    $ player.experience+=10+GetStat(1)+GetStat(2)+getStat(3)
  File "D:\games_x\The Incorrigible Sway\The_Incorrigible_Sway-0.4.0-pc\renpy\ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\games_x\The Incorrigible Sway\The_Incorrigible_Sway-0.4.0-pc\renpy\python.py", line 1122, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/script.rpy", line 1233, in <module>
    $ player.experience+=10+GetStat(1)+GetStat(2)+getStat(3)
NameError: name 'getStat' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.3.23091805
Sway 0.4.0
Sun Jan 14 20:07:04 2024
I ended up getting the same thing

Looking at it now, I think getStat(3) is supposed to be GetStat(3)
 

LokiSalmon

Member
Jul 7, 2017
102
225
Problem that I had is that although I've managed to get Trophy Wife to move into the Lair, when it called her it was the wrong file name (which I fixed by duping and renaming the file). But with that fix in place, when she shows and you click on her you go to Flor instead.
It's not that you go to Flor, you go to the last other girl you talked to. The fix is to go into trophywife.rpy, line 375, and change "girl_curent" to "girl_current".
 

harem.king

Engaged Member
Aug 16, 2023
2,050
3,341
Sway-0.4.0-pc-unofficial-hotfix2
* fix autodidact uncaught exception. now you can get your daily free XP. (thanks ShadowedKnight50)
* fix releasing girl from dungeon uncaught exception.
* (untested) fix trophywife (thanks LokiSalmon)

Ok. that is a prtty funny derp there.
When you release a girl from the dungeon the game executes two lines:
line 1: set dungeon girl to 0 (aka nobody)
line 2: have [nickname of dungeon girl] thank you for letting her out.

This causes an uncaught exception because 0 does not have a nickname value.
The solution is to invert line 1 and 2. first have her say thank you and then release her from the dungeon.
 
Last edited:

harem.king

Engaged Member
Aug 16, 2023
2,050
3,341
How to fix being unable to level up in v0.4.0

Levelup happens when you rest/sleep.
It is bugged so that you cannot level up if you have a girl serving as an Alarm.
However, once you have set a girl as an alarm, you cannot turn it off, you can only change which girl serves as the alarm.

URM is no help here because to disable alarm you need to change an array into an integer with a value of 0.
What you want to do is:

You don't have permission to view the spoiler content. Log in or register now.

To disable alarm you need to run two commands:
Code:
alarm = 0
alarm_action = 0
this is a zero (number) not an oh (letter)

Once alarm has been disabled, go to sleep to level up. one levelup per sleep (So you might have to sleep more than once).
Once done, you may choose to re-enable alarm if you so desire.

====
while you are at it. you can also cheat player prestige (currency) and experience. the values for which are
Code:
player.experience
player.prestige
 
Last edited:
  • Like
Reactions: AkaQ

SonsOfLiberty

Board Buff
Game Compressor
Sep 3, 2022
17,982
145,614
NOTE: This game has now changed names to:

Sway's Super Harem

v0.0.5

Win/Linux/Mac/Android:
 

Rannulf

New Member
May 15, 2020
10
1
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 1256, in script call
    call level_up from _call_level_up
  File "game/script.rpy", line 1256, in script call
    call level_up from _call_level_up
  File "game/script.rpy", line 1256, in script call
    call level_up from _call_level_up
  File "game/base.rpy", line 161, in script
    call screen base_dorm()
  File "renpy/common/000statements.rpy", line 670, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/base.rpy", line 163, in execute
    screen base_dorm():
  File "game/base.rpy", line 163, in execute
    screen base_dorm():
  File "game/base.rpy", line 167, in execute
    if spriggan_char.quest==5 or spriggan_char.quest==6 or spriggan_char.quest==7:
  File "game/base.rpy", line 169, in <module>
    elif spriggan_char.memory<=0-2:
AttributeError: 'GameCharacter' object has no attribute 'memory'

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

Full traceback:
  File "game/script.rpy", line 1256, in script call
    call level_up from _call_level_up
  File "game/script.rpy", line 1256, in script call
    call level_up from _call_level_up
  File "game/script.rpy", line 1256, in script call
    call level_up from _call_level_up
  File "game/base.rpy", line 161, in script
    call screen base_dorm()
  File "C:\Users\That_\Desktop\sway-0.5.0-pc\renpy\ast.py", line 2259, in execute
    self.call("execute")
  File "C:\Users\That_\Desktop\sway-0.5.0-pc\renpy\ast.py", line 2241, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\That_\Desktop\sway-0.5.0-pc\renpy\statements.py", line 342, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 670, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\Users\That_\Desktop\sway-0.5.0-pc\renpy\exports.py", line 3347, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\That_\Desktop\sway-0.5.0-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\That_\Desktop\sway-0.5.0-pc\renpy\display\core.py", line 3582, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "C:\Users\That_\Desktop\sway-0.5.0-pc\renpy\display\core.py", line 4055, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\That_\Desktop\sway-0.5.0-pc\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\That_\Desktop\sway-0.5.0-pc\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\That_\Desktop\sway-0.5.0-pc\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\That_\Desktop\sway-0.5.0-pc\renpy\display\screen.py", line 476, in visit_all
    callback(self)
  File "C:\Users\That_\Desktop\sway-0.5.0-pc\renpy\display\core.py", line 4055, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\That_\Desktop\sway-0.5.0-pc\renpy\display\screen.py", line 487, in per_interact
    self.update()
  File "C:\Users\That_\Desktop\sway-0.5.0-pc\renpy\display\screen.py", line 680, in update
    self.screen.function(**self.scope)
  File "game/base.rpy", line 163, in execute
    screen base_dorm():
  File "game/base.rpy", line 163, in execute
    screen base_dorm():
  File "game/base.rpy", line 167, in execute
    if spriggan_char.quest==5 or spriggan_char.quest==6 or spriggan_char.quest==7:
  File "game/base.rpy", line 169, in <module>
    elif spriggan_char.memory<=0-2:
AttributeError: 'GameCharacter' object has no attribute 'memory'

Windows-10-10.0.22621 AMD64
Ren'Py 8.1.3.23091805
Sway 0.5.0
Sat Mar  2 17:47:17 2024
cant seem to go to the dorm and this is what was popping everytime i tried and i mean the base dorm
 

SonsOfLiberty

Board Buff
Game Compressor
Sep 3, 2022
17,982
145,614
Sway's Super Harem [v0.5.0] [Dirty Secret Studio]

COMPRESSED:

Win/Linux:
- - -

Mac:
- - -
 

sargeherren

New Member
May 30, 2018
2
1
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 1256, in script call
    call level_up from _call_level_up
  File "game/script.rpy", line 1256, in script call
    call level_up from _call_level_up
  File "game/script.rpy", line 1256, in script call
    call level_up from _call_level_up
  File "game/base.rpy", line 161, in script
    call screen base_dorm()
  File "renpy/common/000statements.rpy", line 670, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/base.rpy", line 163, in execute
    screen base_dorm():
  File "game/base.rpy", line 163, in execute
    screen base_dorm():
  File "game/base.rpy", line 167, in execute
    if spriggan_char.quest==5 or spriggan_char.quest==6 or spriggan_char.quest==7:
  File "game/base.rpy", line 169, in <module>
    elif spriggan_char.memory<=0-2:
AttributeError: 'GameCharacter' object has no attribute 'memory'

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

Full traceback:
  File "game/script.rpy", line 1256, in script call
    call level_up from _call_level_up
  File "game/script.rpy", line 1256, in script call
    call level_up from _call_level_up
  File "game/script.rpy", line 1256, in script call
    call level_up from _call_level_up
  File "game/base.rpy", line 161, in script
    call screen base_dorm()
  File "C:\Users\That_\Desktop\sway-0.5.0-pc\renpy\ast.py", line 2259, in execute
    self.call("execute")
  File "C:\Users\That_\Desktop\sway-0.5.0-pc\renpy\ast.py", line 2241, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\That_\Desktop\sway-0.5.0-pc\renpy\statements.py", line 342, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 670, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\Users\That_\Desktop\sway-0.5.0-pc\renpy\exports.py", line 3347, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\That_\Desktop\sway-0.5.0-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\That_\Desktop\sway-0.5.0-pc\renpy\display\core.py", line 3582, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "C:\Users\That_\Desktop\sway-0.5.0-pc\renpy\display\core.py", line 4055, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\That_\Desktop\sway-0.5.0-pc\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\That_\Desktop\sway-0.5.0-pc\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\That_\Desktop\sway-0.5.0-pc\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\That_\Desktop\sway-0.5.0-pc\renpy\display\screen.py", line 476, in visit_all
    callback(self)
  File "C:\Users\That_\Desktop\sway-0.5.0-pc\renpy\display\core.py", line 4055, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\That_\Desktop\sway-0.5.0-pc\renpy\display\screen.py", line 487, in per_interact
    self.update()
  File "C:\Users\That_\Desktop\sway-0.5.0-pc\renpy\display\screen.py", line 680, in update
    self.screen.function(**self.scope)
  File "game/base.rpy", line 163, in execute
    screen base_dorm():
  File "game/base.rpy", line 163, in execute
    screen base_dorm():
  File "game/base.rpy", line 167, in execute
    if spriggan_char.quest==5 or spriggan_char.quest==6 or spriggan_char.quest==7:
  File "game/base.rpy", line 169, in <module>
    elif spriggan_char.memory<=0-2:
AttributeError: 'GameCharacter' object has no attribute 'memory'

Windows-10-10.0.22621 AMD64
Ren'Py 8.1.3.23091805
Sway 0.5.0
Sat Mar  2 17:47:17 2024
cant seem to go to the dorm and this is what was popping everytime i tried and i mean the base dorm
I'm getting the same error.
 

yilkin

dl.rpdl.net
Donor
Feb 23, 2023
8,719
4,730
SwaysSuperHarem-0.5.0
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 

Elasstommer

Newbie
Aug 15, 2017
69
158
Seems very buggy. A lot of variables that get referenced in the code but haven't been defined yet. Makes it seem like it might be an alpha or a version with code that's partly out of sync -- as though it doesn't have all the commits included.
 

Sural Argonus

Chimpanor Productions
Donor
Game Developer
May 12, 2017
762
2,029
I'm no expert, but I think typoes and missing variables are a challenge.

The code looks for spriggan_char.memory, but that isn't defined.


Looks like the line is defined at 656 $ spriggan_char.memory=0-1. Not sure what it's SUPPOSED to be tho.

I manually set $ spriggan_char.memory and it worked. Allowed me into the Dorm. Going to keep looking
 
Last edited:

Ggunn74

New Member
May 16, 2017
9
5
I'm no expert, but I think typoes and missing variables are a challenge.

The code looks for spriggan_char.memory, but that isn't defined.


Looks like the line is defined at 656 $ spriggan_char.memory=0-1. Not sure what it's SUPPOSED to be tho.

I manually set $ spriggan_char.memory and it worked. Allowed me into the Dorm. Going to keep looking
Could you show me the code added/changed and the lines around it so I can do the same?
 

AkaQ

Member
May 23, 2022
315
353
I tried to play the last 2 games of this dev, they were bad.
This one actually looks decent, with an interesting plot.
Sadly it's really really buggy, I was encountering an error every 5m or so and had to gave up.
 

Sural Argonus

Chimpanor Productions
Donor
Game Developer
May 12, 2017
762
2,029
Could you show me the code added/changed and the lines around it so I can do the same?
Easier to do it via Console...but there are so many other bugs.


Nothing against the Dev...but he needs some playtesters and some coding help.
 
3.00 star(s) 1 Vote