Ren'Py Clicker Lust [v0.7] [LunarSiren]

3.30 star(s) 3 Votes

LunarSiren

Newbie
Game Developer
Sep 13, 2025
38
45
17
It only happens with incredibly lazy devs who no surprise, don't wanna spend the extra effort to clean up their "art". I would immediately quit playing a game where I saw an image like those ones because I would know instantly that the game is nothing but a cash grab for a lazy dev.
Youre right, i was Lazy with the Images but only Because i really wanted to Publish it, I have Upgraded the Game Gui, mechanics and formost the Images. I dont want it to be a Cash grab because the Biggest reason i made this game was Because im Tired of those Cash Grabs. I wanted to to something where you can Unlock everything without the Need to Pay Money for 3 Pictures. The Current game has almost 200 Images. and the one im making for next Week has over 350! and i carefully selected those with good anatomy. I made Different Characters which had the Most Votes on my Poll on Patreon which is ofcourse for free.

I Still Stank you for your Comment, I Hope you can Enjoy the Game i Made!
 

SaxY0

Newbie
Jun 1, 2017
16
8
205
Can't even play the game lmao, keeps getting me errors while pressing the start button.
 
  • Like
Reactions: Ripply

LunarSiren

Newbie
Game Developer
Sep 13, 2025
38
45
17
It has a bug. Cant get past the first girl. No amount of ignoring can get by the error.
Hi, I fixed it. for now only MEGA Downloads will get you the Fixed Version, i am very very Sorry for the trouble, if something comes up again message me.
Enjoy the Game!
 

LunarSiren

Newbie
Game Developer
Sep 13, 2025
38
45
17
Can't even play the game lmao, keeps getting me errors while pressing the start button.
Hello I feixed the Bug, for now Only MEGA will work, in a minute, Pixeldrain and Gofile too, sorry for the Trouble.
Enjoy!
 
Jan 19, 2019
72
531
268
Clicker Lust [v0.5] [LunarSiren], PC (Win) COMPRESSED


Tool used:
- UAGC: Image quality = 80%, Audio quality = 40kb/s, No video!
- 7Zip: Ultra, LZMA2
- QuickSFV: (.SFV is a file checks the integrity of files and folders)
** tested uncompressed files, no error!!
Note: DM for dead link!:HideThePain:
 

NotSatan

Newbie
Jan 4, 2018
27
32
235
Hey, it keeps crashing when I get to the warehouse and click to use the power. I reloaded an autosave and it now crashes whenever I load in even after deleting the game and re installing it. I can't find the saves in appdata either, so everytime I hit start it goes right to a crash screen.
 
  • Like
Reactions: LunarSiren

Khaz_

Member
Jun 1, 2017
189
470
285
Ive seen it, Thank you for Telling me! I Fixed it, for now Only Mega will Work! sorry for the Trouble!
Used the MEGA link and still got an error:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 1190, in script call
    call expression "intro_" + char from _call_expression
  File "game/script.rpy", line 988, in script
    $ level_cost = calculate_level_cost(level)
  File "game/script.rpy", line 988, in <module>
    $ level_cost = calculate_level_cost(level)
                   ~~~~~~~~~~~~~~~~~~~~^^^^^^^
  File "game/script.rpy", line 165, in calculate_level_cost
    return int(15 * (1.5 ** (level - 1)))
                             ~~~~~~^~~   
TypeError: unsupported operand type(s) for -: 'NoneType' and 'int'

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

Traceback (most recent call last):
  File "game/script.rpy", line 1190, in script call
    call expression "intro_" + char from _call_expression
  File "game/script.rpy", line 988, in script
    $ level_cost = calculate_level_cost(level)
  File "renpy/ast.py", line 1187, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/python.py", line 1260, in py_exec_bytecode
    exec(bytecode, globals, locals)
    ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "game/script.rpy", line 988, in <module>
    $ level_cost = calculate_level_cost(level)
                   ~~~~~~~~~~~~~~~~~~~~^^^^^^^
  File "game/script.rpy", line 165, in calculate_level_cost
    return int(15 * (1.5 ** (level - 1)))
                             ~~~~~~^~~   
TypeError: unsupported operand type(s) for -: 'NoneType' and 'int'

Windows-11-10.0.26100-SP0 AMD64
Ren'Py 8.4.1.25072401
ClickerLust 1.0
Mon Sep 29 04:21:41 2025
 
  • Like
Reactions: LunarSiren

aukamo92

Newbie
Dec 8, 2018
24
10
103
game/script.rpy line 969

Code:
label main_game:

    # --- Lade Spielstand ---
    $ points = getattr(persistent, f"{char}_points") or 0
    $ level = getattr(persistent, f"{char}_level") or 1
    $ click_value = getattr(persistent, f"{char}_click_value", 1) or 1
    $ upgrade_cost = getattr(persistent, f"{char}_upgrade_cost", 50) or 50
    $ auto_clicks = getattr(persistent, f"{char}_auto_clicks", 0) or 0
    $ auto_upgrade_cost = getattr(persistent, f"{char}_auto_upgrade_cost", 100) or 100
    $ auto_speed = getattr(persistent, f"{char}_auto_speed", 1.0) or 1.0
    $ super_auto_cost = getattr(persistent, f"{char}_super_auto_cost", 500) or 500
    $ mega_clicks = getattr(persistent, f"{char}_mega_clicks", 0) or 0
    $ mega_cost = getattr(persistent, f"{char}_mega_cost", 200) or 200
    $ gallery_images = getattr(persistent, f"{char}_gallery_images", []) or []
    $ current_image = getattr(persistent, f"{char}_current_image", None)
    $ log = getattr(persistent, f"{char}_log", []) or []
    $ achievements = getattr(persistent, f"{char}_achievements", []) or []
" or <value>" part was missing but there are even more bugs.. At least you can take a look at what it intended to look like.
 
  • Like
Reactions: LunarSiren

LunarSiren

Newbie
Game Developer
Sep 13, 2025
38
45
17
Hey, it keeps crashing when I get to the warehouse and click to use the power. I reloaded an autosave and it now crashes whenever I load in even after deleting the game and re installing it. I can't find the saves in appdata either, so everytime I hit start it goes right to a crash screen.
Hey, im so sorry for the Trouble it has been causing! You can Find the Save data under "Memorylust" im appdata and you dont need to load an autosave since the Game Saves from itself. Just hit Start! but im Currently uploading a New file where i Hope no Problems Will Happen. Thank you for telling me. Enjoy the Game!
 

LunarSiren

Newbie
Game Developer
Sep 13, 2025
38
45
17
Used the MEGA link and still got an error:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 1190, in script call
    call expression "intro_" + char from _call_expression
  File "game/script.rpy", line 988, in script
    $ level_cost = calculate_level_cost(level)
  File "game/script.rpy", line 988, in <module>
    $ level_cost = calculate_level_cost(level)
                   ~~~~~~~~~~~~~~~~~~~~^^^^^^^
  File "game/script.rpy", line 165, in calculate_level_cost
    return int(15 * (1.5 ** (level - 1)))
                             ~~~~~~^~~  
TypeError: unsupported operand type(s) for -: 'NoneType' and 'int'

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

Traceback (most recent call last):
  File "game/script.rpy", line 1190, in script call
    call expression "intro_" + char from _call_expression
  File "game/script.rpy", line 988, in script
    $ level_cost = calculate_level_cost(level)
  File "renpy/ast.py", line 1187, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/python.py", line 1260, in py_exec_bytecode
    exec(bytecode, globals, locals)
    ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "game/script.rpy", line 988, in <module>
    $ level_cost = calculate_level_cost(level)
                   ~~~~~~~~~~~~~~~~~~~~^^^^^^^
  File "game/script.rpy", line 165, in calculate_level_cost
    return int(15 * (1.5 ** (level - 1)))
                             ~~~~~~^~~  
TypeError: unsupported operand type(s) for -: 'NoneType' and 'int'

Windows-11-10.0.26100-SP0 AMD64
Ren'Py 8.4.1.25072401
ClickerLust 1.0
Mon Sep 29 04:21:41 2025
Very Sorry! I will fix it Shortly Just need to Upload MEGA.
 

LunarSiren

Newbie
Game Developer
Sep 13, 2025
38
45
17
Yeaaah, this game is completely busted.
Next time dev at least playtest the intro.
Yes indeed, i tested the game before i Posted it but it seems Like i Forgot to put some Pictures back in... i am very sorry for the Problems, i Posted a New Mega Link! with it hopefully working, atleast it did for me.
 

LunarSiren

Newbie
Game Developer
Sep 13, 2025
38
45
17
game/script.rpy line 969

Code:
label main_game:

    # --- Lade Spielstand ---
    $ points = getattr(persistent, f"{char}_points") or 0
    $ level = getattr(persistent, f"{char}_level") or 1
    $ click_value = getattr(persistent, f"{char}_click_value", 1) or 1
    $ upgrade_cost = getattr(persistent, f"{char}_upgrade_cost", 50) or 50
    $ auto_clicks = getattr(persistent, f"{char}_auto_clicks", 0) or 0
    $ auto_upgrade_cost = getattr(persistent, f"{char}_auto_upgrade_cost", 100) or 100
    $ auto_speed = getattr(persistent, f"{char}_auto_speed", 1.0) or 1.0
    $ super_auto_cost = getattr(persistent, f"{char}_super_auto_cost", 500) or 500
    $ mega_clicks = getattr(persistent, f"{char}_mega_clicks", 0) or 0
    $ mega_cost = getattr(persistent, f"{char}_mega_cost", 200) or 200
    $ gallery_images = getattr(persistent, f"{char}_gallery_images", []) or []
    $ current_image = getattr(persistent, f"{char}_current_image", None)
    $ log = getattr(persistent, f"{char}_log", []) or []
    $ achievements = getattr(persistent, f"{char}_achievements", []) or []
" or <value>" part was missing but there are even more bugs.. At least you can take a look at what it intended to look like.
yes it was a Problem with the Level persistent, it should work on Mega now! Thank you for the Tip I really Appreciate it!
 
3.30 star(s) 3 Votes