• To improve security, we will soon start forcing password resets for any account that uses a weak password on the next login. If you have a weak password or a defunct email, please update it now to prevent future disruption.

Ren'Py Completed Curvy Cougars Street [v1.8 Public] [CHAIXAS-GAMES]

3.70 star(s) 16 Votes

PhineasFlynn

Engaged Member
Feb 1, 2020
3,421
3,068
guys just want ask pls .. is this game is really complete for sure ???
because i completed this version until the end .. but still daisy's hearts was still ZERO ( the girl sailing whisky illegal ) ... and Nora's heart was still 2 out of 3 .. so its still have few more things to do :(

how come this is completed ??
Yeah, its complete. Bud story is bit uncomplete. He skip to new game too fast.
 
  • Like
Reactions: hamod

Team Thanos

Member
May 3, 2021
273
405
This may have been asked already, not sure.

Is there a way to get the mayor to dress as a hooker again or is that scene just a onetime deal?
 

curiosity69

New Member
Apr 20, 2022
1
0
Got the following error after Vanessa has left. I know I must be nearing the end and ignoring the error I can see snippets of the Mayor on TV. Anyone know of a fix for this?

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

While running game code:
KeyError: u'dia3778'

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

Full traceback:
  File "diane.rpyc", line 2466, in script
  File "renpy/ast.py", line 715, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1393, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1190, in __call__
    what = what_pattern.replace("[what]", sub(what, translate=True))
  File "renpy/character.py", line 1179, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "renpy/substitutions.py", line 270, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
KeyError: u'dia3778'

Windows-10-10.0.19041
Ren'Py 7.4.3.1414
CURVY COUGARS STREET 1.8
Thu Oct 12 05:22:04 2023
 

AnLoPoWo

Newbie
Sep 30, 2023
30
15
Hello everyone, that beautiful visual novel type game was missing some hearts to complete it or is that the game?
 
Aug 8, 2019
74
50
Hello everyone, that beautiful visual novel type game was missing some hearts to complete it or is that the game?
That's, sadly, it. Unless someone were to make an unofficial update, possibly including a gallery as well as the option to have different sex scenes, that's all we've got.
 
  • Like
Reactions: AnLoPoWo

AnLoPoWo

Newbie
Sep 30, 2023
30
15
Hello everyone, I have this problem loading the game curvy cougar street I don't want to start another game from 0

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

While running game code:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "renpy/common/00action_file.rpy", line 452, in __call__
    renpy.load(fn)
BadZipfile: File is not a zip file

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3101, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3910, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/transition.py", line 48, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 720, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1243, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/behavior.py", line 975, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 910, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 322, in run
    new_rv = run(i, *args, **kwargs)
  File "renpy/display/behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 452, in __call__
    renpy.load(fn)
  File "renpy/loadsave.py", line 766, in load
    roots, log = loads(location.load(filename))
  File "renpy/savelocation.py", line 457, in load
    return l.load(slotname)
  File "renpy/savelocation.py", line 254, in load
    with zipfile.ZipFile(filename, "r") as zf:
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/zipfile.py", line 793, in __init__
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/zipfile.py", line 834, in _RealGetContents
BadZipfile: File is not a zip file

Windows-10-10.0.19041
Ren'Py 7.4.3.1414
CURVY COUGARS STREET 1.8
Sun Feb 18 00:03:28 2024
 

yoyomistro

Engaged Member
Jan 15, 2017
2,679
3,356
Hello everyone, I have this problem loading the game curvy cougar street I don't want to start another game from 0

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

While running game code:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "renpy/common/00action_file.rpy", line 452, in __call__
    renpy.load(fn)
BadZipfile: File is not a zip file

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3101, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3910, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/transition.py", line 48, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 720, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1243, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/behavior.py", line 975, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 910, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 322, in run
    new_rv = run(i, *args, **kwargs)
  File "renpy/display/behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 452, in __call__
    renpy.load(fn)
  File "renpy/loadsave.py", line 766, in load
    roots, log = loads(location.load(filename))
  File "renpy/savelocation.py", line 457, in load
    return l.load(slotname)
  File "renpy/savelocation.py", line 254, in load
    with zipfile.ZipFile(filename, "r") as zf:
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/zipfile.py", line 793, in __init__
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/zipfile.py", line 834, in _RealGetContents
BadZipfile: File is not a zip file

Windows-10-10.0.19041
Ren'Py 7.4.3.1414
CURVY COUGARS STREET 1.8
Sun Feb 18 00:03:28 2024
IDK what the error is, never seen this one before; however you can try: 1. Unpacking the whole game again with 7zip and transfer your saves 2. If there are any non-standard characters in the directory name or if you unzipped it in a really long directory, change the name/move it closer to the root.
 

AnLoPoWo

Newbie
Sep 30, 2023
30
15
IDK what the error is, never seen this one before; however you can try: 1. Unpacking the whole game again with 7zip and transfer your saves 2. If there are any non-standard characters in the directory name or if you unzipped it in a really long directory, change the name/move it closer to the root.
I didn't know the game had autosaves and you can recover the saved game.
 

yoyomistro

Engaged Member
Jan 15, 2017
2,679
3,356
I didn't know the game had autosaves and you can recover the saved game.
All Ren'Py games automatically duplicate saves in the Roaming/non-Windows equivalent directory, so even if you delete a game folder you can copy them from there. I personally like have a copy of each save in the game directory itself so I'll make sure all saves are present in both locations.
 
  • Like
Reactions: AnLoPoWo
3.70 star(s) 16 Votes