Ren'Py Fuck Your Way to the Top [v0.2] [Kileos123]

3.30 star(s) 3 Votes

kileos123

I have played them all.
Game Developer
Sep 19, 2018
132
275
Got a save with the problem just use orgy on the lustfull celebs (also finishers could use a GUI slider they can start go outsied screen as seen on first orgasm)
Thanks for the save, this should fix it.
 

beta033a

Newbie
Jul 8, 2017
21
13
This game is actually prorgressing well! What's the plan for more girlpacks or updates to allow modders to crete their own?
 

kileos123

I have played them all.
Game Developer
Sep 19, 2018
132
275
Currently mods can be made for the game but I wouldn't curse anyone with that fate just yet, I should first make the code easier to read, make some documentation and add in all of the functions that the mods will be modifying.

As for girlpacks I will be refining the gameplay loop so I can identify how long games last (3, 6, 10 parties?) and how many cards models should have. After I am happy with Leana and Elsa I will make more.
 
  • Like
Reactions: WarblGarbl

erkan

Newbie
Nov 14, 2017
47
12
Currently mods can be made for the game but I wouldn't curse anyone with that fate just yet, I should first make the code easier to read, make some documentation and add in all of the functions that the mods will be modifying.

As for girlpacks I will be refining the gameplay loop so I can identify how long games last (3, 6, 10 parties?) and how many cards models should have. After I am happy with Leana and Elsa I will make more.
Nice. Now however submissive card no longer spawns when breedable gets into hand. Also I got this error trying to play 'Ideal woman':


```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 125, in script call
call Main_menu from _call_Main_menu_2
File "game/Main_menu.rpy", line 4, in script call
call game_start from _call_Main_menu_1
File "game/Game start.rpy", line 95, in script call
call main_loop from _call_main_loop
File "game/Game start.rpy", line 324, in script call
call screen congress_screen
File "game/mods/Leana Lovings/Leana_Lovings.rpy", line 1505, in script
$ amount = dealPleasureDamage(target, model, card, card.math(model, card, target), [Doggy, Vaginal_sex, Friends])
File "game/mods/Leana Lovings/Leana_Lovings.rpy", line 1505, in <module>
$ amount = dealPleasureDamage(target, model, card, card.math(model, card, target), [Doggy, Vaginal_sex, Friends])
File "game/functions.rpy", line 294, in dealPleasureDamage
changePleasure(target, changer, card, amount)
File "game/functions.rpy", line 167, in changePleasure
target.stats.pleasure += amount
TypeError: unsupported operand type(s) for +=: 'int' and 'RevertableList'

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

Full traceback:
File "game/script.rpy", line 125, in script call
call Main_menu from _call_Main_menu_2
File "game/Main_menu.rpy", line 4, in script call
call game_start from _call_Main_menu_1
File "game/Game start.rpy", line 95, in script call
call main_loop from _call_main_loop
File "game/Game start.rpy", line 324, in script call
call screen congress_screen
File "game/mods/Leana Lovings/Leana_Lovings.rpy", line 1505, in script
$ amount = dealPleasureDamage(target, model, card, card.math(model, card, target), [Doggy, Vaginal_sex, Friends])
File "E:\Games\Ny mapp (2)\FYWTTT-0.21-pc\renpy\ast.py", line 823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\Games\Ny mapp (2)\FYWTTT-0.21-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/mods/Leana Lovings/Leana_Lovings.rpy", line 1505, in <module>
$ amount = dealPleasureDamage(target, model, card, card.math(model, card, target), [Doggy, Vaginal_sex, Friends])
File "game/functions.rpy", line 294, in dealPleasureDamage
changePleasure(target, changer, card, amount)
File "game/functions.rpy", line 167, in changePleasure
target.stats.pleasure += amount
TypeError: unsupported operand type(s) for +=: 'int' and 'RevertableList'

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.1.24030407
Fuck your way to the top 0.21
Thu Mar 20 13:26:53 2025
```
 

kileos123

I have played them all.
Game Developer
Sep 19, 2018
132
275
Nice. Now however submissive card no longer spawns when breedable gets into hand. Also I got this error trying to play 'Ideal woman':


```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 125, in script call
call Main_menu from _call_Main_menu_2
File "game/Main_menu.rpy", line 4, in script call
call game_start from _call_Main_menu_1
File "game/Game start.rpy", line 95, in script call
call main_loop from _call_main_loop
File "game/Game start.rpy", line 324, in script call
call screen congress_screen
File "game/mods/Leana Lovings/Leana_Lovings.rpy", line 1505, in script
$ amount = dealPleasureDamage(target, model, card, card.math(model, card, target), [Doggy, Vaginal_sex, Friends])
File "game/mods/Leana Lovings/Leana_Lovings.rpy", line 1505, in <module>
$ amount = dealPleasureDamage(target, model, card, card.math(model, card, target), [Doggy, Vaginal_sex, Friends])
File "game/functions.rpy", line 294, in dealPleasureDamage
changePleasure(target, changer, card, amount)
File "game/functions.rpy", line 167, in changePleasure
target.stats.pleasure += amount
TypeError: unsupported operand type(s) for +=: 'int' and 'RevertableList'

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

Full traceback:
File "game/script.rpy", line 125, in script call
call Main_menu from _call_Main_menu_2
File "game/Main_menu.rpy", line 4, in script call
call game_start from _call_Main_menu_1
File "game/Game start.rpy", line 95, in script call
call main_loop from _call_main_loop
File "game/Game start.rpy", line 324, in script call
call screen congress_screen
File "game/mods/Leana Lovings/Leana_Lovings.rpy", line 1505, in script
$ amount = dealPleasureDamage(target, model, card, card.math(model, card, target), [Doggy, Vaginal_sex, Friends])
File "E:\Games\Ny mapp (2)\FYWTTT-0.21-pc\renpy\ast.py", line 823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\Games\Ny mapp (2)\FYWTTT-0.21-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/mods/Leana Lovings/Leana_Lovings.rpy", line 1505, in <module>
$ amount = dealPleasureDamage(target, model, card, card.math(model, card, target), [Doggy, Vaginal_sex, Friends])
File "game/functions.rpy", line 294, in dealPleasureDamage
changePleasure(target, changer, card, amount)
File "game/functions.rpy", line 167, in changePleasure
target.stats.pleasure += amount
TypeError: unsupported operand type(s) for +=: 'int' and 'RevertableList'

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.1.24030407
Fuck your way to the top 0.21
Thu Mar 20 13:26:53 2025
```
Boy did I screw up. That rpy i posted was from the branch of code I am using to expand the game, not from the current 0.2 production. In the attached Mega link I have made a 0.22 full download and a scripts 0.22 which is just an update patch, extract it into the game folder. Elsa and Leana have also been updated, no video or images have been changed so I have made a rpy file for each that just updates the code for them. The scripts zip updates the base code, just extract in the game folder. Sorry, made a real mess of this.

 
  • Hey there
Reactions: WarblGarbl

anowon

Newbie
Apr 4, 2021
54
153
Boy did I screw up. That rpy i posted was from the branch of code I am using to expand the game, not from the current 0.2 production. In the attached Mega link I have made a 0.22 full download and a scripts 0.22 which is just an update patch, extract it into the game folder. Elsa and Leana have also been updated, no video or images have been changed so I have made a rpy file for each that just updates the code for them. The scripts zip updates the base code, just extract in the game folder. Sorry, made a real mess of this.

MEGA
Mega link's not working... just kicks back to the main page
 

erkan

Newbie
Nov 14, 2017
47
12
Mega link's not working... just kicks back to the main page
Front page one works (girlpack link)

Unrelated a bug: somtimes when playing card that causes orgasm the rest of the hand dissapears, attaching save (play bj and leanas hand dissapears had lit happen to elsa ones too but no save for that)
 

kileos123

I have played them all.
Game Developer
Sep 19, 2018
132
275
Front page one works (girlpack link)

Unrelated a bug: somtimes when playing card that causes orgasm the rest of the hand dissapears, attaching save (play bj and leanas hand dissapears had lit happen to elsa ones too but no save for that)
The party member saboteur causes the model who makes him orgasm to discard her hand.
 
  • Like
Reactions: erkan

erkan

Newbie
Nov 14, 2017
47
12
Got error playing Leanas short skirt card (lust per card played randomly distributed:


```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 131, in script call
call Main_menu from _call_Main_menu_2
File "game/Main_menu.rpy", line 4, in script call
call game_start from _call_Main_menu_1
File "game/Game_start.rpy", line 95, in script call
call main_loop from _call_main_loop
File "game/Game_start.rpy", line 324, in script
call screen congress_screen
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/common/00action_other.rpy", line 586, in __call__
rv = self.callable(*self.args, **self.kwargs)
File "game/Game_start.rpy", line 1593, in handle_card_used
card.playCard(selected_model, None)
File "game/classes.rpy", line 133, in playCard
if not canBeTargeted(self, model, None):
File "game/functions.rpy", line 1337, in canBeTargeted
if group[1](card, model, target) == False:
File "game/mods/Leana Lovings/Leana_Lovings.rpy", line 449, in Leana_Lovings_canBeTargeted
if (currentLocation == "congress" and not current_members) or (currentLocation == "contact map" and not current_contacts) or (curentLocation == "puppets" and not functionModel.puppets):
NameError: name 'curentLocation' is not defined

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

Full traceback:
File "game/script.rpy", line 131, in script call
call Main_menu from _call_Main_menu_2
File "game/Main_menu.rpy", line 4, in script call
call game_start from _call_Main_menu_1
File "game/Game_start.rpy", line 95, in script call
call main_loop from _call_main_loop
File "game/Game_start.rpy", line 324, in script
call screen congress_screen
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\ast.py", line 1968, in execute
self.call("execute")
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\ast.py", line 1950, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\statements.py", line 349, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\exports.py", line 3413, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\core.py", line 2165, 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 "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\core.py", line 3201, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\screen.py", line 793, in event
rv = self.child.event(ev, x, y, st)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\layout.py", line 1426, in event
rv = super(Window, self).event(ev, x, y, st)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\layout.py", line 288, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\layout.py", line 288, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\viewport.py", line 587, in event
rv = super(Viewport, self).event(ev, x, y, st)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\layout.py", line 288, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\layout.py", line 288, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\layout.py", line 1426, in event
rv = super(Window, self).event(ev, x, y, st)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\layout.py", line 288, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\layout.py", line 288, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\viewport.py", line 587, in event
rv = super(Viewport, self).event(ev, x, y, st)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\layout.py", line 288, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\transform.py", line 984, in event
rv = d.event(ev, cx, cy, st)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\behavior.py", line 1174, in event
return handle_click(self.clicked)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\behavior.py", line 1095, in handle_click
rv = run(action)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\behavior.py", line 388, in run
new_rv = run(i, *args, **kwargs)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\behavior.py", line 395, in run
return action(*args, **kwargs)
File "renpy/common/00action_other.rpy", line 586, in __call__
rv = self.callable(*self.args, **self.kwargs)
File "game/Game_start.rpy", line 1593, in handle_card_used
card.playCard(selected_model, None)
File "game/classes.rpy", line 133, in playCard
if not canBeTargeted(self, model, None):
File "game/functions.rpy", line 1337, in canBeTargeted
if group[1](card, model, target) == False:
File "game/mods/Leana Lovings/Leana_Lovings.rpy", line 449, in Leana_Lovings_canBeTargeted
if (currentLocation == "congress" and not current_members) or (currentLocation == "contact map" and not current_contacts) or (curentLocation == "puppets" and not functionModel.puppets):
NameError: name 'curentLocation' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.1.24030407
Fuck your way to the top 0.22
Sun Mar 23 11:12:59 2025
```
 

anowon

Newbie
Apr 4, 2021
54
153
"Demonstration" card causes an error if you try to move to Congress while it's in your hand. "Convincing Argument" appears to do nothing.

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

erkan

Newbie
Nov 14, 2017
47
12
Sometimes the game remembers old income. I won a game then got the same income starting a new one (save on turn 2 in file), my only pupet gives no income. I have seen something simmilar in active games too where 3 +2 money puppets can give up to 18income
 

kileos123

I have played them all.
Game Developer
Sep 19, 2018
132
275
Sometimes the game remembers old income. I won a game then got the same income starting a new one (save on turn 2 in file), my only pupet gives no income. I have seen something simmilar in active games too where 3 +2 money puppets can give up to 18income
Game didn't restart the models on new game, fixed.
 

erkan

Newbie
Nov 14, 2017
47
12
SO I tried 'ideal woman' agian though I thing I got latest fixes and got error:
(attaching save). Edit: Also is Equal nudity supposed to be spammable?? (got 3 instances now but seem to only increas lust by 1 anyway)
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

kileos123

I have played them all.
Game Developer
Sep 19, 2018
132
275
SO I tried 'ideal woman' agian though I thing I got latest fixes and got error:
(attaching save). Edit: Also is Equal nudity supposed to be spammable?? (got 3 instances now but seem to only increas lust by 1 anyway)
You don't have permission to view the spoiler content. Log in or register now.
Exception fixed, I made the convincing argument card stop removing itself from the deck but didn't update its function to accommodate that, fixed.
 
  • Like
Reactions: erkan
3.30 star(s) 3 Votes