• 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.

TgMaker

Newbie
Oct 27, 2017
90
53
Well, I found a bug: If you pay Dawyne for the hit on Tiny Charles and have afterwards less than 2000$(I belive) the mc goes to the bank. If you have no more money to withdraw though luck you are stuck in an infinte loop
 

BangCityGuy

Well-Known Member
Game Developer
Aug 4, 2019
1,895
3,064
Well, I found a bug: If you pay Dawyne for the hit on Tiny Charles and have afterwards less than 2000$(I belive) the mc goes to the bank. If you have no more money to withdraw though luck you are stuck in an infinte loop
Oh, that's strange indeed!
Actually, you should not have so low money. Maybe you made a slow progress.
I will look at it and try to prevent this situation.

Meanwhile:
Open console
CTRL +O
Type:
currency = 10000

Play on, now you are having enough money
 
  • Like
Reactions: TgMaker

BangCityGuy

Well-Known Member
Game Developer
Aug 4, 2019
1,895
3,064
Well, I found a bug: If you pay Dawyne for the hit on Tiny Charles and have afterwards less than 2000$(I belive) the mc goes to the bank. If you have no more money to withdraw though luck you are stuck in an infinte loop
Oh, that's strange indeed!
Actually, you should not have so low money. Maybe you made a slow progress.
I will look at it and try to prevent this situation.

Meanwhile:
Open console
CTRL +O
Type:
currency = 10000

Play on, now you are having enough money
One more thing:
You could go back and change your desission.

Your situation is unusual, by the way, because if you decide to do the Dragons' dirty work and you don't have enough money, I've had something built in for a long time that MC gets money as a gift while he's making the decision. This is not an economic simulation, money is actually quite unimportant.
So you must have had somehow, so to speak, just enough money so that the money gift does not come and then you spent money and crossed the limit. Did you go to Candy and fuck her before you went to Dwayne?
 
Last edited:

indio68

Engaged Member
Sep 26, 2020
3,061
2,388
hi why i can't save?? everytime i try to save i got a renpy error..

and where did i put the lewd patch? i put it in game but at beginning igame continue to name landlady where i must check the NTR switches..any tips?

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

While running game code:
  File "renpy/common/00action_file.rpy", line 372, in __call__
    renpy.save(fn, extra_info=save_name)
RuntimeError: maximum recursion depth exceeded while calling a Python object

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, 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/_layout/screen_load_save.rpym", line 35, 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 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 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  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 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 372, in __call__
    renpy.save(fn, extra_info=save_name)
  File "renpy/loadsave.py", line 413, in save
    reraise(t, e, tb)
  File "renpy/loadsave.py", line 399, in save
    dump((roots, renpy.game.log), logf)
  File "renpy/loadsave.py", line 49, in dump
    cPickle.dump(o, f, cPickle.HIGHEST_PROTOCOL)
RuntimeError: maximum recursion depth exceeded while calling a Python object

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
BangCity v0.11c
Fri Feb 18 10:39:23 2022
[/CODE]
 

BangCityGuy

Well-Known Member
Game Developer
Aug 4, 2019
1,895
3,064
hi why i can't save?? everytime i try to save i got a renpy error..

and where did i put the lewd patch? i put it in game but at beginning igame continue to name landlady where i must check the NTR switches..any tips?

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

While running game code:
  File "renpy/common/00action_file.rpy", line 372, in __call__
    renpy.save(fn, extra_info=save_name)
RuntimeError: maximum recursion depth exceeded while calling a Python object

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, 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/_layout/screen_load_save.rpym", line 35, 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 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 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  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 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 372, in __call__
    renpy.save(fn, extra_info=save_name)
  File "renpy/loadsave.py", line 413, in save
    reraise(t, e, tb)
  File "renpy/loadsave.py", line 399, in save
    dump((roots, renpy.game.log), logf)
  File "renpy/loadsave.py", line 49, in dump
    cPickle.dump(o, f, cPickle.HIGHEST_PROTOCOL)
RuntimeError: maximum recursion depth exceeded while calling a Python object

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
BangCity v0.11c
Fri Feb 18 10:39:23 2022
[/CODE]


It looks like you are using
Bang City v0.11c
Check this please
the latest version is
Bang City v0.12a and there is a fix 012a.03
Its really the best idea to use the latest version and the latest fix.
Maybe this will solve the problem.


"
 

indio68

Engaged Member
Sep 26, 2020
3,061
2,388
It looks like you are using
Bang City v0.11c
Check this please
the latest version is
Bang City v0.12a and there is a fix 012a.03
Its really the best idea to use the latest version and the latest fix.
Maybe this will solve the problem.


"
oh i didn't see that ..i should try asap cuz every time i need to change zone i had a renpy erorr....every damn time! i then need to clik Ignore and going back i can see the missing scene..how strange and annoying..hope will work fine the new version...do i need any fix?(i've seen 1 on first page) thanks
 

BangCityGuy

Well-Known Member
Game Developer
Aug 4, 2019
1,895
3,064
oh i didn't see that ..i should try asap cuz every time i need to change zone i had a renpy erorr....every damn time! i then need to clik Ignore and going back i can see the missing scene..how strange and annoying..hope will work fine the new version...do i need any fix?(i've seen 1 on first page) thanks
Just use Bang City v0.12a and fix 012a.03.
In the worst case your savefile wont work, but that would be a rare case.
For this situation there are 2 savefiles linked in first post to start in chapter 3 or 5.
 

indio68

Engaged Member
Sep 26, 2020
3,061
2,388
uhm what's the poinbt in doing nothing for days clik and read the same words from Mom and had nothing to do all day?? i really don't understand ythis game....i spoke to mom about some photoshoot and is been a week of cliking on nothing and nothing happen...really? that's why i don't like open world game...they are empty, grinding and boring..at least for me...19 days of nothing just cliking on Mom and eceive the same sentence and when i go to hideout i can't even speak to any bitch...boh
 
Last edited:

indio68

Engaged Member
Sep 26, 2020
3,061
2,388
Just use Bang City v0.12a and fix 012a.03.
In the worst case your savefile wont work, but that would be a rare case.
For this situation there are 2 savefiles linked in first post to start in chapter 3 or 5.
installing the last version no more renpy error thanks.
 

indio68

Engaged Member
Sep 26, 2020
3,061
2,388
now it says use pc , there is the ! on the icon if i clik appear this is my PC and nothing happen next...omg this game..is driving me crazy...
 
  • Like
Reactions: Mjinja

BangCityGuy

Well-Known Member
Game Developer
Aug 4, 2019
1,895
3,064
now it says use pc , there is the ! on the icon if i clik appear this is my PC and nothing happen next...omg this game..is driving me crazy...
You need to use the latest fix 012a-03 which is linked in first post:

Unpack the archive and copy the files into the folder
BangCity 012a\game\scripts\
You have to restart the game and don't use old saves!

More details : here
 

indio68

Engaged Member
Sep 26, 2020
3,061
2,388
You need to use the latest fix 012a-03 which is linked in first post:

Unpack the archive and copy the files into the folder
BangCity 012a\game\scripts\
You have to restart the game and don't use old saves!

More details : here
ok ok thanks...i knew can't be this bad...it fiux the 20 days of nothing too?
 

BangCityGuy

Well-Known Member
Game Developer
Aug 4, 2019
1,895
3,064
or stupid d.................. :p
Yes! A stupid bug is done by the guy who creates the code/script. And i am ashamed because of it and my penance now is to answer all the support requests over and over again even though that is actually mentioned on every page in this thread! This is harder than self-flagellation! :cautious: :ROFLMAO:
 
  • Haha
Reactions: cxx

Mjinja

Newbie
Apr 29, 2021
24
16
It will remove time advance after getting first handjob from Valarie and stuck at game while valarie in bathroom peek and dont peek option
 
Last edited:
3.10 star(s) 44 Votes