Porcus Dev

Engaged Member
Game Developer
Oct 12, 2017
2,582
4,692
Is it 12 gig because its full of content, or is it 12 gig cause the file sizes are huge? Like high resolution pics and animation?
The latter. There's not as much content as you'd expect after nearly 5 years. Actually...some plotlines actually DO have (comparatively) good amount of content and others not nearly as much as you'd expect
More than 6,500 images and more than 500 animations :devilish:

I wouldn't call that little content, lol :)
What happens is that we don't go to sex quickly, first we want to give depth to the characters, so the "final reward" is more enjoyable. The thing is that there are so many characters, that in some the progress has been greater than in others :HideThePain:
 
  • Like
Reactions: HathgarNiche

0x52

Ren'Py Magician
Modder
Donor
Game Developer
May 23, 2019
1,615
6,161
Python:
While running game code:
  File "renpy/common/000statements.rpy", line 513, in execute_show_screen
    renpy.with_statement(eval(transition_expr))
  File "game/scripts/screens/stats.rpy", line 60, in execute
  File "game/scripts/screens/stats.rpy", line 60, in execute
  File "game/scripts/screens/stats.rpy", line 76, in execute
  File "game/scripts/screens/stats.rpy", line 78, in execute
  File "game/scripts/screens/stats.rpy", line 84, in execute
  File "game/scripts/screens/stats.rpy", line 88, in execute
  File "game/scripts/screens/stats.rpy", line 89, in execute
  File "game/scripts/screens/stats.rpy", line 90, in execute
  File "game/scripts/screens/stats.rpy", line 91, in execute
  File "game/scripts/screens/stats.rpy", line 93, in execute
  File "game/scripts/screens/stats.rpy", line 94, in execute
  File "game/scripts/screens/stats.rpy", line 95, in execute
  File "game/scripts/screens/stats.rpy", line 353, in execute
  File "game/scripts/screens/stats.rpy", line 353, in execute
  File "game/scripts/screens/stats.rpy", line 354, in execute
  File "game/scripts/screens/stats.rpy", line 359, in execute
  File "game/scripts/screens/stats.rpy", line 364, in execute
  File "game/scripts/screens/stats.rpy", line 367, in execute
  File "game/scripts/screens/stats.rpy", line 367, in keywords
ZeroDivisionError: float division by zero

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

Full traceback:
  File "scripts/ch1_intro.rpyc", line 403, in script call
  File "scripts/help.rpyc", line 19, in script call
  File "scripts/help.rpyc", line 29, in script
  File "C:\Users\[redacted]\Games\BigCitysPleasures-0.6.1-pc\renpy\ast.py", line 1949, in execute
    self.call("execute")
  File "C:\Users\[redacted]\Games\BigCitysPleasures-0.6.1-pc\renpy\ast.py", line 1937, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\[redacted]\Games\BigCitysPleasures-0.6.1-pc\renpy\statements.py", line 277, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 513, in execute_show_screen
    renpy.with_statement(eval(transition_expr))
  File "C:\Users\[redacted]\Games\BigCitysPleasures-0.6.1-pc\renpy\exports.py", line 1601, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "C:\Users\[redacted]\Games\BigCitysPleasures-0.6.1-pc\renpy\display\core.py", line 2251, in do_with
    clear=clear)
  File "C:\Users\[redacted]\Games\BigCitysPleasures-0.6.1-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\[redacted]\Games\BigCitysPleasures-0.6.1-pc\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\[redacted]\Games\BigCitysPleasures-0.6.1-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\[redacted]\Games\BigCitysPleasures-0.6.1-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\[redacted]\Games\BigCitysPleasures-0.6.1-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\[redacted]\Games\BigCitysPleasures-0.6.1-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\[redacted]\Games\BigCitysPleasures-0.6.1-pc\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "C:\Users\[redacted]\Games\BigCitysPleasures-0.6.1-pc\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\[redacted]\Games\BigCitysPleasures-0.6.1-pc\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "C:\Users\[redacted]\Games\BigCitysPleasures-0.6.1-pc\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/scripts/screens/stats.rpy", line 60, in execute
  File "game/scripts/screens/stats.rpy", line 60, in execute
  File "game/scripts/screens/stats.rpy", line 76, in execute
  File "game/scripts/screens/stats.rpy", line 78, in execute
  File "game/scripts/screens/stats.rpy", line 84, in execute
  File "game/scripts/screens/stats.rpy", line 88, in execute
  File "game/scripts/screens/stats.rpy", line 89, in execute
  File "game/scripts/screens/stats.rpy", line 90, in execute
  File "game/scripts/screens/stats.rpy", line 91, in execute
  File "game/scripts/screens/stats.rpy", line 93, in execute
  File "game/scripts/screens/stats.rpy", line 94, in execute
  File "game/scripts/screens/stats.rpy", line 95, in execute
  File "game/scripts/screens/stats.rpy", line 353, in execute
  File "game/scripts/screens/stats.rpy", line 353, in execute
  File "game/scripts/screens/stats.rpy", line 354, in execute
  File "game/scripts/screens/stats.rpy", line 359, in execute
  File "game/scripts/screens/stats.rpy", line 364, in execute
  File "game/scripts/screens/stats.rpy", line 367, in execute
  File "game/scripts/screens/stats.rpy", line 367, in keywords
  File "<screen language>", line 367, in <module>
ZeroDivisionError: float division by zero

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Big City's Pleasures 0.6.1
Sun Mar 19 13:03:28 2023
I ignore the error and I get several more similar errors.

Also, it seems to misidentify my OS version.
Not sure if I did something wrong but just started the Vn and getting errors. /spoiler
Code:
[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 513, in execute_show_screen
    renpy.with_statement(eval(transition_expr))
  File "game/scripts/screens/stats.rpy", line 60, in execute
  File "game/scripts/screens/stats.rpy", line 60, in execute
  File "game/scripts/screens/stats.rpy", line 76, in execute
  File "game/scripts/screens/stats.rpy", line 78, in execute
  File "game/scripts/screens/stats.rpy", line 84, in execute
  File "game/scripts/screens/stats.rpy", line 88, in execute
  File "game/scripts/screens/stats.rpy", line 89, in execute
  File "game/scripts/screens/stats.rpy", line 90, in execute
  File "game/scripts/screens/stats.rpy", line 91, in execute
  File "game/scripts/screens/stats.rpy", line 93, in execute
  File "game/scripts/screens/stats.rpy", line 94, in execute
  File "game/scripts/screens/stats.rpy", line 95, in execute
  File "game/scripts/screens/stats.rpy", line 353, in execute
  File "game/scripts/screens/stats.rpy", line 353, in execute
  File "game/scripts/screens/stats.rpy", line 354, in execute
  File "game/scripts/screens/stats.rpy", line 359, in execute
  File "game/scripts/screens/stats.rpy", line 364, in execute
  File "game/scripts/screens/stats.rpy", line 367, in execute
  File "game/scripts/screens/stats.rpy", line 367, in keywords
ZeroDivisionError: float division by zero

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

Full traceback:
  File "scripts/ch1_intro.rpyc", line 403, in script call
  File "scripts/help.rpyc", line 19, in script call
  File "scripts/help.rpyc", line 29, in script
  File "D:\Visual Novels\Big City Pleasures\BigCitysPleasures-0.6.1-pc\renpy\ast.py", line 1949, in execute
    self.call("execute")
  File "D:\Visual Novels\Big City Pleasures\BigCitysPleasures-0.6.1-pc\renpy\ast.py", line 1937, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "D:\Visual Novels\Big City Pleasures\BigCitysPleasures-0.6.1-pc\renpy\statements.py", line 277, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 513, in execute_show_screen
    renpy.with_statement(eval(transition_expr))
  File "D:\Visual Novels\Big City Pleasures\BigCitysPleasures-0.6.1-pc\renpy\exports.py", line 1601, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "D:\Visual Novels\Big City Pleasures\BigCitysPleasures-0.6.1-pc\renpy\display\core.py", line 2251, in do_with
    clear=clear)
  File "D:\Visual Novels\Big City Pleasures\BigCitysPleasures-0.6.1-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\Visual Novels\Big City Pleasures\BigCitysPleasures-0.6.1-pc\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\Visual Novels\Big City Pleasures\BigCitysPleasures-0.6.1-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\Visual Novels\Big City Pleasures\BigCitysPleasures-0.6.1-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\Visual Novels\Big City Pleasures\BigCitysPleasures-0.6.1-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\Visual Novels\Big City Pleasures\BigCitysPleasures-0.6.1-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\Visual Novels\Big City Pleasures\BigCitysPleasures-0.6.1-pc\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "D:\Visual Novels\Big City Pleasures\BigCitysPleasures-0.6.1-pc\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\Visual Novels\Big City Pleasures\BigCitysPleasures-0.6.1-pc\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "D:\Visual Novels\Big City Pleasures\BigCitysPleasures-0.6.1-pc\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/scripts/screens/stats.rpy", line 60, in execute
  File "game/scripts/screens/stats.rpy", line 60, in execute
  File "game/scripts/screens/stats.rpy", line 76, in execute
  File "game/scripts/screens/stats.rpy", line 78, in execute
  File "game/scripts/screens/stats.rpy", line 84, in execute
  File "game/scripts/screens/stats.rpy", line 88, in execute
  File "game/scripts/screens/stats.rpy", line 89, in execute
  File "game/scripts/screens/stats.rpy", line 90, in execute
  File "game/scripts/screens/stats.rpy", line 91, in execute
  File "game/scripts/screens/stats.rpy", line 93, in execute
  File "game/scripts/screens/stats.rpy", line 94, in execute
  File "game/scripts/screens/stats.rpy", line 95, in execute
  File "game/scripts/screens/stats.rpy", line 353, in execute
  File "game/scripts/screens/stats.rpy", line 353, in execute
  File "game/scripts/screens/stats.rpy", line 354, in execute
  File "game/scripts/screens/stats.rpy", line 359, in execute
  File "game/scripts/screens/stats.rpy", line 364, in execute
  File "game/scripts/screens/stats.rpy", line 367, in execute
  File "game/scripts/screens/stats.rpy", line 367, in keywords
  File "<screen language>", line 367, in <module>
ZeroDivisionError: float division by zero

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Big City's Pleasures 0.6.1
Sun Mar 19 19:14:43 2023
[/CODE]
/spoiler
Thanks for reporting. This will be fixed, for now the best option is to choose to not see the explanation.

discovered a few bugs(?) while playing:

for example in charlene's questline it happened that the laptop from mc's bedroom popped up on the right side of the screen in some scenes.
i tested on 2 different platforms, on both, my pc and laptop this happens...i even remember that in an earlier version of the game a similar bug(?) occurred, but back then with charlene's comics and/or the spider drone.
That's quite odd. Is this with a specific Charlene scene?
I've been wanting to change/improve the way those buttons work for a while now, but never got to changing it :(

in another scene the left status indicator has moved into the picture although I did not move the mouse over it, don't know if this is intentional.
In some cases they appear on purpose. In the shop for example we force the infobar at the top to show (which will also shows the sidemenu, because it's linked)

and then there's a small problem in the stats/quests system, the quickmenue covers the bottom line and you can't always select the tippler (question mark) without problems, especially on my laptop with the touchpad this is a bit annoying.
You don't have permission to view the spoiler content. Log in or register now.
The quickmenu at the bottom isn't there by default, you must have enabled it through the cheatmod. You can use the cheatmod to disable it again.
We will move the quests up a little for the next update (probably a fix, not an "update" with new content)
 

matschbirne

Well-Known Member
Aug 24, 2019
1,260
5,899
That's quite odd. Is this with a specific Charlene scene?

I've been wanting to change/improve the way those buttons work for a while now, but never got to changing it :(

In some cases they appear on purpose. In the shop for example we force the infobar at the top to show (which will also shows the sidemenu, because it's linked)
The quickmenu at the bottom isn't there by default, you must have enabled it through the cheatmod. You can use the cheatmod to disable it again.
We will move the quests up a little for the next update (probably a fix, not an "update" with new content)
ok, that was the problem, deactivated and everything is fine (y)

i do not have a save/screenshot at hand, but this happened in the quest series Dive into the Comic's World.
and later after i have bought the drone and use it to spy on gina the laptop shows up again on the right side. my suspicion would be that it has something to do with mc's bedroom, what exactly triggers this, i have no idea.
You don't have permission to view the spoiler content. Log in or register now.
 

0x52

Ren'Py Magician
Modder
Donor
Game Developer
May 23, 2019
1,615
6,161
i do not have a save/screenshot at hand, but this happened in the quest series Dive into the Comic's World.
and later after i have bought the drone and use it to spy on gina the laptop shows up again on the right side. my suspicion would be that it has something to do with mc's bedroom, what exactly triggers this, i have no idea.
You don't have permission to view the spoiler content. Log in or register now.
Thanks. This pointed me into the right direction. Will be fixed in v0.6.2 ;)
 
  • Like
Reactions: matschbirne

Diekh

Newbie
Mar 22, 2022
54
62
"Say good night to her" is not available anymore, because you've progressed to far with "That crazy night".
Gina is currently avoiding MC. You can continue Ms. Cooper's quests to unlock Gina's next quest.
Same here, this quest failed to me too.
0x52
Do you know the code of this quest in console or how I can find? For example: "quest_goodnight". If possible I want to change this to "complete" so all the quests will be 100% here.
 
Last edited:

Insomnimaniac Games

Degenerate Handholder
Game Developer
May 25, 2017
2,942
5,232
Hey dev when I click I don't want to see the scene between Gina and fuckbuckles that means I don't want to see it, not that I want to see it in the background. Real Galaxy brained maneuver right there.
 
  • Like
Reactions: SkyeHigh 038

surja

Member
Jul 27, 2019
111
41
I have played quite a few games so far and I have to say that this has become my favorite. Based on the size of the game, the uniqueness of the characters and the story, once this game is finished, I think it will be the best game on the site. I'm almost at the end, but I'm already waiting for the next update. Thank you for this experience.
 

ManifestDream

Newbie
Sep 13, 2021
80
294
"Oh...sorry, please excuse me... I'm always screwing things up. Listen... I'm so sorry..."

MC's response when he mistakes the two Cassandra's in the game who he never met. Lmfao how spineless of him.
 

HathgarNiche

Active Member
Jul 14, 2017
608
310
i did mean play time, i probably should have specified. its great to know there is a good amount to check out.

yeah

some people think "content" is the lewd scenes only
More than 6,500 images and more than 500 animations :devilish:

I wouldn't call that little content, lol :)
What happens is that we don't go to sex quickly, first we want to give depth to the characters, so the "final reward" is more enjoyable. The thing is that there are so many characters, that in some the progress has been greater than in others :HideThePain:
 
  • Like
Reactions: Boehser Onkel

Ali ibn Hassan

Engaged Member
Dec 19, 2019
2,402
10,602
i did mean play time, i probably should have specified. its great to know there is a good amount to check out.
Yes, there is quite a lot to go through if you start from scratch.
Though this latest update was more or less a preveiw/transport of what's to come.
Very nice older sister that in a way resembles Brooke Shields!?
 
  • Yay, new update!
Reactions: Boehser Onkel
3.10 star(s) 93 Votes