cxx

Message Maestro
Nov 14, 2017
59,982
30,027
I played through the last version again (my own release) and this error did not occur! (Win version)
Are you using a patch or an Android port? I can not provide support for this, because the port does not work!
Or can it be because of a patch (rather unlikely) ? Then try it without a patch!
pure version.
 

Juani97

Newbie
May 3, 2017
22
9
I guess you are using a patch.
This patch not a official part of the game, but the report shows me your did not copy the files to the scripts folder.
If you had copied it into the scripts folder the elder one would have been replaced and the files would not be there twice.
I downloaded it again and then added the files to scripts but now it says this:
I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: Name (u'game/scripts/__013b_cafe_patch.rpy', 1677669136, 0) is defined twice, at game/__013b_cafe.rpyc:4 and game/scripts/__013b_cafe.rpyc:4.

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 447, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "renpy/script.py", line 283, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "renpy/script.py", line 789, in load_appropriate_file
self.finish_load(stmts, initcode, filename=lastfn)
File "renpy/script.py", line 469, in finish_load
check_name(node)
File "renpy/script.py", line 452, in check_name
bad_node.filename, bad_node.linenumber))
ScriptError: Name (u'game/scripts/__013b_cafe_patch.rpy', 1677669136, 0) is defined twice, at game/__013b_cafe.rpyc:4 and game/scripts/__013b_cafe.rpyc:4.

Windows-10-10.0.22621
Ren'Py 7.4.4.1439

Wed May 3 23:15:41 2023
 

latex lvr

Active Member
May 3, 2019
576
855
Thanks for the tip. I wonder why the spell checking page has not corrected this.
This confirms my decision to hire a proof reader for the next game.
I wouldn't mind doing that for you. I already do it for another game and fix grammatical errors for it also as the dev's are not native English speakers
 
  • Like
Reactions: BangCityGuy

BangCityGuy

Well-Known Member
Game Developer
Aug 4, 2019
1,902
3,092
I downloaded it again and then added the files to scripts but now it says this:
I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: Name (u'game/scripts/__013b_cafe_patch.rpy', 1677669136, 0) is defined twice, at game/__013b_cafe.rpyc:4 and game/scripts/__013b_cafe.rpyc:4.

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 447, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "renpy/script.py", line 283, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "renpy/script.py", line 789, in load_appropriate_file
self.finish_load(stmts, initcode, filename=lastfn)
File "renpy/script.py", line 469, in finish_load
check_name(node)
File "renpy/script.py", line 452, in check_name
bad_node.filename, bad_node.linenumber))
ScriptError: Name (u'game/scripts/__013b_cafe_patch.rpy', 1677669136, 0) is defined twice, at game/__013b_cafe.rpyc:4 and game/scripts/__013b_cafe.rpyc:4.

Windows-10-10.0.22621
Ren'Py 7.4.4.1439

Wed May 3 23:15:41 2023
Look:
ScriptError: Name (u'
game/scripts/__013b_cafe_patch.rpy' , 1677669136, 0) is defined twice,
at game/__013b_cafe.rpyc:4
and game/scripts/__013b_cafe.rpyc:4.

This is means there is double content!
All scriptfiles are supposed to be in the folder "game/scripts/"
But you are having this file in "game/scripts/" and in "game/"

So move and replace the rpyc from "game" to "game/scripts/"
 

BangCityGuy

Well-Known Member
Game Developer
Aug 4, 2019
1,902
3,092
pure version.
This is so strange. I played the last version in my work copy and the release copy so many times and this never happens to me.

But tell me, you did manage to see all scenes dispite of that phone problem, that might happen before mc meets the others inandreas cafe?
Did it work now for you, or did you change something?
 

Juani97

Newbie
May 3, 2017
22
9
Look:
ScriptError: Name (u'
game/scripts/__013b_cafe_patch.rpy' , 1677669136, 0) is defined twice,
at game/__013b_cafe.rpyc:4
and game/scripts/__013b_cafe.rpyc:4.

This is means there is double content!
All scriptfiles are supposed to be in the folder "game/scripts/"
But you are having this file in "game/scripts/" and in "game/"

So move and replace the rpyc from "game" to "game/scripts/"
Thank you so much! it works now
 
  • Like
Reactions: BangCityGuy

cxx

Message Maestro
Nov 14, 2017
59,982
30,027
This is so strange. I played the last version in my work copy and the release copy so many times and this never happens to me.

But tell me, you did manage to see all scenes dispite of that phone problem, that might happen before mc meets the others inandreas cafe?
Did it work now for you, or did you change something?
closed game after that phonecall from some1 (no idea from who since it didn't re-appear) due game became totally unplayable and started it again and reloaded last autosave (it was day earlier than where val and django met hanna at boutique or mall (hint said latter but meeting was on 1st)) and no errors then.
 
  • Like
Reactions: BangCityGuy

BangCityGuy

Well-Known Member
Game Developer
Aug 4, 2019
1,902
3,092
I wouldn't mind doing that for you. I already do it for another game and fix grammatical errors for it also as the dev's are not native English speakers
Thank you for your kind offer.
The fact is that during the last years I worked on BangCity I had several volunteer proof readers who helped me. They were all very nice and helpful people.
But the problem was that these proof readers only helped for a limited time and sometimes they corrected each other. Sometimes this also led to delays.

That's why I will finish the texts for my next game completely before anything is published and then give it to a paid proof reader who will also rewrite the texts if necessary, so that the english texts are all from one source.
This way I can fully concentrate on the renders between updates.
 

BangCityGuy

Well-Known Member
Game Developer
Aug 4, 2019
1,902
3,092
BangCityGuy, here are a few things you probably already know. To make sure you're aware, however:
You don't have permission to view the spoiler content. Log in or register now.
So Jackson sniffs a lot? Is he based on Joe Biden? :sneaky:
Thanks for your hints!
I fixed the mentioned stuff and it will appear in the next version of fix.
The "Valerie Living Room"- Bug will be eliminated after visiting the boutique again, but this will be fixed too.

"So Jackson sniffs a lot? Is he based on Joe Biden?" - Indeed not, I did not know he is using snuff.
Let Jackson be a snuff user was an idea to make it easy to set him under drugs in a later version. My first idea was to mix it in a drink, but AFAIK cocaine don't work when it's used that way.
 
  • Like
Reactions: -CookieMonster666-

-CookieMonster666-

Devoted Member
Nov 20, 2018
11,307
16,512
"So Jackson sniffs a lot? Is he based on Joe Biden?" - Indeed not, I did not know he is using snuff.
Let Jackson be a snuff user was an idea to make it easy to set hin under drugs in a later version. My first idea was to mix it in a drink, but AFAIK cocaine don't work when it's used that way.
Ah, there's some joke floating around the United States that he sniffs a lot of girls' hair. So not a user of snuff (AFAIK), but he sniffs a lot too (supposedly). And I do think the snuff box makes sense. It's fairly unique (I don't think I've seen anyone do that previously), so good idea. (y)
 

bauchnabel

Well-Known Member
Modder
Aug 27, 2017
1,032
2,575
This is my incest patch for version 013c.

generic:
Valerie will be MCs Mom
Linda will be MCs Step-Mom

Some dialoges are rewritten to make them more incest-related.

Version 013b:
It is a extended patch to make Hanna (Ann) and Marc (Max) a mom and son too (Tribute to BIG BROTHER!)
There are also some lines added where Valerie and Babyface confess their incest relationship!

Version 013c:
Some new dialoges are rewritten to make them more incest-related.

Open the archive and copy the files to the "game/scripts/" folder!
Replace the old files!

Have fun and let me know if there are problems!
 
3.10 star(s) 44 Votes