BangCityGuy

Well-Known Member
Game Developer
Aug 4, 2019
1,898
3,074

BangCityGuy

Well-Known Member
Game Developer
Aug 4, 2019
1,898
3,074
This game suffers a lot from being psuedo sandbox.
Too much repitive action with almost no reason to do so when a choice base system would have the same if not better effect and be more engaging. As it stands there's a lot of dead time and pointless clicking to go places that have no real function.
its true, there are some repeating scenes
e.g. breakfast, dinner and watching TV
my intention is to show MC is having a daily routine.
 

gawaine1

Newbie
May 1, 2019
29
8
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/screens1.rpy", line 272, in script
    jump hurtphone6
ScriptError: could not find label 'hurtphone6'.

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

Full traceback:
  File "game/screens1.rpy", line 272, in script
    jump hurtphone6
  File "....\BangCity\renpy\ast.py", line 1633, in execute
    rv = renpy.game.script.lookup(target)
  File "....\BangCity\renpy\script.py", line 875, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'hurtphone6'.

Windows-8-6.2.9200
Ren'Py 7.1.3.1092
BangCity 1.0
Wed Oct 30 10:09:41 2019
 

BangCityGuy

Well-Known Member
Game Developer
Aug 4, 2019
1,898
3,074
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/screens1.rpy", line 272, in script
    jump hurtphone6
ScriptError: could not find label 'hurtphone6'.

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

Full traceback:
  File "game/screens1.rpy", line 272, in script
    jump hurtphone6
  File "....\BangCity\renpy\ast.py", line 1633, in execute
    rv = renpy.game.script.lookup(target)
  File "....\BangCity\renpy\script.py", line 875, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'hurtphone6'.

Windows-8-6.2.9200
Ren'Py 7.1.3.1092
BangCity 1.0
Wed Oct 30 10:09:41 2019
please see this post not many messags before
 
  • Like
Reactions: gawaine1

Fallen Angel Productions

Engaged Member
Game Developer
May 16, 2017
2,609
9,628
i'm up to the part where you have the joint on babyface's couch in the basement but it isn't working keeps saying if i bring a girl here i can cuddle on the couch i've done all the other scenes including the one where i get them i haven't missed anything is there a command to force it to trigger
 
Last edited:

WINTEX

Active Member
May 26, 2017
533
937
For those, who are using save file from the thread.
To change your name to desired one, use Unren to enable console menu, than press SHIFT + O and enter what is below:
povname = "Your desired name"
Press enter and thats all.
Also to enable console you can create .rpy file, with any name you like with this text:
init -1:
python hide:
config.developer = True
Save it and put it in game folder. After game launch console would be enabled.
Update:
BangCityGuy found minor bug related t 0.4 version, in 0.4 you have plasters on your hand, and you will need to use them for two week, according to previews, your mom will shower you, but guess what, when you're using your PC, no plasters. You'll need new picture for PC for 0.4 and onwards.
 
Last edited:

BangCityGuy

Well-Known Member
Game Developer
Aug 4, 2019
1,898
3,074
For those, who are using save file from the thread.
To change your name to desired one, use Unren to enable console menu, than press SHIFT + O and enter what is below:
povname = "Your desired name"
Press enter and thats all.
Also to enable console you can create .rpy file, with any name you like with this text:
init -1:
python hide:
config.developer = True
Save it and put it in game folder. After game launch console would be enabled.
Alternative way is: go to the stat-screens (blue button with monitor symbol next to patreon button)
in Main window push "change name" :)

Anyway, thanks for sharing hints!
 

BangCityGuy

Well-Known Member
Game Developer
Aug 4, 2019
1,898
3,074
BangCityGuy found minor bug related t 0.4 version, in 0.4 you have plasters on your hand, and you will need to use them for two week, according to previews, your mom will shower you, but guess what, when you're using your PC, no plasters. You'll need new picture for PC for 0.4 and onwards.
Thank you, i will have a look at it!

Update:
you're right, and i even did such an image, but i did not use it in script.
I will put it in my todo list, i guess i will have to make a small fix before next update.
 

WINTEX

Active Member
May 26, 2017
533
937
Thank you, i will have a look at it!
Also first time i redone all scenes from the beginning, to see the one i missed, cause of Gina absence in here room, and now playing 0.4 from save, cause i was unable to manage finish 0.3 on sunday, it was tuesday for me( sometimes evenings scenes were running one after another without time choose), so right now i have the same dialogs with mom, the first one where she asks you use less obscene words, and now about where she goes on sundays. Its kinda odd. Maybe you have some variable leakage?

Alternative way is: go to the stat-screens (blue button with monitor symbol next to patreon button)
in Main window push "change name" :)

Anyway, thanks for sharing hints!
Oh. I went to preferences of the game, not found anything there, so went for variables. :LOL:
 

BangCityGuy

Well-Known Member
Game Developer
Aug 4, 2019
1,898
3,074
Also first time i redone all scenes from the beginning, to see the one i missed, cause of Gina absence in here room, and now playing 0.4 from save, cause i was unable to manage finish 0.3 on sunday, it was tuesday for me( sometimes evenings scenes were running one after another without time choose), so right now i have the same dialogs with mom, the first one where she asks you use less obscene words, and now about where she goes on sundays. Its kinda odd. Maybe you have some variable leakage?
Each dialogue should only appeare once.
Does this happen with the same savefile?
I am not sure if i understood you right, maybe this will explain something:
There are 2 new dialoques.
This can be seen if you start a new game or at start in week 4. I made this because i wanted to made this accessable for new and old players.
So if you have 2 different savefiles it may occur in different times.
 
Last edited:

BangCityGuy

Well-Known Member
Game Developer
Aug 4, 2019
1,898
3,074
i'm up to the part where you have the joint on babyface's couch in the basement but it isn't working keeps saying if i bring a girl here i can cuddle on the couch i've done all the other scenes including the one where i get them i haven't missed anything is there a command to force it to trigger
I guessed you missed something. Just replayed it.

Theses are the needed events:
Wednesday
1st talk with linda at the alley
at evening visit dwayne in gang-district, receive joints

Friday
morning use PC after breakfast
early evening: Dinner with Valerie, hint about sitting on couch
evening and late evening - basement - sit on couch
 

WINTEX

Active Member
May 26, 2017
533
937
Each dialogue should only appeare once.
Does this happen with the same savefile?
I am not sure if i understood you right, maybe this will explain something:
There are 2 new dialoques.
This can be seen if you start a new game or at start in week 4. I made this because i wanted to made this accessable for new and old players.
So if you have 2 different savefiles it may occur in different times.
OK, i played 2 different savefiles, one from the thread and second one from new game. If the savefile from the thread was done from new game and on 0.4 version, but ended at the end of 0.3, than it means that those two dialogs appeared twice, if it 0.3 savefile, than everything is fine.
 

tsunku

Engaged Member
Nov 6, 2017
2,891
1,530
If you played the fastes way, end would be night from day 28 to 29
uhm it happened on day 33 for me, started new game too.

also when you go to the bank to setup the account, after you are done, it replays the entire setting up bank account scenes and dialog heh
 
Last edited:

tsunku

Engaged Member
Nov 6, 2017
2,891
1,530
I guessed you missed something. Just replayed it.

Theses are the needed events:
Wednesday
1st talk with linda at the alley
at evening visit dwayne in gang-district, receive joints

Friday
morning use PC after breakfast
early evening: Dinner with Valerie, hint about sitting on couch
evening and late evening - basement - sit on couch
friday morning is day 33, after breakfast, pc only has watching or get off pc, there is no early evening cuz if click advance time i get the hurtphone error.
 

BangCityGuy

Well-Known Member
Game Developer
Aug 4, 2019
1,898
3,074
friday morning is day 33, after breakfast, pc only has watching or get off pc, there is no early evening cuz if click advance time i get the hurtphone error.
yes, hurtphone6 error happens if you played all other stuff from this version. and continue. I guess you missed some stuff maybe. Please look at walkthrough, maybe it helps.
I am working on a fix to solve some problems
 

BangCityGuy

Well-Known Member
Game Developer
Aug 4, 2019
1,898
3,074
OK, i played 2 different savefiles, one from the thread and second one from new game. If the savefile from the thread was done from new game and on 0.4 version, but ended at the end of 0.3, than it means that those two dialogs appeared twice, if it 0.3 savefile, than everything is fine.
Just had a look at the script
The vars are nicetalk and valtalk.
If the talks are done, they are changed from 0 to 1 or 2
Then they can't happen again
 
  • Like
Reactions: WINTEX

Fallen Angel Productions

Engaged Member
Game Developer
May 16, 2017
2,609
9,628
I guessed you missed something. Just replayed it.

Theses are the needed events:
Wednesday
1st talk with linda at the alley
at evening visit dwayne in gang-district, receive joints

Friday
morning use PC after breakfast
early evening: Dinner with Valerie, hint about sitting on couch
evening and late evening - basement - sit on couch
i did all those i'm following the walkthrough so far they all worked except the couch one
 

BangCityGuy

Well-Known Member
Game Developer
Aug 4, 2019
1,898
3,074
i did all those i'm following the walkthrough so far they all worked except the couch one
Sounds strange, because i did test exactly that way with latest version of game. Maybe i will find something, but i truly think you missed something
 
3.10 star(s) 44 Votes