Acesaw

Active Member
May 11, 2017
587
339
I loved the game just 1 thing that bugged the shit out of me is the error on the text we know it meant Her but it keep saying He and sometimes it meant to say Him or Her But still says He. Maybe you guys should recheck the dialogs.
 

Devka

Member
May 8, 2017
260
270
Anyone know a console command to get Olivia to spawn at the beach bar? The only time she was there was while I was working on Miranda. I didn't talk to Olivia at the time. And she hasn't been there since, been back everyday and no Olivia. So far Lilith, Miranda, Leonora and Elena are done. Carol has had the pizza date but can't go beyond that. Getting the same Carol error as Assassin after going on another pizza date. Had the talk with Sasha after spying on her while riding her big virator.
 

yoyomistro

Engaged Member
Jan 15, 2017
2,679
3,338
When I went to pizza shop after the paid pizza price then this error appear
Any idea why its show up?
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/CarolEventos.rpy", line 796, in script
    $ Carols += 10
  File "game/CarolEventos.rpy", line 796, in <module>
    $ Carols += 10
NameError: name 'Carols' is not defined

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

Full traceback:
  File "game/CarolEventos.rpy", line 796, in script
    $ Carols += 10
  File "C:\Users\UNKNOWN\Desktop\Don't\BastardGirls-0.10-pc\renpy\ast.py", line 814, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\UNKNOWN\Desktop\Don't\BastardGirls-0.10-pc\renpy\python.py", line 1719, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/CarolEventos.rpy", line 796, in <module>
    $ Carols += 10
NameError: name 'Carols' is not defined

Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
Bastard Girls 0.10
Have you unren'd the game? If not use to extract the game files. Once you've done that go to %\game\CarolEventos.rpy and open it with a code or text editor. Preferable a code editor so the formatting is correct. Hit CTRL + F to find "Carols +" and remove the "s". Save the file, then you should be good.
 

Manfegor

Active Member
May 20, 2017
906
762
When I went to pizza shop after the paid pizza price then this error appear
Any idea why its show up?
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/CarolEventos.rpy", line 796, in script
    $ Carols += 10
  File "game/CarolEventos.rpy", line 796, in <module>
    $ Carols += 10
NameError: name 'Carols' is not defined

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

Full traceback:
  File "game/CarolEventos.rpy", line 796, in script
    $ Carols += 10
  File "C:\Users\UNKNOWN\Desktop\Don't\BastardGirls-0.10-pc\renpy\ast.py", line 814, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\UNKNOWN\Desktop\Don't\BastardGirls-0.10-pc\renpy\python.py", line 1719, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/CarolEventos.rpy", line 796, in <module>
    $ Carols += 10
NameError: name 'Carols' is not defined

Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
Bastard Girls 0.10
Have you unren'd the game? If not use to extract the game files. Once you've done that go to %\game\CarolEventos.rpy and open it with a code or text editor. Preferable a code editor so the formatting is correct. Hit CTRL + F to find "Carols +" and remove the "s". Save the file, then you should be good.
Why unren? All of the .rpy files are there after download and unzip the game. I mean the dev don't archive the .rpy files, so no need to unren, just edit the file and you're done. :D :p
Of course if you want to check image or sound, unren needed.

I loved the game just 1 thing that bugged the shit out of me is the error on the text we know it meant Her but it keep saying He and sometimes it meant to say Him or Her But still says He. Maybe you guys should recheck the dialogs.
Dialogs rechecking will be done based on the dev statement.

Anyone know a console command to get Olivia to spawn at the beach bar? The only time she was there was while I was working on Miranda. I didn't talk to Olivia at the time. And she hasn't been there since, been back everyday and no Olivia. So far Lilith, Miranda, Leonora and Elena are done. Carol has had the pizza date but can't go beyond that. Getting the same Carol error as Assassin after going on another pizza date. Had the talk with Sasha after spying on her while riding her big virator.
jump OliviaInEN
Carol error need the same fix as @yoyomistro said.
 

Assassin

Newbie
May 31, 2017
88
22
Have you unren'd the game? If not use to extract the game files. Once you've done that go to %\game\CarolEventos.rpy and open it with a code or text editor. Preferable a code editor so the formatting is correct. Hit CTRL + F to find "Carols +" and remove the "s". Save the file, then you should be good.
Why unren? All of the .rpy files are there after download and unzip the game. I mean the dev don't archive the .rpy files, so no need to unren, just edit the file and you're done. :D :p
Of course if you want to check image or sound, unren needed.
.
It fix now thanks for you two^^
 

seden

Well-Known Member
Aug 22, 2016
1,197
293
Sad that most renpy games only get windows (who run fine on Linux ), while version for Mac and android are existing feature for quite some time now.
 

401Grem

Well-Known Member
May 14, 2017
1,790
1,547
Well this is weird. It seems the game try to search label for "jump OiviaInEN" not just for OliviaInEN... still if you give me a save then maybe i can search more.
But it works for me:
Is there a space after jump, or an underline? Also, is it (i)nEN, Or (L)nEN?
 

yoyomistro

Engaged Member
Jan 15, 2017
2,679
3,338
Why unren? All of the .rpy files are there after download and unzip the game. I mean the dev don't archive the .rpy files, so no need to unren, just edit the file and you're done. :D :p
Of course if you want to check image or sound, unren needed.


Dialogs rechecking will be done based on the dev statement.


jump OliviaInEN
Carol error need the same fix as @yoyomistro said.
Oh, really? I always just run unren before checking to be honest cuz I want to check the images to make sure I'm not wasting my time, lol.
 

Manfegor

Active Member
May 20, 2017
906
762
Is there a space after jump, or an underline? Also, is it (i)nEN, Or (L)nEN?
Well with the save it still working for me.
It's a space after the word jump and it's a capital letter i. The o, i, and the en must be capital letter: OliviaInEN
 
  • Like
Reactions: wolfwelp

mistershy

Newbie
Oct 23, 2017
23
4
hi there i need help
i only find elena and miranda quest line.
can we fuck any other girl.
how can i go to class with olivia.

really need a walkthrough for 0.10

thanks
 

Manfegor

Active Member
May 20, 2017
906
762
how do you fuck olivia lol
Pass the exam, go to the beach bar... Follow the questline with her... Profit, i mean fuck her a lot.

hi there i need help
i only find elena and miranda quest line.
can we fuck any other girl.
how can i go to class with olivia.

really need a walkthrough for 0.10

thanks
Obviously Lilith while she was posessed by the dead girl's ghost. You have to finish that questline before the others.
And you can fuck Leonora when she comes to study (need to go classes and DO NOT DO Olivia's questline until you finish with Leonora's). You can fuck Regina once at the beach if you did what I mentioned here.
You can fuck Sophie obviously in her room in the afternoon when she is in the mood.
And last but not least you can fuck Olivia during her questline and after her questline at her apartment. Yep, you need to pass the exam to start it, just as I mentioned above.
You can fuck Carol too on the roof if you have 300+ affection.

You just go to school, there will be classes with her... Simple as that.

And seriously, all of these was mentioned in this topic already...
 
3.00 star(s) 18 Votes